-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (44 loc) · 2.02 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
40
41
42
43
44
45
<!doctype html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:title" content="Portfolio von Fabrice Nadal - Junior Full Stack Entwickler">
<meta property="og:description" content="Entdecken Sie das Portfolio von Fabrice Nadal, einem Entwickler, der technische Expertise mit strategischem Verständnis verbindet.">
<meta property="og:image" content="https://www.fabricenadal.com/images/Fabrice_autumn.png">
<meta property="og:url" content="https://www.fabricenadal.com/">
<meta property="og:type" content="website">
<meta name="description" content="Entdecken Sie das Portfolio von Fabrice Nadal, Junior Full Stack Entwickler spezialisiert auf den MERN-Stack in Berlin. Verbinde technische Expertise mit strategischem Verständnis für innovative Webentwicklung."> <link rel="icon" type="image/svg+xml" sizes="64x64" href="/images/maske.ico" />
<title>Portfolio von Fabrice Nadal - Junior Full Stack Entwickler</title>
<!-- Schema-Markup -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Fabrice Nadal",
"jobTitle": "Junior Full Stack Entwickler",
"url": "https://www.fabricenadal.com",
"image": "https://www.fabricenadal.com/images/Fabrice_autumn.png",
"birthDate": "1988-10-06",
"address": {
"@type": "PostalAddress",
"addressLocality": "Berlin",
"addressCountry": "Deutschland"
},
"sameAs": [
"https://linkedin.com/in/fabrice-nadal",
"https://github.com/FabriceMru",
"https://stackoverflow.com/users/27830390/fabrice-nadal"
],
"skills": [
"HTML5", "CSS3", "JavaScript", "React", "Node.js",
"Express.js", "MongoDB", "SQL", "TypeScript"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>