forked from Rackover/XLabsProject.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
footer.js
24 lines (23 loc) · 1.5 KB
/
footer.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// If you are adding new lines, make sure to escape the line at the end with a \
document.write('\
<footer>\
<div class="container">\
<div class="row">\
<div class="col-md-12">\
<div class="social-icons wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="0.3s">\
<ul>\
<li class="twitter"><a target="_blank" href="https://twitter.com/XLabsProject"><i class="fab fa-twitter"></i></a></li>\
<li class="discord"><a target="_blank" href="https://discord.gg/sKeVmR3"><i class="fab fa-discord"></i></a></li>\
<li class="youtube"><a target="_blank" href="https://www.youtube.com/channel/UCPA9X79ZsCXMBBCSJ63wA3A?sub_confirmation=1"><i class="fab fa-youtube"></i></a></li>\
<li class="github"><a target="_blank" href="https://github.com/XLabsProject"><i class="fab fa-github"></i></a></li>\
<li class="patreon"><a target="_blank" href="https://www.patreon.com/xlabsproject"><i class="fab fa-patreon"></i></a></li>\
</ul>\
</div>\
<div class="site-info wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="0.3s">\
<p>All copyrights reserved © 2021 - <a rel="nofollow" href="https://xlabs.dev">X Labs</a></p>\
</div>\
</div>\
</div>\
</div>\
</footer>\
');