-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
30 lines (25 loc) · 1.69 KB
/
Copy pathabout.html
File metadata and controls
30 lines (25 loc) · 1.69 KB
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>About - Federico Rosi</title> <link rel="shortcut icon" href="logo.png" type="image/x-icon">
<link rel="icon" href="logo.png" type="image/x-icon">
<link rel="stylesheet" href="style.css"> </head>
<body>
<a href="https://federicorosi.site" class="header-logo">
<img src="logo.png" alt="Federico Rosi Home">
</a>
<p style="font-family: 'Times New Roman', Times, serif; margin-top: 40px; max-width: 600px; line-height: 1.7;">
I am a Master's student in Automation Engineering with a strong passion for the aerospace sector and control systems, as well as for computer science in general. I have developed solid academic skills in modelling and simulation using MATLAB/Simulink,
and I have a good knowledge of C programming and the Linux environment. I am looking for an environment where I can learn from experienced professionals and contribute to innovative projects in a team setting.
I have been interested in these topics since I was 8 years old, because I used to thinker with PC's and other electronic stuff. Since my highschool years, I've also been very interested in astronomy, and space exploration more in general, and it's my
most ambitious goal to be a part of the first Mars Humand Landing.
</p>
<div class="top-left-nav-links">
<a href="https://federicorosi.site/about.html">about</a>
<a href="https://federicorosi.site/cv.html">CV</a>
<a href="https://federicorosi.site/projects.html">projects</a>
<a href="https://federicorosi.site/contact.html">contact</a>
</div>
</body>
</html>