-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (74 loc) · 3.72 KB
/
Copy pathindex.html
File metadata and controls
84 lines (74 loc) · 3.72 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
74
75
76
77
78
79
80
81
82
83
84
<!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="Vijay Sehgal — Product Manager with 5 years experience. Built agentic products from 0 to 1, automated complex workflows, shipped at scale. EdTech, Consumer Tech, AI-native. Case studies and proof-of-work." />
<meta name="keywords"
content="Vijay Sehgal, Product Manager, PM Portfolio, EdTech, Consumer Tech, AI-native, Generative AI, Product Management" />
<link rel="canonical" href="https://vijaysehgal.com" />
<!-- Open Graph / LinkedIn -->
<meta property="og:type" content="website" />
<meta property="og:title" content="Vijay Sehgal | Product Manager · EdTech, Consumer Tech & AI-native" />
<meta property="og:description"
content="Product Manager, 5 years experience. Agentic AI products, 0→1 builds, shipped at scale. Case studies, proof-of-work, and an AI assistant." />
<meta property="og:image" content="https://vijaysehgal.com/Gemini-headshot.png" />
<meta property="og:url" content="https://vijaysehgal.com" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Vijay Sehgal | Product Manager · EdTech, Consumer Tech & AI-native" />
<meta name="twitter:description"
content="PM portfolio — 5 years experience, agentic AI products, case studies, proof-of-work." />
<meta name="twitter:image" content="https://vijaysehgal.com/Gemini-headshot.png" />
<title>Vijay Sehgal | Product Manager · EdTech, Consumer Tech & AI-native</title>
<!-- Font preconnect + display=swap to avoid FOIT -->
<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&family=Playfair+Display:ital,wght@0,600;1,600&display=swap"
rel="stylesheet">
<!-- JSON-LD Structured Data: Person -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Vijay Sehgal",
"jobTitle": "Product Manager · EdTech, Consumer Tech & AI-native workflows",
"url": "https://vijaysehgal.com",
"email": "vijay.b.sehgal@gmail.com",
"address": {
"@type": "PostalAddress",
"addressLocality": "Gurugram",
"addressCountry": "IN"
},
"sameAs": [
"https://www.linkedin.com/in/vijay-b-sehgal/",
"https://github.com/shadowdevcode"
],
"description": "Product Manager with 5 years experience. Built agentic products from 0 to 1, automated complex workflows, shipped at scale. EdTech, Consumer Tech, AI-native.",
"knowsAbout": ["Product Management", "AI Agents", "User Research", "EdTech", "Consumer Tech"]
}
</script>
<!-- JSON-LD Structured Data: WebSite -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Vijay Sehgal — PM Portfolio",
"url": "https://vijaysehgal.com",
"description": "Portfolio of Vijay Sehgal — Product Manager (EdTech, Consumer Tech, AI-native). Case studies and proof-of-work."
}
</script>
<link rel="stylesheet" href="/index.css">
</head>
<body class="bg-background text-primary antialiased selection:bg-accent/20 selection:text-accent">
<!-- Skip to main content for accessibility -->
<a href="#main-content"
class="sr-only focus:not-sr-only focus:absolute focus:top-4 focus:left-4 focus:z-[100] focus:bg-white focus:px-4 focus:py-2 focus:rounded-lg focus:shadow-lg focus:text-zinc-900 focus:font-medium">
Skip to main content
</a>
<div id="root"></div>
<script type="module" src="/index.tsx"></script>
</body>
</html>