-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
49 lines (43 loc) · 994 Bytes
/
index.html
File metadata and controls
49 lines (43 loc) · 994 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Max Moors</title>
</head>
<body>
<h1>Max Moors</h1>
<p>
Manufacturing/Mechatronics Engineer and Project Manager<br>
Eindhoven, Netherlands
</p>
<p>
This page provides quick access to my professional profiles and work.
</p>
<ul>
<li>
<a href="https://www.linkedin.com/in/maxmoors" target="_blank">
LinkedIn - Professional profile
</a>
</li>
<li>
<a href="https://github.com/mx20100" target="_blank">
GitHub - Projects & code
</a>
</li>
<li>
<a href="https://www.instagram.com/mx20100" target="_blank">
Instagram - Personal Moments
</a>
</li>
<li>
<a href="Resume_Maximiliaan_Moors.pdf" target="_blank">
Curriculum Vitae (PDF)
</a>
</li>
</ul>
<p>
Contact:<br>
Email: <a href="mailto:applications@maxmoors.com">applications@maxmoors.com</a>
</p>
</body>
</html>