-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
73 lines (65 loc) · 3.29 KB
/
index.html
File metadata and controls
73 lines (65 loc) · 3.29 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Aadil Inamdar - AI/ML Student & Web Developer building intelligent systems and web experiences. Portfolio showcasing projects, skills, and education." />
<meta name="keywords" content="AI, Machine Learning, Web Developer, Portfolio, React, Python, JavaScript, Aadil Inamdar" />
<meta name="author" content="Aadil Inamdar" />
<meta name="robots" content="index, follow" />
<!-- Open Graph / Social Media Meta Tags -->
<meta property="og:title" content="Aadil Inamdar - AI/ML Student & Web Developer" />
<meta property="og:description" content="Portfolio showcasing projects, skills, and education in AI and web development." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://aadilinamdar27.me" />
<meta property="og:image" content="https://aadilinamdar27.me/preview.jpg" />
<meta property="og:site_name" content="Aadil Inamdar Portfolio" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Aadil Inamdar - AI/ML Student & Web Developer" />
<meta name="twitter:description" content="Portfolio showcasing projects, skills, and education in AI and web development." />
<meta name="twitter:image" content="https://aadilinamdar27.me/preview.jpg" />
<meta name="twitter:creator" content="@snoozescript" />
<!-- Favicon -->
<link rel="icon" href="/favicon.ico" sizes="any" />
<link rel="icon" href="/icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" />
<link rel="manifest" href="/site.webmanifest" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Playfair+Display:wght@400;500;600;700;800;900&display=swap" rel="stylesheet">
<!-- Canonical URL -->
<link rel="canonical" href="https://aadilinamdar27.me" />
<!-- Theme Color -->
<meta name="theme-color" content="#ffffff" media="(prefers-color-scheme: light)" />
<meta name="theme-color" content="#111827" media="(prefers-color-scheme: dark)" />
<title>Aadil Inamdar | Portfolio</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<!-- Schema.org structured data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Aadil Inamdar",
"jobTitle": "AI/ML Student & Web Developer",
"url": "https://aadilinamdar27.me",
"sameAs": [
"https://github.com/snoozescript",
"https://linkedin.com/in/aa",
"https://twitter.com/snoozescript"
],
"description": "Student passionate about AI, machine learning, and web development.",
"address": {
"@type": "PostalAddress",
"addressLocality": "Kolhapur",
"addressRegion": "Maharashtra",
"addressCountry": "India"
}
}
</script>
</body>
</html>