65 lines
1.3 KiB
HTML
65 lines
1.3 KiB
HTML
<!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" />
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="https://judah.freedomland.xyz//static/style.css" type="text/css" />
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Lora&family=Space+Mono&display=swap" />
|
|
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<header>
|
|
<h1>
|
|
<a href="https://judah.freedomland.xyz//">
|
|
Open Thoughts
|
|
</a>
|
|
</h1>
|
|
<a href="#main" class="visually-hidden">jump to main content</a>
|
|
<nav>
|
|
<ul class="menu">
|
|
<li><a href="https://judah.freedomland.xyz//about">about</a></li>
|
|
<li><a href="https://judah.freedomland.xyz//">blog</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
|
|
|
|
|
|
<main id="main">
|
|
|
|
<article class="page">
|
|
<h1 class="page__title">
|
|
About
|
|
</h1>
|
|
<section>
|
|
|
|
|
|
</section>
|
|
</article>
|
|
|
|
</main>
|
|
|
|
|
|
|
|
<footer>
|
|
Made with ♥ and
|
|
<a href="https://emacs.love/weblorg" target="_blank">
|
|
weblorg
|
|
</a>
|
|
</footer>
|
|
|
|
|
|
</body>
|
|
</html>
|