]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - footer.php
Add the footer back
[irc/unrealircd/unrealircd-webpanel.git] / footer.php
index 308b1d01b6ca1e7ab1b1fa896e6a8497bbcd1a37..111f05083cc552f020f1cf438e522da900a1c380 100644 (file)
@@ -1,2 +1,36 @@
+<footer class="text-center bg-dark text-white fixed-bottom" style="background-color: #f1f1f1;">
+  <!-- Grid container -->
+  <div class="container">
+    <!-- Section: Social media -->
+    <section class="mt-1">
+    © 1999-<?php echo date('Y'); ?> UnrealIRCd 
+
+      <!-- Twitter -->
+      <a
+        class="btn btn-link btn-floating btn-lg text-white"
+        href="https://twitter.com/Unreal_IRCd"
+        role="button"
+        data-mdb-ripple-color="dark"
+        ><i class="fab fa-twitter"></i
+      ></a>
+      <!-- Github -->
+      <a
+        class="btn btn-link btn-floating btn-lg text-white"
+        href="https://github.com/unrealircd/unrealircd-webpanel"
+        role="button"
+        data-mdb-ripple-color="dark"
+        ><i class="fab fa-github"></i
+      ></a>
+      <!-- UnrealIRCd -->
+      <a
+        href="https://unrealircd.org"
+        role="button"
+        data-mdb-ripple-color="dark"
+        ><img  class="btn btn-link btn-floating btn-xs text-white" src="<?php echo BASE_URL; ?>img/favicon.ico" width="25" height="25"></i
+      ></a>
+      
+    </section>
+    
+</footer>
 </body>
 </html>