80 lines
2.9 KiB
HTML
80 lines
2.9 KiB
HTML
<!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>
|