summaryrefslogtreecommitdiff
path: root/index.html
blob: 67d5e720cd246c56bd37b43957cc4898f093317c (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
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <title>Julian site</title>
        <link rel="icon" href="/favicon.png">

<style>
body {
    margin: 0px auto;
    max-width: 40em;
    padding: 0 .62em;
    font: 1.1em/1.2 serif;
}
#header {
    display: flex;
    flex-direction: row;
}
#header-image {
    display: flex;
    margin-right: 1em;
    align-items: center;
}
#logo {
    object-fit: scale-down;
    height: 3.5em;
}
#line-below-header {
    margin-top: 0px;
}
</style>
    </head>
    <body>
        <div id="header">
            <div id="header-image">
                <img id="logo" src="/favicon.png">
            </div>
            <div>
                <h2>Julian T.</h2> 
                <p>This is just a small page containing some contact info etc.</p>
            </div>
        </div>
        <div id="projects">
            <hr id="line-below-header">
            <h3>Stuff</h3>
            <p>Some small projects I have been working on.</p>
            <p><a href="https://git.jtle.dk/rendering/about">Rendering</a> | 
                <a href="https://git.jtle.dk/jetris/">Arduino tetris</a> |
                <a href="https://jtle.dk/walls/index.html">Pictures</a> |
                <a href="https://git.jtle.dk/pixelsort/about/">Pixelsorter</a>
            </p>
        </div>
        <div id="contact">
            <hr>
            <h3>Contact</h3>

            <p><b>Email:</b> julian@jtle <i>dot</i> dk</p>    
            <p><b>Irc:</b> jtle on <a href="https://freenode.net/">Freenode</a></p>
            <p><b>GPG key:</b> <a href="/key.gpg">key.gpg</a></p>
            <p><b>Fingerprint:</b></p>
            <pre style="font-family: monospace">
pub   rsa4096 2019-05-14 [C]
      950B E864 6008 1952 5DA4  9C09 9E44 42B6 BE0C E332
uid           [ultimate] Julian T (Main Primary key) &lt;lookabove&gt;
sub   rsa2048 2019-05-14 [S] [expires: 2022-01-21]
sub   rsa2048 2019-05-14 [E] [expires: 2022-01-21]
sub   rsa3072 2019-06-20 [A] [expires: 2022-01-21]
            </pre>
        </div>
        <br/><br/>
        <footer>
            <img alt="Created with vim" title="An oldschool vim thing" src="webimgs/vim_created_wq.gif"/>
            <img alt="Html5 compatible" title="Couldn't find a html5 version" src="webimgs/valid-html40"/>
        </footer>
    </body>
</html>