Add device: Vanzo a315

Change-Id: Ia3f3f6d1646e79aae65a68c72a32e1bbebb1160c
diff --git a/_config.yml b/_config.yml
index 5ee3dc6..be36840 100644
--- a/_config.yml
+++ b/_config.yml
@@ -152,6 +152,9 @@
   twrp:
     output: true
 
+  vanzo:
+    output: true
+
   wileyfox:
     output: true
 
diff --git a/_oem/vanzo.markdown b/_oem/vanzo.markdown
new file mode 100644
index 0000000..f583b8e
--- /dev/null
+++ b/_oem/vanzo.markdown
@@ -0,0 +1,4 @@
+---
+layout: device
+oem: Vanzo
+---
diff --git a/_vanzo/vanzoa315.markdown b/_vanzo/vanzoa315.markdown
new file mode 100644
index 0000000..0dfa6b7
--- /dev/null
+++ b/_vanzo/vanzoa315.markdown
@@ -0,0 +1,26 @@
+---
+layout: device
+title:  "Vanzo A315"
+codename: a315
+downloadfolder: a315
+supportstatus: Current
+maintainer: deadman96385
+oem: Vanzo
+devicetree: https://github.com/TeamWin/android_device_vanzo_a315
+ddof: "/dev/block/bootdevice/by-name/boot"
+xdathread: "https://forum.xda-developers.com/android/general/recovery-twm-amazing-x3s-zte-blade-a315-t3744802"
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+
+{% include appinstall.html %}
+
+{% include download.html %}
+
+{% include twrpinstall.html %}
+
+{% include mtkinstall.html %}
+
+{% include ddinstall.html %}
\ No newline at end of file
diff --git a/oem/vanzo.html b/oem/vanzo.html
new file mode 100644
index 0000000..4f141cd
--- /dev/null
+++ b/oem/vanzo.html
@@ -0,0 +1,18 @@
+---
+layout: oem
+title: Vanzo
+permalink: /Devices/Vanzo/
+exclude: true
+---
+
+<div class="home">
+
+  <hr />
+  <ul class="post-list" id="post-list">
+    {% for post in site.lg %}
+      <p>
+	<strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+      </p>
+    {% endfor %}
+  </ul>
+</div>