-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
72 lines (49 loc) · 2.92 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
62
63
64
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicon-16x16.png">
<link rel="manifest" href="/assets/site.webmanifest">
<link rel="shortcut icon" href="/assets/favicon.ico" type="image/x-icon">
<title>Asbjørn Brandt</title>
<meta name="description" content="A small site mostly to play with static sites and share some thoughts and rough writing on tech, data and programming.">
<meta property="og:title" content="Asbjørn Brandt">
<meta property="og:type" content="website">
<meta property="og:url" content="https://tbd.netlify.app/">
<meta property="og:image" content="/assets/chart.svg">
<meta property="og:description" content="A small site mostly to play with static sites and share some thoughts and rough writing on tech, data and programming.">
<link rel="canonical" href="https://tbd.netlify.app/">
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter&display=swap">
<link rel="preconnect" href="https://cdnjs.cloudflare.com/" crossorigin>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css" />
<link rel="stylesheet" href="/assets/style.css">
</head>
<body>
<header class="page-header">
<a href="/" class="page-header__logo" title="Go home">
<img src="/assets/chart.svg" alt="" width="48">
</a>
<nav>
<a href="/">Home</a>
<a href="/notes">Notes</a>
<a href="/inspiration">Inspiration</a>
<a href="/now">Now</a>
</nav>
</header>
<main>
<h1>Hi, I'm Asbjørn</h1>
<p class="sideimg"><img src="assets/profile.png" alt="profile"></p>
<p>A developer, data-enthusiast, nerd and a life long learner. I love learning new things and this site is another attempt at trying out new tech rather than just reading about it.</p>
<p>I previously blogged a bit on personal finance over at <a href="https://firedk.com/blog/">firedk.com</a> but learned quickly that I prefer to just write when I have time and inspiration rather than try to publish on a schedule. This site will run with that observation so no regular blog posts with dates - rather this is a <a href="inspiration">digital garden</a>.</p>
<p>To get in touch just reach out at <a href="mailto:asbjoernbrandt@gmail.com">asbjoernbrandt@gmail.com</a> or interact at the <a href="https://github.com/asbjornb/personal-site">github for this site</a>.</p>
</main>
<footer class="page-footer">
<small>Copyright Asbjørn Brandt</small>
</footer>
</body>
</html>