- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
Latest commit
110 lines (109 loc) · 3.76 KB
/
Copy pathabout.html
File metadata and controls
110 lines (109 loc) · 3.76 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<htmllang="en" class="invert-dark">
<head>
<metacharset="UTF-8" />
<metaname="viewport" content="width=device-width, initial-scale=1" />
<title>Chris Lee</title>
<link
rel="stylesheet"
href="https://unpkg.com/tachyons@4.10.0/css/tachyons.min.css"
/>
<linkrel="stylesheet" href="style.css" />
<scripttype="text/javascript">
var_gaq=_gaq||[];
_gaq.push(["_setAccount","UA-19583432-1"]);
_gaq.push(["_trackPageview"]);
(function(){
varga=document.createElement("script");
ga.type="text/javascript";
ga.async=true;
ga.src=
("https:"==document.location.protocol
? "https://ssl"
: "http://www")+".google-analytics.com/ga.js";
vars=document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(ga,s);
})();
</script>
</head>
<bodyclass="bg-near-white dark-gray">
<navclass="fixed top-0 bg-near-white gill-sans f6 ttu w-100 z-1">
<ul
class="fw6 list ph4 ph5-ns flex-ns flex-row cl-mw center items-center nowrap overflow-x-auto"
>
<liclass="dib mr4 flex-auto">
<ahref="/" class="link dark-gray hover-cl-blue pv3"
><spanclass="tracked-mega">Chris Le</span>e</a
>
</li>
<liclass="dib mr4">
<ahref="/work" class="link dark-gray hover-cl-blue pv3"
><spanclass="tracked-mega">Wor</span>k</a
>
</li>
<liclass="dib mr4">
<ahref="/posts" class="link dark-gray hover-cl-blue pv3"
><spanclass="tracked-mega">Writin</span>g</a
>
</li>
<liclass="dib bb bw1 dark-gray pv3" style="margin-top: 2px;">
<spanclass="tracked-mega">Abou</span>t
</li>
</ul>
</nav>
<mainclass="charter f6 lh-copy cl-mw center pa4 pt6 pa5-ns pt6-ns">
<pclass="f4 f3-ns lh-large mb4">
I love the <strongclass="fw6">gray areas</strong>,
<strongclass="fw6">connections</strong>, and
<strongclass="fw6">mysteries</strong> of life.
</p>
<divclass="flex-l flex-row-reverse items-start">
<imgsrc="/images/photo.jpg" class="w-100" style="max-width: 24rem;" />
<divclass="flex-auto pt3 pt0-l pr4-l">
<pclass="fw6 mb2">I'm particularly interested in:</p>
<ulclass="mb4 list list-hyphen">
<liclass="mv2">
Creativity and innovation
</li>
<liclass="mv2">
Constant learning and curiosity
</li>
<liclass="mv2">
How people think and make decisions
</li>
<liclass="mv2">
Technology as helpful and harmful
</li>
<liclass="mv2">
The beauty of the natural world
</li>
<liclass="mv2">
Big existential, spiritual questions
</li>
<liclass="mv2">
Deep, empathetic relationships across boundaries
</li>
</ul>
<pclass="fw6 mb2">
How I experience the world is shaped by the often contrasting
influences of:
</p>
<ulclass="list list-hyphen">
<liclass="mv2">
My Christian faith (liturgical and evangelical influences)
</li>
<liclass="mv2">
My work and community in Silicon Valley
</li>
<liclass="mv2">
My Asian American (Malaysian Chinese) identity
</li>
<liclass="mv2">
My personality (Enneagram 5w6 - analytical/introverted)
</li>
</ul>
</div>
</div>
</main>
</body>
</html>