aboutsummaryrefslogtreecommitdiff
path: root/dst/index.html
blob: 42de63c07d94e7e40a284c764ce7f40f8370091b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!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&#8217;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="/donate">Donate</a><span> | </span>
                <a href="/uses">Uses</a><span> | </span>
                <a href="/rss.xml">RSS</a>
            </nav>
        </header><main>
<h1 id="adam-stcks-blog">Adam Stück&#8217;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>BCompSc @ <a href="https://aau.dk">AAU</a>. Working on my masters.</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>email</dt>
<dd><a href="mailto:adam@adast.xyz">adam@adast.xyz</a></dd>
<dt>sourcehut</dt>
<dd><a href="https://sr.ht/~adamski">~adamski</a></dd>
<dt>github</dt>
<dd><a href="https://github.com/adastx">adastx</a></dd>
<dt>linkedin</dt>
<dd><a href="https://www.linkedin.com/in/adam-st%C3%BCck-169505268/">Adam Stück</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">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/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>