-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (55 loc) · 2.05 KB
/
Copy pathindex.html
File metadata and controls
58 lines (55 loc) · 2.05 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
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>JayStack — Full-Stack, AI/ML, Game, XR & Mobile Developer</title>
<meta
name="description"
content="Jay is a product-focused developer building full-stack web platforms, AI/ML systems, games, XR experiences, mobile apps, and performance-minded software."
/>
<meta name="author" content="Jay" />
<meta name="theme-color" content="#000000" />
<meta name="color-scheme" content="dark" />
<meta property="og:title" content="JayStack — Product Engineer Across Web, AI, Games, XR & Mobile" />
<meta
property="og:description"
content="Full-stack engineering, production AI, real-time 3D, game systems, and mobile products."
/>
<meta property="og:type" content="website" />
<meta property="og:site_name" content="JayStack" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="JayStack — Full-Stack, AI/ML, Game, XR & Mobile Developer" />
<meta
name="twitter:description"
content="Full-stack engineering, production AI, real-time 3D, game systems, and mobile products."
/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Jay",
"url": "https://jaystack.dev",
"email": "mailto:jaystack.dev@gmail.com",
"jobTitle": "Full-Stack and AI/ML Engineer",
"knowsAbout": [
"Full-Stack Web Development",
"Artificial Intelligence",
"Machine Learning",
"Game Development",
"Extended Reality",
"Mobile Application Development",
"Software Engineering"
],
"sameAs": [
"https://github.com/HyperExtendedReality",
"https://linkedin.com/in/jb-hyperxr/"
]
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>