-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
288 lines (249 loc) · 10.3 KB
/
index.html
File metadata and controls
288 lines (249 loc) · 10.3 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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
<!DOCTYPE HTML>
<!--
Twenty by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Home - Adrian Wan</title>
<meta charset="utf-8" />
<meta name="description" content="Adrian Wan's personal website." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<link rel="stylesheet" href="assets/fonts/font-mfizz/dist/font-mfizz.css">
<!-- Google analytics script -->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-69121908-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body class="index">
<div id="page-wrapper">
<!-- Header -->
<header id="header" class="alt">
<h1 id="logo"><a href="index.html">Adrian <span>Wan</span></a></h1>
<nav id="nav">
<ul>
<li class="submenu">
<a href="#">More</a>
<ul>
<li><a href="resume.html">Resumé</a></li>
<li class="submenu">
<a href="#">Posts</a>
<ul>
<li><a href="posts.html">Top</a></li>
<li><a href="vim-tricks.html">Vim Tricks</a></li>
<li><a href="success-in-swat-cs.html">Success in Swat CS</a></li>
<li><a href="subl-floo-tutorial.html">Floobits & Sublime</a></li>
</ul>
</li>
</ul>
</li>
<li><a href="contact.html" class="button special">Contact Me</a></li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="banner">
<!--
".inner" is set up as an inline-block so it automatically expands
in both directions to fit whatever's inside it. This means it won't
automatically wrap lines, so be sure to use line breaks where
appropriate (<br />).
-->
<div class="inner">
<header>
<h2>Adrian Wan</h2>
</header>
<p><strong>Algorithms Design &<br> Software Engineer</strong>
@<a href="http://nest.com">Nest</p>
<br />
<p><strong>Hi.</strong>
<footer>
<ul class="buttons vertical">
<li><a href="#main" class="button fit scrolly">
<!-- <i class="icon fa-caret-down"></i> -->
<i class="icon fa-chevron-down"></i>
<!-- <i class="icon fa-angle-double-down"></i> -->
</a></li>
</ul>
</footer>
</div>
</section>
<!-- Main -->
<article id="main">
<header class="special container">
<span class="icon fa-bar-chart-o"></span>
<h2>
I love <strong>optimization</strong>.
</h2>
<p>
I love to do things in the <strong>best way</strong> possible.
</p>
<p></p>
<p>
The shortest route between home and work; the right amount
of sleep to get; code that's easy to use and maintain.
</p>
<p>
That's why I'm at <strong><a href="http://nest.com">Nest</a></strong>,
turning <strong>data</strong> into
actionable, valuable <strong>insights</strong>.
</p>
<p>
I'm learning to keep the <strong>balance</strong> between producing <strong>timely
analyses</strong>, and constructing <strong>flexible, extensible tools</strong>
so that those analyses become effortless.
</p>
</header>
<!-- One -->
<section class="wrapper style2 container special-alt">
<div class="row 50%">
<div class="8u 12u(narrower)">
<header>
<h2>Python. Git. Data. Google.</h2>
</header>
<p>
I love to develop in Python, and use <a href="http://www.scipy.org/">SciPy</a>, especially <a href="http://pandas.pydata.org/">Pandas</a>, for data analysis.
</p>
<p>
I think Git is such a great idea that I practice the
<a href="https://www.atlassian.com/git/tutorials/comparing-workflows/gitflow-workflow">Gitflow workflow</a> on my projects.
</p>
<p>
Google is the master of building tools. I'm proud to work for the company that built <a href="https://www.tensorflow.org/">TensorFlow</a>.
</p>
<footer>
<ul class="buttons">
<li><a href="resume.html" class="button">Resumé</a></li>
</ul>
</footer>
</div>
<div class="4u 12u(narrower) important(narrower)">
<ul class="featured-icons">
<li><span class="icon icon-python"></span></li>
<!-- <li><span class="icon fa-git"></span></li> -->
<li><span class="icon fa-code-fork"></span></li>
<li><span class="icon fa-area-chart"></span></li>
<li><span class="icon icon-google"></span></li>
<!-- <li><span class="icon fa-terminal"></span></li> -->
</ul>
</div>
</div>
</section>
<!-- Two -->
<section class="wrapper style1 container special">
<div class="row">
<div class="4u 12u(narrower)">
<section>
<span class="icon featured fa-graduation-cap"></span>
<header>
<h3>Learn</h3>
</header>
<p>
I chose to attend <a href="http://www.swarthmore.edu/">a small, intense, liberal arts college</a> because I love to learn. Every new approach is a chance for improvement; every new idea is a budding paradigm.
</p>
</section>
</div>
<div class="4u 12u(narrower)">
<section>
<span class="icon featured fa-circle-o-notch fa-spin"></span>
<header>
<h3>Think</h3>
</header>
<p>
Critical thinking becomes more important, not less, as the amount of accessible information grows. To take that data and turn it into <strong>knowledge</strong> — that's a worthwhile endeavor.
</p>
</section>
</div>
<div class="4u 12u(narrower)">
<section>
<span class="icon featured fa-paper-plane"></span>
<header>
<h3>Do</h3>
</header>
<p>
At the end of my life, I want to look at the world and see it changed, for the better, by the work I've done. I hope to do truly useful things, to make things that I am proud of.
</p>
</section>
</div>
</div>
</section>
<!-- Three -->
<section class="wrapper style3 container special">
<header class="major">
<h2>Things I <strong>wrote</strong></h2>
</header>
<div class="row">
<div class="6u 12u(narrower)">
<section>
<header>
<h6><a href="subl-floo-tutorial.html">Sublime & Floobits</a></h6>
</header>
<p>A tutorial I wrote for getting started with <a href="https://floobits.com/">Floobits</a>, the plugin for <a href="http://www.sublimetext.com/">Sublime Text</a> that lets you edit code simultaneously with others.</p>
</section>
</div>
<div class="6u 12u(narrower)">
<section>
<header>
<h6><a href="success-in-swat-cs.html">Success in Swat CS</a></h6>
</header>
<p>A post about how my experiences at Swarthmore were invaluable during my summer 2014 internship at Nest on the Algorithms team (we figure out how to make the smart products smart).</a></p>
</section>
</div>
</div>
<footer class="major">
<ul class="buttons">
<li><a href="posts.html" class="button">See More</a></li>
</ul>
</footer>
</section>
</article>
<!-- CTA -->
<section id="cta">
<header>
<h2>Want to <strong>talk</strong>?</h2>
<p>Questions, opportunities, suggestions, feedback:</p>
</header>
<footer>
<ul class="buttons">
<li><a href="contact.html" class="button special">Contact Me</a></li>
<!-- <li><a href="#" class="button">LOL Wut</a></li> -->
</ul>
</footer>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<!-- <li><a href="#" class="icon circle fa-twitter"><span class="label">Twitter</span></a></li> -->
<!-- <li><a href="#" class="icon circle fa-facebook"><span class="label">Facebook</span></a></li> -->
<li><a href="http://www.linkedin.com/in/adrianwan2" class="icon circle fa-linkedin"><span class="label">LinkedIn</span></a></li>
<!-- <li><a href="#" class="icon circle fa-google-plus"><span class="label">Google+</span></a></li> -->
<li><a href="http://www.github.com/awan1" class="icon circle fa-github"><span class="label">Github</span></a></li>
<li><a href="http://stackoverflow.com/users/2452770/a-wan" class="icon circle fa-stack-overflow"><span class="label">StackOverflow</span></a></li>
<li><a href="https://soundcloud.com/adrian-wan" class="icon circle fa-soundcloud"><span class="label">Soundcloud</span></a></li>
</ul>
<ul class="copyright">
<li>© Adrian Wan 2015--2018</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/jquery.scrolly.min.js"></script>
<script src="assets/js/jquery.scrollgress.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>