<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <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;
}

.code {
    font-family: monospace;
    overflow: auto;
}
</style>
    </head>
    <body>
        <div id="header">
            <h2>Julian T. Jørgensen</h2> 
            <p>This is just a small page containing some contact info etc.</p>
        </div>
        <div id="projects">
            <hr id="line-below-header">
            <h3>Projects and Links</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>Name:</b> Julian T. Jørgensen</p>
            <p><b>Email:</b> julian@jtle <i>dot</i> dk</p>    
            <p><b>Matrix:</b> @julian:jtle.dk</p>
            <p><b>Github:</b> <a href="https://github.com/jbjjbjjbj/">jbjjbjjbj</a></p>
            <p><b>Fingerprint:</b></p>
            <div class="code">
                <pre>
pub   rsa4096 2019-05-14 [C]
      950B E864 6008 1952 5DA4  9C09 9E44 42B6 BE0C E332
uid           [ultimate] Julian T
sub   rsa3072 2019-06-20 [A] [expires: 2024-10-19]
sub   rsa4096 2022-10-17 [E] [expires: 2024-10-19]
sub   rsa4096 2022-10-17 [S] [expires: 2024-10-19]
      </pre>
            </div>
        </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>