<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Your Name</title>
<style>
body{
font-family: Arial, sans-serif;
max-width:800px;
margin:80px auto;
line-height:1.6;
padding:20px;
}
h1{
font-size:40px;
}
a{
color:#0066cc;
text-decoration:none;
}
</style>
</head>
<body>
<h1>Your Name</h1>
<p>
This page is currently under construction.
</p>
<p>
Mechanical Engineer (M.Sc.) with focus on innovation, product development and aerospace technologies.
</p>
<p>
Interests: prototyping, additive manufacturing, engineering design, helicopters and aviation systems.
</p>
<p>
<a href="mailto:you@email.com">Contact</a> |
<a href="https://linkedin.com">LinkedIn</a>
</p>
</body>
</html>