54 lines
1.7 KiB
HTML
54 lines
1.7 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link rel="stylesheet" href="./res/css/master.css">
|
|
<title>~roscoe</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="page-container">
|
|
<div class="grid">
|
|
<div>
|
|
<h1>~roscoe</h1>
|
|
</div>
|
|
<div>
|
|
<p>
|
|
<span id="title"><em>Certified internet user</em></span><br>
|
|
<span id="quote">Wah-sup?</span>
|
|
</p>
|
|
</div>
|
|
<div><img src="./res/images/profile-v2.png" class="profile-image"></div>
|
|
<div>
|
|
<ul>
|
|
<li>19 y/o, British</li>
|
|
<li>Self-proclaimed wah enthusiast</li>
|
|
<li>Theatre Technician</li>
|
|
<li>"Developer"</li>
|
|
<li>Self-taught programmer</li>
|
|
<li>Somewhat a weather nerd</li>
|
|
<li>Designed & build <a href="https://frzn.dev">frzn.dev</a></li>
|
|
</ul>
|
|
<p class="social-heading">Social:</p>
|
|
<ul class="social">
|
|
<li><strong>Forgejo:</strong> <a href="https://git.frzn.dev/RoscoeDaWah/">@RoscoeDaWah@git.frzn.dev</a></li>
|
|
<li><strong>E-mail:</strong> <a href="mailto:roscoe@wah.moe">roscoe@wah.moe</a></li>
|
|
<li><strong>Fedi:</strong> <a rel="me"
|
|
href="https://furry.engineer/@RoscoeDaWah">@RoscoeDaWah@furry.engineer</a></li>
|
|
<li><strong>Discord:</strong> @roscoedawah</li>
|
|
</ul>
|
|
</div>
|
|
<div><strong>Websites:</strong>
|
|
<a href="https://wah.moe">wah.moe</a> /
|
|
<a href="https://weh.moe">weh.moe</a> /
|
|
<a href="http://www.hyprcat.net">hyprcat.net</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<script type="text/javascript" src="./res/js/dynamic-content.js"></script>
|
|
</body>
|
|
|
|
</html>
|