about summary refs log tree commit diff
path: root/wpisy/_footer.html
diff options
context:
space:
mode:
Diffstat (limited to 'wpisy/_footer.html')
-rw-r--r--wpisy/_footer.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/wpisy/_footer.html b/wpisy/_footer.html
new file mode 100644
index 0000000..8d9a746
--- /dev/null
+++ b/wpisy/_footer.html
@@ -0,0 +1,16 @@
+</main>
+<footer class="secondary">
+  <div>
+    <p>19 Poznańska Drużyna Harcerzy Puszcza</p>
+    <div class="social" >
+      <a href="https://github.com/19pdh/" target="_blank" rel="”noopener”" >
+        <img src="/assets/github.png" alt="Github" class="icon" >
+      </a>
+        <a href="https://www.facebook.com/19pdhpuszcza/" target="_blank" rel="”noopener”" >
+          <img src="/assets/facebook.png" alt="Facebook" class="icon" >
+        </a>
+    </div>
+  </div>
+</footer>
+</body>
+</html>