-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (85 loc) · 2.67 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
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
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8" />
<title>Danny Lee</title>
<meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="" />
<meta property="og:type" content="" />
<meta property="og:url" content="" />
<meta property="og:image" content="" />
<link rel="manifest" href="site.webmanifest" />
<link rel="shortcut icon" href="favicon.png" />
<link rel="apple-touch-icon" href="favicon.png" />
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css" />
<link rel="stylesheet" href="css/styles.css" />
<meta name="theme-color" content="#fafafa" />
</head>
<body>
<!-- Add your site or application content here -->
<article id="main">
<section class="header">
<img class="profile-pic" src="./assets/danny-lee.png" />
<div>
<h1>Danny Lee</h1>
<p>Software engineer at <a href="https://sentry.io">Sentry.io</a></p>
<p>Originally from Singapore<br />Currently at San Francisco</p>
</div>
</section>
<section>
<h2>Contact me</h2>
<p>
If you're familiar with Mandarin Chinese, you can address me as
Dongwei (李东炜) too.
</p>
<h4>Email</h4>
<ul class="contact-links">
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
<h4>Socials</h4>
<ul class="contact-links">
<li>
<a href="https://github.com/leedongwei/">github.com/leedongwei</a>
</li>
<li>
<a href="https://www.linkedin.com/in/leedongwei/">
linkedin.com/in/leedongwei
</a>
</li>
<li>---</li>
<li>
<a href="https://www.facebook.com/leedongwei/">
facebook.com/leedongwei
</a>
</li>
<li>
<a href="https://instagram.com/dongweeei/">
instagram.com/dongweeei
</a>
</li>
<li>
<a href="https://www.strava.com/athletes/dongweeei">
strava.com/dongweeei
</a>
</li>
<li>
<a href="https://twitter.com/dongweeei/">twitter.com/dongweeei</a>
</li>
</ul>
</section>
</article>
<script src="js/scripts.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-51493958-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-51493958-1");
</script>
</body>
</html>