-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
45 lines (42 loc) · 1.74 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
<!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="Om Nandurkar's portfolio showcasing skills, projects, and experience in web development and AI." />
<meta name="keywords" content="Om Nandurkar, portfolio, web development, AI, projects, resume" />
<meta property="og:title" content="Om Nandurkar - Web Developer & UI UX Designer" />
<meta property="og:description"
content="Explore Om Nandurkar's portfolio, featuring projects in web development and artificial intelligence." />
<meta property="og:image" content="/OM_FULL.jpg" />
<meta property="og:url" content="https://www.omnandurkar.me" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="/OM.jpg" />
<link rel="icon" type="image/png" href="/favicon.ico" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.css">
<title>Om Nandurkar - Portfolio</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script src="https://cdn.jsdelivr.net/npm/locomotive-scroll@3.5.4/dist/locomotive-scroll.js"></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Om Nandurkar",
"url": "https://www.omnandurkar.me",
"sameAs": [
"https://www.linkedin.com/in/omnandurkar17",
"https://github.com/omnandurkar"
],
"jobTitle": "Web Developer & UI UX Designer",
"worksFor": {
"@type": "SelfEmployed",
"name": "Self Employed"
}
}
</script>
</body>
</html>