]> fortfriendship.online Git - gnargle.github.io.git/blob - entries/1.html
b321d03f67e043037077b64e4a6bb220fcae06fa
[gnargle.github.io.git] / entries / 1.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8" />
5 <title>Bringing Static Websites Back</title>
6 <link rel="stylesheet" href="../main.css" />
7 </head>
8 <body class="whole-site">
9 <div>
10 <div class="container">
11 <div class="header">
12 <marquee>
13 <h1 class="marquee-heading">🏳️‍⚧️ 👩🏼‍💻 Athene.Gay 👩🏼‍💻 🏳️‍⚧️</h1>
14 </marquee>
15 </div>
16 </div>
17 <div class="main-container">
18 <div class="main">
19 <div class="entry">
20 <a href="../index.html">Home</a>
21 <div class="title-block">
22 <h3 class="blog-title">Bringing Static Websites Back</h3>
23 <h3 class="datestamp">25/01/2025</h3>
24 </div>
25 <div class="content">
26 <p>
27 Look I'm hardly the first to do this but I think we all know the
28 internet is shit now. Like. Really, really shit. It would be
29 naive to say that the internet was perfect in its early days.
30 But it was definitely less centralised, with many people
31 maintaining their own pages, using webrings to link to people
32 they like. It was collaborative and communicative and a platform
33 of passions.
34 </p>
35 <p>
36 Then for a while everyone was in the same place, although that
37 place changed every like. year or so. I never really used
38 MySpace or Bebo, but I got on Twitter really early and gave
39 myself lifelong Poster's Sickness.
40 </p>
41 <p>
42 Obviously Twitter is absolute shite now and has been for a fair
43 while. I moved to bluesky, and that's ok, but every so often I
44 want to write longer Things. Usually about movies or games,
45 sometimes about programming stuff since that is... my job.
46 </p>
47 <p>
48 I used backloggd for games for a bit but the culture on that
49 site fucking annoyed me, and I don't think letterboxd is likely
50 to be any better. So instead I can make my own website without a
51 comment website. Then if you want to disagree with me you can dm
52 me directly and then we can digitally kiss.
53 </p>
54 <p>
55 So yeah. Programming is my job, and because the web is stupid
56 now, most of what I work on is in Angular or Razor. Which do
57 have their conveniences, but also they're kind of a pain when
58 you just want to make something simple to scratch down thoughts
59 in.
60 </p>
61 <p>
62 Also I'm pretty sure an Angular SPA would get very mad at you if
63 you tried to put a marquee tag in it. And since marquee is the
64 greatest tag in the history of the web, we can't have that.
65 </p>
66 <p>
67 Anyway, that's probably it for this first entry. If you wanna
68 find me elsewhere, check the links below, else ta for now love.
69 </p>
70 </div>
71 </div>
72 </div>
73 </div>
74 <div class="container">
75 <div class="footer">
76 <div class="footer-container">
77 <div class="footer-entry">
78 <a href="https://projynova.bsky.social"
79 ><img class="icon" src="../img/bluesky.svg" alt="bluesky logo"
80 /></a>
81 </div>
82 <div class="footer-entry">
83 <a href="https://github.com/gnargle"
84 ><img class="icon" src="../img/github.svg" alt="github logo"
85 /></a>
86 </div>
87 <div class="footer-entry">
88 <a href="https://discordapp.com/users/390978640051175424"
89 ><img class="icon" src="../img/discord.svg" alt="github logo"
90 /></a>
91 </div>
92 <div class="footer-entry">
93 <a href="https://www.twitch.tv/atheneallen"
94 ><img class="icon" src="../img/twitch.svg" alt="github logo"
95 /></a>
96 </div>
97 <div class="footer-entry">
98 <a href="https://archiveofourown.org/users/gnargle/works"
99 ><img class="icon" src="../img/ao3.svg" alt="github logo"
100 /></a>
101 </div>
102 </div>
103 <div class="footer-container">
104 <p>
105 Icons by <a target="_blank" href="https://icons8.com">Icons8</a>
106 </p>
107 </div>
108 </div>
109 </div>
110 </div>
111 </body>
112 </html>