]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blame - footer.php
Add the footer back
[irc/unrealircd/unrealircd-webpanel.git] / footer.php
CommitLineData
809f7483
VP
1<footer class="text-center bg-dark text-white fixed-bottom" style="background-color: #f1f1f1;">
2 <!-- Grid container -->
3 <div class="container">
4 <!-- Section: Social media -->
5 <section class="mt-1">
6 © 1999-<?php echo date('Y'); ?> UnrealIRCd
7
8 <!-- Twitter -->
9 <a
10 class="btn btn-link btn-floating btn-lg text-white"
11 href="https://twitter.com/Unreal_IRCd"
12 role="button"
13 data-mdb-ripple-color="dark"
14 ><i class="fab fa-twitter"></i
15 ></a>
16 <!-- Github -->
17 <a
18 class="btn btn-link btn-floating btn-lg text-white"
19 href="https://github.com/unrealircd/unrealircd-webpanel"
20 role="button"
21 data-mdb-ripple-color="dark"
22 ><i class="fab fa-github"></i
23 ></a>
24 <!-- UnrealIRCd -->
25 <a
26 href="https://unrealircd.org"
27 role="button"
28 data-mdb-ripple-color="dark"
29 ><img class="btn btn-link btn-floating btn-xs text-white" src="<?php echo BASE_URL; ?>img/favicon.ico" width="25" height="25"></i
30 ></a>
31
32 </section>
33
34</footer>
e98b5a51
BM
35</body>
36</html>