-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
76 lines (71 loc) · 3.46 KB
/
index.html
File metadata and controls
76 lines (71 loc) · 3.46 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="G9VD2hPa6piUX9jcVclQDg2HF1vUHfrjTvK3zMzeHxA" />
<title>Sibi Siddharth S - Full-Stack & AI/ML Developer Portfolio</title>
<meta name="title" content="Sibi Siddharth S - Full-Stack & AI/ML Developer Portfolio">
<meta name="description" content="Explore the portfolio of Sibi Siddharth S, a passionate Full-Stack Developer with expertise in the MERN stack, AI/ML, Python, and creating user-focused web applications.">
<meta name="keywords" content="Sibi Siddharth, Full-Stack Developer, AI Developer, ML Developer, MERN Stack, React, Node.js, Python, Prisma, MongoDB, TypeScript, Portfolio">
<meta name="author" content="Sibi Siddharth S">
<meta name="robots" content="index, follow">
<meta name="theme-color" content="#2563EB"> <link rel="canonical" href="https://sibisiddharth.me/">
<link rel="icon" href="/favicon.ico" />
<link rel="manifest" href="/site.webmanifest">
<meta property="og:type" content="website">
<meta property="og:url" content="https://sibisiddharth.me/">
<meta property="og:title" content="Sibi Siddharth S - Full-Stack & AI/ML Developer Portfolio">
<meta property="og:description" content="Explore the projects and skills of Sibi Siddharth S, a developer focused on building high-performance web applications with React, Node.js, Flask and AI.">
<meta property="og:image" content="https://sibisiddharth.me/social-preview.png">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://sibisiddharth.me/">
<meta property="twitter:title" content="Sibi Siddharth S - Full-Stack & AI/ML Developer Portfolio">
<meta property="twitter:description" content="Explore the projects and skills of Sibi Siddharth S, a developer focused on building high-performance web applications with React, Node.js, Flask and AI.">
<meta property="twitter:image" content="https://sibisiddharth.me/social-preview.png">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Sibi Siddharth S",
"url": "https://sibisiddharth.me/",
"jobTitle": "Full-Stack Developer",
"worksFor": {
"@type": "Organization",
"name": "ibacustech solutions pvt ltd"
},
"alumniOf": [
{
"@type": "CollegeOrUniversity",
"name": "Kathir College of Engineering"
},
{
"@type": "EducationalOrganization",
"name": "Kovai Public School"
}
],
"address": {
"@type": "PostalAddress",
"addressLocality": "Coimbatore",
"addressRegion": "Tamil Nadu",
"addressCountry": "IN"
},
"sameAs": [
"https://www.linkedin.com/in/sibisiddharths/",
"https://github.com/sibisiddharth8"
],
"knowsAbout": [
"Full-Stack Development", "MERN Stack", "Artificial Intelligence", "Machine Learning",
"ReactJS", "Node.js", "Express.js", "Python", "Flask", "MongoDB", "Prisma",
"Tailwind CSS", "ViteJS", "API Design", "SEO"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>