]> git.p6c8.net - pcdenotes.git/commitdiff
Began work on footer navigation
authorPatrick Canterino <patrick@patrick-canterino.de>
Sun, 30 Jan 2022 17:26:33 +0000 (18:26 +0100)
committerPatrick Canterino <patrick@patrick-canterino.de>
Sun, 30 Jan 2022 17:26:33 +0000 (18:26 +0100)
Still needs work...

notes/templates/note_base.html

index dcb8ec3f243f12cab3362c59e2cf5c7c2b0a1f2d..7392514ebf3d07bebe8c6d44835820c8bd7ee832 100644 (file)
     {% block content %}{% endblock %}
   </div>
 
     {% block content %}{% endblock %}
   </div>
 
-  <footer class="container-fluid p-5 bg-dark text-white text-center mt-5">
-    <div>
+  <footer class="container-fluid p-5 bg-dark text-white mt-5">
+    <div class="row">
+      <div class="col-lg-6 col-md-12 col-sm-12">
+        <ul style="list-style-type: none; margin-left: 0; padding-left: 0;">
+          <li><a href="/" class="link-light">Home</a></li>
+          <li><a href="/archive/" class="link-light">Archive</a></li>
+        </ul>
+      </div>
+      <div class="col-lg-6 col-md-12 col-sm-12">
+        This site contains random notes and thoughts by <a href="https://www.patrick-canterino.de/" class="link-light">Patrick Canterino</a>.<br>
+        If you have any questions, you may write me an email: <a href="mailto:patrick@patrick-canterino.de" class="link-light">patrick@patrick-canterino.de</a>
+      </div>
+    </div>
+    <div class="text-center">
       © 2022 <a href="https://www.patrick-canterino.de/" class="link-light">Patrick Canterino</a>
     </div>
   </footer>
       © 2022 <a href="https://www.patrick-canterino.de/" class="link-light">Patrick Canterino</a>
     </div>
   </footer>

patrick-canterino.de