This repository has been archived on 2024-04-03. You can view files and clone it, but cannot push or open issues or pull requests.
v0-website/index.html
2021-12-10 21:39:12 -05:00

57 lines
3.2 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>tacohitbox.com</title>
<meta charset="UTF-8">
<link href="/css/main.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="header">
<div class="left-side">
<a href="/"><h2>tacohitbox</h2></a>
</div>
<div class="right-side">
<a href="/projects/"><button>projects</button></a>
<a href="/licensing/"><button>licensing</button></a>
</div>
</div>
<div class="main">
<h2 class="nm">hey :)</h2>
<div class="big-para">
<p>My name is Ezra and I'm a 16 year old non-binary (<a href="/secret/they">they/them</a>) web developer as well as a video editor in my spare time!</p>
<p>I currently reside in the rural hills of Buffalo and Rochester, NY.</p>
</div>
<h2 class="nm">contact me</h2>
<div class="big-para">
<p>Email me: <code>mxezrablue@protonmail.com</code></p>
<p>Contact me on Matrix: <code>@nintendowii:matrix.org</code></p>
<p>Contact me on Discord: <code>tacohitbox#7981</code></p>
<p>Contact me on Guilded: <a rel="noreferrer nofollow" href="https://www.guilded.gg/u/tacohitbox"><code>@tacohitbox</code></a></p>
<p>Contact me on Telegram: <a rel="noreferrer nofollow" href="https://t.me/eighth_wonder"><code>@eighth_wonder</code></a></p>
</div>
<h2 class="nm">what i'm also on</h2>
<div>
<ul>
<li><a rel="noreferrer nofollow" href="https://uwu.social/@ezra">Mastodon</a> is a site I would LOVE to use more if more of my friends were on there.</li>
<li><a rel="noreferrer nofollow" href="https://blog.tacohitbox.com">Tumblr</a> is kinda cool and similar to my situation with Mastodon.</li>
<li><a rel="noreferrer nofollow" href="https://git.files.gay/e">FilesGay</a> is a Gitea instance I use.</li>
<li><a rel="noreferrer nofollow" href="https://github.com/tacohitbox">Github</a> is the other site I use to host my projects.</li>
<li>
<a rel="noreferrer nofollow" href="https://last.fm/user/tacohitbox">Last.fm</a>,
<a rel="noreferrer nofollow" href="https://listenbrainz.org/user/tacohitbox">ListenBrainz</a> and
<a rel="noreferrer nofollow" href="https://wavy.fm/user/tacohitbox">Wavy.fm</a> are scrobbling sites I use.
Note that my Wavy.fm account has a longer history than Last.fm.
</li>
<li>
<a rel="noreferrer nofollow" href="https://open.spotify.com/user/5lm0nbiogfxk4etarnyeidayk?si=e845947cefb64f64">Spotify</a> is my music app of choice.
</li>
</ul>
<p>These are public accounts! For more private social medias and other things (Xbox gamertag/Switch friend code), just HMU if you're a close friend.</p>
</div>
<h2 class="nm">what i'm currently listening to</h2>
<iframe style="margin-top:5px;margin-bottom:5px;" frameborder="0" width="520" height="185" src="https://yc.tacohitbox.com/embed/last/tacohitbox?force-theme=dark&autorefresh=30"></iframe>
<p class="nm">This is from my project <a rel="noreferrer nofollow" href="https://yc.tacohitbox.com/">YellowCab</a>.</p>
</div>
</body>
</html>