-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
659 lines (656 loc) · 26.1 KB
/
index.html
File metadata and controls
659 lines (656 loc) · 26.1 KB
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
property="og:image"
content="https://kyleptaylor.github.io/Portfolio/Assets/Portfolio%20Social%20Image.webp"
/>
<meta
name="description"
content="Hey, I’m Kyle! Welcome to my portfolio—where I geek out on coding, design, and technical marketing. From apps to websites, I love turning ideas into fun, functional projects!"
/>
<title>Kyle Taylor</title>
<link
id="favicon"
rel="icon"
href="Assets/Meta Icon.png"
type="image/gif"
/>
<!-- FontAwesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
/>
<!-- End FontAwesome -->
<!-- Stylesheet -->
<link rel="stylesheet" href="style.css" />
<!-- End Stylesheet -->
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Acme&family=Anton&family=Gloria+Hallelujah&family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Outfit:wght@400;800&family=Roboto&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Acme&family=Anton&family=Gloria+Hallelujah&family=Heebo:wght@100;200;300;400;500;600;700;800;900&family=Outfit:wght@400;800&family=Roboto&family=Varela+Round&display=swap"
rel="stylesheet"
/>
<!-- End Fonts -->
</head>
<body class="tilt-backlayer">
<img id="disco-ball" src="Assets/Disco.gif" alt="Let's Party" />
<div class="background">
<div class="blob blob-1"></div>
<div class="blob blob-2"></div>
<div class="blob blob-3"></div>
<div class="blob blob-4"></div>
<!-- <div class="blob blob-5"></div>
<div class="blob blob-6"></div>
<div class="blob blob-7"></div>
<div class="blob blob-8"></div>
<div class="blob blob-9"></div>
<div class="blob blob-10"></div>
<div class="blob blob-11"></div>
<div class="blob blob-12"></div> -->
</div>
<div class="overlay"></div>
<div class="custom-cursor"></div>
<div class="secret-message">
<img src="Assets/Party Guy.gif" alt="Party Guy" />
</div>
<section class="main-section">
<div class="flex-box">
<div class="header-box tilt-layer">
<div class="info-box">
<div class="avatar-image-circle"></div>
<h1 class="hover-text">
<span>K</span>
<span>y</span>
<span>l</span>
<span>e</span>
<span style="margin-left: 10px">T</span>
<span>a</span>
<span>y</span>
<span>l</span>
<span>o</span>
<span>r</span>
</h1>
<h2 class="hover-text">
<span>D</span>
<span>e</span>
<span>s</span>
<span>i</span>
<span>g</span>
<span>n</span>
<span>e</span>
<span>r</span>
<span> </span>
<span>&</span>
<span> </span>
<span>D</span>
<span>e</span>
<span>v</span>
<span>e</span>
<span>l</span>
<span>o</span>
<span>p</span>
<span>e</span>
<span>r</span>
</h2>
<p class="tagline">Harmonizing Code & Creativity</p>
<div class="fun-box">
<div class="social-icons">
<a
href="https://www.linkedin.com/in/kylepattontaylor"
target="_blank"
rel="noopener"
><i class="icon-button fa-brands fa-linkedin"></i
></a>
<a
href="https://github.com/kyleptaylor"
target="_blank"
rel="noopener"
><i class="icon-button fa-brands fa-github"></i
></a>
<a
href="https://www.instagram.com/kyleptaylor"
target="_blank"
rel="noopener"
><i class="icon-button fa-brands fa-instagram"></i
></a>
<a
href="mailto:kylepattontaylor@gmail.com"
target="_blank"
rel="noopener"
><i class="icon-button fa-regular fa-paper-plane"></i
></a>
</div>
<div class="switch-box">
<label for="party-mode"><p>Party Mode</p></label>
<label class="switch">
<input id="party-mode" type="checkbox" />
<span class="slider round"></span>
</label>
</div>
</div>
</div>
<div class="nav-box">
<div class="nav-items">
<a href="#about-nav">
<div class="nav-item nav-about">
About<i class="hover-arrow fa-solid fa-arrow-right fa-sm"></i>
</div>
</a>
<a href="#experience-nav">
<div class="nav-item nav-experience">
Experience<i
class="hover-arrow fa-solid fa-arrow-right fa-sm"
></i>
</div>
</a>
<a href="#projects-nav">
<div class="nav-item nav-projects">
Projects<i
class="hover-arrow fa-solid fa-arrow-right fa-sm"
></i></div
></a>
</div>
</div>
</div>
</div>
<div class="flex-box" id="info-sections">
<div id="about-nav"></div>
<div class="box-title" id="about"><h2>About</h2></div>
<a href="#experience-nav">
<div class="about-box">
<div class="about">
<p>
After earning a degree in Marketing & Brand Management, I began
my career at a marketing agency, where I built landing pages and
crafted marketing workflows. In the process, I discovered a
passion for web design that soon evolved into a deeper interest
in the technical side of things—ultimately leading me to pursue
software engineering.
</p>
<br />
<p>
Today, I am a software engineering student, technical marketer,
husband, and new father, dedicated to building relationships and
delivering valuable solutions.
</p>
<br />
<div class="skills">
<div class="skill"><p>Software Development</p></div>
<div class="skill"><p>Brand Design</p></div>
<div class="skill"><p>Technical Engineering</p></div>
<div class="skill"><p>Customer Success</p></div>
<div class="skill"><p>Marketing Automation</p></div>
<div class="skill"><p>Technical Marketing</p></div>
</div>
</div>
<div class="brain-img-box">
<img
class="brain-img"
src="Assets/Brain Image.webp"
alt="Brain"
/>
<p class="logo1"><i class="fa-solid fa-code"></i></p>
<p class="logo2"><i class="fa-solid fa-code-branch"></i></p>
<p class="logo3"><i class="fa-brands fa-html5"></i></p>
<p class="logo4"><i class="fa-solid fa-code-commit"></i></p>
<p class="logo5"><i class="fa-brands fa-css3-alt"></i></p>
<p class="logo6"><i class="fa-regular fa-lightbulb"></i></p>
<p class="logo7"><i class="fa-solid fa-palette"></i></p>
<p class="logo8"><i class="fa-solid fa-pencil"></i></p>
<p class="logo9"><i class="fa-solid fa-droplet"></i></p>
<p class="logo10"><i class="fa-regular fa-face-smile"></i></p>
</div>
</div>
</a>
<i id="hover-arrow-down" class="fa-solid fa-arrow-down fa-xl"></i>
<div id="experience-nav"></div>
<div class="box-title glide-in" id="experience">
<h2>Experience</h2>
</div>
<div class="experience-box glide-in">
<a
href="https://www.mdoholdings.com/"
target="_blank"
rel="noopener"
class="redirect-link"
>
<div class="experience redirect-box">
<i
class="redirect-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
<div class="experience-title">
<h3 class="experience-role">Technical Marketing</h3>
<p class="experience-date">March 2023 - Present</p>
</div>
<div class="experience-block">
<h3 class="experience-company">
MDO Holdings<i
class="redirect-text-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
</h3>
<p class="experience-info">
Oversaw multi-channel campaigns, exceeding monthly targets
with $4M+ in ETF contract revenue. Led technical marketing,
translating complex modules into accessible content. Developed
user-friendly websites with HTML, CSS, and JavaScript,
enhancing functionality and driving traffic.
</p>
</div>
<div class="skills">
<div class="skill"><p>HTML</p></div>
<div class="skill"><p>CSS</p></div>
<div class="skill"><p>JS</p></div>
<div class="skill"><p>Web Design</p></div>
<div class="skill"><p>Marketing Automation</p></div>
<div class="skill"><p>Email Marketing</p></div>
<div class="skill"><p>HubSpot</p></div>
<div class="skill"><p>API's</p></div>
</div>
</div>
</a>
<hr class="experience-divider" />
<a href="#projects-nav" class="redirect-link">
<div class="experience redirect-box">
<i
class="redirect-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
<div class="experience-title">
<h3 class="experience-role">Freelance WebDev</h3>
<p class="experience-date">Feb 2023 - Present</p>
</div>
<div class="experience-block">
<h3 class="experience-company">
Self Employed<i
class="redirect-text-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
</h3>
<p class="experience-info">
Specializing in creating visually striking and user-friendly
websites. Proven track record of delivering impactful online
experiences tailored to meet client needs. Proficient in web
design, development, and enhancing brand presence through
innovative solutions.
</p>
</div>
<div class="skills">
<div class="skill"><p>HTML</p></div>
<div class="skill"><p>CSS</p></div>
<div class="skill"><p>JS</p></div>
<div class="skill"><p>Web Design</p></div>
<div class="skill"><p>Customer Success</p></div>
</div>
</div>
</a>
<hr class="experience-divider" />
<a
href="https://inclinemarketing.org/"
target="_blank"
rel="noopener"
class="redirect-link"
>
<div class="experience redirect-box">
<i
class="redirect-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
<div class="experience-title">
<h3 class="experience-role">Email Marketing AE</h3>
<p class="experience-date">April 2022 - Feb 2023</p>
</div>
<div class="experience-block">
<h3 class="experience-company">
Incline Marketing<i
class="redirect-text-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
</h3>
<p class="experience-info">
Designed, optimized, and analyzed email campaigns and landing
pages with 19,000+ bookings. Collaborated across teams,
shaping content and messaging, generating $4.5M+ for leading
service companies. Managed 38 client accounts, ensuring
growth, retention, and brand-aligned messaging.
</p>
</div>
<div class="skills">
<div class="skill"><p>HTML</p></div>
<div class="skill"><p>CSS</p></div>
<div class="skill"><p>Customer Success</p></div>
<div class="skill"><p>Email Marketing</p></div>
<div class="skill"><p>Campaign Planning</p></div>
</div>
</div>
</a>
<hr class="experience-divider" />
<a
href="Assets/Kyle Taylor - August 2024.pdf"
target="_blank"
rel="noopener"
class="redirect-link"
>
<div class="experience redirect-box">
<i
class="redirect-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
<h3 class="full-resume">
See Full Resume<i
class="redirect-text-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
</h3>
</div>
</a>
</div>
<div id="projects-nav"></div>
<div class="box-title glide-in" id="projects"><h2>Projects</h2></div>
<div class="project-box glide-in">
<a
href="https://studio.o2fitnessclubs.com/class-schedule"
target="_blank"
rel="noopener"
class="redirect-link"
>
<div class="project redirect-box">
<i
class="redirect-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
<div class="project-block">
<img
class="project-img"
src="Assets/O2 Schedule.webp"
alt="Dynamic Fitness Schedule"
/>
<div class="project-info">
<h3 class="project-title">
Dynamic Fitness Schedule<i
class="redirect-text-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
</h3>
<p class="project-paragraph">
An app with 80k+ monthly users, currently utilized by O2
Fitness. It collects class data and displays it in a
responsive, mobile-friendly layout for user interaction.
</p>
<div class="techs">
<div class="tech"><p>HTML</p></div>
<div class="tech"><p>CSS</p></div>
<div class="tech"><p>JS</p></div>
<div class="tech"><p>jQuery</p></div>
<div class="tech"><p>HubSpot</p></div>
<div class="tech"><p>API's</p></div>
</div>
</div>
</div>
</div>
</a>
<hr class="project-divider" />
<a
href="https://kyleptaylor.github.io/connect-four/"
target="_blank"
rel="noopener"
class="redirect-link"
>
<div class="project redirect-box">
<i
class="redirect-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
<div class="project-block">
<img
class="project-img"
src="Assets/Connect Four Game.webp"
alt="Connect Four"
/>
<div class="project-info">
<h3 class="project-title">
Connect Four<i
class="redirect-text-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
</h3>
<p class="project-paragraph">
Leveraging skills from the Springboard Software Engineering
Course, I created a sleek Connect Four game to demonstrate
Object Oriented Programing.
</p>
<div class="techs">
<div class="tech"><p>HTML</p></div>
<div class="tech"><p>CSS</p></div>
<div class="tech"><p>JS</p></div>
<div class="tech"><p>OOP</p></div>
</div>
</div>
</div>
</div>
</a>
<hr class="project-divider" />
<a
href="https://kyleptaylor.github.io/Memory-Game/"
target="_blank"
rel="noopener"
class="redirect-link"
>
<div class="project redirect-box">
<i
class="redirect-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
<div class="project-block">
<img
class="project-img"
src="Assets/Memory Game.webp"
alt="Memory Game"
/>
<div class="project-info">
<h3 class="project-title">
Memory Game<i
class="redirect-text-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
</h3>
<p class="project-paragraph">
Utilizing the skills gained through the Springboard Software
Engineering Course, I developed an engaging and interactive
memory game to showcase my understanding of JavaScript.
</p>
<div class="techs">
<div class="tech"><p>HTML</p></div>
<div class="tech"><p>CSS</p></div>
<div class="tech"><p>JS</p></div>
</div>
</div>
</div>
</div>
</a>
<hr class="project-divider" />
<a
href="https://kyleptaylor.github.io/ajax-giphy-party/"
target="_blank"
rel="noopener"
class="redirect-link"
>
<div class="project redirect-box">
<i
class="redirect-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
<div class="project-block">
<img
class="project-img"
src="Assets/Giphy Party.webp"
alt="Giphy Party"
/>
<div class="project-info">
<h3 class="project-title">
AJAX Giphy Party<i
class="redirect-text-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
</h3>
<p class="project-paragraph">
To showcase my comprehension of AJAX and jQuery, I developed
a straightforward application that retrieves GIFs from the
Giphy API and dynamically modifies the DOM to display them.
</p>
<div class="techs">
<div class="tech"><p>HTML</p></div>
<div class="tech"><p>CSS</p></div>
<div class="tech"><p>JS</p></div>
<div class="tech"><p>jQuery</p></div>
<div class="tech"><p>DOM Manipulation</p></div>
<div class="tech"><p>AJAX</p></div>
<div class="tech"><p>APIs</p></div>
</div>
</div>
</div>
</div>
</a>
<hr class="project-divider" />
<a
href="https://backyardhibachi1.com"
target="_blank"
rel="noopener"
class="redirect-link"
>
<div class="project redirect-box">
<i
class="redirect-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
<div class="project-block">
<img
class="project-img"
src="Assets/BYH V3.webp"
alt="Backyard Hibachi"
/>
<div class="project-info">
<h3 class="project-title">
Backyard Hibachi<i
class="redirect-text-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
</h3>
<p class="project-paragraph">
Designed and developed a custom site for a local hibachi
business, including creating all digital assets and custom
modules. This comprehensive approach resulted in an increase
in converting leads by 10%+.
</p>
<div class="techs">
<div class="tech"><p>HTML</p></div>
<div class="tech"><p>CSS</p></div>
<div class="tech"><p>Custom JS Module</p></div>
<div class="tech"><p>Wix</p></div>
</div>
</div>
</div>
</div>
</a>
<hr class="project-divider" />
<a
href="https://studio.o2fitnessclubs.com/printable-class-schedule"
target="_blank"
rel="noopener"
class="redirect-link"
>
<div class="project redirect-box">
<i
class="redirect-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
<div class="project-block">
<img
class="project-img"
src="Assets/Printable Schedule.webp"
alt="O2 Fitness Printable Schedule"
/>
<div class="project-info">
<h3 class="project-title">
Dynamic Printable Schedule<i
class="redirect-text-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
</h3>
<p class="project-paragraph">
Built an app to dynamically populate a printable schedule of
fitness classes to streamline internal processes.
</p>
<div class="techs">
<div class="tech"><p>HTML</p></div>
<div class="tech"><p>CSS</p></div>
<div class="tech"><p>JS</p></div>
<div class="tech"><p>HubL</p></div>
<div class="tech"><p>Jinja</p></div>
<div class="tech"><p>API's</p></div>
</div>
</div>
</div>
</div>
</a>
<hr class="project-divider" />
<a
href="https://info.o2fitnessclubs.com/back-to-basics"
target="_blank"
rel="noopener"
class="redirect-link"
>
<div class="project redirect-box">
<i
class="redirect-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
<div class="project-block">
<img
class="project-img"
src="Assets/O2 Fitness BTB.webp"
alt="O2 Fitness BTB"
/>
<div class="project-info">
<h3 class="project-title">
Back to Basics<i
class="redirect-text-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
</h3>
<p class="project-paragraph">
Collaboratively crafted a campaign mini-site to boost member
engagement and generate new prospective leads across
functional teams.
</p>
<div class="techs">
<div class="tech"><p>HTML</p></div>
<div class="tech"><p>CSS</p></div>
<div class="tech"><p>JS</p></div>
<div class="tech"><p>HubL</p></div>
</div>
</div>
</div>
</div>
</a>
<hr class="project-divider" />
<a
href="https://kyleptaylor.github.io/Portfolio/All-Projects"
class="redirect-link"
>
<div class="project redirect-box">
<i
class="redirect-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
<h3 class="see-all-projects">
See All Projects<i
class="redirect-text-icon fa-solid fa-arrow-up-right-from-square fa-sm"
></i>
</h3>
</div>
</a>
</div>
<div class="creator-box">
<a
href="https://github.com/kyleptaylor/Portfolio"
target="_blank"
rel="noopener"
>This site was developed using vanilla HTML, CSS, and JS. Click to
view.</a
>
</div>
</div>
</section>
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/3.2.1/anime.min.js"></script>
<script src="script.js"></script>
</body>
</html>