Added Mattel to OEMs list

Change-Id: I8723e48b23698c6ecdb18498e1470af482d20f0e
diff --git a/_config.yml b/_config.yml
index a902776..cb9ce7f 100644
--- a/_config.yml
+++ b/_config.yml
@@ -100,6 +100,9 @@
 
   marshall:
     output: true
+    
+  mattel:
+    output: true
 
   micromax:
     output: true
diff --git a/_mattel/nabiSE.markdown b/_mattel/nabiSE.markdown
new file mode 100644
index 0000000..abdbb13
--- /dev/null
+++ b/_mattel/nabiSE.markdown
@@ -0,0 +1,27 @@
+---
+layout: device
+title: "Nabi SE"
+codename: NabiSE
+downloadfolder: NabiSE
+supportstatus: Current
+maintainer: huckleberrypie
+oem: Mattel
+fastbootunlock: true
+mtkchipset: mt8127
+devicetree: "https://github.com/TeamWin/android_device_Mattel_NabiSE"
+xdathread: "https://forum.xda-developers.com/nabi-2/general/nabi-nabi-se-discussion-thread-t3770816"
+---
+
+{% include disclaimer.html %}
+
+{% include supportstatus.html %}
+
+{% include appinstall.html %}
+
+{% include download.html %}
+
+{% include twrpinstall.html %}
+
+{% include fastbootinstall.html %}
+
+{% include mtkinstall.html %}
diff --git a/_oem/mattel.markdown b/_oem/mattel.markdown
new file mode 100644
index 0000000..bef0b3d
--- /dev/null
+++ b/_oem/mattel.markdown
@@ -0,0 +1,4 @@
+---
+layout: device
+oem: Mattel
+---
diff --git a/oem/mattel.html b/oem/mattel.html
new file mode 100644
index 0000000..0e5d5ad
--- /dev/null
+++ b/oem/mattel.html
@@ -0,0 +1,18 @@
+---
+layout: oem
+title: Mattel
+permalink: /Devices/Mattel/
+exclude: true
+---
+
+<div class="home">
+
+  <hr />
+  <ul class="post-list" id="post-list">
+    {% for post in site.mattel %}
+      <p>
+	<strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+      </p>
+    {% endfor %}
+  </ul>
+</div>