]> fortfriendship.online Git - gnargle.github.io.git/blob - shared/footer.html
iframe a bunch of stuff for code reuse
[gnargle.github.io.git] / shared / footer.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8" />
5 <link rel="stylesheet" href="../main.css" />
6 </head>
7 <body>
8 <div class="container">
9 <div class="footer">
10 <div class="footer-container">
11 <div class="footer-entry">
12 <a href="https://bsky.app/profile/athene.gay"
13 ><img class="icon" src="../img/bluesky.svg" alt="bluesky logo"
14 /></a>
15 </div>
16 <div class="footer-entry">
17 <a href="https://github.com/gnargle"
18 ><img class="icon" src="../img/github.svg" alt="github logo"
19 /></a>
20 </div>
21 <div class="footer-entry">
22 <a href="https://discordapp.com/users/390978640051175424"
23 ><img class="icon" src="../img/discord.svg" alt="github logo"
24 /></a>
25 </div>
26 <div class="footer-entry">
27 <a href="https://www.twitch.tv/atheneallen"
28 ><img class="icon" src="../img/twitch.svg" alt="github logo"
29 /></a>
30 </div>
31 <div class="footer-entry">
32 <a href="https://archiveofourown.org/users/gnargle/works"
33 ><img class="icon" src="../img/ao3.svg" alt="github logo"
34 /></a>
35 </div>
36 </div>
37 <div class="footer-container">
38 <script
39 type="text/javascript"
40 src="https://counter.websiteout.com/js/24/4/0/0"
41 ></script>
42 </div>
43 <div class="footer-container">
44 <p>
45 Icons by <a target="_blank" href="https://icons8.com">Icons8</a>
46 </p>
47 </div>
48 </div>
49 </div>
50 </body>
51 </html>