-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
161 lines (71 loc) · 3.6 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta name="generator" content="Hugo 0.83.1" />
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>Maximilian Bernkopf ESA Application</title>
<meta name="author" content="Maximilian Bernkopf" />
<meta name="description" content="Maximilian Bernkopf ESA Application" />
<meta name="robots" content="index, follow" />
<meta name="referrer" content="always" />
<meta property="og:title" content="Maximilian Bernkopf ESA Application" />
<meta property="og:description" content="Maximilian Bernkopf ESA Application" />
<meta property="og:url" content="https://maximilianbernkopf.github.io/esa/" />
<link rel="icon" href="https://maximilianbernkopf.github.io/esa/favicon.ico" />
<link rel="stylesheet" href="https://maximilianbernkopf.github.io/esa/assets/css/split.css" type="text/css" media="screen" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
</head>
<body id="fullsingle" class="page-template-page-fullsingle-split">
<div class="fs-split">
<div class="split-image split-video">
<video class="video" src="videos/background.mp4" autoplay muted></video>
</div>
<div class="split-content">
<div class="split-content-vertically-center">
<div class="split-intro">
<h1>Maximilian Bernkopf</h1>
<h2 class="tagline">TO THE MOON 🚀</h2>
</div>
<div class="split-bio">
<p>TL;DR: Max wants to become an astronaut.</p>
<p>Max is pursuing his PhD in computational mathematics at the <a href="https://www.tuwien.at/en/">TU Wien</a> focussing on the numerics of time-harmonic wave propagation problems.
Besides mathematics, he is a true data nerd. He loves handling and visualizing big data sets and discovering the unique stories they can tell.</p>
</div>
<div class="split-lists">
<div class="split-list">
<h3>Connect and Info</h3>
<ul>
<li><a href="mailto:[email protected]" title="Email">Email</a></li>
<li><a href="./maximilianbernkopf-cv.pdf" title="Review my CV">Review my CV</a></li>
<li><a href="https://maximilianbernkopf.github.io/math" title="Academic Homepage">Academic Homepage</a></li>
</ul>
</div>
<div class="split-list">
<h3>Social</h3>
<ul>
<li><a href="https://www.instagram.com/themaxbern/" title="Instagram">Instagram</a></li>
<li><a href="https://www.linkedin.com/in/maximilian-bernkopf/" title="LinkedIn">LinkedIn</a></li>
</ul>
</div>
<div class="split-list">
<h3>ESA specific skills</h3>
<ul>
<li><a href="#" title="Motor Skills (Juggeling)">Motor Skills (Juggeling)</a></li>
<li><a href="#" title="Physical Fitness (Gains)">Physical Fitness (Gains)</a></li>
</ul>
</div>
</div>
<div class="split-credit">
<p>©2021 Maximilian Bernkopf - <a href="https://onepagelove.com/split" title="Split Template">Split Template</a> by <a href="https://onepagelove.com" title="One Page Love">One Page Love</a></p>
<!--
To edit this credit you can remove the CC3.0 license for only $5 here: https://onepagelove.com/split
this really helps contribute towards us developing more templates and means the world to me!
Cheers, Rob (@robhope)
-->
</div>
</div>
</div>
</div>
</body>
</html>