-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (23 loc) · 931 Bytes
/
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
<!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 href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Andreas Bergh</title>
</head>
<body>
<div class="hero">
<h1 class="tittel">
<span>Andreas <span class="avoid-wrap">Bergh <span class="emoji">👋</span></span></span>
<span class="undertittel">👨🏼💻 utvikler / ux-designer</span>
</h1>
<span class="avoid-wrap undertittel">✉️ <a href="mailto:[email protected]">[email protected]</a></span>
</div>
</body>
</html>
<script>
</script>