summaryrefslogtreecommitdiff
path: root/_includes
diff options
context:
space:
mode:
Diffstat (limited to '_includes')
-rw-r--r--_includes/footer.html3
-rw-r--r--_includes/navigator.html9
2 files changed, 12 insertions, 0 deletions
diff --git a/_includes/footer.html b/_includes/footer.html
new file mode 100644
index 0000000..bbb0801
--- /dev/null
+++ b/_includes/footer.html
@@ -0,0 +1,3 @@
+<div class="footer">
+ <p>&copy; Copyright 2018, Silicon Linux Development Group. <a href="https://github.com/silicon-linux/silicon-linux.github.io/issues">Report a bug.</a></p>
+</div>
diff --git a/_includes/navigator.html b/_includes/navigator.html
new file mode 100644
index 0000000..d942dec
--- /dev/null
+++ b/_includes/navigator.html
@@ -0,0 +1,9 @@
+<div id="navigation">
+ <ul>
+ <li class="nav logo">Silicon Linux</li>
+ <li class="nav"><a class="nav" href="/index.html">HOME</a></li>
+ <li class="nav"><a class="nav"href="/download.html">DOWNLOAD</a></li>
+ <li class="nav"><a class="nav" href="/support.html">SUPPORT</a></li>
+ <li class="nav"><a class="nav"href="https://github.com/silicon-linux">GITHUB</a></li>
+ </ul>
+ </div>