-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
72 lines (66 loc) · 2.86 KB
/
Copy pathindex.html
File metadata and controls
72 lines (66 loc) · 2.86 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes" />
<title>Yogesh Vadivel — Full-Stack Developer</title>
<meta name="description" content="Portfolio of Yogesh Vadivel, a Full-Stack Developer in Dubai building scalable web apps with React, Node.js, and AI." />
<meta name="author" content="Yogesh Vadivel" />
<link rel="canonical" href="https://yogeshv.me/" />
<meta name="theme-color" content="#0a1628" />
<!-- Preload fonts (moved from CSS @import to avoid render-blocking) -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap" />
<meta property="og:title" content="Yogesh Vadivel — Full-Stack Developer Portfolio" />
<meta property="og:description" content="Clean, scalable, data-driven web applications using React, modern backends, and AI." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://yogeshv.me" />
<meta property="og:image" content="/og-image.png" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/yv-favicon-cyber-amoled.svg" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:creator" content="@YogeshVadivel" />
<meta name="twitter:image" content="/og-image.png" />
<!-- JSON-LD Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Yogesh Vadivel",
"url": "https://yogeshv.me",
"jobTitle": "Full-Stack Developer",
"address": {
"@type": "PostalAddress",
"addressLocality": "Dubai",
"addressCountry": "AE"
},
"sameAs": [
"https://github.com/Yogesh-VG0",
"https://www.linkedin.com/in/yogesh-vadivel-a287a6269/"
]
}
</script>
</head>
<body>
<div id="root"></div>
<!-- GitHub Pages SPA redirect receiver -->
<script>
(function(l) {
if (l.search[1] === '/') {
var decoded = l.search.slice(1).split('&').map(function(s) {
return s.replace(/~and~/g, '&')
}).join('?');
window.history.replaceState(null, null, l.pathname.slice(0, -1) + decoded + l.hash);
}
}(window.location))
</script>
<script type="module" src="/src/main.tsx"></script>
<!-- Cloudflare Web Analytics -->
<script
defer
src="https://static.cloudflareinsights.com/beacon.min.js"
data-cf-beacon='{"token": "15c2e68104164135bd305d9716326bed"}'></script>
<!-- End Cloudflare Web Analytics -->
</body>
</html>