summaryrefslogtreecommitdiff
path: root/templates/footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/footer.html')
-rw-r--r--templates/footer.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/footer.html b/templates/footer.html
new file mode 100644
index 0000000..1d1d9a8
--- /dev/null
+++ b/templates/footer.html
@@ -0,0 +1,21 @@
+<footer class="footer shadow-y-2 btn-material-indigo-A700">
+ <div class="container">
+ <div class="col-md-12">
+ <p class="sticky-footer">
+ <span class="fa fa-copyright"></span> <a class='footer-a' href='//www.iamfabulous.de' title='Maximilian Möhring'>Maximilian M&ouml;hring <span class="fa fa-external-link"></span></a>
+ </p>
+ </div>
+ </div>
+</footer>
+
+<script src='//code.jquery.com/jquery-1.11.2.min.js'></script>
+<script src='//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.min.js'></script>
+<!--script src='/static/js/jquery-1.11.2.min.js'></script>
+<script src='/static/js/bootstrap.min.js'></script-->
+<script src='/static/js/material.min.js'></script>
+<script src='/static/js/ripples.min.js'></script>
+<script src='/static/js/bootstrap.file-input.js'></script>
+<script src='/static/js/functions.js'>
+</script>
+ </body>
+</html>