]> fortfriendship.online Git - gnargle.github.io.git/blob - shared/footer.html
new entry
[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 target="_blank" 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 target="_blank" 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
23 target="_blank"
24 href="https://discordapp.com/users/390978640051175424"
25 ><img class="icon" src="../img/discord.svg" alt="discord logo"
26 /></a>
27 </div>
28 <div class="footer-entry">
29 <a target="_blank" href="https://www.twitch.tv/atheneallen"
30 ><img class="icon" src="../img/twitch.svg" alt="twitch logo"
31 /></a>
32 </div>
33 <div class="footer-entry">
34 <a
35 target="_blank"
36 href="https://archiveofourown.org/users/gnargle/works"
37 ><img class="icon" src="../img/ao3.svg" alt="ao3 logo"
38 /></a>
39 </div>
40 <div class="footer-entry">
41 <a target="_blank" href="https://steamcommunity.com/id/capnsatsuma/"
42 ><img class="icon" src="../img/steam.svg" alt="steam logo"
43 /></a>
44 </div>
45 <div class="footer-entry">
46 <a target="_blank" href="../feed.xml"
47 ><img class="icon" src="../img/rss.png" alt="rss logo"
48 /></a>
49 </div>
50 </div>
51 <div class="footer-container">
52 <script
53 type="text/javascript"
54 src="https://counter.websiteout.com/js/24/4/0/0"
55 ></script>
56 </div>
57 <div class="footer-container">
58 <p>
59 Icons by <a target="_blank" href="https://icons8.com">Icons8</a>
60 </p>
61 </div>
62 </div>
63 </div>
64 </body>
65 </html>