-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
44 lines (32 loc) · 1.23 KB
/
about.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
<html>
<head>
<title>Francesco Di Stasio</title>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<link rel="icon" type="image/x-icon" href="img/favicon.ico">
<meta name="viewport" content="width=device-width">
</head>
<body>
<div class="topnav">
<a href="./index.html">Home</a>
<a href="./about.html">About</a>
<a href="./projects.html">Projects</a>
<a href="./contacts.html">Contacts</a>
</div>
<div class="main">
<div class="center">
<h2> About me </h2>
<div class="about">
I am Francesco, a <a class="ablinks" href="https://didattica.di.unipi.it/laurea-in-informatica/">Computer Science</a> student at the University of Pisa, Italy.<br><br>
I am interested in various areas of IT, in particular High Performance Computing and Software Development. <br><br>
Besides that I am very fascinated by astronomy and astrophysics. <br><br>
</div>
</div>
</div>
<footer>
<small>
© 2024 Francesco Di Stasio
</small>
</footer>
</body>
</html>