-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (44 loc) · 2.04 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Hej – I'm Niklas 👋</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/6bee25835f.js" crossorigin="anonymous"></script>
<link rel="icon" href="images/icon.png" type="image/x-icon"/>
</head>
<body>
<main>
<img class="shadow" src="images/niklasjordan.png" alt="Portrait of Niklas Jordan">
<p id="userName">Hej - I'm Niklas 👋</p>
<p id="description">I'm a Geologist using Earth Observation techniques, bridging the complexity to empower people and communities decoding climate risks and natural hazards, espacially flood risks.</p>
<div id="risk-banner" class="shadow">
<p><i>risk & haz</i> is your monthly briefing on the latest developments and explorations on decoding climate risks and natural hazards with Earth Observation techniques, designed for practitioners.</p>
<form
action="https://buttondown.email/api/emails/embed-subscribe/riskandhaz"
method="post"
target="popupwindow"
onsubmit="window.open('https://buttondown.email/riskandhaz', 'popupwindow')"
class="embeddable-buttondown-form">
<input type="email" name="email" id="bd-email" placeholder="Enter your email"/>
<button type="submit" value="Subscribe"><i class="fa-solid fa-paper-plane"></i></button>
</form>
</div>
<p class="subline">Follow me</p>
<a href="https://www.linkedin.com/in/niklasjordan/" target="_blank">
<i class="fab fa-linkedin"> </i> LinkedIn
</a>
<a href="https://niklas.social/@niklas" target="_blank">
<i class="fab fa-mastodon"> </i> Mastodon
</a>
<a href="https://bsky.app/profile/niklasjordan.com" target="_blank">
<i class="fab fa-bluesky"> </i> Bluesky
</a>
<p class="subline">Contact</p>
<a href="mailto:[email protected]" target="_blank">
<i class="fab fa-email"> </i> [email protected]
</a>
</main>
</body>
</html>