summaryrefslogtreecommitdiff
path: root/arduino_blog/templates/footer.html
diff options
context:
space:
mode:
authorSashi202020-02-20 12:58:59 +0530
committerSashi202020-02-20 12:58:59 +0530
commit1fb3d381e832d5c5871c6cb2fd8b2c1ae3dbd029 (patch)
tree3a9829196102efdf509fe50b5458237966999ecf /arduino_blog/templates/footer.html
parent802bbc270363d1432cb28cd88d6c9003d8b99b6c (diff)
downloadarduino_projects_website-1fb3d381e832d5c5871c6cb2fd8b2c1ae3dbd029.tar.gz
arduino_projects_website-1fb3d381e832d5c5871c6cb2fd8b2c1ae3dbd029.tar.bz2
arduino_projects_website-1fb3d381e832d5c5871c6cb2fd8b2c1ae3dbd029.zip
Add user registration, login and abstract submission interfaces
Diffstat (limited to 'arduino_blog/templates/footer.html')
-rw-r--r--arduino_blog/templates/footer.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/arduino_blog/templates/footer.html b/arduino_blog/templates/footer.html
new file mode 100644
index 0000000..bff98bf
--- /dev/null
+++ b/arduino_blog/templates/footer.html
@@ -0,0 +1,17 @@
+
+{% load static %}
+<!-- Footer -->
+{% block footer %}
+
+ <footer class="site-footer">
+ <div class="container">
+ <div class="row">
+ <div class="col-md-12">
+ <center style="color:white;font-size: 10px;">
+ This work is licensed under a <a target="_blank" href="http://creativecommons.org/licenses/by-sa/4.0/" style="color:#ceab6a;">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
+ </center>
+ </div>
+ </div>
+ </div>
+ </footer>
+{% endblock %} \ No newline at end of file