-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
106 lines (106 loc) · 4.55 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<!DOCTYPE html>
<head>
<title>literally three bagels</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="row">
<div class="col-cont">
<div id="photo" class="info">
<h3>literally3bagels</h3>
<img src="images/girlypop/heart.png" id="main-img" alt="Main image">
</div>
<br><br>
<div id="links" class="info">
<h1>SOCIALS</h1>
<p>Discord - @literally3bagels <span id="dc-stat">[loading]</span></p>
<p>Github - <a href="https://github.com/Literally3Bagels" target="_blank">Literally3Bagels</a></p>
<p>Steam - <a href="https://steamcommunity.com/id/literally3bagels/" target="_blank">/id/literally3bagels</a></p>
<p>Lastfm - <a href="https://www.last.fm/user/Three_Bagels" target="_blank">@Three_Bagels</a></p>
<p>Bluesky - <a href="https://bsky.app/profile/literally3bagels.bsky.social" target="_blank">@literally3bagels.bsky.social</a></p>
<p><a href="pgp_public.asc" download>PGP key</a></p>
</div>
<br><br>
<div id="theme changer" class="info">
<button id="theme-change-button">Change theme</button>
</div>
</div>
<div class="col-fill"></div>
<div class="col-cont">
<div id="about-me" class="info">
<h1>ABOUT ME</h1>
<p>Hii! I'm Aurora! I am a 15 year old transfem, who uses she/her pronouns. I enjoy music, video games, and
coding! My birthday is on June 6th, and I live in Melbourne, Australia. I'm a furry, and my main fursona is a
protogen fox named Kari. I probably say :3 too much (eh, who am I kidding, that's impossible).</p>
</div>
<br><br>
<div id="hyperfixations" class="info">
<h1>HYPERFIXATIONS</h1>
<p>My current hyperfixations (in no order) are:</p>
<ul>
<li>Civilisation VI (video game)</li>
<li>Big Ideas, by Remi Wolf (album)</li>
<li>MICHELLE (music artist)</li>
<li>Limbus Company (video game)</li>
</ul>
</div>
<br><br>
<div id="spotify" class="info">
<iframe style="border-radius:25px"
src="https://open.spotify.com/embed/playlist/1ga4B92qMdSJlz8UMIn9xW?utm_source=generator&theme=0"
width="100%" height="300"
allow="autoplay; clipboard-write; encrypted-media; fullscreen; picture-in-picture"
loading="lazy"></iframe>
</div>
</div>
</div>
<br><br>
<div id="8831" class="info">
<img src="images/88x31s/2001.gif" alt="2001">
<a href="https://www.abc.net.au/news/2024-08-16/when-cops-are-criminals-edited-by-veronica-gorrie-interview/104230948"
target="_blank">
<img src="images/88x31s/acab.gif" alt="acab">
</a>
<a href="https://archive.org/details/the-anarchist-cookbook-william-powell" target="_blank">
<img src="images/88x31s/ancom.png" alt="ancom">
</a>
<a href="https://archlinux.org/" target="_blank">
<img src="images/88x31s/arch.png" alt="arch">
</a>
<img src="images/88x31s/coffee powered.gif" alt="coffee powered">
<img src="images/88x31s/crushcapitalism.png" alt="crushcapitalism">
<a href="secret.html">
<img src="images/88x31s/dont click.gif" alt="dont click">
</a>
<a href="https://www.youtube.com/watch?v=DzsNFEWklnM" target="_blank">
<img src="images/88x31s/download.gif" alt="download">
</a>
<img src="images/88x31s/fascist killer.jpg" alt="fascist killer">
<a href="https://www.mozilla.org/en-US/firefox/windows/" target="_blank">
<img src="images/88x31s/firefoxnow.gif" alt="firefoxnow">
</a>
<img src="images/88x31s/girls.png" alt="girls">
<a href="https://en.wikipedia.org/wiki/Enshittification" target="_blank">
<img src="images/88x31s/hate microsoft.gif" alt="hate microsoft">
</a>
<img src="images/88x31s/hello_kitty.gif" alt="hello_kitty">
<a href="https://publichealth.jhu.edu/2023/risks-and-benefits-of-legalized-cannabis" target="_blank">
<img src="images/88x31s/legalise weed.gif" alt="legalise weed">
</a>
<img src="images/88x31s/miku approved.gif" alt="miku approved">
<img src="images/88x31s/my own two paws.png" alt="my own two paws">
<img src="images/88x31s/peace.png" alt="peace">
<a href="https://thepiratebay.org/" target="_blank">
<img src="images/88x31s/piracy.png" alt="piracy">
</a>
<img src="images/88x31s/powered by estrogen.gif" alt="powered by estrogen">
<img src="images/88x31s/queercoded.png" alt="queercoded">
<img src="images/88x31s/transnow2.gif" alt="transnow2">
<a href="https://ublockorigin.com/" target="_blank">
<img src="images/88x31s/ublockorigin.png" alt="ublockorigin">
</a>
</div>
<br><br>
<script src="status.js"></script>
<script src="script.js"></script>
</body>