website/about/index.html

65 lines
1.3 KiB
HTML
Raw Normal View History

2023-12-21 19:06:53 +00:00
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>
Open Thoughts
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Judah Sotomayor" />
2023-12-21 19:38:31 +00:00
<link rel="stylesheet" href="https://judah.freedomland.xyz//static/style.css" type="text/css" />
2023-12-21 19:06:53 +00:00
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lora&family=Space+Mono&display=swap" />
</head>
<body>
<header>
<h1>
2023-12-21 19:38:31 +00:00
<a href="https://judah.freedomland.xyz//">
2023-12-21 19:06:53 +00:00
Open Thoughts
</a>
</h1>
<a href="#main" class="visually-hidden">jump to main content</a>
<nav>
<ul class="menu">
2023-12-21 19:38:31 +00:00
<li><a href="https://judah.freedomland.xyz//about">about</a></li>
<li><a href="https://judah.freedomland.xyz//">blog</a></li>
2023-12-21 19:06:53 +00:00
</ul>
</nav>
</header>
<main id="main">
<article class="page">
<h1 class="page__title">
About
</h1>
<section>
</section>
</article>
</main>
<footer>
Made with &#x2665; and&nbsp;
<a href="https://emacs.love/weblorg" target="_blank">
weblorg
</a>
</footer>
</body>
</html>