-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (31 loc) · 3.29 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
<html>
<head>
<title>Marten Voorberg</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="centered-container">
<h1>Marten Voorberg</h1>
<h2>Software Engineer & Computer Science Student</h2>
<img id="pic-of-me" src="me.jpg" alt="Picture of Marten">
<div class="links">
<a href="https://github.com/marten-voorberg">Github</a>
<a href="https://www.linkedin.com/in/marten-voorberg-442592220/">LinkedIn</a>
<a href="mailto:[email protected]">Email</a>
<a href="./cv.pdf" target="blank">CV</a>
</div>
<p class="about-me">
Hi, my name is Marten Voorberg. Currently, I am doing my masters degree in Computer Science at
The Royal Institue of Technology (KTH) in Stockholm, Sweden specializing in Software Science. My
professional interests lie in the fields of Software Engineering, Software Architecture, Compiler Construction,
Algorithmics and Software Reliability.
</p>
<p>
In the past, I've completed a bachelors degree of Technical Computer Science at the University of Twente,
The Netherlands with a GPA of 8.5/10. During my bachelor degree, I worked as a teaching assistant for many
courses in my bachelor which started my interest in computer science teaching.
After this degree, I worked as a full stack developer at Cofano Software Solutions.
</p>
</div>
</body>
</html>