<!DOCTYPE html> <html lang="en"> <head> <title>ezri's site! 🐶✨</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 site! ✨</h1> <p> beep boop! welcome to my web site. i made it by hand using my favorite editor, helix. i hope you like it! :) </p> <p> some quick riley facts: </p> <ul> <li> also goes by ezri or azrael </li> <li> uses any pronouns (suggestion: it/its or they/them) </li> <li> uses <i>ilo</i> or <i>soweli</i> headnouns </li> <li> touches computers for work and recreationally </li> <li> loves being outside and kissing boys in a bisexual manner </li> <li> is transgender and also puppy </li> <li> lives in the netherlands </li> </ul> </header> <section> <nav> <h2> other pages </h2> <p> check out the other pages on my web sight! </p> <ul> <li> <a href="cool-stuff.html">cool stuff</a>: a list of stuff i think is neat </li> <li> more to come... </li> </ul> </nav> </section> <section id="contact"> <h2> elsewhere </h2> <p> come say hi! <3 </p> <ul> <li> fedi, at <a href="https://tech.lgbt/@azrael" rel="me">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>