-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (39 loc) · 1.22 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
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Alessandro</title>
<link rel="stylesheet" href="/assets/styles.css">
<link rel="shortcut icon" type="image/x-icon" href="assets/favicon.ico">
<style>
.footer {
position: fixed;
bottom: 10px;
width: 100%;
text-align: center;
font-size: 0.8em;
color: #666;
}
</style>
</head>
<body>
<div class="content">
<img src="assets/pfp.png" alt="Alessandro Seni" class="profile-pic">
<h1>Alessandro Seni</h1>
<p>Ars longa, vita brevis</p>
<p>On a mission to accelerate</p>
<p>AI for real estate at <a href="https://relm.ai" target="_blank">Relm</a></p>
<p>
<a href="https://x.com/alessandroseni" target="_blank">X</a> |
<a href="https://github.com/alessandroseni" target="_blank">GitHub</a> |
<a href="https://linkedin.com/in/alessandroseni/" target="_blank">LinkedIn</a> |
<a href="https://warpcast.com/azeni" target="_blank">Farcaster</a>
</p>
</div>
<div class="footer">
Born in 2001
</div>
</body>
</html>