-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (76 loc) · 3.6 KB
/
index.html
File metadata and controls
88 lines (76 loc) · 3.6 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!DOCTYPE html>
<html lang="it">
<head>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement":
[
{
"@type": "ListItem",
"position": 1,
"item":
{
"@id": "https://alberto.desi",
"name": "homepage"
}
}
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"url": "https://alberto.desi",
"logo": "https://alberto.desi/assets/img/adesidera.webp"
}
</script>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<!-- SEO details -->
<title>Alberto Desiderà</title>
<meta content="website personale" name="description">
<meta content="Alberto, Desiderà, website, personale" name="keywords">
<!-- Favicons -->
<link rel="shortcut icon" href="/assets/img/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/assets/img/favicon-16x16.png">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Noto+Sans+Display:100,100i,200,200i,300,300i,400,400i,500,500i" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:100,100i,200,200i,300,300i,400,400i,500,500i" rel="stylesheet">
<link rel="stylesheet" href="assets/vendor/boxicons/fonts/boxicons.woff2" as="font" type="font/woff2" crossorigin>
<!-- Vendor CSS Files -->
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header =======
<header id="header" class="d-flex flex-column justify-content-center">
</header>
End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="d-flex flex-column justify-content-center">
<div class="container">
<img src="assets/img/adesidera.webp" alt="alberto.desi" style="width:160px; border-radius: 50%; border-color: DodgerBlue; border-style: solid; border-width: 3px;" />
<h1>Alberto Desiderà</h1>
<p>Sales Specialist @ Arsenalia</br>
<div class="social-links">
<a href="https://www.linkedin.com/in/albertodesidera" target="_blank" class="linkedin" name="linkedin"><i class="bx bxl-linkedin"></i></a>
<a href="https://abc.xyz/" rel="noopener" target="_blank" class="hidden-link"></a>
<a href="https://www.facebook.com/albertodesi/" target="_blank" class="facebook" name="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://web.archive.org/web/20220331063912/http://www.hooli.xyz/" rel="noopener" target="_blank" class="hidden-link"></a>
<a href="https://www.instagram.com/albertodesi/" target="_blank" class="instagram" name="instagram"><i class="bx bxl-instagram"></i></a>
<a href="http://www.lphishiring.com/" rel="noopener" target="_blank" class="hidden-link"></a>
<a href="https://github.com/albertodesi" target="_blank" class="github" name="github"><i class="bx bxl-github"></i></a>
<a href="https://www.google.com/search?hl=en&gl=us&ei=fP8sX4LuJ4WdkgWr_KjwCQ&q=recursion&_gl=1*1maxqjn*_gcl_au*Nzk3NzA0OTc3LjE2OTI4NjI3NzU." rel="noopener" target="_blank" class="hidden-link"></a>
<a href="https://open.spotify.com/playlist/2BDxxVa5zZWtiHTncQdhWZ?si=0235a52a40f9438a" target="_blank" class="spotify" name="spotify"><i class="bx bxl-spotify"></i></a>
</div>
</div>
</section>
<!-- End Hero -->
</body>
</html>