-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
50 lines (46 loc) · 1.52 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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta name="generator" content="Hugo 0.62.2" />
<meta charset="utf-8">
<title>Kristian Dahl Kærgaard</title>
<meta name="description" content="Personlig side og Visitkort">
<meta name="author" content="Kristian Dahl Kærgaard">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/fonts.css" type="text/css">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/all.min.css">
<link rel="stylesheet" href="css/vncnt.css">
<link rel="shortcut icon" href="/img/favicon.ico">
</head>
<body>
<div class="landingpage">
<div class="row">
<div class="five columns">
<section id="avatar">
<img class="avatar" src="img/avatar.png">
</section>
</div>
<div class="seven columns">
<div class="autocenter">
<section id="bio">
<h3>Kristian Dahl Kærgaard</h3>
<p class="reset-margin"></p>
</section>
<section id="contact">
<div class="icons">
<h3>
<a class="icon" href="https://github.com/kdkaergaard" target="_blank">
<i class="fab fa-github-square" aria-hidden="true"></i>
</a><a class="icon" href="https://www.linkedin.com/in/kdkaergaard" target="_blank">
<i class="fab fa-linkedin" aria-hidden="true"></i>
</a>
</h3>
</div>
</section>
</div>
</div>
</div>
</div>
</body>
</html>