adding footer sync to make my life easier

This commit is contained in:
Sophia Atkinson 2021-10-09 15:22:47 -07:00 committed by GitHub
parent 601142cbd4
commit a9aadfdaaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

19
sync/footer.html Normal file
View File

@ -0,0 +1,19 @@
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://sophia.ml/l/twitter" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://sophia.ml/l/github" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="https://discord.com/users/420297282676719618" class="icon brands fa-discord"><span class="label">Discord</span></a></li>
<li><a href="https://sophia.ml/l/youtube" class="icon brands fa-youtube"><span class="label">Youtube</span></a></li>
<li><a href="https://sophia.ml/l/twitch" class="icon brands fa-twitch"><span class="label">Twitch</span></a></li>
<li><a href="https://sophia.ml/l/email" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
</ul>
<ul class="copyright">
<li>&copy;2022 Sophia , Licensed under the MIT License.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>