-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (58 loc) · 1.91 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" href="style.css">
<title>Eirik's homepage</title>
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "ProfilePage",
"name": "Eirik's homepage",
"url": "https://ekul.no",
"mainEntity": {
"@type": "Person",
"@id": "https://ekul.no/eirik",
"name": "Eirik Kultorp",
"givenName": "Eirik",
"familyName": "Kultorp",
"alumniOf": "https://www.wikidata.org/wiki/Q1065414",
"knowsAbout": [
"Computer science",
"Software engineering",
"Knowledge representation"
],
"sameAs": [
"https://github.com/ekulno",
"https://www.linkedin.com/in/eirik-kultorp-aa0225256/",
"https://triplydb.com/eirik"
],
"homeLocation": "https://www.wikidata.org/wiki/Q585"
}
}
</script>
</head>
<body>
<main>
<h1>Eirik Kultorp</h1>
<p>
Tech enthusiast
interested in
computer science,
software engineering
and knowledge representation.
Enjoys
sci-fi
and racket sports.
Based in Oslo.
</p>
<p>
<a class="link" href="https://github.com/ekulno">Github</a>
<a class="link" href="https://www.linkedin.com/in/eirik-kultorp-aa0225256/">LinkedIn</a>
<a class="link" href="mailto:[email protected]">Contact</a>
</p>
<img src="portrait.png" class="portrait">
</main>
</body>
</html>