summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2020-04-30 22:36:59 +0200
committerJulian T <julian@jtle.dk>2020-04-30 22:36:59 +0200
commit7e4801694f09ad79ba6cb841fe9628b28e158be4 (patch)
treecca18ccb06b31003a8b404de87d310e6e4471b81 /index.html
parent4acd6262b2ee1681fc043655067869c9ae9fdbb0 (diff)
Changed layout
Diffstat (limited to 'index.html')
-rw-r--r--index.html63
1 files changed, 39 insertions, 24 deletions
diff --git a/index.html b/index.html
index b1e255b..b9e7168 100644
--- a/index.html
+++ b/index.html
@@ -1,32 +1,47 @@
-<html>
- <head>
- <title>Julian site</title>
- <link rel="icon" href="/favicon.png">
- <meta name="robots" content="noindex,nofollow">
- </head>
- <body>
- <h1>Julian T.</h1>
- <!-- Not using these id for anything. But i like they are here -->
- <div id="text">
- <p>Currently not sure what to include on this page. So it just contains some contact info</p>
- </div>
- <div id="contact">
- <hr>
- <h2>Contact</h2>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <title>Julian site</title>
+ <link rel="icon" href="/favicon.png">
+ <meta name="robots" content="noindex,nofollow">
- <p><b>Email:</b> julian@<i>this.domain</i></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> <br>
- <pre style="font-family: monospace">
+<style>
+body {
+ margin: 1em auto;
+ max-width: 40em;
+ padding: 0 .62em;
+ font: 1.1em/1.2 serif;
+}
+</style>
+ </head>
+ <body>
+ <h2>Julian T.</h2>
+ <!-- Not using these id for anything. But i like they are here -->
+ <div id="text">
+ <p>This is just a small page containing some contact info etc.</p>
+ </div>
+ <div id="projects">
+ <hr>
+ <h3>Stuff</h3>
+ <p>Some small projects i have been working on.</p>
+ <a href="https://git.jtle.dk/raytrace/about">Raytracer</a> <a href="https://git.jtle.dk/jetris/">Arduino tetris</a>
+ <div id="contact">
+ <hr>
+ <h3>Contact</h3>
+
+ <p><b>Email:</b> julian@<i>this.domain</i></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> <br>
+ <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) <lookabove>
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>
- </p>
- </div>
- </body>
+ </pre>
+ </p>
+ </div>
+ </body>
</html>