diff options
Diffstat (limited to 'dst/now.html')
-rw-r--r-- | dst/now.html | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/dst/now.html b/dst/now.html new file mode 100644 index 0000000..abc3395 --- /dev/null +++ b/dst/now.html @@ -0,0 +1,64 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Now</title> + <link rel="icon" type="image/x-icon" href="/favicon.ico"> + <link rel="alternate" type="application/rss+xml" title="" href='feed'> + <link rel="stylesheet" type="text/css" href="main.css"> + </head> + <body> + <header> + <nav> + <a href="/">Home</a><span> | </span> + <a href="/projects">Projects</a><span> | </span> + <a href="/services">Services</a><span> | </span> + <a href="/resume">Resume</a><span> | </span> + <a href="/donate">Donate</a><span> | </span> + <a href="/uses">Uses</a><span> | </span> + <a href="/now">Now</a><span> | </span> + <a href="/rss.xml">RSS</a> + </nav> + </header><main> +<h1 id="now">Now</h1> + +<p>2023-03-14</p> + +<blockquote> +<p>This page is based off the <a href="https://nownownow.com/about">now page concept</a> by Derek Sivers.</p> +</blockquote> + +<h2 id="tech">Tech</h2> + +<p>Starting to work on my game, <a href="https://arena.adast.xyz">arena</a>, again.</p> + +<ul> +<li>Tinkering with this website: + +<ul> +<li>Adding a <a href="https://test.adast.xyz/resume-da">danish version</a> of my resume (closes <a href="https://todo.sr.ht/~adamski/adast.xyz/4">#4</a>)</li> +<li>Trying out this <em>now</em> page</li> +</ul></li> +</ul> + +<p>Slowly migrating to wayland by trying out <a href="https://swaywm.org">Sway</a>.</p> + +<h2 id="life">Life</h2> + +<p>Waiting for my sprained wrist to heal so I can get back to boxing. 🥊</p> + +<p>Reading <em>A Voyage for Madmen</em></p> +<footer role="contentinfo"> + + <span><a href="#">↑ Back to Top</a></span><br><br> + <small> + Built with <a href="https://rgz.ee/ssg.html">ssg</a>.<br> + Maintained with ♥ for the web. <br> + The content for this site is <a href="https://creativecommons.org/licenses/by-sa/2.0/">CC-BY-SA</a>.<br> + The <a href="https://git.sr.ht/~adamski/adast.xyz">code for this site</a> is <a href="https://git.sr.ht/~adamski/adast.xyz/tree/main/item/LICENSE">MIT</a>. + </small> +</footer> +</main> +</body> +</html> |