-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (51 loc) · 2.58 KB
/
index.html
File metadata and controls
60 lines (51 loc) · 2.58 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="description" content="Web and Mobile developer" />
<meta name="author" content="Riccardo Venturini" />
<meta property="og:title" content="Riccardo Venturini" />
<meta property="og:description" content="Web and Mobile developer" />
<meta property="og:image" content="https://riccardoventurini.dev/og-image.jpg" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="400" />
<meta property="og:image" content="https://riccardoventurini.dev/og-image.jpg" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:url" content="https://riccardoventurini.dev/" />
<meta property="og:type" content="website" />
<meta name="keywords" content="Full-Stack, Developer, React, Node.js, TypeScript, Mobile, Sviluppatore Web, Portfolio" />
<title>Riccardo Venturini</title>
<meta name="description" content="Full-stack developer specializing in mobile apps" />
<meta name="author" content="Full-Stack Developer" />
<link rel="canonical" href="https://riccardoventurini.dev/" />
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap" rel="stylesheet">
<link rel="alternate" type="application/rss+xml" title="Blog" href="/rss.xml" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Riccardo Venturini",
"url": "https://riccardoventurini.dev/",
"jobTitle": "Full-Stack Developer",
"alumniOf": "Nome della tua Università o Corso",
"sameAs": [
"https://github.com/ctrlVnt",
"https://www.linkedin.com/in/riccardo-venturini-14b6b7261/",
"https://x.com/CtrlVnt",
"https://mastodon.social/@ctrlVnt"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>