-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
393 lines (377 loc) · 13.6 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
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
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
<!DOCTYPE HTML>
<html>
<head>
<title>Corey Mason</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/dist/main.css" />
<noscript><link rel="stylesheet" href="assets/css/dist/noscript.css" /></noscript>
</head>
<body class="is-loading">
<!-- Wrapper -->
<div id="wrapper" class="fade-in">
<!-- Intro -->
<div id="intro">
<h1>Hello! I'm<br />Corey</h1>
<p>
I'm a programmer / computer science major at UC Davis with a
passion for side projects & learning.<br />
Find out more about what I've done and what I do below!
</p>
<ul class="actions">
<li><a href="#header" class="button icon solo fa-arrow-down scrolly">Continue</a></li>
</ul>
</div>
<!-- Header -->
<header id="header">
<a href="index.html" class="logo">Corey</a>
</header>
<!-- Nav -->
<nav id="nav">
<ul class="links">
<li class="active"><a href="#about" class="tab">About Me</a></li>
<li><a href="#projects" class="tab" id="projects-tab">Projects</a></li>
<li><a target="_blank" href="assets/Resume.pdf">Resume</a></li>
<li><a href="#blog" class="tab">Blog Posts</a></li>
<li><a href="#footer" class="scrolly">Contact Me</a></li>
</ul>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/corey-mason" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/coreymason" class="icon fa-github"><span class="label">GitHub</span></a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<!-- About -->
<section id="about" class="post">
<h2>A Little About Me</h2>
<p><span class="image left"><img src="images/me.png" alt="" /></span>
I’m a third year student at UC Davis graduating in June 2020.
Last summer, I interned as a Software Engineer at
<a href="https://sonos.com">Sonos</a> and will be interning at <a href="https://www.lyft.com/">Lyft</a> this summer.<br /><br />
As a software engineer, I enjoy taking complex problems or goals and
constructing practical solutions. To me, this idea of software
architecture is of the utmost importance as sustainable code is
a must. No doubt scalability and efficiency are key in the tech
industry and combining my technical knowledge with analytical
skills, I aim to accomplish just that.<br /><br />
When I’m not coding, you can usually find me reading, biking,
rock climbing, or tinkering with hobbyist electronics.
</p>
<hr />
<h2>Where I've Been</h2>
<ul class="timeline timeline-centered">
<li class="timeline-item">
<div class="timeline-info">
<span>Currently</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<header>
<h3 class="timeline-title">UC Davis</h3>
<p class="timeline-title">Student, Expected Graduation 2020</p>
</header>
<p>
I'm a third year computer science major!. On campus, I'm involved
in leading the university's computer science club and take part in
the annual ACM ICPC contest. Beyond that, I love biking around Davis
and actively attend robotics and game development meetings on campus.
</p>
</div>
</li>
<li class="timeline-item">
<div class="timeline-info">
<span>Summer 2018</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<header>
<h3 class="timeline-title">Sonos</h3>
<p class="timeline-title">Software Engineer, Voice Platform</p>
</header>
<p>
Over the summer I worked on an API that powers Sonos voice partners and developers.
Specifically, I implemented universal genre search functionality, vastly improving result quality,
variety, and localization; all the while enabling support for future mood & activity searches.
In addition to developing internal libraries and fixing bugs, I also architected
& created an MVP for a feedback collection website, expecting over 3500 active users.
</p>
</div>
</li>
<li class="timeline-item">
<div class="timeline-info">
<span>Summer 2017</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<header>
<h3 class="timeline-title">Horizons</h3>
<p class="timeline-title">Junior Software Engineering Instructor</p>
</header>
<p>
Over the summer I helped design a coding experience for over
120 undergraduate students by revising exercises about fullstack
web development, mobile development, and data structures. In
addition, I refactored a slack bot and held technical 1-to-1 office
hours in everything from system design to react native to hobbyist electronics.
</p>
</div>
</li>
<li class="timeline-item">
<div class="timeline-info">
<span>July 2017</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<header>
<h3 class="timeline-title">First Place</h3>
<p class="timeline-title">Jane Street Electronic Trading Competition</p>
</header>
<p>
Over the course of 12 hours, I created a trading algorithm
that outperformed 30 other teams comprised of other engineering
interns. Using a uniquely tuned strategy, our bot was able to
"steal" trades, rapidly rising to first place in this real time contest.
</p>
</div>
</li>
<li class="timeline-item">
<div class="timeline-info">
<span>November 2016</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<header>
<h3 class="timeline-title">ACM ICPC</h3>
<p class="timeline-title">Pacific Northwest Regional Participant</p>
</header>
<p>
I competed with two other students in the annual ACM ICPC
contest working together to solve numerous algorithm problems
over the course of five continous hours. We will be returning
again in 2017.
</p>
</div>
</li>
<li class="timeline-item">
<div class="timeline-info">
<span>2013-2016</span>
</div>
<div class="timeline-marker"></div>
<div class="timeline-content">
<header>
<h3 class="timeline-title">Westmont Robotics Team</h3>
<p class="timeline-title">Software Engineer</p>
</header>
<p>
As the lead software engineer, I developed, released, and promoted
a team website that has since served instrumental in acquiring
company sponsorships. During these years, I also recruited and
taught new members, tripling team size — all the while designing
the robot's system archecture and dividing up work.
</p>
</div>
</li>
<li class="timeline-item period">
<div class="timeline-info"></div>
<div class="timeline-marker"></div>
</li>
</ul>
<hr />
<h2>What I Live By</h2>
<div class="row">
<div class="12u">
<p>
I’ve always been interested in technology but more importantly,
learning and discovery in general. Whether looking at a new
programming language or trying my hand at electronics, I’m
always exploring something new. To invent something is awe-inspiring
and something I enjoy attempting (despite failures).
I take apart printers to figure out how they work and hack together
toaster ovens into solder reflow ovens or projectors into 3D printers.
The possibilities are endless.
</p>
</div>
<div class="12u">
<blockquote>
The important thing is not to stop questioning. Curiosity has
its own reason for existence. One cannot help but be in awe
when he contemplates the mysteries of eternity, of life, of
the marvelous structure of reality. It is enough if one tries
merely to comprehend a little of this mystery each day.
-Albert Einstein
</blockquote>
<div class="align-center 6u 12u$(small)">
</div>
<hr />
<div class="row">
<div class="-3u 6u 12u$(small)">
<ul id="nav-buttons" class="actions vertical">
<li><a href="#projects" class="button special fit">Check out My Projects Next <i class="icon fa-arrow-right"><span
class="label">Arrow</span></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- End About -->
<!-- Projects -->
<section id="projects" class="hide post">
<h2>Projects - Outdated (new site coming soon)</h2>
<div class="tiles">
<article>
<span class="image">
<img src="images/placeholder.jpg" alt="" />
</span>
<a href="https://github.com/DavisCSClub/daviscsclub.org">
<h3>DCSC Website</h3>
<div class="tile-content">
<p class="tile-p">React & Next.js website for the UC Davis computer science club</p>
</div>
</a>
</article>
<article>
<span class="image">
<img src="images/placeholder.jpg" alt="" />
</span>
<a href="https://github.com/ParroApp/parro">
<h3>Parro</h3>
<div class="tile-content">
<p class="tile-p">Website that completely automates the interview process from audio responses to technical
challenges.</p>
</div>
</a>
</article>
<article>
<span class="image">
<img src="images/placeholder.jpg" alt="" />
</span>
<a href="#footer" class="scrolly">
<h3>Keap</h3>
<div class="tile-content">
<p class="tile-p">Prototype mobile app to buy and sell items/services on campus.</p>
</div>
</a>
</article>
<article>
<span class="image">
<img src="images/placeholder.jpg" alt="" />
</span>
<a href="https://github.com/coreymason/LAHacks2017">
<h3>Dream Well</h3>
<div class="tile-content">
<p class="tile-p">Records dreams with speech to text while conducting individual and global sentiment analysis.</p>
</div>
</a>
</article>
<article>
<span class="image">
<img src="images/placeholder.jpg" alt="" />
</span>
<a href="https://github.com/FRUCD/DataLoggerWebApp">
<h3>Data Logger</h3>
<div class="tile-content">
<p class="tile-p">Web interface that displays and manages real time data over serial port.</p>
</div>
</a>
</article>
<article>
<span class="image">
<img src="images/placeholder.jpg" alt="" />
</span>
<a href="https://github.com/coreymason/smart-alarm-clock">
<h3>Smart Clock</h3>
<div class="tile-content">
<p class="tile-p">IoT clock that intelligently wakes user with sunlight and is managed over a web interface.</p>
</div>
</a>
</article>
<article>
<span class="image">
<img src="images/placeholder.jpg" alt="" />
</span>
<a href="https://github.com/coreymason/IsoCTF-Website">
<h3>IsoCTF</h3>
<div class="tile-content">
<p class="tile-p">Cybersecurity CTF competition website built around the PicoCTF platform.</p>
</div>
</a>
</article>
<article>
<span class="image">
<img src="images/placeholder.jpg" alt="" />
</span>
<a href="https://github.com/coreymason/WestmontHS-PTSA-Website">
<h3>PTSA Home</h3>
<div class="tile-content">
<p class="tile-p">Completely new website to showcase daily news and announcements to student body.</p>
</div>
</a>
</article>
</div>
</section>
<!-- End Projects -->
<!-- Blog -->
<section id="blog" class="hide post">
<h2>Blog - Coming Soon</h2>
</section>
<!-- End Blog -->
</div>
<!-- End Main -->
<!-- Footer -->
<footer id="footer">
<section class="split">
<section>
<h2>Let's Get In Touch!</h2>
</section>
<section>
<form method="post" action="https://formspree.io/hi@coreysmason.com">
<div class="field">
<label for="name">Name</label>
<input type="text" name="name" id="name" />
</div>
<div class="field">
<label for="email">Email</label>
<input type="text" name="email" id="email" />
</div>
<div class="field">
<label for="form">Subject</label>
<input type="text" name="_subject" id="form" />
</div>
<div class="field">
<label for="message">Message</label>
<textarea name="message" id="message" rows="3"></textarea>
</div>
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
<li>
<h2>Or, contact me through
<a href="https://www.linkedin.com/in/corey-mason">
LinkedIn <i class="icon fa-linkedin-square"><span class="label">LinkedIn</span></i>
</a>
</h2>
</li>
</ul>
</form>
</section>
</section>
</footer>
<!-- Copyright -->
<div id="copyright">
<ul>
<li>Made with <i class="icon fa-heart"></i> by Corey Mason</li>
<li>Source Code: <a href="https://github.com/coreymason/Personal-Website">on Github</a></li>
</ul>
</div>
</div>
<!-- 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>
<script src="assets/js/main.js"></script>
<script src="assets/js/tabs.js"></script>
</body>
</html>