62 lines
2.2 KiB
HTML
62 lines
2.2 KiB
HTML
<!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>
|