52 lines
2.1 KiB
HTML
52 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>ezri's page! 🐶✨</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> riley's page ✨</h1>
|
|
<p> beep boop! welcome to my web site. i made it myself using my favorite editor, helix.
|
|
i hope you enjoy! :)
|
|
</p>
|
|
<p> i'm a non-binary puppyboy living in the Netherlands. i like to play around with
|
|
computers and languages and i program Haskell, Rust and PHP for a living. i'm in my
|
|
early twenties.
|
|
</p>
|
|
<p> one may use any pronouns in reference to me. i suggest it/its or they/them.
|
|
i prefer my names rendered uncapitalized, but i won't get mad if you don't do that.
|
|
in toki pona, use <i>ilo</i> or <i>soweli</i> as my headnoun.
|
|
</p>
|
|
<h2 style="font-size: 1em"> other pages on this web sight: </h2>
|
|
<nav>
|
|
<ul>
|
|
<li> <a href="cool-stuff.html">cool stuff</a>: a list of stuff i think is neat </li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
<section id="interests">
|
|
<h2> interests </h2>
|
|
<p> my hobbies are touching computers (sometimes), learning languages (i'm not super good
|
|
at it but that's okay) and being a puppy on the internet. i also like cooking, reading
|
|
and hanging out in the local forest.
|
|
</p>
|
|
<p> i also play magic: the gathering. i like to play technical, controlling decks. </p>
|
|
</section>
|
|
<section id="contact">
|
|
<h2> elsewhere </h2>
|
|
<p> come say hi! <3 </p>
|
|
<ul>
|
|
<li> fediverse, at <a href="https://tech.lgbt/@azrael">azrael@tech.lgbt</a> </li>
|
|
<li> matrix, at <a href="https://matrix.to/#/@riley:badat.dev">riley:badat.dev</a> </li>
|
|
<li> email, at <b>hi (at) this domain</b> </li>
|
|
<li> signal available upon request </li>
|
|
<li> cool code is on <a href="https://im.badat.dev/riley">forgejo</a> </li>
|
|
<li> lame code is on <a href="https://github.com/RileyApeldoorn">github</a> </li>
|
|
</ul>
|
|
</section>
|
|
</body>
|
|
</html>
|