-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (39 loc) · 1.77 KB
/
index.html
File metadata and controls
43 lines (39 loc) · 1.77 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/favicon.png" type="image/png" />
<title>Devayush — Applied AI Engineer</title>
<meta name="description" content="Applied AI Engineer building production-grade LLM systems, RAG pipelines, and evaluation frameworks." />
<meta name="author" content="Devayush" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Devayush — Applied AI Engineer" />
<meta property="og:description" content="Applied AI Engineer building production-grade LLM systems, RAG pipelines, and evaluation frameworks." />
<meta property="og:image" content="https://devayush.com/og-image.png" />
<meta property="og:url" content="https://devayush.com" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Devayush — Applied AI Engineer" />
<meta name="twitter:description" content="Applied AI Engineer building production-grade LLM systems, RAG pipelines, and evaluation frameworks." />
<meta name="twitter:image" content="https://devayush.com/og-image.png" />
<link rel="canonical" href="https://devayush.com" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Devayush Rout",
"url": "https://devayush.com",
"jobTitle": "Applied AI Engineer",
"sameAs": [
"https://github.com/ayushcodes13",
"https://www.linkedin.com/in/devayush-rout/",
"https://hashnode.com/@ayoozzzz"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>