Add Quanta OEM.

Change-Id: I1724dd314d9c4def7191d094938195529510c7dd
diff --git a/oem/quanta.html b/oem/quanta.html
new file mode 100644
index 0000000..e9a49a4
--- /dev/null
+++ b/oem/quanta.html
@@ -0,0 +1,18 @@
+---
+layout: oem
+title: Quanta
+permalink: /Devices/Quanta/
+exclude: true
+---
+
+<div class="home">
+
+  <hr />
+  <ul class="post-list" id="post-list">
+    {% for post in site.fairphone %}
+      <p>
+	<strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+      </p>
+    {% endfor %}
+  </ul>
+</div>