-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (36 loc) · 1.91 KB
/
Copy pathindex.html
File metadata and controls
41 lines (36 loc) · 1.91 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- SEO -->
<title>Suraj G Rao | AI/ML Engineer & Software Engineer</title>
<meta name="description" content="Personal portfolio of Suraj G Rao — AI/ML Engineer, Deep Learning practitioner, and Generative AI enthusiast. View projects, experience, and skills." />
<meta name="keywords" content="Suraj G Rao, AI Engineer, ML Engineer, Machine Learning, Deep Learning, Generative AI, Portfolio" />
<meta name="author" content="Suraj G Rao" />
<meta name="robots" content="index, follow" />
<!-- Open Graph -->
<meta property="og:title" content="Suraj G Rao | AI/ML Engineer" />
<meta property="og:description" content="AI/ML Engineer building intelligent systems across ML, GenAI, and MLOps." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://surajgrao.dev" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Suraj G Rao | AI/ML Engineer" />
<meta name="twitter:description" content="AI/ML Engineer building intelligent systems across GenAI and MLOps." />
<meta name="twitter:creator" content="@SurajGRao020" />
<!-- 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=JetBrains+Mono:wght@400;500;600&display=swap" rel="stylesheet" />
<style>
/* Prevent flash of unstyled content */
body { background: #0B0F19; }
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>