-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
138 lines (131 loc) · 4.11 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="keywords" content="Max, Bauer, Software, Developer, HAW, Hamburg, Evitado, Technologies">
<meta name="author" content="Max Bauer">
<meta name="description" content="Welcome to my personal website where you can find out background information about myself as well as have a look on my personal projects (coming soon).">
<title>Max Bauer</title>
<link rel="stylesheet" href="css/styles.css">
<style>
img {
border-radius: 50%;
max-width: 300px;
height: 300px;
}
</style>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="images/profile_picture.jpg" alt="Me"></td>
<td>
<h1>Max Bauer</h1>
<p><em>Student and employee at <a href="https://evitado.io/">Evitado Technologies</a></em></p>
<p>With the return from his gap year in New Zealand Max decided to kick off his education as a Software Developer. Having always had interest in computer science but never really came into contact with it during his time in highschool, he
felt this
is the right way to go. That’s why he was enrolled in the Media Systems Bachelor’s Degree at HAW Hamburg where he was taught the fundamentals of mobile application development. These skills allowed him to become part of the Evitado team in
August
’19 as he develops the enduser interface. With his Master’s Degree coming up in April ‘21 he wants to shift his focus towards robotics and artificial intelligence.
In Max’ spare time he enjoys meeting with friends, playing the piano or discover new places everywhere in the world.</p>
</td>
</tr>
</table>
<br>
<hr>
<h3>Education</h3>
<ul>
<li>Primary School: Konrad-Witz-Schule Rottweil</li>
<ul>
<li>From September 2003 - June 2007</li>
</ul>
<li>Highschool: Droste-Hülshoff-Gymnasium Rottweil</li>
<ul>
<li>From September 2007 - June 2015</li>
</ul>
<li>Bachelor's Degree: <a href="https://www.haw-hamburg.de/studium/studiengaenge-a-z/studiengaenge-detail/course/courses/show/media-systems/Studieninteressierte/">Media Systems</a> at HAW Hamburg (Department Medientechnik)</li>
<ul>
<li>From September 2016 - January 2021</li>
</ul>
<li>Master's Degree: <a href="https://www.haw-hamburg.de/studium/studiengaenge-a-z/studiengaenge-detail/course/courses/show/informatik/Studieninteressierte/">Informatik</a> at HAW Hamburg (Department Informatik)</li>
<ul>
<li>From March 2021 - February 2023</li>
</ul>
</ul>
<hr>
<br>
<h3>Work experiences</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2013</td>
<td>Supervisor of children at a week-long workshop</td>
</tr>
<tr>
<td>2015</td>
<td>Fixing pistons at Mahle GmbH</td>
</tr>
<tr>
<td>2016</td>
<td>Examining pistons at Mahle GmbH</td>
</tr>
<tr>
<td>2017 - 2018</td>
<td>Logistician at Mise en Place / ELS</td>
</tr>
<tr>
<td>2019 - today</td>
<td>Software developer at Evitado Technologies</td>
</tr>
</tbody>
</table>
<br>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>
<table>
<tr>
<td>Java</td>
<td>⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Python</td>
<td>⭐️⭐️⭐️</td>
</tr>
<tr>
<td>C#</td>
<td>⭐️⭐️</td>
</tr>
<tr>
<td>HTML</td>
<td>⭐️</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Piano</td>
<td>⭐️⭐️⭐️</td>
</tr>
<tr>
<td>Football</td>
<td>⭐️⭐️</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<a href="hobbies.html">My Hobbies</a>
<a href="contact.html">Contact Me</a>
</body>
</html>