This repository has been archived on 2023-05-28. You can view files and clone it, but cannot push or open issues or pull requests.
old-website/views/index.ejs
2023-04-30 03:45:56 -04:00

43 lines
1.4 KiB
Text

<!DOCTYPE html>
<html lang="en">
<head>
<%- include("pieces/html-head.ejs") %>
</head>
<body>
<div class="main">
<%- include("pieces/header.ejs") %>
<div class="tll small-margin-inside">
<p>hi im aria!! i am a <a href="/projects#by-me">developer</a> (mostly in node) and my pronouns are she/her, they/them, and it/its.</p>
<p>i also <a href="/projects#hosted">host some shit not made by me</a> online you may enjoy.</p>
<p>just in general i really like computers and working with them :)</p>
<div>
<p class="no-margin bold">you can find me on:</p>
<ul class="hori-list no-margin">
<li>
<a href="https://twitter.com/frequent_sexer">twitter</a>
</li>
<li>
<a rel="me" href="https://fuckgov.org/@a">fediverse</a>
</li>
<li>
<a href="https://git.gay/a">gitea</a>
</li>
<li>
<a href="https://sr.ht/~whore">sourcehut</a>
</li>
<li>
<a href="https://github.com/tacohitbox">github</a>
</li>
<li>
<a href="https://last.fm/user/tacohitbox">last.fm</a>
</li>
<li>
<a href="/contact">and more!</a>
</li>
</ul>
</div>
</div>
<%- include("pieces/footer.ejs") %>
</div>
</body>
</html>