-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
88 lines (82 loc) · 3.99 KB
/
Copy pathindex.html
File metadata and controls
88 lines (82 loc) · 3.99 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
85
86
87
88
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Primary Meta Tags -->
<title>Zairui Yang | Software Engineer | Full-Stack & Distributed Systems</title>
<meta name="title" content="Zairui Yang | Software Engineer | Full-Stack & Distributed Systems" />
<meta name="description" content="Software Engineer specializing in backend systems, distributed systems, and full-stack development. Experience at PayPal, Tesla, and SciFeCap. MSc in Computer Science from University of Pennsylvania." />
<meta name="keywords" content="Zairui Yang, Katherine Yang, Software Engineer, Full-Stack Developer, Backend Developer, Distributed Systems, Golang, React, Node.js, Kubernetes, PayPal, Tesla, University of Pennsylvania" />
<meta name="author" content="Zairui Yang" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://zairuiy-coding.github.io/" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://zairuiy-coding.github.io/" />
<meta property="og:title" content="Zairui Yang | Software Engineer | Full-Stack & Distributed Systems" />
<meta property="og:description" content="Software Engineer specializing in backend systems, distributed systems, and full-stack development. Experience at PayPal, Tesla, and SciFeCap." />
<meta property="og:image" content="https://zairuiy-coding.github.io/images/zairuiy.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://zairuiy-coding.github.io/" />
<meta property="twitter:title" content="Zairui Yang | Software Engineer | Full-Stack & Distributed Systems" />
<meta property="twitter:description" content="Software Engineer specializing in backend systems, distributed systems, and full-stack development. Experience at PayPal, Tesla, and SciFeCap." />
<meta property="twitter:image" content="https://zairuiy-coding.github.io/images/zairuiy.jpg" />
<!-- 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=Poppins:wght@300;400;500;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/theme.css">
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Zairui Yang",
"alternateName": "Katherine Yang",
"url": "https://zairuiy-coding.github.io/",
"image": "https://zairuiy-coding.github.io/images/zairuiy.jpg",
"jobTitle": "Software Engineer",
"worksFor": {
"@type": "Organization",
"name": "PayPal"
},
"alumniOf": {
"@type": "EducationalOrganization",
"name": "University of Pennsylvania"
},
"email": "zairuiyang77@gmail.com",
"telephone": "+1-267-206-9435",
"address": {
"@type": "PostalAddress",
"addressLocality": "Austin",
"addressRegion": "TX",
"addressCountry": "US"
},
"sameAs": [
"https://github.com/zairuiy-coding",
"https://www.linkedin.com/in/zairuiyang/"
],
"knowsAbout": [
"Golang",
"Distributed Systems",
"Kubernetes",
"React",
"Node.js",
"Full-Stack Development",
"Backend Development",
"Database Systems"
]
}
</script>
</head>
<body>
<main id="root"></main>
<script type="module" src="src/main.jsx"></script>
<!-- Ionicons for social media and UI icons -->
<script type="module" src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/ionicons@7.1.0/dist/ionicons/ionicons.js"></script>
</body>
</html>