-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
548 lines (542 loc) · 16.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Kyle Mettling | Software Engineer</title>
<script defer src="/assets/fontawesome/js/brands.js"></script>
<script defer src="/assets/fontawesome/js/solid.js"></script>
<script defer src="/assets/fontawesome/js/fontawesome.js"></script>
<!-- <script src="https://kit.fontawesome.com/716385c864.js" crossorigin="anonymous"></script> -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css"
integrity="sha384-vp86vTRFVJgpjF9jiIGPEEqYqlDwgyBgEF109VFjmqGmIY/Y4HV4d3Gp2irVfcrp" crossorigin="anonymous" /> -->
<link rel="icon" href="images/favicon.ico" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body>
<!-- Nav -->
<nav id="nav">
<ul class="container">
<li><a href="#top">About</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#resume">Resume</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<section id="top" class="home">
<div class="about">
<div class="image">
<img src="/images/kyle.webp" alt="kyle" />
</div>
<div class="card">
<header>
<h1>Hi. I'm <strong>Kyle Mettling</strong>.</h1>
</header>
<p>
My passion is creating
<strong>masterful</strong> and
<strong>engaging</strong>
full stack web applications.
<br />
Development through a focused vision for delivering
<strong>productive</strong> and
<strong>valuable</strong>
user experiences.
</p>
<span class="flavor">
baseball fanatic <span>|</span> caffeine advocate <span>|</span>
rock guitarist
</span>
<div>
<a href="#resume" class="button large"> Explore My Experience </a>
</div>
</div>
</div>
</section>
<!-- Portfolio -->
<section id="portfolio" class="wrapper">
<div class="container">
<header class="github-stats">
<div>
<h2>Browse my recent deliveries.</h2>
<!-- <p class="project-flavor"> -->
<!-- JavaScript | Node | React | HTML | CSS | SvelteKit | MongoDB | OOP -->
<!-- | JSON | Web Accessibility | TDD -->
<!-- | React Native| PostgreSQL -->
<!-- </p> -->
<blockquote class="project-flavor">
JavaScript ES6 <span> | </span> HTML <span> | </span> CSS<span>
|
</span>
Node.js <span> | </span>React <span> |</span> Next.js
<span> |</span> GraphQL <span> | </span> MongoDB
<span> | </span> OOP <span> | </span> JSON
<span> | </span> supabase <span> | </span>
<!-- SvelteKit <span> | </span> -->
Web Accessibility <span> | </span> TDD
<!-- | React Native| PostgreSQL -->
</blockquote>
</div>
<div class="stats">
<a href="https://github.com/kylemettling">
<img
align="center"
alt="GitHub Stats"
height="170px"
width="480px"
src="https://github-readme-stats.vercel.app/api/?username=kylemettling&theme=tokyonight&show_icons=true&hide=issues"
/>
</a>
<a href="https://github.com/kylemettling">
<img
align="center"
alt="GitHub Languages"
height="170px"
width="350px"
src="https://github-readme-stats.vercel.app/api/top-langs/?username=kylemettling&theme=tokyonight&layout=compact"
/>
</a>
</div>
</header>
<div class="projects">
<div class="project">
<article class="box">
<a
href="https://github.com/kylemettling/music-matters-nextjs"
class="image"
><img
class="music-matters"
src="images/music-matters.webp"
alt="Music Matters"
/></a>
<div class="details">
<h3>
<a href="https://github.com/kylemettling/music-matters-nextjs"
>Music Matters</a
>
</h3>
<ul class="projectLinks">
<li>
<i class="icon fa-brands fa-github"> </i>
<a
href="https://github.com/kylemettling/music-matters-nextjs"
class="code"
>Code</a
>
</li>
<li>
<a
href="https://www.musicmatters.life/"
class="icon fa-solid fa-link"
>
<i class="icon fa-solid fa-link"></i>
</a>
<a href="https://www.musicmatters.life/" class="live"
>Live</a
>
</li>
</ul>
<p>
Companion app for musicians to create & customize chord
progressions of searched songs. Drag and drop chord cards from
a suggested music scale in to editable track sections. Copy
and delete cards, change scale keys and modes, chord qualities
and types.
</p>
<blockquote>
Next.js <span> | </span> GraphQL
<span> | </span> MongoDB<span> | </span> supabase auth
<span> | </span> Spotify Web API
<span> | </span> react-beautiful-dnd
</blockquote>
</div>
</article>
</div>
<div class="project">
<article class="box">
<a
href="https://github.com/kylemettling/baseballpitchguesser"
class="image"
><img
src="images/pitch-guesser.webp"
alt="Baseball Pitch Guesser"
/></a>
<div class="details">
<h3>
<a href="https://github.com/kylemettling/baseballpitchguesser"
>Baseball Pitch Guesser</a
>
</h3>
<ul class="projectLinks">
<li>
<i class="icon fa-brands fa-github"> </i>
<a
href="https://github.com/kylemettling/BaseballPitchGuesser"
class="code"
>Code</a
>
</li>
</ul>
<p>
You're placed into mind of the pitcher on the mound. Are you
both on the same page?
</p>
<blockquote>
Node.js <span> / </span> Express<span> | </span>HTML<span>
| </span
>CSS<span> | </span>EJS<span> | </span>MongoDB<span> | </span
>Google OAuth<span> | </span>SportRadar API
</blockquote>
</div>
</article>
</div>
<div class="project">
<article class="box">
<a href="https://github.com/kylemettling/theNunGram" class="image"
><img src="images/nungram.webp" alt="NunGram"
/></a>
<div class="details">
<h3>
<a href="https://github.com/kylemettling/theNunGram"
>NullGram</a
>
</h3>
<ul class="projectLinks">
<li>
<i class="icon fa-brands fa-github"> </i>
<a
href="https://github.com/kylemettling/theNunGram"
class="code"
>Code</a
>
</li>
</ul>
<p>
This social media site lets users post, upvote, browse the
feed of their and others' favorite moments.
</p>
<blockquote>
Node/Express<span> | </span>HTML<span> | </span>CSS<span>
| </span
>MongoDB<span> | </span>OAuth
</blockquote>
</div>
</article>
</div>
<div class="project">
<article class="box">
<a href="https://weather-app-936b28.netlify.app/" class="image"
><img src="images/wonders-weather.webp" alt="Wonder's Weather"
/></a>
<div class="details">
<h3>
<a href="https://weather-app-936b28.netlify.app/"
>Weather App</a
>
</h3>
<ul class="projectLinks">
<li>
<i class="icon fa-brands fa-github"> </i>
<a
href="https://github.com/kylemettling/weather-app"
class="code"
>Code</a
>
</li>
<li>
<i class="icon fa-solid fa-link"> </i>
<a href="https://wonders-weather.netlify.app/" class="live"
>Live</a
>
</li>
</ul>
<p>
Search for a U.S. city and receive current weather including
atmospheric conditions, high/low temps and wind speed and
direction.
</p>
<blockquote>React.js<span> | </span>OpenWeather API</blockquote>
</div>
</article>
</div>
<div class="project">
<article class="box">
<a href="https://tictactoe-f59831.netlify.app/" class="image"
><img src="images/tic-tac-toe.webp" alt="Tic-Tac-Toe"
/></a>
<div class="details">
<h3>
<a href="https://tictactoe-f59831.netlify.app/"
>Tic-Tac-Toe</a
>
</h3>
<ul class="projectLinks">
<li>
<i class="icon fa-brands fa-github"></i>
<a
href="https://github.com/kylemettling/tic-tac-toe-js"
class="code"
>Code</a
>
</li>
<li>
<i class="icon fa-solid fa-link"> </i>
<a href="https://tictactoe-f59831.netlify.app/" class="live"
>Live</a
>
</li>
</ul>
<p>
Or "noughts and crosses" to some. This staple is a fun and
challenging game for you and your foe.
</p>
<blockquote>
JavaScript<span> | </span>HTML<span> | </span>CSS
</blockquote>
</div>
</article>
</div>
<div class="project">
<article class="box">
<a href="https://wonder-calc.netlify.app/" class="image"
><img src="images/wonder-calc.webp" alt="Wonder's Calc"
/></a>
<div class="details">
<h3>
<a href="https://wonder-calc.netlify.app/">Calculated</a>
</h3>
<ul class="projectLinks">
<li>
<i class="icon fa-brands fa-github"> </i>
<a
href="https://github.com/kylemettling/simple-calculator"
class="code"
>Code</a
>
</li>
<li>
<i class="icon fa-solid fa-link"> </i>
<a href="https://wonder-calc.netlify.app/" class="live"
>Live</a
>
</li>
</ul>
<p>
Functioning calculator including support for numpad input.
</p>
<blockquote>
JavaScript<span> | </span> HTML<span> | </span> CSS
</blockquote>
</div>
</article>
</div>
</div>
<footer>
<a href="#contact" class="button large scrolly"
>Get in touch with me</a
>
</footer>
</div>
</section>
<!-- Work -->
<section id="resume" class="wrapper">
<div class="container">
<header>
<h2>Examine my experience.</h2>
<p>Software Engineer | Enterprise I.T. | Retail Supervisor</p>
</header>
<div class="resumeDetails">
<article class="box">
<div class="header">
<img src="/images/100devs.webp" alt="100devs" />
<h3>Software Engineer</h3>
<span style="font-weight: bold">
100Devs | Los Angeles, CA | Oct. 2020 - Oct. 2021
</span>
</div>
<ul class="resumeList">
<li>
Collaborated with teams of developers to build modern and
responsive web applications using best practices
</li>
<li>
Built semantically structured and accessibility-minded full
stack web applications
</li>
<li>
Applied agile methodologies like SCRUM for project management
</li>
<li>
Published and maintained multiple code repositories with
detailed, structured overview
</li>
</ul>
</article>
<article class="box">
<div class="header">
<img src="/images/kbc.webp" alt="The Ken Blanchard Companies" />
<h3>Help Desk Specialist</h3>
<span style="font-weight: bold">
The Ken Blanchard Companies | Escondido, CA | July 2019 -
Present
</span>
</div>
<ul class="resumeList">
<li>
Configured and maintained desktop, laptop and mobile device
deployments for domain users on-prem and remote
</li>
<li>
Resolved hardware, software and networking conflicts while
supplying industry best practices and follow up to end users
</li>
<li>
Provisioned and managed user application access, configuration
and connectivity
</li>
<li>
Configured endpoint VPN connections for users and implements
network drive mapping scripts
</li>
<li>
Supported 350+ users through email, phone, in-person and remote
access tools
</li>
</ul>
</article>
<article class="box">
<div class="header">
<img src="/images/sbux.webp" alt="Starbucks Coffee Companies" />
<h3>Shift Supervisor</h3>
<span style="font-weight: bold">
Starbucks Coffee Company | Solana Beach, CA | Aug. 2010 - June
2019
</span>
</div>
<ul class="resumeList">
<li>
Anticipated needs for 650+ daily customers, delegated tasks to
and led 17 partners to 1st in district for Customer
Connections/Store Operations metric (Q1 2019).
</li>
<li>
3-time Partner of the Quarter - performance award for
significant and measurable contributions.
</li>
</ul>
</article>
</div>
<footer>
<p>Grab a copy of my skillset:</p>
<a
href="/docs/Kyle Mettling.pdf"
target="_blank"
class="button large scrolly"
>Download My Resume</a
>
</footer>
</div>
</section>
<!-- Contact -->
<section id="contact" class="wrapper">
<div class="container">
<header>
<h2>Let's connect and conquer an opportunity</h2>
<p>
Messages are sent to me directly and will be answered in a timely
fashion
</p>
</header>
<div class="row">
<div class="col-12">
<form action="#" method="post">
<input type="hidden" name="form-name" value="form 1" />
<div class="row">
<div class="col-6 col-12-small">
<input type="text" name="name" id="name" placeholder="Name" />
</div>
<div class="col-6 col-12-small">
<input
type="text"
name="email"
id="email"
placeholder="Email"
/>
</div>
<div class="col-12">
<input
type="text"
name="subject"
id="subject"
placeholder="Subject"
/>
</div>
<div class="col-12">
<textarea
name="message"
id="message"
placeholder="Message"
></textarea>
</div>
<div class="col-12">
<ul class="actions">
<li><input type="submit" value="Send Message" /></li>
<li>
<input type="reset" value="Clear Form" class="alt" />
</li>
</ul>
</div>
</div>
</form>
</div>
<div class="col-12">
<hr />
<h3>Connect with Kyle!</h3>
<ul class="social">
<li>
<a href="https://twitter.com/KyleMettlingDev">
<i class="icon fa-brands fa-twitter">
<span class="label">Twitter</span>
</i>
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/kylemettling/">
<i class="icon fa-brands fa-linkedin-in">
<span class="label">LinkedIn</span>
</i>
</a>
</li>
<li>
<a href="https://github.com/kylemettling">
<i class="icon fa-brands fa-github">
<span class="label">Github</span>
</i>
</a>
</li>
<li>
<a href="mailto:[email protected]">
<i class="icon fa-solid fa-envelope">
<span class="label">Email</span>
</i>
</a>
</li>
</ul>
<hr />
</div>
</div>
<a id="return-to-top" class="icon fa-solid fa-arrow-up">
<!-- <i ></i> -->
</a>
<!-- <footer>
<ul id="copyright">
<li>
© 2022.
<img class="footer-img" src="images/favicon.ico" alt="KM" />
</li>
</ul>
</footer> -->
</div>
</section>
</body>
</html>