-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
231 lines (204 loc) · 10.8 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
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
<!DOCTYPE HTML>
<html>
<head>
<title>Portfolio of work by David Chan</title>
<meta charset="utf-8" />
<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" />
<link href="https://fonts.googleapis.com/css?family=Raleway|Roboto:300|Yeseva+One" rel="stylesheet">
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--favicons-->
<!-- generics -->
<link rel="icon" href="favicon/favicon-32.png" sizes="32x32">
<link rel="icon" href="favicon/favicon-57.png" sizes="57x57">
<link rel="icon" href="favicon/favicon-76.png" sizes="76x76">
<link rel="icon" href="favicon/favicon-96.png" sizes="96x96">
<link rel="icon" href="favicon/favicon-128.png" sizes="128x128">
<link rel="icon" href="favicon/favicon-228.png" sizes="228x228">
<!-- Android -->
<!-- <link rel="shortcut icon" sizes="196x196" href=“favicon/favicon-196.png"> -->
<!-- iOS -->
<link rel="apple-touch-icon" href="favicon/favicon-120.png" sizes="120x120">
<link rel="apple-touch-icon" href="favicon/favicon-152.png" sizes="152x152">
<link rel="apple-touch-icon" href="favicon/favicon-180.png" sizes="180x180">
<!-- Windows 8 IE 10-->
<meta name="msapplication-TileColor" content="#000000">
<meta name="msapplication-TileImage" content="favicon/favicon-144.png">
<!— Windows 8.1 + IE11 and above —>
<meta name="msapplication-config" content="favicon/browserconfig.xml" />
<!-- Hotjar -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:756515,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
<!-- start Mixpanel --><script type="text/javascript">(function(e,a){if(!a.__SV){var b=window;try{var c,l,i,j=b.location,g=j.hash;c=function(a,b){return(l=a.match(RegExp(b+"=([^&]*)")))?l[1]:null};g&&c(g,"state")&&(i=JSON.parse(decodeURIComponent(c(g,"state"))),"mpeditor"===i.action&&(b.sessionStorage.setItem("_mpcehash",g),history.replaceState(i.desiredHash||"",e.title,j.pathname+j.search)))}catch(m){}var k,h;window.mixpanel=a;a._i=[];a.init=function(b,c,f){function e(b,a){var c=a.split(".");2==c.length&&(b=b[c[0]],a=c[1]);b[a]=function(){b.push([a].concat(Array.prototype.slice.call(arguments,
0)))}}var d=a;"undefined"!==typeof f?d=a[f]=[]:f="mixpanel";d.people=d.people||[];d.toString=function(b){var a="mixpanel";"mixpanel"!==f&&(a+="."+f);b||(a+=" (stub)");return a};d.people.toString=function(){return d.toString(1)+".people (stub)"};k="disable time_event track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config reset opt_in_tracking opt_out_tracking has_opted_in_tracking has_opted_out_tracking clear_opt_in_out_tracking people.set people.set_once people.unset people.increment people.append people.union people.track_charge people.clear_charges people.delete_user".split(" ");
for(h=0;h<k.length;h++)e(d,k[h]);a._i.push([b,c,f])};a.__SV=1.2;b=e.createElement("script");b.type="text/javascript";b.async=!0;b.src="undefined"!==typeof MIXPANEL_CUSTOM_LIB_URL?MIXPANEL_CUSTOM_LIB_URL:"file:"===e.location.protocol&&"//cdn4.mxpnl.com/libs/mixpanel-2-latest.min.js".match(/^\/\//)?"https://cdn4.mxpnl.com/libs/mixpanel-2-latest.min.js":"//cdn4.mxpnl.com/libs/mixpanel-2-latest.min.js";c=e.getElementsByTagName("script")[0];c.parentNode.insertBefore(b,c)}})(document,window.mixpanel||[]);
mixpanel.init("d9433b85a457b1609110da1998879a6e");</script><!-- end Mixpanel -->
</head>
<body>
<!-- Sidebar -->
<section id="sidebar">
<div class="inner">
<nav>
<ul>
<li><a href="#intro">About</a></li>
<li><a href="#one">Select Projects</a></li>
<!-- <li><a href="#two">Get in touch</a></li> -->
</ul>
</nav>
</div>
</section>
<!-- Wrapper -->
<div id="wrapper">
<!-- Intro -->
<section id="intro" class="wrapper style1 fullscreen fade-up">
<div class="inner">
<h1>👋 Hi. I'm Dave</h1>
<p><span style="font-size:1em">I am a senior product designer based in San Francisco.</br>
Currently @ <a href="https://tesla.com" target="_blank">Tesla | Internal Applications</a></br>
Oh, also I ❤ dark coffee ☕</p></span>
<ul class="actions">
</ul>
</div>
</section>
<!-- Projects -->
<section id="one" class="wrapper style2 spotlights">
<section>
<a href="inside-tesla.html" class="image"><img src="images/cover-thumb-tsla-launch.jpg" alt="" data-position="center center" /></a>
<div class="content">
<div class="inner">
<p style="font-weight:bold; font-size:1.25em">Tesla People Ops Platform</p>
<p style="font-size:1em"><span style="font-weight:400">Case Study:</span> Increasing workforce productivity and efficiency.</p>
<ul class="actions">
</ul>
</div>
</div>
</section>
<section>
<a href="editor-launch.html" class="image"><img src="images/cover-thumb-sstk-launch.jpg" alt="" data-position="center center" /></a>
<div class="content">
<div class="inner">
<p style="font-weight:bold; font-size:1.25em">Shutterstock Editor</p>
<p style="font-size:1em"><span style="font-weight:400">Case Study:</span> Onboarding done right.</p>
<ul class="actions">
</ul>
</div>
</div>
</section>
<section>
<a href="editor-mvp.html" class="image"><img src="images/cover-thumb-sstk-launch.jpg" alt="" data-position="center center" /></a>
<div class="content">
<div class="inner">
<p style="font-weight:bold; font-size:1.25em">Shutterstock Editor</p>
<p style="font-size:1em"><span style="font-weight:400">Case Study:</span> Launching a browser-based design tool.</p>
<ul class="actions">
</ul>
</div>
</div>
</section>
<section>
<a href="boxhop-homepage.html" class="image"><img src="images/boxhop-thumbnail438.jpg" alt="" data-position="25% 25%" /></a>
<div class="content">
<div class="inner">
<p style="font-weight:bold; font-size:1.25em">BoxHop</p>
<p style="font-size:1em">Shipping made simple for global ecommerce.<p>
<ul class="actions">
</ul>
</div>
</div>
</section>
<section>
<a href="projects.html" class="image"><img src="images/projects-thumbnail438.jpg" alt="" data-position="25% 25%" /></a>
<div class="content">
<div class="inner">
<p style="font-weight:bold; font-size:1.25em">Misc.</p>
<p style="font-size:1em"><span style="font-weight:400">Experiments:</span> Casual side projects I created for fun or picking up new skills.<p>
<ul class="actions">
</ul>
</div>
</div>
</section>
</section>
<!-- Contact -->
<section id="two" class="wrapper style1 fade-up">
<div class="inner">
<!-- <h2>Get in touch</h2> -->
<div class="split style1">
<!-- <section>
<form method="post" action="#">
<div class="field half first">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field half">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="5"></textarea>
</div>
<ul class="actions">
<li><a href="" class="button submit">Send Message</a></li>
</ul>
</form>
</section> -->
<section>
<ul class="contact">
<li>
<li></li>
</ul>
</li>
</ul>
</section>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="wrapper style1-alt">
<div class="inner">
<!-- <ul class="menu">
<li>Made with ❤ in Oakland</li>
</ul> -->
<ul class="icons">
<li><a href="https://twitter.com/_Dave_Chan" class="fa-twitter" target="_blank"></a></li>
<li><a href="https://angel.co/david-junto-chan" class="fa-angellist" target="_blank"></a></li>
<li><a href="https://github.com/modusops" class="fa-github" target="_blank"></a></li>
<li><a href="https://www.linkedin.com/in/davidjuntochan" class="fa-linkedin" target="_blank"></a></li>
<li><a href="https://medium.com/@DaveChan" class="fa-medium" target="_blank"></a></li>
<li><a href="https://dribbble.com/david_chan" class="fa-dribbble" target="_blank"></a></li>
<li><a href="https://www.instagram.com/modus_ops" class="fa-instagram" target="_blank"></a></li>
<li><a href="https://www.shutterstock.com/g/modusops" class="fa-camera" target="_blank"></a></li>
<li><a href="https://glitch.com/edit/#!/delirious-thrill" class="fa-simplybuilt" target="_blank"></a></li>
<li><a href="https://www.oculus.com/medium/artists/modus_ops" class="fa-cube" target="_blank"></a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.scrollex.min.js"></script>
<script src="assets/js/jquery.scrolly.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>
<!-- Intercom -->
<script>
window.intercomSettings = {
app_id: "emgrzfru"
};
</script>
<script>(function(){var w=window;var ic=w.Intercom;if(typeof ic==="function"){ic('reattach_activator');ic('update',intercomSettings);}else{var d=document;var i=function(){i.c(arguments)};i.q=[];i.c=function(args){i.q.push(args)};w.Intercom=i;function l(){var s=d.createElement('script');s.type='text/javascript';s.async=true;s.src='https://widget.intercom.io/widget/emgrzfru';var x=d.getElementsByTagName('script')[0];x.parentNode.insertBefore(s,x);}if(w.attachEvent){w.attachEvent('onload',l);}else{w.addEventListener('load',l,false);}}})()
</script>
</body>
</html>