-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
75 lines (68 loc) · 2.13 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
73
74
75
<!DOCTYPE html>
<html lang="en">
<head>
<title>Leon Lindeberg</title>
<link rel="stylesheet" href="styles.css" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/assets/favicons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/assets/favicons//favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/assets/favicons//favicon-16x16.png"
/>
<link rel="manifest" href="site.webmanifest" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.lindeberg.io/" />
<meta name="og:site_name" content="lindeberg.io" />
<meta name="og:email" content="[email protected]" />
</head>
<body>
<div class="background-container">
<div class="stars"></div>
<div class="twinkling"></div>
</div>
<main>
<div class="fade"></div>
<section class="star-wars">
<div class="crawl">
<div class="title">
<p>Episode XXV</p>
<h1>Leon Lindeberg</h1>
</div>
<p>
It’s a period of exciting things. I'm starting a new job as a
software development consultant at
<a href="https://uptive.se" target="_blank">Uptive</a>.
</p>
<p>
My aspiration is to find a great team that’s building cool things.
</p>
<p>
Aside from that, I've resumed the endeavour to master aqua-mobility
(swimming) and vertical surface escalation (climbing). In the
evenings, I ponder the universe, theories of consciousness and how
to abolish suffering, while listening to
<a
href="https://open.spotify.com/user/xdream10?si=e077b7d123dd49e0"
target="_blank"
>great music</a
>.
</p>
</div>
</section>
</main>
</body>
</html>