-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (58 loc) · 3.22 KB
/
index.html
File metadata and controls
62 lines (58 loc) · 3.22 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="canonical" href="https://www.vanessadepraute.dev/" />
<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=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap"
rel="stylesheet"
/>
<link rel="preload" as="font" type="font/woff2" href="https://fonts.gstatic.com/s/jetbrainsmono/v24/tDbV2o-flEEny0FZhsfKu5WU4xD7OwGtT0rU.woff2" crossorigin />
<link rel="preload" as="image" href="/assets/profilepicture.webp" type="image/webp" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow, max-image-preview:large" />
<title>Vanessa Depraute : Designer & Developer</title>
<!-- SEO & Meta Tags -->
<meta name="description" content="Senior Full-Stack Developer & UI/UX Designer based in Paris. Expert in React, Next.js, and AI-assisted development." />
<meta name="keywords" content="Full Stack Developer, React, Next.js, UI/UX Design, AI, Paris, Freelance" />
<meta name="author" content="Vanessa Depraute" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.vanessadepraute.dev/" />
<meta property="og:title" content="Vanessa Depraute : Designer & Developer" />
<meta property="og:description" content="Senior Full-Stack Developer & UI/UX Designer based in Paris. Expert in React, Next.js, and AI-assisted development." />
<meta property="og:image" content="https://www.vanessadepraute.dev/assets/profilepicture.webp" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://www.vanessadepraute.dev/" />
<meta property="twitter:title" content="Vanessa Depraute : Designer & Developer" />
<meta property="twitter:description" content="Senior Full-Stack Developer & UI/UX Designer based in Paris. Expert in React, Next.js, and AI-assisted development." />
<meta property="twitter:image" content="https://www.vanessadepraute.dev/assets/profilepicture.webp" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Vanessa Depraute",
"url": "https://vanessadepraute.dev",
"jobTitle": "Senior Full-Stack Developer",
"sameAs": [
"https://www.linkedin.com/in/vanessa-depraute-310b801ba/",
"https://github.com/vavanesssa"
]
}
</script>
</head>
<body>
<a href="#main-content" class="skip-link">Skip to main content</a>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>