-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
43 lines (41 loc) · 2.11 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
<head>
<title>Sölvi.is</title>
<meta property="og:title" content="Sölvi.is">
<meta property="og:description" content="Hi! I’m Sölvi.">
<meta property="og:image" content="http://solvi.is/og.png">
<meta property="og:url" content="http://solvi.is/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link type="text/css" rel="stylesheet" href="styles.css" />
<link href="https://fonts.googleapis.com/css?family=Lato:700" rel="stylesheet">
</head>
<body>
<article class="content">
<span class="title text">Hi! I’m Sölvi.</span>
<span class="text">I build products at</span>
<a class="link link--quizup" href="https://quizup.com" target="_blank">QuizUp</a>
<a class="link link--wowair" href="https://wowair.com" target="_blank">WOW air</a>
<a class="link link--viska" href="https://viska.com" target="_blank">Viska</a>
<a class="link link--avo" href="https://avo.sh" target="_blank">Avo</a>
<span class="text">during daytime. At night I build stuff like</span>
<a class="link link--flytime" href="http://flytime.is" target="_blank">Flytime</a>
<span class="text">,</span>
<a class="link link--hibyli" href="https://hiby.li" target="_blank">Híbýli</a>
<span class="text">,</span>
<a class="link link--eldsneyti" href="http://eldsneyti.com" target="_blank">Eldsneyti</a>
<span class="text">,</span>
<a class="link link--jolasveinar" href="http://jolasveinar.club" target="_blank">Jólasveinar</a>
<span class="text">and</span>
<a class="link link--timerr" href="http://timerr.app" target="_blank">Timerr.</a>
<div class="backdrop"></div>
</article>
<script>
(function (i, s, o, g, r, a, m) {
i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
(i[r].q = i[r].q || []).push(arguments)
}, i[r].l = 1 * new Date(); a = s.createElement(o),
m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
})(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-92323126-1', 'auto');
ga('send', 'pageview');
</script>
</body>