-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (29 loc) · 1.38 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- <link rel="icon" href="/favicon.ico" /> -->
<link rel='stylesheet' href='/global.css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Poppins&display=swap" rel="stylesheet">
<link href="./images/jw.png" rel="shortcut icon" type="img/png">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description"
content="👋 Hi! I'm James Wang. I am just an aspiring product manager who wants to make doing good easier. As a student of Georgia Tech, I've worked for nonprofit organizations and social enterprises. I've also worked at large tech companies including Microsoft, General Electric, and Tesla." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://thejameswang.me/" />
<meta property="og:title" content="James Wang" />
<title>James Wang</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-162159122-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-162159122-1');
</script>
</html>