-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
51 lines (49 loc) · 1.68 KB
/
index.html
File metadata and controls
51 lines (49 loc) · 1.68 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- TODO: Set the document title to the name of your application -->
<title>Krish Mehta | Software Engineer & ML Specialist</title>
<meta
name="description"
content="Portfolio of Krish Mehta — Full-stack engineer & ML specialist building scalable cloud services and intelligent applications."
/>
<meta property="og:url" content="https://krishmm02.github.io/" />
<meta property="og:type" content="website" />
<meta
property="og:image"
content="https://krishmm02.github.io/og-image.jpg"
/>
<meta name="author" content="Krish Mehta" />
<meta property="og:title" content="Krish Mehta | Software Engineer" />
<meta
property="og:description"
content="Full-stack engineer & ML specialist building scalable cloud services and intelligent applications."
/>
<meta property="og:type" content="website" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Krish Mehta",
"url": "https://krishmm02.github.io",
"sameAs": [
"https://github.com/krishmm02",
"https://www.linkedin.com/in/krish-mehta-227b93219"
],
"jobTitle": "Software Development Engineer",
"alumniOf": [
{
"@type": "CollegeOrUniversity",
"name": "University of Maryland, Baltimore County"
}
]
}
</script>
</body>
</html>