-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (58 loc) · 2.76 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
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
<!DOCTYPE html>
<html dir="ltr" class="js" lang="en"><head>
<title>Sampo Turve 🧃🦆</title>
<meta charset="utf-8">
<meta name="description" content="Web developer who does Drupal and other web things. Likes bikes and birds.">
<meta name="rights" content="Sampo Turve">
<meta name="MobileOptimized" content="width">
<meta name="HandheldFriendly" content="true">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:site_name" content="Sampo Turve" />
<meta property="og:url" content="https://sampoturve.fi/" />
<meta property="og:title" content="Sampo Turve" />
<meta property="og:description" content="Web developer who does Drupal and other web things. Likes bikes and birds." />
<link rel="canonical" href="https://sampoturve.fi/">
<link rel="shortlink" href="https://sampoturve.fi/">
<link type="text/css" rel="stylesheet" href="res/css.css" media="all">
<link rel="apple-touch-icon" sizes="180x180" href="/res/meta/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/res/meta/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/res/meta/favicon-16x16.png">
<link rel="manifest" href="/res/meta/site.webmanifest">
<link rel="mask-icon" href="/res/meta/safari-pinned-tab.svg" color="#000000">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
<script>window.onload=function(){document.getElementById("duck").onclick=function(){this.classList.toggle("whee")}};</script>
</head>
<body>
<div class="party">
<div class="page">
<header class="c c--f">
<h1>
<a href="https://sampoturve.fi/" rel="home">Sampo Turve</a>
</h1>
<h2>Web developer who does Drupal and other web things. Likes bikes and birds.</h2>
</header>
<main>
<article>
<div class="c c--h">
<img alt="Developer's head on a table" src="res/spaaaa.jpg">
</div>
<div class="c c--h">
<p>I'm Sampo. I’m working as a developer at <a href="https://wunder.io/" target="blank" class="wunder" title="Wunder">Wunder</a>.</p>
<p>I’m located in Turku, Finland.</p>
<p>I like pretty things and bikes.</p>
<div class="contact-links">
<a href="https://fi.linkedin.com/in/sampoturve" title="LinkedIn" class="linkedin" target="_blank">LinkedIn</a>
<a href="https://twitter.com/sampoturve" title="Twitter" class="twitter" target="_blank">Twitter</a>
</div>
<div class="duck-mate">
<span id="juice-box" role="img" aria-label="Juice Box">🧃</span>
<span id="duck" role="img" aria-label="Duck">🦆</span>
</div>
</div>
</article>
</main>
</div>
</div>
</body>
</html>