-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (37 loc) · 2.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Pétur Már Sigurðsson</title>
<meta name="description" content="AI technologist. Creative coder. Digital product thinker. I help ambitious brands and creators bring bold ideas to life—through software that actually works.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Pétur Már Sigurðsson's personal website">
<meta property="og:type" content="profile">
<meta property="og:image" content="https://petunmar.com/img/og-image.jpg">
<meta property="og:image:width" content="1200"/>
<meta property="og:image:height" content="630"/>
<link rel="icon" href="img/favicon/favicon.ico" sizes="any">
<link rel="icon" href="img/favicon/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="img/favicon/favicon.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Mono:[email protected]&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="fonts/kudry/Kudry_Weird-Headline.css">
<link rel="stylesheet" href="app.css">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<div class="hero">
<div class="hero-content">
<h1>Pétur Már</h1>
<h2>Digital Architect</h2>
<a href="https://www.linkedin.com/in/p%C3%A9tur-m%C3%A1r-sigur%C3%B0sson-11699219b/" class="linkedin-link" target="_blank" rel="noopener noreferrer">
<svg class="linkedin-icon" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433c-1.144 0-2.063-.926-2.063-2.065 0-1.138.92-2.063 2.063-2.063 1.14 0 2.064.925 2.064 2.063 0 1.139-.925 2.065-2.064 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z"/>
</svg>
</a>
</div>
</div>
</body>
</html>