summaryrefslogtreecommitdiff
path: root/templates/footer.html
diff options
context:
space:
mode:
authorsmdyv <88971341+smdyv@users.noreply.github.com>2023-07-13 17:06:57 +0200
committerDaniel Micay <danielmicay@gmail.com>2023-07-13 16:08:16 -0400
commit150608e016fe9c8c2e8a5af645db50acc1d85fe1 (patch)
tree6214630b2f63313b06e1f1ed3abf8302925aec59 /templates/footer.html
parent4430036ea2b54e416b0375d25c322ba066d67084 (diff)
Use simple templating for static processing
Diffstat (limited to 'templates/footer.html')
-rw-r--r--templates/footer.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/footer.html b/templates/footer.html
new file mode 100644
index 00000000..efe7cd9b
--- /dev/null
+++ b/templates/footer.html
@@ -0,0 +1,11 @@
+<footer>
+ <a href="/"><img src="[[path|/mask-icon.svg]]" width="512" height="512" alt=""/>GrapheneOS</a>
+ <ul id="social">
+ <li><a href="https://discuss.grapheneos.org/">Forum</a></li>
+ <li><a href="https://twitter.com/GrapheneOS">Twitter</a></li>
+ <li><a href="https://grapheneos.social/@GrapheneOS">Mastodon</a></li>
+ <li><a href="https://github.com/GrapheneOS">GitHub</a></li>
+ <li><a href="https://reddit.com/r/GrapheneOS">Reddit</a></li>
+ <li><a href="https://www.linkedin.com/company/grapheneos/">LinkedIn</a></li>
+ </ul>
+</footer>