-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
53 lines (42 loc) · 1.65 KB
/
cv.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
<!DOCTYPE html>
<html lang="nb">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-109864300-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-109864300-1');
</script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Hans Kristian Smedsrød | CV</title>
<meta property="og:site_name" content="Hans Kristian Smedsrød" />
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
<link rel="stylesheet" href="./cv.css" type="text/css">
</head>
<body>
<main>
<header class="intro">
<h1>Hans Kristian Smedsrød</h1>
<p></p>
</header>
<nav class="sidebar">
<img class="sidebar__profile-pic" src="./media/hans-kristian-smedsrod.jpg" alt="Hans Kristian Smedsrød" />
<ul class="sidebar__contact">
<li>
<a href="tlf:004792841558">
<svg class="icon icon-phone"><use xlink:href="#icon-phone"></use></svg>
<span></span>
</a>
</li>
</ul>
</nav>
<section class="experience">
<header>
</header>
</section>
</main>
</body>
</html>