-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (58 loc) · 1.58 KB
/
index.html
File metadata and controls
61 lines (58 loc) · 1.58 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dag-Roger Eriksen</title>
<meta
name="Description"
content="Front-end developer Dag-Roger Eriksen personal website."
/>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<script
src="https://kit.fontawesome.com/ffdd797bed.js"
crossorigin="anonymous"
></script>
<link defer rel="stylesheet" href="style.css" />
</head>
<body>
<div class="flex-container">
<div class="row">
<section>
<img
src="dag-roger.jpg"
alt="Image of Dag-Roger Eriksen in black and white"
/>
<h1>Dag-Roger Eriksen</h1>
<p>
Front-end developer at
<a
href="https://www.bouvet.no"
target="_blank"
rel="noopener noreferrer"
>Bouvet</a
>
<br />
in Trondheim, Norway.
</p>
<i class="fab fa-github"></i>
<a
href="https://www.github.com/dre90"
target="_blank"
class="sosial"
rel="noopener noreferrer"
>Github</a
>
<i class="fab fa-linkedin-in"></i>
<a
href="https://www.linkedin.com/in/dag-roger-eriksen/"
target="_blank"
class="sosial"
rel="noopener noreferrer"
>Linkedin</a
>
</section>
</div>
</div>
</body>
</html>