Queerscriptors.org/templates/footer.html

15 lines
760 B
HTML
Raw Normal View History

2022-08-21 11:31:33 +00:00
<!-- Contact-->
<section class="contact-section bg-black">
<div class="social d-flex justify-content-center">
<a class="mx-2" href="https://twitter.com/queerscriptors"><i class="fab fa-twitter"></i></a>
<a class="mx-2" href="https://discord.gg/tzbXdkxWYF"><i class="fab fa-discord"></i></a>
<a class="mx-2" href="https://lab.encryptionin.space/hackerncoder/Queerscriptors"><i class="fab fa-git"></i></a>
</div>
</section>
<!-- Footer-->
<footer class="footer bg-black small text-center text-white-50"><div class="container px-4 px-lg-5">Copyright &copy; Queerscriptors 2022</div></footer>
<!-- Bootstrap core JS-->
<script src="{{ '/js/bootstrap.bundle.min.js'|url }}"></script>
<!-- Core theme JS-->
<script src="{{ '/js/scripts.js'|url }}"></script>