]> fortfriendship.online Git - gnargle.github.io.git/commitdiff
entry in progress
authorAthene Allen <atheneallen93@gmail.com>
Sat, 25 Jan 2025 23:10:37 +0000 (23:10 +0000)
committerAthene Allen <atheneallen93@gmail.com>
Sat, 25 Jan 2025 23:10:37 +0000 (23:10 +0000)
entries/2.html [new file with mode: 0644]

diff --git a/entries/2.html b/entries/2.html
new file mode 100644 (file)
index 0000000..67476d4
--- /dev/null
@@ -0,0 +1,103 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="UTF-8" />
+    <title>Miku Expo</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">Miku Expo</h3>
+              <h3 class="datestamp">25/01/2025</h3>
+            </div>
+            <div class="content">
+              <p>I've been thinking again about Miku Expo recently.</p>
+              <p>
+                I still kind of can't believe it was real? Miku is this nebulous
+                thing that's basically just an instrument, yet on one night in
+                October last year, she was real and playing music in London. An
+                experience that really hit me quite hard.
+              </p>
+              <p>
+                I've been to a lot of gigs in my life. A few of them have been
+                like that - concerts that feel unreal, like they shouldn't
+                really happen? It's a brag but I once won tickets to see
+                Gorillaz' dress rehearse for their Glastonbury set in like,
+                2010, and that was genuinely insane.
+              </p>
+              <p></p>
+            </div>
+          </div>
+        </div>
+      </div>
+      <div class="container">
+        <div class="links">
+          <div class="links-container">
+            <h3>Links</h3>
+          </div>
+          <div class="links-container">
+            <links-entry>
+              <a href="https://sickandgloomy.dreamwidth.org/"
+                >My Friend Avery's Dreamwidth</a
+              >
+            </links-entry>
+          </div>
+        </div>
+      </div>
+      <div class="container">
+        <div class="footer">
+          <div class="footer-container">
+            <div class="footer-entry">
+              <a href="https://bsky.app/profile/athene.gay"
+                ><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">
+            <script
+              type="text/javascript"
+              src="https://counter.websiteout.com/js/24/4/0/0"
+            ></script>
+          </div>
+          <div class="footer-container">
+            <p>
+              Icons by <a target="_blank" href="https://icons8.com">Icons8</a>
+            </p>
+          </div>
+        </div>
+      </div>
+    </div>
+  </body>
+</html>