Move likes.html to cool-stuff.html and update it a bit

This commit is contained in:
Riley Apeldoorn 2025-04-03 19:51:07 +02:00
parent 8d829f77e5
commit 2f1d174156
3 changed files with 81 additions and 63 deletions

80
cool-stuff.html Normal file
View file

@ -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>

View file

@ -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>

View file

@ -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"> &lt; 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>