website/index.html

46 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="/main.css">
<link rel="icon" type="image/png" href="/img/icon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>home - the osprey nest</title>
</head>
<body>
<header>
<h1>The Osprey <em id="title-accent">Nest</em></h1>
<em>The gayest osprey-run webpage on the web</em>
</header>
<div id="content">
<main>
<h2>home</h2>
<p>Welcome to my site!</p>
<img src="/img/woodrow-wave-hb.png" alt="digital art of a wiry anthropomorphic male osprey waving to the viewer." height="300">
<p>My name is Woodrow, and I own <a href="http://osp.gay">osp.gay</a> and maintain it and all of its subdommains.</p>
<p>If you'd like to learn more about me, <a href="about/">read my about page</a>, <a href="blog/">check out my blog</a>, or <a href="contact/">contact me</a>.</p>
</main>
<nav>
<h3>navigation</h3>
<ul>
<li><a href="/">home</a></li>
<li><a href="/blog/">blog</a></li>
<li><a href="/mc/">minecraft log</a></li>
<li><a href="/frens/">frens</a></li>
<li><a href="/about/">about</a></li>
<li><a href="/contact/">contact</a></li>
</ul>
<h3>socials</h3>
<ul>
<li><a href="https://twitter.com/accipitroid/" rel="me">twitter</a></li>
<li><a href="https://fedi.osp.gay/woodrow/" rel="me">fedi</a></li>
<li><a href="https://github.com/accipitroid/" rel="me">github</a></li>
</ul>
</nav>
</div>
<footer>
<p><a href="https://git.canary.city/staticfanfare/website/">Copyleft</a> 🄯 2024 Woodrow Caldera, some rights reserved.</p>
</footer>
</body>
</html>