-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·700 lines (670 loc) · 25.2 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
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta
name="description"
content="Tokyo-based digital professional with experience in product management, client relations and team leadership"
/>
<meta name="author" content="Travis Ricks" />
<title>Travis Ricks</title>
<!-- Bootstrap core CSS -->
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<!-- Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed:100,200,300,400,500,600,700,800,900"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i"
rel="stylesheet"
/>
<link href="vendor/font-awesome/css/font-awesome.css" rel="stylesheet" />
<!-- <link
href="vendor/font-awesome/css/font-awesome.min.css"
rel="stylesheet"
/> -->
<link href="vendor/devicons/css/devicons.min.css" rel="stylesheet" />
<link
href="vendor/simple-line-icons/css/simple-line-icons.css"
rel="stylesheet"
/>
<!-- Styles -->
<link href="css/resume.min.css" rel="stylesheet" />
<!-- Favicons -->
<link
rel="apple-touch-icon"
sizes="57x57"
href="/img/favicons/apple-icon-57x57.png"
/>
<link
rel="apple-touch-icon"
sizes="60x60"
href="/img/favicons/apple-icon-60x60.png"
/>
<link
rel="apple-touch-icon"
sizes="72x72"
href="/img/favicons/apple-icon-72x72.png"
/>
<link
rel="apple-touch-icon"
sizes="76x76"
href="/img/favicons/apple-icon-76x76.png"
/>
<link
rel="apple-touch-icon"
sizes="114x114"
href="/img/favicons/apple-icon-114x114.png"
/>
<link
rel="apple-touch-icon"
sizes="120x120"
href="/img/favicons/apple-icon-120x120.png"
/>
<link
rel="apple-touch-icon"
sizes="144x144"
href="/img/favicons/apple-icon-144x144.png"
/>
<link
rel="apple-touch-icon"
sizes="152x152"
href="/img/favicons/apple-icon-152x152.png"
/>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/img/favicons/apple-icon-180x180.png"
/>
<link
rel="icon"
type="image/png"
sizes="192x192"
href="/img/favicons/android-icon-192x192.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/img/favicons/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="96x96"
href="/img/favicons/favicon-96x96.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/img/favicons/favicon-16x16.png"
/>
<meta name="msapplication-TileColor" content="#ffffff" />
<meta name="msapplication-TileImage" content="/ms-icon-144x144.png" />
<meta name="theme-color" content="#ffffff" />
<!-- Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=UA-9808707-1"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "UA-9808707-1");
</script>
</head>
<body id="page-top">
<nav
class="navbar navbar-expand-lg navbar-dark bg-primary fixed-top"
id="sideNav"
>
<a class="navbar-brand js-scroll-trigger" href="#page-top">
<span class="d-block d-lg-none">Travis Ricks</span>
<span class="d-none d-lg-block">
<img
class="img-fluid img-profile rounded-circle mx-auto mb-2"
src="img/profile.jpg"
alt="Profile picture"
/>
</span>
</a>
<button
class="navbar-toggler"
type="button"
data-toggle="collapse"
data-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent"
aria-expanded="false"
aria-label="Toggle navigation"
>
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#projects">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#experience"
>Experience</a
>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#education"
>Education</a
>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#awards">Awards</a>
</li>
</ul>
</div>
</nav>
<div class="container-fluid p-0">
<section class="resume-section p-3 p-lg-5 d-flex d-column" id="about">
<div class="my-auto">
<h1 class="mb-0">
Travis
<span class="text-primary">Ricks</span>
</h1>
<div class="subheading mb-5">
<a
href="mailto:[email protected]?subject=Hi Travis - from travisricks.com"
>
</div>
<p class="mb-5 w-75">
I am a software engineer in Tokyo with an interest in the 'front of
the front end.'
</p>
<ul class="list-inline list-social-icons mb-0">
<li class="list-inline-item">
<a href="https://www.linkedin.com/in/travis-ricks">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-linkedin fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
<li class="list-inline-item">
<a href="https://github.com/travisricks">
<span class="fa-stack fa-lg">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-github fa-stack-1x fa-inverse"></i>
</span>
</a>
</li>
</ul>
</div>
</section>
<section
class="resume-section p-3 p-lg-5 d-flex flex-column"
id="projects"
>
<div class="my-auto">
<h2 class="mb-5">Projects</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">One Moon</h3>
<div class="subheading mb-3">
<span style="text-transform: none">iOS</span> App
<a
href="https://github.com/CC-Cherry-Garcia/OneMoon"
target="_blank"
>
<span class="fa-stack fa-sm">
<i class="fa fa-circle fa-stack-2x"></i>
<i
class="fa fa-github fa-stack-1x fa-inverse"
style="font-size: 1.3em"
></i>
</span>
</a>
<a
href="https://apps.apple.com/us/app/one-moon/id1502061901"
target="_blank"
>
<span class="fa-stack fa-sm">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-apple fa-stack-1x fa-inverse"></i>
</span>
</a>
</div>
<p>
An iOS app that helps users build custom 30-day challenges to
achieve various goals individually or in groups. The app helps
them track their progress and stay accountable during the
challenge.
</p>
<ul class="fa-ul">
<li>
<i class="fa-li fa fa-chevron-circle-right"></i>
Served as Team Lead and led the front-end React Native
implementation as well as design.
</li>
<li>
<i class="fa-li fa fa-chevron-circle-right"></i>
Tech Stack: React Native, Native Base, GraphQL, Zustand, AWS
Amplify
</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2020</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Dating Digital Assistant App</h3>
<div class="subheading mb-3">
Web App
<a
href="https://github.com/vianarafael/rakuten-api-project"
target="_blank"
>
<span class="fa-stack fa-sm">
<i class="fa fa-circle fa-stack-2x"></i>
<i
class="fa fa-github fa-stack-1x fa-inverse"
style="font-size: 1.3em"
></i>
</span>
</a>
<a href="https://tara-staging.herokuapp.com/" target="_blank">
<span class="fa-stack fa-sm">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-link fa-stack-1x fa-inverse"></i>
</span>
</a>
</div>
<p>
A web app that helps users plan dates by suggesting restaurants
and activities based on location and weather with an added API
integration to recommend jokes to break the ice. Built in a team
in less than a week.
</p>
<ul class="fa-ul">
<li>
<i class="fa-li fa fa-chevron-circle-right"></i>
Designed and developed the front end and served as Tech Lead
</li>
<li>
<i class="fa-li fa fa-chevron-circle-right"></i>
Tech Stack: React/Redux, Bootstrap, Various Rakuten Rapid
APIs, deployed to Heroku
</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2020</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Drag Queen Meme Finder</h3>
<div class="subheading mb-3">
Web App
<a
href="https://github.com/travisricks/drag-queen-meme-maker"
target="_blank"
>
<span class="fa-stack fa-sm">
<i class="fa fa-circle fa-stack-2x"></i>
<i
class="fa fa-github fa-stack-1x fa-inverse"
style="font-size: 1.3em"
></i>
</span>
</a>
<a
href="https://cc11-drag-queen-stage.herokuapp.com/"
target="_blank"
>
<span class="fa-stack fa-sm">
<i class="fa fa-circle fa-stack-2x"></i>
<i class="fa fa-link fa-stack-1x fa-inverse"></i>
</span>
</a>
</div>
<p>
Fullstack solo SPA that lets users filter and download different
meme gifs built in less than a week.
</p>
<ul class="fa-ul">
<li>
<i class="fa-li fa fa-chevron-circle-right"></i>
Tech Stack: React/Redux, Node.js/Express, Postgres/Knex,
Axios, deployed to Heroku
</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2020</span>
</div>
</div>
</div>
</section>
<section
class="resume-section p-3 p-lg-5 d-flex flex-column"
id="experience"
>
<div class="my-auto">
<h2 class="mb-5">Experience</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Frontend Software Engineer</h3>
<div class="subheading mb-3">Defide</div>
<p>
Used Vue to build frontends for web-based and desktop (using
Electron) applications.
</p>
<ul class="fa-ul">
<li>
<i class="fa-li fa fa-chevron-circle-right"></i>
Developed the frontend of a Vue desktop application that is
used as a management tool for finincial advisers to hold video
seminars and communicate with customers.
</li>
<li>
<i class="fa-li fa fa-chevron-circle-right"></i>
Wrote technical specifications, managed tasks, and did QA for
a remote development team (iOS and Android).
</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2020 - present</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Director</h3>
<div class="subheading mb-3">
<span style="text-transform: none">SNworks</span> (digital
agency of The State News)
</div>
<p>
Led all operational decisions for the startup digital agency
inside of The State News. SNworks builds and manages websites
and workflow solutions for various media organizations.
</p>
<ul class="fa-ul">
<li>
<i class="fa-li fa fa-chevron-circle-right"></i>
Designed and developed the front end of more than 50 client
websites. Tech: HTML/CSS/JS, Bootstrap, Twig, proprietary CMS,
AWS, SQL, MongoDB.
</li>
<li>
<i class="fa-li fa fa-chevron-circle-right"></i>
Reviewed the code of junior developers and trained them in
best practices.
</li>
<li>
<i class="fa-li fa fa-chevron-circle-right"></i>
Quadrupled client base by effectively managing a team of
approximately 20 professional and student project managers,
designers and developers and served as the main contact for
all clients.
</li>
<li>
<i class="fa-li fa fa-chevron-circle-right"></i>
Developed customer service business rules and created
knowledge base content.
</li>
<li>
<i class="fa-li fa fa-chevron-circle-right"></i>
Worked on-site with clients for training and implementation.
</li>
<li>
<i class="fa-li fa fa-chevron-circle-right"></i>
Mentored and supervised student developers, designers, and
project managers.
</li>
<li>
<i class="fa-li fa fa-chevron-circle-right"></i>
Handled sales pipeline from prospect to closing.
</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2012 - 2018</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">
Director of Operations & Technology | Creative Adviser
</h3>
<div class="subheading mb-3">The State News</div>
<p>
As a member of the professional staff, I mentored students in
editorial, advertising and digital design. Second in command
behind the general manager, I was responsible for several
high-level decisions of the organization.
</p>
<ul class="fa-ul">
<li>
<i class="fa-li fa fa-chevron-circle-right"></i>
Led regular training classes teaching different departments
about various design and technical concepts.
</li>
<li>
<i class="fa-li fa fa-chevron-circle-right"></i>
Oversaw an annual capital budget of more than $50,000 as well
as $300,000 of computer inventory.
</li>
<li>
<i class="fa-li fa fa-chevron-circle-right"></i>
Managed a team of 3 professionals and approximately 20
students.
</li>
</ul>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2012 - 2018</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Senior Graphic Designer</h3>
<div class="subheading mb-3">Miles Media</div>
<p>
Worked on a variety of travel promotional products ranging from
designing cover-to-cover state and city travel guides,
destination websites, email marketing campaigns, mobile
applications as well as being the lead designer for a seasonal
lifestyle magazine. Concepted, planned and supervised
on-location and studio photo shoots. Designed the company’s
first iPhone application that won the Internet Advertising
Competition Award for Best Travel App in 2010. Also established
and managed budgets for several projects and had daily
interactions with clients.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2008 - 2011</span>
</div>
</div>
</div>
</section>
<section
class="resume-section p-3 p-lg-5 d-flex flex-column"
id="education"
>
<div class="my-auto">
<h2 class="mb-5">Education</h2>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Fullstack Software Engineering</h3>
<div class="subheading mb-3">Code Chrysalis</div>
<p>
Focused on adding back-end development skills to my front-end
skill set.
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2020</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">Intensive Japanese language course</h3>
<div class="subheading mb-3">
KCP Japanese Language School / KCP地球市民日本語学校
</div>
<p>I'm currently in between JLPT levels N3 and N2.</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2018 - 2019</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row mb-5">
<div class="resume-content mr-auto">
<h3 class="mb-0">
Master of Business Administration (MBA) - Marketing
</h3>
<div class="subheading mb-3">Central Michigan University</div>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2018</span>
</div>
</div>
<div class="resume-item d-flex flex-column flex-md-row">
<div class="resume-content mr-auto">
<h3 class="mb-0">Bachelor of Arts</h3>
<div class="subheading mb-3">Michigan State University</div>
<p>
Completed coursework in music, design, journalism, technology,
and Japanese
</p>
</div>
<div class="resume-date text-md-right">
<span class="text-primary">2007</span>
</div>
</div>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="skills">
<div class="my-auto">
<h2 class="mb-5">Skills</h2>
<div class="subheading mb-3">Software Engineering - Strong</div>
<ul class="">
<li>JavaScript</li>
<li>HTML</li>
<li>CSS, LESS, SASS</li>
<li>React/Redux</li>
<li>Bootstrap</li>
<li>Source control</li>
<li>Social media meta tag optimization</li>
<li>DFP ad tag implementation and best practices</li>
</ul>
<div class="subheading mb-3">Software Engineering - Experienced</div>
<ul class="">
<li>React Native</li>
<li>Express & Node.js</li>
<li>Postgres & Knex</li>
<li>Ruby & Ruby on Rails</li>
<li>Vue</li>
<li>Twig</li>
<li>Heroku</li>
<li>AWS</li>
</ul>
<div class="subheading mb-3">Digital Process</div>
<ul class="mb-3">
<!-- fa-ul -->
<li>
<i class="fa-li fa fa-check"></i> Product management (Lead UI and
UX for a Content Management System)
</li>
<li>
<i class="fa-li fa fa-check"></i>
Mobile-first, responsive design workflow
</li>
<li>
<i class="fa-li fa fa-check"></i> User experience design and
strategy (UX)
</li>
<li>
<i class="fa-li fa fa-check"></i> Project management (Waterfall
& Agile)
</li>
<li>
<i class="fa-li fa fa-check"></i> Content Strategy with an
emphasis on tone
</li>
<li>
<i class="fa-li fa fa-check"></i> QA end-user testing and
debugging
</li>
</ul>
<div class="subheading mb-3">Software/Web apps</div>
<ul class="">
<li>ZenDesk</li>
<li>Jira, Bitbucket, Confluence & HipChat</li>
<li>Google Analytics & TagManager</li>
<li>Google DFP</li>
<li>Basecamp (2 & 3)</li>
<li>Highrise</li>
<li>Xcode</li>
<li>Hootsuite</li>
<li>Wufoo</li>
<li>Sketch</li>
<li>Adobe Creative Suite</li>
<li>Microsoft Office</li>
</ul>
</div>
</section>
<section class="resume-section p-3 p-lg-5 d-flex flex-column" id="awards">
<div class="my-auto">
<h2 class="mb-5">Awards & Certifications</h2>
<ul class="fa-ul mb-0">
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Adviser to students who won multiple media association awards
<br />(Associated Collegiate Press, College Media Business and
Advertising Managers, and Society of Professional Journalists)
</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Various American Advertising Awards (ADDY) awards for design
</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Best Travel Mobile Application (Internet Advertising Competition,
2010)
</li>
<li>
<i class="fa-li fa fa-trophy text-warning"></i>
Student Designer of the Year (Society for News Design College News
Design Contest; Sponsored by University of Missouri-Columbia,
2007)
</li>
</ul>
</div>
</section>
</div>
<!-- Bootstrap core JavaScript -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- Plugin JavaScript -->
<script src="vendor/jquery-easing/jquery.easing.min.js"></script>
<!-- Custom scripts -->
<script src="js/resume.min.js"></script>
</body>
</html>