-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (52 loc) · 1.56 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="index.css" />
<link
rel=" shortcut icon"
href="./public/svg/TU-Berlin-Logo.svg"
type="image/x-icon"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Marcel Wack</title>
</head>
<body>
<div class="corner"></div>
<h1>Marcel Wack</h1>
<img
src="./public/pics/Website_Picture_smaller.png"
alt="Picture Marcel Wack"
id="pic"
/>
<h2>About Me</h2>
<p>
I am a Ph.D. student at the Technical University of Berlin, working as a
researcher and teaching assistant in the
<a
href="https://www.math.tu-berlin.de/fachgebiete_ag_diskalg/fg_diskrete_mathematik_geometrie/v_menue/diskrete_mathematik_geometrie/"
>
Discrete Mathematics/Geometry</a
>
group under the supervision of
<a href="https://page.math.tu-berlin.de/~joswig/">Michael Joswig</a>. I
have completed my M.Sc. and my B.Sc. degree in mathematics at Goethe
University Frankfurt.
</p>
<h3>Mail:</h3>
<address>
<a href="mailto:wac[at]math.tu-berlin.de"> wac[at]math.tu-berlin.de</a>
</address>
<h3>Adress:</h3>
<address>
Office: MA 618 <br />
M.Sc. Marcel Wack <br />
Institut für Mathematik <br />
der Technischen Universität Berlin <br />
Straße des 17. Juni 136 <br />
10623 Berlin <br />
Germany
</address>
</body>
</html>