-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (70 loc) · 3.54 KB
/
index.html
File metadata and controls
83 lines (70 loc) · 3.54 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
73
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Jai Samyukth B U | Systems Engineer & Creative Developer</title>
<meta name="title" content="Jai Samyukth B U | Systems Engineer & Creative Developer" />
<meta name="description"
content="Portfolio of Jai Samyukth B U - Systems Engineer specializing in full-stack development, creative coding, and innovative digital solutions. Explore my work, approach, and experimental projects." />
<meta name="keywords"
content="Jai Samyukth, Full Stack Developer, AI Integration, Founder, Student Founder, React Developer, TypeScript, FastAPI, LLM, Systems Builder, India Developer, Portfolio" />
<meta name="author" content="Jai Samyukth B U" />
<meta name="robots" content="index, follow" />
<meta name="language" content="English" />
<meta name="revisit-after" content="7 days" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://jaisamyukth.com/" />
<meta property="og:title" content="Jai Samyukth B U | Systems Engineer & Creative Developer" />
<meta property="og:description"
content="Portfolio of Jai Samyukth B U - Systems Engineer specializing in full-stack development, creative coding, and innovative digital solutions." />
<meta property="og:image" content="/og-image.png" />
<meta property="og:site_name" content="Jai Samyukth Portfolio" />
<meta property="og:locale" content="en_US" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://jaisamyukth.com/" />
<meta property="twitter:title" content="Jai Samyukth B U | Systems Engineer & Creative Developer" />
<meta property="twitter:description"
content="Portfolio of Jai Samyukth B U - Systems Engineer specializing in full-stack development, creative coding, and innovative digital solutions." />
<meta property="twitter:image" content="/og-image.png" />
<!-- Canonical URL -->
<link rel="canonical" href="https://jaisamyukth.com/" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<!-- Theme Color -->
<meta name="theme-color" content="#fdfbf7" />
<meta name="msapplication-TileColor" content="#0a0a0a" />
<!-- Preconnect to external resources -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Google Fonts with font-display: swap for better performance -->
<link
href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Space+Mono:ital,wght@0,400;0,700;1,400&display=swap"
rel="stylesheet" />
<!-- Main CSS -->
<!-- Main CSS: Injected by Vite via index.tsx import -->
<!-- Structured Data / JSON-LD -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Jai Samyukth B U",
"url": "https://jaisamyukth.com",
"jobTitle": "Systems Engineer",
"description": "Systems Engineer specializing in full-stack development, creative coding, and innovative digital solutions.",
"sameAs": [
"https://github.com/jaisamyukth",
"https://linkedin.com/in/jaisamyukth"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/index.tsx"></script>
</body>
</html>