-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
32 lines (25 loc) · 1.03 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta author="[email protected]">
<meta name="description" content="Samuele Mattiuzzo - personal page">
<meta http-equiv="content-type" content="text/html;charset=utf-8">
<title>Samuele Mattiuzzo - personal website</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="favicon.ico">
</head>
<body>
<main>
<h1>Samuele Mattiuzzo</h1>
<ul>
<li><b>about -</b> 39, Italian in York (England), developer, kettlebells & calisthenics, hiker</li>
<li><b>work -</b> <a href="https://www.madetech.com/">Lead Software Engineer @ MadeTech</a></li>
<li><b>email -</b> <a href="mailto:[email protected]">[email protected]</a></li>
<li><b>github -</b> <a href="http://github.com/samuele-mattiuzzo">samuele-mattiuzzo</a></li>
<li><b>info -</b> <a href="https://www.linkedin.com/in/samuele-mattiuzzo-7b344932/">linkedin</a>
</li>
</ul>
<footer>Samuele Mattiuzzo ©2024</footer>
</main>
</body>
</html>