website/about/index.html

83 lines
1.9 KiB
HTML
Raw Permalink 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>
2023-12-22 01:06:16 +00:00
<p>
Hello! I am Judah Sotomayor.
</p>
<p>
I am a follower of Jesus Christ, a student, and a computer programmer.
</p>
<p>
My interests include missions work, software development, and learning.
</p>
<p>
I've started this blog as a place to publicly lay out my thoughts, and to provide updates to the public about my work.
</p>
<p>
If you would like to subscribe, I provide an <a href="https://en.wikipedia.org/wiki/RSS#:~:text=RSS%20(RDF%20Site%20Summary%20or,standardized%2C%20computer%2Dreadable%20format.">RSS</a> feed: <a href="https://judah.freedomland.xyz//feed.xml">link</a>
</p>
2023-12-21 19:06:53 +00:00
</section>
</article>
</main>
<footer>
Made with &#x2665; and&nbsp;
<a href="https://emacs.love/weblorg" target="_blank">
weblorg
</a>
</footer>
</body>
</html>