add floppies page; misc

Changed files
+39 -2
site
assets
styles
floppies
+1 -1
site/assets/styles/main.css
··· 137 137 cursor: pointer; 138 138 } 139 139 140 - summary::marker { 140 + summary::marker, dd::before { 141 141 content: "โ†ณ "; 142 142 font-weight: bold; 143 143 color: var(--accent-color-darkest);
+37
site/floppies/index.php
··· 1 + <?php 2 + 3 + include "../httpheaders.php"; 4 + 5 + ?> 6 + 7 + <!DOCTYPE html> 8 + <html lang="en"> 9 + 10 + <?php include "../head.php" ?> 11 + 12 + <body> 13 + 14 + <main> 15 + <header> 16 + <h1 class="highlight" id="floppies">floppies</h1> 17 + </header> 18 + 19 + <p>this page organizes my one-off, self-contained/standalone site pages that usually diverge from the site's design language. as of writing, it's mainly for pages created for events.</p> 20 + 21 + <p>it's called <i>floppies</i> because i like comic books and in the world of comic books, individual paper issues are called floppies. they're kind of like one-offs, too!</p> 22 + 23 + <section aria-labelledby="events"> 24 + <h2 id="events" class="highlight">events</h2> 25 + 26 + <dl> 27 + <dt><a href="https://bubblegum.girlonthemoon.xyz/articles/html-day-2025">HTML day 2025</a> (<time datetime="2025-08-02">august 2nd, 2025</time>)</dt> 28 + <dd> 29 + <a href="/ruru/index.html">in the orange light</a>: dedicated to <i>dambara ruru</i> 30 + </dd> 31 + </dl> 32 + </section> 33 + </main> 34 + 35 + </body> 36 + 37 + </html>
+1 -1
site/nav.php
··· 6 6 echo "<span class='githashtag' aria-hidden='true'>#</span><a class='githashlink' href='$hashUrl'>$hash</a>"; 7 7 ?></p> 8 8 9 - <p><span aria-hidden="true">๐Ÿ”—</span> <a href="docs.php">docs</a>, <a href="/vids">videos</a></p> 9 + <p><span aria-hidden="true">๐Ÿ”—</span> <a href="docs.php">docs</a>, <a href="/vids">videos</a>, <a href="/floppies">floppies</a></p> 10 10 11 11 <p><span aria-hidden="true">๐ŸŒ</span> <a href="https://bubblegum.girlonthemoon.xyz/">blog</a>, <a href="https://sakura.girlonthemoon.xyz">garden</a></p> 12 12