-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (51 loc) · 2.79 KB
/
Copy pathindex.html
File metadata and controls
55 lines (51 loc) · 2.79 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#F3EFE4" />
<meta name="color-scheme" content="light" />
<meta name="robots" content="index, follow" />
<title>Le Huy — Software Engineer | Systems Atlas</title>
<meta name="description" content="Le Huy's backend-heavy full-stack engineering portfolio: five systems, their handoffs, failure boundaries, and verification evidence." />
<link rel="canonical" href="https://lhcaps.github.io/" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="sitemap" type="application/xml" href="/sitemap.xml" />
<meta property="og:type" content="profile" />
<meta property="og:url" content="https://lhcaps.github.io/" />
<meta property="og:title" content="Le Huy — Software Engineer | Systems Atlas" />
<meta property="og:description" content="Five software systems, mapped through contracts, handoffs, failure boundaries, and verification evidence." />
<meta property="og:image" content="https://lhcaps.github.io/og-image.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Le Huy Systems Atlas — five software systems mapped through their handoffs" />
<meta property="og:locale" content="en_US" />
<meta property="og:site_name" content="Le Huy Systems Atlas" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Le Huy — Software Engineer | Systems Atlas" />
<meta name="twitter:description" content="Five software systems, mapped through contracts, handoffs, failure boundaries, and verification evidence." />
<meta name="twitter:image" content="https://lhcaps.github.io/og-image.png" />
<meta name="twitter:image:alt" content="Le Huy Systems Atlas — five software systems mapped through their handoffs" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfilePage",
"name": "Le Huy — Software Engineer | Systems Atlas",
"url": "https://lhcaps.github.io/",
"description": "Le Huy's backend-heavy full-stack engineering portfolio: five systems, their handoffs, failure boundaries, and verification evidence.",
"mainEntity": {
"@type": "Person",
"name": "Le Huy",
"jobTitle": "Software Engineer",
"email": "mailto:huyle210525@gmail.com",
"url": "https://lhcaps.github.io/",
"sameAs": ["https://github.com/lhcaps"]
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>