-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.32 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Contact information for Mårten Thavenius">
<title>Mårten Thavenius</title>
<link rel="shortcut icon" type="image/png" href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=">
<link href="https://mastodon.social/@martent" rel="me">
<style type="text/css">
body{padding:1em 1em;font-family:'Georgia',serif;font-size:100%;background-color:#1a1b1d;color:#fff}
h1{font-size:2.8em;font-weight:normal;line-height:1.1;margin:0 0 .3em}
p,address{font-size:1.3em;line-height:1.4;margin:0;font-style:normal;display:block}
p{margin-bottom:1em;line-height:1.2;font-style:italic}
.phone {margin-bottom:.6em}
a{color:#fff;text-decoration:underline}
@media(max-width:32em){
body{padding:.5em}
h1{font-size:2em}
p,address{font-size:1.2em}
}
</style>
</head>
<body>
<div id="contact" class="vcard">
<h1 class="fn">Mårten Thavenius</h1>
<address class="email">[email protected]</address>
<address class="url" rel="me">Typefaces: <a href="https://fontcaster.com/">Fontcaster</a></address>
<address class="url" rel="me">Code: <a href="https://github.com/martent?tab=activity">github.com/martent</a></address>
</div>
</body>
</html>