-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (29 loc) · 1020 Bytes
/
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
32
33
34
35
36
37
38
39
<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">
<script src="js/typing_effect.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
</head>
<body>
<div class="main">
<div class="center">
<img class="profile-pic" alt="me" src="img/me.jpeg">
<h2> Francesco Di Stasio </h2>
<div id="typing-effect"></div>
<div class="col">
<a class= "refs" href="about.html">About</a>
<a class= "refs" href="projects.html">Projects</a>
<a class= "refs" href="contacts.html">Contacts</a>
</div>
</div>
</div>
<footer>
<small>
© 2024 Francesco Di Stasio
</small>
</footer>
</body>
</html>