-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
80 lines (77 loc) · 2.66 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="keywords" content="web developer, developer, fullstack" />
<meta name="robots" content="index, follow" />
<meta
name="description"
content="Explore the portfolio of Dragos Polifronie and discover a showcase of skills and projects in web development and design."
/>
<meta property="og:title" content="Dragos Polifronie | Portfolio" />
<meta
property="og:description"
content="Explore the portfolio of Dragos Polifronie and discover a showcase of skills and projects in web development and design."
/>
<meta
property="og:image"
content="https://dragos-polifronie.com/src/assets/portofolio_ss.png"
/>
<meta property="og:image:width" content="1897" />
<meta property="og:image:height" content="892" />
<meta property="og:url" content="https://dragospolifronie.com" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Dragos Polifronie",
"url": "https://dragospolifronie.com",
"sameAs": [
"https://www.linkedin.com/in/dragos-polifronie-b7b725200/",
"https://github.com/Dragosp33"
]
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "CreativeWork",
"name": "Dragos Polifronie Portfolio",
"headline": "Dragos Polifronie | Portfolio",
"description": "Explore the portfolio of Dragos Polifronie and discover a showcase of skills and projects in web development and design.",
"image": "https://dragospolifronie.com/src/assets/portofolio_ss.png",
"url": "https://dragospolifronie.com",
"author": {
"@type": "Person",
"name": "Dragos Polifronie"
},
"datePublished": "2023-12-03", // Add the actual publication date or last update date
"keywords": "web development, design, portfolio, Dragos Polifronie"
}
</script>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/icons/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/icons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/icons/favicon-16x16.png"
/>
<link rel="manifest" href="/icons/site.webmanifest" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dragos Polifronie | Portfolio</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>