-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
95 lines (94 loc) · 2.82 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="description" content="Daniel Karlsson" />
<title>Daniel Sunnerek</title>
<link href="favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link
href="https://fonts.googleapis.com/css?family=Cutive+Mono"
rel="stylesheet"
type="text/css"
/>
<link
href="https://fonts.googleapis.com/css?family=Reenie+Beanie"
rel="stylesheet"
type="text/css"
/>
<link href="vogue.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrap" class="wrap">
<nav>
<ul>
<li>
<a class="navLink" href="https://github.com/kardan">Github</a>
</li>
<li>
<a
class="navLink"
href="https://www.linkedin.com/in/daniel-sunnerek/"
>Linkedin</a
>
</li>
<li>
<a class="navLink" href="https://twitter.com/kardan">Twitter</a>
</li>
</ul>
</nav>
<article id="presentation">
<h1>
kar<span style="color: #a1b1ad">l</span> dan<span
style="color: #a1b1ad"
>iel</span
>
s<span style="color: #a1b1ad">unnerek</span>
</h1>
<p></p>
<p>
» Father, lover, coder, climber & runner, living in
Gothenburg Sweden. Currently doing devops (AWS, K8s, ArgoCD,
Terraform, Crossplane, Postgres, Golang..) at
<a href="https://www.zimpler.com">Zimler</a>. A long time ago I studied
International Project Management and Software Engineering.
</p>
<p style="margin-top: 24px">
<span id="sign" class="handwriting twisted"
><script type="text/javascript">
document.write(
'<n uers="znvygb:qnavry\100fhaarerx\056fr" bapyvpx="fn_rirag(\'pyvpx_rznvy\');">qnavry\100fhaarerx\056fr<\057n>'.replace(
/[a-zA-Z]/g,
function (c) {
return String.fromCharCode(
(c <= "Z" ? 90 : 122) >= (c = c.charCodeAt(0) + 13)
? c
: c - 26
);
}
)
);
</script></span
>
</p>
</article>
<footer>
<p>
Photography by
<a href="http://www.loicsans.com">Loïc Sans</a>
</p>
</footer>
</div>
<script
async
defer
src="https://scripts.simpleanalyticscdn.com/latest.js"
></script>
<script
async
src="https://scripts.simpleanalyticscdn.com/auto-events.js"
></script>
<noscript
><img src="https://queue.simpleanalyticscdn.com/noscript.gif" alt=""
/></noscript>
</body>
</html>