Add Oneplus 7T and OnePlus 7T Pro markdowns
Change-Id: I9877a6b6c3099a7d417a5c3e06e2f78b8a9a7263
diff --git a/_oneplus/oneplus7tpro.markdown b/_oneplus/oneplus7tpro.markdown
new file mode 100644
index 0000000..4e6671d
--- /dev/null
+++ b/_oneplus/oneplus7tpro.markdown
@@ -0,0 +1,42 @@
+---
+layout: device
+title: "OnePlus 7T Pro (hotdog)"
+codename: hotdog
+downloadfolder: hotdog
+supportstatus: Current
+maintainer: lossyx@xda
+oem: OnePlus
+devicetree: https://github.com/TeamWin/android_device_oneplus_hotdog
+xdathread: https://forum.xda-developers.com/t/recovery-11-unofficial-teamwin-recovery-project-7t-7t-pro.4299171/
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+
+{% include dynamicpartitions.html %}
+
+<html>
+<div class='page-heading' id='download'>Download Links:</div>
+<hr />
+<p class="text">For Stock(OOS) and other FBEv1 ROMs:</p>
+<ul>
+{% for mirror in site.data.mirrors %}
+ <li>
+ <a href="{{ mirror.baseurl }}hotdog">
+ {{ mirror.description }}
+ </a>
+ </li>
+{% endfor %}
+</ul>
+<p class="text">For custom ROMs using FBEv2:</p>
+<ul>
+{% for mirror in site.data.mirrors %}
+ <li>
+ <a href="{{ mirror.baseurl }}hotdogv2">
+ {{ mirror.description }}
+ </a>
+ </li>
+{% endfor %}
+</ul>
+</html>