-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (68 loc) · 3.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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="description"
content="Jannik Maag is a Senior Web Developer and Front-End architect.
He specialises in writing testable framework agnostic solutions at scale."
/>
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jannik Maag</title>
</head>
<body>
<div class="app__wrapper">
<header class="app__header no-select">JMDK (currently under construction)</header>
<main class="home-view">
<section>
<div class="home-view__heading-wrapper">
<h1 class="home-view__heading">
<span>Jannik Maag</span>
<span class="home-view__heading-dot no-select">.</span>
</h1>
<p class="home-view__handle">@fuzzypawzz on GitHub</p>
</div>
<p class="home-view__about-me">
Senior Web developer.<br />
Passionate about Front-End architecture.<br />
Freelancer.<br />
A human being.
</p>
<button
title="Browse @fuzzypawzz on GitHub"
class="home-view__button jmdk-button jmdk-button--secondary"
onclick="window.open('https://github.com/fuzzypawzz', '_blank')"
>
My GitHub
</button>
<button
title="Visit Janniks LinkedIn profile"
class="home-view__button jmdk-button jmdk-button--secondary"
onclick="window.open('https://dk.linkedin.com/in/jannikmaag', '_blank')"
>
My profile on LinkedIn
</button>
<button
title="Discover the Storybook of this website"
class="home-view__button jmdk-button jmdk-button--secondary"
onclick="window.open('https://jmdkstorybook.netlify.app', '_blank')"
>
Storybook
</button>
<ul class="home-view__hashtag-list">
<li class="home-view__hashtag-list-item"><span class="home-view__hash no-select">#</span>TypeScript</li>
<li class="home-view__hashtag-list-item"><span class="home-view__hash no-select">#</span>Vue.js</li>
<li class="home-view__hashtag-list-item"><span class="home-view__hash no-select">#</span>React</li>
<li class="home-view__hashtag-list-item"><span class="home-view__hash no-select">#</span>Swift</li>
<li class="home-view__hashtag-list-item"><span class="home-view__hash no-select">#</span>ASP.NET</li>
<li class="home-view__hashtag-list-item"><span class="home-view__hash no-select">#</span>Flutter</li>
<li class="home-view__hashtag-list-item"><span class="home-view__hash no-select">#</span>EPIServer/Optimizely</li>
<li class="home-view__hashtag-list-item"><span class="home-view__hash no-select">#</span>MS Azure</li>
</ul>
</section>
</main>
</div>
<script type="module" src="/src/JMDK.UI/infrastructure/main.ts"></script>
</body>
</html>