From 2f1d1741563bd537ffe3b9d4326a93fccad09fea Mon Sep 17 00:00:00 2001 From: riley ezri azrael <me@riley.lgbt> Date: Thu, 3 Apr 2025 19:51:07 +0200 Subject: [PATCH] Move `likes.html` to `cool-stuff.html` and update it a bit --- cool-stuff.html | 80 +++++++++++++++++++++++++++++++++++++++++++++++++ index.html | 2 +- likes.html | 62 -------------------------------------- 3 files changed, 81 insertions(+), 63 deletions(-) create mode 100644 cool-stuff.html delete mode 100644 likes.html diff --git a/cool-stuff.html b/cool-stuff.html new file mode 100644 index 0000000..6626096 --- /dev/null +++ b/cool-stuff.html @@ -0,0 +1,80 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <title> neat things | ezri ✨ </title> + <meta name="viewport" content="width=device-width" /> + <meta charset="UTF-8" /> + <link rel="stylesheet" href="style.css" /> + <link rel="icon" href="favicon.png" /> + </head> + <body> + <header> + <nav> <a href="."> home </a> </nav> + <h1> cool stuff </h1> + <p> this is a page listing stuff i think is neat, in no particular order and + non-exhaustively. + </p> + </header> + <section id="toc"> + <h2> table of contents </h2> + <nav class="toc"> + <ul> + <li> <a href="#assorted"> assorted </a> </li> + <li> <a href="#websites"> websites </a> </li> + <li> <a href="#books"> books </a> </li> + <li> <a href="#music"> music </a> </li> + </ul> + </nav> + </section> + <section id="assorted"> + <h2> assorted </h2> + <p> neat things that i dont feel like making separate categories for: </p> + <ul> + <li> well there's your problem podcast </li> + <li> magic: the gathering </li> + <li> star trek: deep space nine </li> + <li> ultrakill </li> + <li> minecraft </li> + <li> the helix text editor </li> + <li> jet lag: the game </li> + <li> fira code </li> + </ul> + </section> + <section id="websites"> + <h2> websites </h2> + <p> i think these websites/pages are pretty cool! </p> + <ul> + <li> <a href="https://tilde.green/~knit/">knit's web site</a> </li> + <li> <a href="https://boxin.space">Mira's site</a> </li> + <li> <a href="https://lipu-sona.comforttiger.space/en">soweli Sika's toki pona course</a> </li> + <li> <a href="https://www.dominikmayer.art/">Dominik Mayer's illustrations</a></li> + </ul> + </section> + <section id="books"> + <h2> books </h2> + <p> i like reading, but i sometimes find it hard to stay focused on it. i've been reading + more the past few years, and that makes me happy. some highlights: + </p> + <ul> + <li> <i>Children of Time</i> by Adrian Tchaikovsky </li> + <li> <i>The Player of Games</i> by Iain M. Banks </li> + <li> <i>The Expanse</i> series by James S.A. Corey </li> + <li> <i>The Three Body Problem</i> series by Cixin Liu </li> + <li> <i>Symptoms of Being Human</i> by Jeff Garvin </li> + </ul> + </section> + <section id="music"> + <h2> music </h2> + <p> some of my all-time favorite tracks/albums/artists: </p> + <ul> + <li> <i>Mainstream Sellout</i> (album) by machine gun kelly </li> + <li> <i>From Heads Unworthy</i> (song) by Rise Against </li> + <li> <i>HATEFUL</i> (song) by HEALTH </li> + <li> Heaven Pierce Her </li> + <li> NoFX </li> + <li> <i>Spoiled little brat</i> (song) by underscores </li> + </ul> + </section> + <!-- treasure hunter! :D --> + </body> +</html> diff --git a/index.html b/index.html index 39c8e72..cbd6db3 100644 --- a/index.html +++ b/index.html @@ -24,7 +24,7 @@ <h2 style="font-size: 1em"> other pages on this web sight: </h2> <nav> <ul> - <li><a href="likes.html"> likes.html </a></li> + <li> <a href="cool-stuff.html">cool stuff</a>: a list of stuff i think is neat </li> </ul> </nav> </header> diff --git a/likes.html b/likes.html deleted file mode 100644 index 4aa13b1..0000000 --- a/likes.html +++ /dev/null @@ -1,62 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <title> recommendations | ezri ✨ </title> - <meta name="viewport" content="width=device-width" /> - <meta charset="UTF-8" /> - <link rel="stylesheet" href="style.css" /> - <link rel="icon" href="favicon.png" /> - </head> - <body> - <header> - <h1> recommendations ✨ </h1> - <nav> <a href="index.html"> < back home </a> </nav> - <p> check out these cool things i like if you want. </p> - </header> - <section id="websites"> - <h2> websites </h2> - <p> i think these websites are pretty cool! </p> - <ul> - <li> <a href="https://tilde.green/~knit/">knit's web site</a> </li> - </ul> - </section> - <section id="books"> - <h2> books </h2> - <p> i like reading, but i sometimes find it hard to stay focused on it. i've been reading - more the past few years, and that makes me happy. fiction-wise i enjoy science fiction, - mostly. - </p> - <ul> - <li> <i>Children of Time</i> by Adrian Tchaikovsky </li> - <li> <i>The Player of Games</i> by Iain M. Banks </li> - <li> <i>The Expanse</i> series by James S.A. Corey </li> - <li> <i>The Three Body Problem</i> series by Cixin Liu </li> - </ul> - </section> - <section id="music"> - <h2> music </h2> - <p> music-wise, i like a lot of different things. it really depends on my mood. - my favorite songs/artists/genres change all the time, but here are some highlights: - </p> - <ul> - <li> <i>Mainstream Sellout</i> (album) by machine gun kelly </li> - <li> <i>From Heads Unworthy</i> (song) by Rise Against </li> - <li> <i>HATEFUL</i> (song) by HEALTH </li> - <li> Heaven Pierce Her </li> - <li> NoFX </li> - <li> <i>Spoiled little brat</i> (song) by underscores </li> - </ul> - </section> - <section id="other"> - <h2> other </h2> - <ul> - <li> Magic: The Gathering </li> - <li> <a href="https://www.dominikmayer.art/">artwork</a> by Dominik Mayer </li> - <li> Star Trek: Deep Space Nine </li> - <li> ULTRAKILL </li> - <li> Minecraft </li> - </ul> - </section> - <!-- treasure hunter! :D --> - </body> -</html>