website/index.html

122 lines
2.8 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">
<h1>Blog Posts</h1>
<ul class="posts">
<li class="post-title">
<a href="https://judah.freedomland.xyz//posts/missions-trip-southeast-asia.html">
Jan 18, 2024 &mdash;
Missions Trip to Southeast Asia
</a>
</li>
<li class="post-title">
<a href="https://judah.freedomland.xyz//posts/writing-resume-org.html">
Jan 09, 2024 &mdash;
Writing a Resume with Org-Mode
</a>
</li>
<li class="post-title">
<a href="https://judah.freedomland.xyz//posts/efficient-org-agenda.html">
Dec 27, 2023 &mdash;
In Pursuit of an Efficient Org-Agenda
</a>
</li>
<li class="post-title">
<a href="https://judah.freedomland.xyz//posts/reflections-zettelkasten-tooling.html">
Dec 22, 2023 &mdash;
Reflections on a year of Zettelkasten: Tooling
</a>
</li>
<li class="post-title">
<a href="https://judah.freedomland.xyz//posts/rss-feed.html">
Dec 21, 2023 &mdash;
RSS Feed
</a>
</li>
<li class="post-title">
<a href="https://judah.freedomland.xyz//posts/my-ssh-key.html">
Nov 08, 2023 &mdash;
My SSH Key
</a>
</li>
<li class="post-title">
<a href="https://judah.freedomland.xyz//posts/qubesos-signing-key.html">
QubesOS Signing Key
</a>
</li>
</ul>
</main>
<footer>
Made with &#x2665; and&nbsp;
<a href="https://emacs.love/weblorg" target="_blank">
weblorg
</a>
</footer>
</body>
</html>