summaryrefslogtreecommitdiffstats
path: root/static/includes/footer.html
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-05-16 18:42:56 -0400
committerrsiddharth <s@ricketyspace.net>2019-05-16 18:42:56 -0400
commit48a499c2c1b999008c5a0d1f8931141b07225c4b (patch)
treee77362b008b203d46b1f1a1c2eaa5ff43e3d2cce /static/includes/footer.html
parent7e509b64e1a22925be657b3137f8383d5cc2e87c (diff)
html -> static, img -> static/assets/img
Diffstat (limited to 'static/includes/footer.html')
-rw-r--r--static/includes/footer.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/static/includes/footer.html b/static/includes/footer.html
new file mode 100644
index 0000000..f9c01ad
--- /dev/null
+++ b/static/includes/footer.html
@@ -0,0 +1,14 @@
+<!-- start footer -->
+<footer class="footer">
+ <div class="content is-small">
+ <p>Copyright &copy; 2002-2019 Free Software Foundation of India.</p>
+
+ <p>Verbatim copying and distribution of this entire article is
+ permitted in any medium, provided this notice is preserved.</p>
+ </div>
+
+ <div class="footer-sister-orgs content is-small has-text-centered">
+ <p class="">FSF India has sister organizations in <a href="#">North America</a>, <a href="#">Europe</a>, and <a href="#">Latin America</a>.</p>
+ </div>
+</footer>
+<!-- end footer -->