diff options
author | Adam Stück <adam@adast.dk> | 2023-05-22 17:31:07 +0200 |
---|---|---|
committer | Adam Stück <adam@adast.dk> | 2023-05-22 17:31:07 +0200 |
commit | 775e69fea981b1cec03cc8206d69abed9b824df5 (patch) | |
tree | b046516be42400c6fedf8334fb6e7dd284fe6c3f /build/index.html | |
parent | 288c92e992c5569d8e98d6ee8e926398a2f77069 (diff) |
New file structure
index.html
some-post/
--> index.html
Diffstat (limited to 'build/index.html')
-rw-r--r-- | build/index.html | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/build/index.html b/build/index.html new file mode 100644 index 0000000..a26195b --- /dev/null +++ b/build/index.html @@ -0,0 +1,82 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Adam Stück’s blog</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="/uses">Uses</a><span> | </span> + <a href="/donate">Donate</a><span> | </span> + <a href="/rss.xml">RSS</a> + </nav> + </header><main> +<h1 id="adam-stcks-blog">Adam Stück’s blog</h1> + +<p><span></span></p> + +<p>Passionate about open source software, usability, performance, privacy, and +minimal design. </p> + +<p>Interested in sustainability, game dev, technology, and living life.</p> + +<p>Student programmer @ <a href="https://e-komplet.dk/">E-Komplet</a>.</p> + +<h2 id="links">Links</h2> + +<style> +dl { + margin:1rem; + display:grid; + grid-template-columns:auto 1fr; + grid-gap:.2rem 1rem; +} +dl dt { + font-size: .9rem; + font-weight: 700; +} +dl dd:not(:last-child) { + margin-bottom: .3rem; +} +</style> +<dl class="external-links"> +<dt>sourcehut</dt> +<dd><a href="https://sr.ht/~adamski">~adamski</a></dd> +<dt>email</dt> +<dd><a href="mailto:adam@adast.dk">adam@adast.dk</a></dd> +<dt>pgp</dt> +<dd><a href="https://meta.sr.ht/~adamski.pgp">B5442B88D8E05672</a></dd> +</dl> + +<hr style="margin: 2rem 0"> + +<style> +span.created { + display: block; + margin: 0 0 10px; +} +</style> + +<p><span class='created'><small>2023-03-04</small><br><a href="2023-02-log">Status update, February 2023</a></span></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/4.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> |