-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
524 lines (506 loc) · 17.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:image" content="images/preview.png" />
<meta property="og:title" content="Portfolio" />
<meta property="og:description" content="Jason Garey's Portfolio" />
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/devicons/[email protected]/devicon.min.css"
/>
<link rel="stylesheet" href="style.css" />
<title>Jason Garey</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-ZBL62923L7"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-ZBL62923L7");
</script>
</head>
<body>
<div class="wrapper">
<div class="container">
<div class="heading sticky">
<div>
<div class="full-name">Jason Garey</div>
</div>
<div class="icon-container">
<a href="files/JasonGarey2022.pdf" download
><div class="resume button">Resume</div></a
>
<a href="https://github.com/jason1985" target="_blank">
<div class="icon">
<img
src="images/github_logo.svg"
alt="github"
height="48"
width="48"
/>
</div>
</a>
<a href="https://www.linkedin.com/in/jason-garey/" target="_blank">
<div class="icon">
<img
src="images/linkedin_social media_icon.svg"
alt="linkedin"
height="48"
width="48"
/>
</div>
</a>
<a
href="https://www.youtube.com/channel/UCIFA_uLdCQzqJ-Ge4cEAZrw"
target="_blank"
>
<div class="icon">
<img
src="images/youtube_icon.svg"
alt="youtube"
height="48"
width="48"
/>
</div>
</a>
<a href="mailto:[email protected]" target="_blank">
<div class="icon">
<img
src="images/email-icon.svg"
alt="email"
height="48"
width="48"
/>
</div>
</a>
</div>
</div>
<div class="aboutme-tech-stack-wrapper">
<div class="aboutme">
<h1 class="mb18">About me</h1>
<p>
I'm a self taught programmer who got into coding in High School
when I wanted to learn how "hacking" worked.
</p>
<p>
I am currently living in Las Vegas. When I'm not coding, I enjoy
travelling and skateboarding.
</p>
</div>
<div class="right-column">
<div class="tech-stack">
<div class="tech-icon-container">
<i class="devicon-android-plain tech-icon"></i>
Android
</div>
<div class="tech-icon-container">
<i class="devicon-kotlin-plain tech-icon"></i>
Kotlin
</div>
<div class="tech-icon-container">
<i class="devicon-react-original tech-icon"></i>
React
</div>
<div class="tech-icon-container">
<i class="devicon-nodejs-plain tech-icon"></i>
Node
</div>
<div class="tech-icon-container">
<i class="devicon-javascript-plain tech-icon"></i>
JavaScript
</div>
<div class="tech-icon-container">
<i class="devicon-typescript-plain tech-icon"></i>
TypeScript
</div>
<div class="tech-icon-container">
<i class="devicon-mongodb-plain tech-icon"></i>
MongoDB
</div>
<div class="tech-icon-container">
<i class="devicon-postgresql-plain tech-icon"></i>
PostgreSQL
</div>
<div class="tech-icon-container">
<i class="devicon-css3-plain tech-icon"></i>
CSS
</div>
</div>
</div>
</div>
<div class="current-wrapper">
<!-- currently working on -->
<div class="current">
<h1 class="mb lgr">Current Role</h1>
<h4 class="lg">Software Developer at Cocoa Accounting</h4>
<h6 class="lg">Paid Internship</h6>
<p>
I am currently working on a 7 person team. We collaborate using
Slack, GitHub, Zoom, ClickUp, and Figma. We are building out the
frontend and backend of a Ticketing App using Typescript, Node.js,
React.js, and Firebase. I am also working on a Gift Card App for
Clover POS system using Java.
</p>
<div class="date">March 2022</div>
</div>
</div>
<!-- years coding/projects/opensource contributions buttons -->
<div class="buttons-container">
<div class="button">Years Coding <span class="years">20</span></div>
<a
target="_blank"
href="https://github.com/jason1985?tab=repositories"
>
<div class="button">
Public Repos on GitHub <span class="years">38</span>
</div>
</a>
<a
target="_blank"
href="https://github.com/search?q=is%3Apr+author%3Ajason1985+archived%3Afalse+is%3Aclosed&type=issues"
>
<div class="button">
Open Source Contributions <span class="years">23</span>
</div></a
>
</div>
<!-- project displays with videos -->
<div class="project-wrapper">
<div class="project-left">
<div class="project-card">
<div class="project-card-head">
<div class="about">Monthly Planner</div>
<div class="icon-row">
<div class="tech-icon-container m5">
<div class="icon-wrapper">
<img
src="images/github-actions-icon.svg"
width="36"
height="36"
/>
</div>
GitHub Actions
</div>
<div class="tech-icon-container m5">
<div class="icon-wrapper">
<img
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/react/react-original.svg"
width="36"
height="36"
/>
</div>
React
</div>
<div class="tech-icon-container m5">
<div class="icon-wrapper">
<img
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/tailwindcss/tailwindcss-plain.svg"
width="36"
height="36"
/>
</div>
Tailwind CSS
</div>
</div>
</div>
<div class="project-card-body">
<video
poster="images/calendar-poster.png"
width="100%"
height="100%"
autoplay
playsinline
muted
loop
>
<source src="videos/calendar-demo.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
<div class="project-right">
<div class="project-description">
<p>
Users can plan out their months by adding or editing events for
any date they choose.
</p>
<h3 class="mt mb">What I Learned</h3>
<ul>
<li>Data persistence using local storage</li>
<li>Tailwind CSS</li>
<li>Modals in React</li>
<li>End-to-end tests with Cypress</li>
<li>CI/CD pipelines using GitHub Actions</li>
<li>Deployment after push to the main branch</li>
</ul>
<div class="mt">
<a
target="_blank"
href="https://github.com/jason1985/monthly-planner"
>GitHub</a
>
<a
target="_blank"
href="https://jason1985.github.io/monthly-planner"
>Website</a
>
</div>
</div>
</div>
</div>
<div class="project-wrapper">
<div class="project-left">
<div class="project-card">
<div class="project-card-head">
<div class="about">Christmas 4 Kids</div>
<div class="icon-row">
<div class="tech-icon-container m5">
<div class="icon-wrapper">
<img
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/android/android-original.svg"
width="36"
height="36"
/>
</div>
Android
</div>
<div class="tech-icon-container m5">
<div class="icon-wrapper">
<img
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/typescript/typescript-original.svg"
width="36"
height="36"
/>
</div>
TypeScript
</div>
<div class="tech-icon-container m5">
<div class="icon-wrapper">
<img
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/react/react-original.svg"
width="36"
height="36"
/>
</div>
React Native
</div>
<div class="tech-icon-container m5">
<div class="icon-wrapper">
<img
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/firebase/firebase-plain.svg"
width="36"
height="36"
/>
</div>
Firebase
</div>
</div>
</div>
<div class="project-card-body">
<video
poster="images/c4k-poster.jpg"
width="100%"
height="620"
autoplay
playsinline
muted
loop
>
<source src="videos/c4k-demo.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
<div class="project-right">
<div class="project-description">
<img
class="ml200"
src="images/c4k-mock.jpg"
width="200"
height="400"
/>
<h4 class="mt">Open Source App for a Charity</h4>
<p>
This app is used by organizers, chaperones, and drivers during
the annual Christmas 4 Kids Charity Shopping Event.
</p>
<h3 class="mt mb">What I Learned</h3>
<ul>
<li>GitHub Standard Fork & Pull Request Workflow</li>
<li>Collaboration with designer and developers</li>
<li>Figma, GitHub, & Slack</li>
<li>Turning Figma design mockups into React components</li>
<li>
Manipulate & display data retrieved from a Firebase Backend
</li>
</ul>
<div class="mt">
<a
target="_blank"
href="https://github.com/search?q=repo%3AChristmas-4-Kids%2Fc4k+is%3Apr+author%3Ajason1985+archived%3Afalse+is%3Aclosed&type=issues"
>My Pull Requests</a
>
<a target="_blank" href="https://github.com/Christmas-4-Kids"
>GitHub</a
>
<a
target="_blank"
href="https://play.google.com/store/apps/details?id=com.c4k.shoppingeventmanager"
>Google Play</a
>
</div>
</div>
</div>
</div>
<div class="project-wrapper">
<div class="project-left">
<div class="project-card">
<div class="project-card-head">
<div class="about">Doggy App</div>
<div class="icon-row">
<div class="tech-icon-container m5">
<div class="icon-wrapper">
<img
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/android/android-original.svg"
width="36"
height="36"
/>
</div>
Android
</div>
<div class="tech-icon-container m5">
<div class="icon-wrapper">
<img
src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/kotlin/kotlin-original.svg"
width="36"
height="36"
/>
</div>
Kotlin
</div>
</div>
</div>
<div class="project-card-body">
<video
poster="images/doggy-poster.jpg"
width="100%"
height="620"
autoplay
playsinline
muted
loop
>
<source src="videos/doggy-demo.mp4" type="video/mp4" />
Your browser does not support the video tag.
</video>
</div>
</div>
</div>
<div class="project-right">
<div class="project-description">
<img
class="ml200"
src="images/doggy-app-mock.jpg"
width="200"
height="400"
/>
<p>
Users can save and share their favorite doggy pictures from the
Open Source Dog API.
</p>
<h3 class="mt mb">What I Learned</h3>
<ul>
<li>Coroutines</li>
<li>Data retrieval from API with Retrofit</li>
<li>Image loading with Glide</li>
<li>Data persistence with Room</li>
<li>Dependency Injection with Hilt</li>
</ul>
<a
class="mt"
target="_blank"
href="https://github.com/jason1985/DoggyApp"
>GitHub</a
>
<br />
</div>
</div>
</div>
<div class="scroll-to-top-container">
<div
onclick="window.scrollTo({top: 0, left: 0, behavior: 'smooth'});"
class="scroll-to-top"
>
<img
src="images/up-icon.svg"
alt="up icon"
height="60"
width="60"
/>
</div>
</div>
</div>
<footer class="made-by">
<div class="icon-container mb36 mt20">
<a href="https://github.com/jason1985" target="_blank">
<div class="icon">
<img
src="images/github_logo_grey.svg"
alt="github"
height="36"
width="36"
/>
</div>
</a>
<a href="https://www.linkedin.com/in/jason-garey/" target="_blank">
<div class="icon">
<img
src="images/linkedin_social media_icon_grey.svg"
alt="linkedin"
height="36"
width="36"
/>
</div>
</a>
<a
href="https://www.youtube.com/channel/UCIFA_uLdCQzqJ-Ge4cEAZrw"
target="_blank"
>
<div class="icon">
<img
src="images/youtube_icon_grey.svg"
alt="youtube"
height="36"
width="36"
/>
</div>
</a>
<a href="mailto:[email protected]" target="_blank">
<div class="icon">
<img
src="images/email-icon_grey.svg"
alt="email"
height="36"
width="36"
/>
</div>
</a>
</div>
Made by
<a href="https://www.linkedin.com/in/jason-garey/" target="_blank"
><span class="white">Jason</span></a
>
</footer>
</div>
</body>
</html>