Add faq for description of TWRP.
Change-Id: If60c223b8084301bb1eff815a12cf27c6c220ba6
diff --git a/_faq/whatistwrp.markdown b/_faq/whatistwrp.markdown
new file mode 100644
index 0000000..2358a54
--- /dev/null
+++ b/_faq/whatistwrp.markdown
@@ -0,0 +1,21 @@
+---
+layout: post
+title: "What is TWRP?"
+---
+
+<div class='page-heading'>What is TWRP?</div>
+<hr />
+TWRP stands for TeamWin Recovery Project. It is a custom touch recovery that is GUI based.<br/>
+<img src="https://twrp.me/images/home.png" alt="TWRP Home" /><br/>
+TWRP allows the following features:
+<ul>
+<li>Backups of partitions in TAR or raw Image format</li>
+<li>Restore backups from internal storage, external SD storage or OTG devices</li>
+<li>Custom Firmware installation</li>
+<li>Partition wiping</li>
+<li>File deletion</li>
+<li>Terminal access</li>
+<li>ADB Root Shell</li>
+<li>Theme Support</li>
+<li>Possible decryption support depending on device</li>
+</ul>