+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8" />
+ <title>Bringing Static Websites Back</title>
+ <link rel="stylesheet" href="../main.css" />
+ </head>
+ <body class="whole-site">
+ <div>
+ <div class="container">
+ <div class="header">
+ <marquee>
+ <h1 class="marquee-heading">🏳️⚧️ 👩🏼💻 Athene.Gay 👩🏼💻 🏳️⚧️</h1>
+ </marquee>
+ </div>
+ </div>
+ <div class="main-container">
+ <div class="main">
+ <div class="entry">
+ <a href="../index.html">Home</a>
+ <div class="title-block">
+ <h3 class="blog-title">Bringing Static Websites Back</h3>
+ <h3 class="datestamp">25/01/2025</h3>
+ </div>
+ <div class="content">
+ <p>
+ Look I'm hardly the first to do this but I think we all know the
+ internet is shit now. Like. Really, really shit. It would be
+ naive to say that the internet was perfect in its early days.
+ But it was definitely less centralised, with many people
+ maintaining their own pages, using webrings to link to people
+ they like. It was collaborative and communicative and a platform
+ of passions.
+ </p>
+ <p>
+ Then for a while everyone was in the same place, although that
+ place changed every like. year or so. I never really used
+ MySpace or Bebo, but I got on Twitter really early and gave
+ myself lifelong Poster's Sickness.
+ </p>
+ <p>
+ Obviously Twitter is absolute shite now and has been for a fair
+ while. I moved to bluesky, and that's ok, but every so often I
+ want to write longer Things. Usually about movies or games,
+ sometimes about programming stuff since that is... my job.
+ </p>
+ <p>
+ I used backloggd for games for a bit but the culture on that
+ site fucking annoyed me, and I don't think letterboxd is likely
+ to be any better. So instead I can make my own website without a
+ comment website. Then if you want to disagree with me you can dm
+ me directly and then we can digitally kiss.
+ </p>
+ <p>
+ So yeah. Programming is my job, and because the web is stupid
+ now, most of what I work on is in Angular or Razor. Which do
+ have their conveniences, but also they're kind of a pain when
+ you just want to make something simple to scratch down thoughts
+ in.
+ </p>
+ <p>
+ Also I'm pretty sure an Angular SPA would get very mad at you if
+ you tried to put a marquee tag in it. And since marquee is the
+ greatest tag in the history of the web, we can't have that.
+ </p>
+ <p>
+ Anyway, that's probably it for this first entry. If you wanna
+ find me elsewhere, check the links below, else ta for now love.
+ </p>
+ </div>
+ </div>
+ </div>
+ </div>
+ <div class="container">
+ <div class="footer">
+ <div class="footer-container">
+ <div class="footer-entry">
+ <a href="https://projynova.bsky.social"
+ ><img class="icon" src="../img/bluesky.svg" alt="bluesky logo"
+ /></a>
+ </div>
+ <div class="footer-entry">
+ <a href="https://github.com/gnargle"
+ ><img class="icon" src="../img/github.svg" alt="github logo"
+ /></a>
+ </div>
+ <div class="footer-entry">
+ <a href="https://discordapp.com/users/390978640051175424"
+ ><img class="icon" src="../img/discord.svg" alt="github logo"
+ /></a>
+ </div>
+ <div class="footer-entry">
+ <a href="https://www.twitch.tv/atheneallen"
+ ><img class="icon" src="../img/twitch.svg" alt="github logo"
+ /></a>
+ </div>
+ <div class="footer-entry">
+ <a href="https://archiveofourown.org/users/gnargle/works"
+ ><img class="icon" src="../img/ao3.svg" alt="github logo"
+ /></a>
+ </div>
+ </div>
+ <div class="footer-container">
+ <p>
+ Icons by <a target="_blank" href="https://icons8.com">Icons8</a>
+ </p>
+ </div>
+ </div>
+ </div>
+ </div>
+ </body>
+</html>