-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
850 lines (807 loc) · 42.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
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
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0" />
<title>Shannon Kendall</title>
<link rel="stylesheet" type="text/css" href="./assets/css/reset.css">
<link rel="icon" href="#" type="image/gif" sizes="16x16">
<!-- VENDOR CSS AND STYLE IMPORTS -->
<!-- Dev Icons -->
<link rel="stylesheet"
href="https://cdn.rawgit.com/konpa/devicon/df6431e323547add1b4cf45992913f15286456d3/devicon.min.css">
<!--Import Material Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Import FontAwesome -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css"
integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<!-- Import Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:400,700,900" rel="stylesheet">
<!-- Materialize Font -->
<link type="text/css" rel="stylesheet" href="./assets/vendor/materialize/css/materialize.min.css"
media="screen,projection" />
<!-- Import AOS CSS -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- Custom CSS Font -->
<link href="./assets/css/style.css" type="text/css" rel="stylesheet" media="screen,projection" />
<link rel="icon" href="http://shannonkendall.com/assets/images/shannon.png" />
<!-- Import EmailJS -->
<script type="text/javascript" src="https://cdn.emailjs.com/sdk/2.3.2/email.min.js"></script>
<script type="text/javascript">
(function () {
emailjs.init("user_ix2c9dvrdsdZevSF2btCc");
})();
</script>
</head>
<body>
<!-- navbar background -->
<!-- Navbar Structure -->
<section class="navbar-fixed #5e35b1 deep-purple darken-1">
<nav class="transparent z-depth-0">
<!-- Inline Style Materlize -->
<a href="#!" class="brand-logo"></a>
<a href="#" data-target="mobile-demo" class="sidenav-trigger">
<i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li><a href="#landing">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#contact">Contact</a></li>
<ul id="dropdown1" class="dropdown-content">
<li><a href="https://ecorpse.herokuapp.com/">ECorpse Story Writing Challenge</a></li>
<li><a href="https://reactgooglebookssearch.herokuapp.com/">React Google Book Search</a></li>
<li><a href="https://skendall74.github.io/clickyGame/">React Clicky Game</a></li>
<li><a href="https://buddylocator.herokuapp.com/">Buddy Locator</a></li>
<li><a href="https://burgersdevour.herokuapp.com/">Burger Time</a></li>
<li><a href="https://skendall74.github.io/TriviaGame/">Cubs Trivia Game</a></li>
<li><a href="https://skendall74.github.io/GifTastic/">College Football Gifs</a></li>
<li><a href="https://skendall74.github.io/TrainSchedule/">Train Scheduler</a></li>
<li><a href="https://skendall74.github.io/WordGuessGame/">Arcade Hangman Game</a></li>
<li><a href="https://www.npmjs.com/package/lirikendallbot">Lirikendall Bot</a></li>
<li><a href="https://skendall74.github.io/CrystalCollectorGame/">Crystal Game</a></li>
</ul>
<!-- Dropdown Trigger -->
<li><a class="dropdown-trigger" href="#!" data-target="dropdown1">Projects<i
class="material-icons right">arrow_drop_down</i></a></li>
</ul>
</nav>
</section>
<!-- SideNav -->
<ul class="sidenav" id="mobile-demo">
<h4>Site Links</h4>
<li><a href="#landing">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#contact">Contact</a></li>
<hr>
<h4>Projects</h4>
<li><a href="https://ecorpse.herokuapp.com/">ECorpse Story Writing Challenge</a></li>
<li><a href="https://reactgooglebookssearch.herokuapp.com/">React Google Book Search</a></li>
<li><a href="https://skendall74.github.io/clickyGame/">React Clicky Game</a></li>
<li><a href="https://buddylocator.herokuapp.com/">Buddy Locator</a></li>
<li><a href="https://burgersdevour.herokuapp.com/">Burger Time</a></li>
<li><a href="https://skendall74.github.io/TriviaGame/">Cubs Trivia Game</a></li>
<li><a href="https://skendall74.github.io/GifTastic/">College Football Gifs</a></li>
<li><a href="https://skendall74.github.io/TrainSchedule/">Train Scheduler</a></li>
<li><a href="https://skendall74.github.io/WordGuessGame/">Arcade Hangman Game</a></li>
<li><a href="https://www.npmjs.com/package/lirikendallbot">Lirikendall Bot</a></li>
<li><a href="https://skendall74.github.io/CrystalCollectorGame/">Crystal Game</a></li>
</ul>
<!-- navbar background -->
<div id='nav-bg'></div>
<!-- FIXED ACTION BUTTON -->
<div class="fixed-action-btn vertical">
<a class="btn-floating btn-large lighten-5 waves-effect waves-purple right">
<i class="fas fa-link purple-icon"></i>
</a>
<ul>
<li><a class="btn-floating purple darken-1" href="./assets/docs/ShannonKendallResume.docx" download><i
class="fas fa-file-download"></i></a></li>
<li><a class="btn-floating red darken-4" href="mailto:shannonckendall@gmail.com"><i
class="fas fa-envelope"></i></a>
</li>
<li><a class="btn-floating blue darken-4" href="https://twitter.com/shannonkendall"><i
class="fab fa-twitter"></i></a></li>
<li><a class="btn-floating blue darken-4" href="https://www.facebook.com/skendalluf"><i
class="fab fa-facebook"></i></a></li>
<li><a class="btn-floating blue-grey darken-1" href="https://www.linkedin.com/in/shannonkendall/"><i
class="fab fa-linkedin"></i></a></li>
<li><a class="btn-floating grey darken-3" href="https://github.com/skendall74"><i class="fab fa-github"></i></a>
</li>
<li><a class="btn-floating orange darken-3" href="https://stackoverflow.com/users/10520960/skendalluf"><i
class="fab fa-stack-overflow"></i></a></li>
</ul>
</div>
<!-- Intro Area -->
<section id="landing" id="section">
<div class="container">
<div class="row" id="box">
</div>
<div class="row">
<div class="col m6 l4" id="hero">
<img src="./assets/images/shannon.png" alt="Shannon Kendall image" class="responsive-img circle col s4 m4 l6
offset-s3 offset-m4 offset-l3">
<h1 class="col s8 l12 purple-text text-lighten-5 offset-m2 offset-s2">Shannon Kendall</h1>
</div>
<!-- Footer Right Side -->
<div class="col m6 l8" id="about">
<h1 class="deepshadow">About Me</h1>
<p>
Hello. My name is Shannon Kendall. I am a Software Engineer and Full Stack Developer.
I am looking to build upon my expertise as a coder and my passion for problem
solving.
</p>
</br>
<p>
Recently, I have worked with HTML5, CSS3, JavaScript, jQuery, and other skills to manage and coordinate
the design and marketing for multiple brands. This includes logo and identity design. I have worked within
teams overseeing professionals from initiation to completion, creating and maintaining multiple websites.
</p>
</br>
<p>Click through my site for my most recent code as a Developer from my boot camp at Georgia Tech and contact me at your
leisure.</p>
</br>
<p><b>Scroll Down to see my Projects and More</b></p>
</div>
</div>
</div>
</section>
<hr>
<!--Parallax-->
<section class="parallax-container">
<div class="parallax" id="parallax2"></div>
</section>
<!-- First Set of Projects -->
<div class="section" id="projects">
<div class="row container">
<div class="col m4">
<div class="row">
<div class="col m12">
<div class="card hoverable white lighten-2 sticky-action">
<span class="card-title">Exquisite Corpse</span>
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="./assets/images/corpse.png" style="width:220px;" alt="Exquisite Corpse">
</div>
<div class="card-content">
<p>What is it? Exquisite Corpse. Exquisite corpse, also know as exquisite cadaver (from the original French
term cadavre
exquis), is a method by which a collection of images or words is collectiveley assembled from various users.
</p>
<div class="card-action container anchor-button">
<div class="row">
<a class="teal-text text-lighten-5 col s12 m5 btn grey darken-3" target="_blank"
href="https://github.com/skendall74/ExquisiteCorpse.git"><i class="fab fa-github"></i></a>
<a class="teal-text text-lighten-5 btn yellow darken-3 col s12 m5 offset-m2" target="_blank"
href="https://ecorpse.herokuapp.com/"><i class="fa fa-mouse-pointer"></i></a>
</div>
</div>
</div>
<div class="card-reveal #5e35b1 deep-purple darken-1">
<span class="card-title white-text text-white">Exquisite Corpse</span>
<br>
<p>The application uses Google Authentication to login/verify the user. Once the user logins, they can either
create a new
story or add to an existing story.</p>
<br>
<p>HTML5/CSS3/Bootstrap/
Handlebars/API,
Javascript/jQuery/AJAX/
Google Authentication,
Node.js/Express,
SQL/Sequelize,
Node (dotenv, express, express-handlebars, mysql2, sequelize),
Heroku</p>
</div>
</div>
</div>
</div>
</div>
<div class="col m4">
<div class="row">
<div class="col m12">
<div class="card hoverable white lighten-2 sticky-action">
<!-- <span class="card-title">Buddy Locator</span> -->
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="./assets/images/googlebooks.png" style="width:220px;" alt="Google Books">
</div>
<div class="card-content">
<p>Google Books Search- </br>A React MERN app</p>
<div class="card-action container anchor-button">
<div class="row">
<a class="teal-text text-lighten-5 col s12 m5 btn grey darken-3" target="_blank"
href="https://github.com/skendall74/googleBooksSearch"><i class="fab fa-github"></i></a>
<a class="teal-text text-lighten-5 btn yellow darken-3 col s12 m5 offset-m2" target="_blank"
href="https://reactgooglebookssearch.herokuapp.com/"><i class="fa fa-mouse-pointer"></i></a>
</div>
</div>
</div>
<div class="card-reveal #5e35b1 deep-purple darken-1">
<span class="card-title white-text text-white">Google Books Search - React MERN</span>
<br>
<p>A fully functional MERN application. Setup using React deployed through Heroku. Search your favorite Books
and save them into a Mongo DB for later reading.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Parallax-->
<section class="parallax-container">
<div class="parallax" id="parallax3"></div>
</section>
<!-- Second Set of Projects -->
<div class="section white">
<div class="row container">
<div class="col m4">
<div class="row">
<div class="col m12">
<div class="card hoverable white lighten-2 sticky-action">
<span class="card-title">React Clicky Game</span>
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="./assets/images/nick.png" style="width:220px;" alt="Nick Memory Game">
</div>
<div class="card-content">
<p>React Clicky Game</p>
<div class="card-action container anchor-button">
<div class="row">
<a class="teal-text text-lighten-5 col s12 m5 btn grey darken-3" target="_blank"
href="https://github.com/skendall74/clickyGame/tree/gh-pages"><i class="fab fa-github"></i></a>
<a class="teal-text text-lighten-5 btn yellow darken-3 col s12 m5 offset-m2" target="_blank"
href="https://skendall74.github.io/clickyGame/"><i class="fa fa-mouse-pointer"></i></a>
</div>
</div>
</div>
<div class="card-reveal #5e35b1 deep-purple darken-1">
<span class="card-title white-text text-white">React Clicky Game</span>
<br>
<p>A Clicky game presented through the React Dom, comprised of React Components.
</p>
<br>
<p>Produces HTML and CSS. Test your memory with popular loony toons and nick cartoons. </p>
</div>
</div>
</div>
</div>
</div>
<div class="col m4">
<div class="row">
<div class="col m12">
<div class="card hoverable white lighten-2 sticky-action">
<!-- <span class="card-title">Buddy Locator</span> -->
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="./assets/images/buddy.png" style="width:220px;"
alt="Buddy Friend Finder">
</div>
<div class="card-content">
<p>Buddy Locator - </br>Friend Finder</p>
<div class="card-action container anchor-button">
<div class="row">
<a class="teal-text text-lighten-5 col s12 m5 btn grey darken-3" target="_blank"
href="https://github.com/skendall74/friendfinder.git"><i class="fab fa-github"></i></a>
<a class="teal-text text-lighten-5 btn yellow darken-3 col s12 m5 offset-m2" target="_blank"
href="https://buddylocator.herokuapp.com/"><i class="fa fa-mouse-pointer"></i></a>
</div>
</div>
</div>
<div class="card-reveal #5e35b1 deep-purple darken-1">
<span class="card-title white-text text-white">Buddy Locator</span>
<br>
<p>Uses a simple ten question survey to match people with friends. Uses NPM, Express, Firebase,
Javascript and
AJAX Calls.
</p>
<br>
<p>This APP was uploaded to Heroku.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col m4">
<div class="row">
<div class="col m12">
<div class="card hoverable white lighten-2 sticky-action">
<span class="card-title">Burger Time</span>
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="./assets/images/burger.png" style="width:220px;" alt="Youtube">
</div>
<div class="card-content">
<p>A burger logger that uses MySQL, Node, Express, Handlebars and homemade ORM, Yum!</p>
<div class="card-action container anchor-button">
<div class="row">
<a class="teal-text text-lighten-5 col s12 m5 btn grey darken-3" target="_blank"
href="https://github.com/skendall74/burger"><i class="fab fa-github"></i></a>
<a class="teal-text text-lighten-5 btn yellow darken-3 col s12 m5 offset-m2" target="_blank"
href="https://burgersdevour.herokuapp.com/"><i class="fa fa-mouse-pointer"></i></a>
</div>
</div>
</div>
<div class="card-reveal #5e35b1 deep-purple darken-1">
<span class="card-title white-text text-white">Burger Time</span>
<br>
<p>Logs burgers, follows an MVC design pattern, uses MySQL, Node, Express, Handlebars and ORM</p>
<br>
<p>Hosted on Heroku. Create a burger and log / eat a burger.</p>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Parallax-->
<section class="parallax-container">
<div class="parallax" id="parallax6"></div>
</section>
<!-- Third Set of Projects -->
<div class="section white">
<div class="row container">
<div class="col m4">
<div class="row">
<div class="col m12">
<div class="card hoverable white lighten-2 sticky-action">
<span class="card-title">Cubs Trivia Game</span>
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="./assets/images/cubs.jpg" style="width:220px;" alt="Chicago Cubs">
</div>
<div class="card-content">
<p>Javascript and Stop Timers in a Cubs Trivia Game.</p>
<div class="card-action container anchor-button">
<div class="row">
<a class="teal-text text-lighten-5 col s12 m5 btn grey darken-3" target="_blank"
href="https://github.com/skendall74/TriviaGame.git"><i class="fab fa-github"></i></a>
<a class="teal-text text-lighten-5 btn yellow darken-3 col s12 m5 offset-m2" target="_blank"
href="https://skendall74.github.io/TriviaGame/"><i class="fa fa-mouse-pointer"></i></a>
</div>
</div>
</div>
<div class="card-reveal #5e35b1 deep-purple darken-1">
<span class="card-title white-text text-white">Cubs Trivia Game</span>
<br>
<p>A Cubs trivia game using JavaScript for the logic and jQuery to manipulate HTML.</p>
<br>
<p>HTML, CSS, jQuery, Javascript, and a Stop Timer (Countdown timer). </p>
<br>
<p>Fun project for a team I love. The GIF's are from GIPHY.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col m4">
<div class="row">
<div class="col m12">
<div class="card hoverable white lighten-2 sticky-action">
<span class="card-title">College Football Gifs</span>
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="./assets/images/gators.png" style="width:220px;" alt="Florida Gators">
</div>
<div class="card-content">
<p>API Calls, JS and JQuery - College Football Gifs.</p>
<div class="card-action container anchor-button">
<div class="row">
<a class="teal-text text-lighten-5 col s12 m5 btn grey darken-3" target="_blank"
href="https://github.com/skendall74/GifTastic.git"><i class="fab fa-github"></i></a>
<a class="teal-text text-lighten-5 btn yellow darken-3 col s12 m5 offset-m2" target="_blank"
href="https://skendall74.github.io/GifTastic/"><i class="fa fa-mouse-pointer"></i></a>
</div>
</div>
</div>
<div class="card-reveal #5e35b1 deep-purple darken-1">
<span class="card-title white-text text-white">College Football Gifs</span>
<br>
<p>Pick your favorite college football team and add GIF's using an API. Call the GIPHY API and use
JavaScript and jQuery to change the HTML of your site.</p>
<br>
<p>GIPHY API to make a dynamic web page that populates with gifs of your choice.</p>
<br>
<p>HTML, CSS, jQuery, Javascript, GIPHY API</p>
</div>
</div>
</div>
</div>
</div>
<div class="col m4">
<div class="row">
<div class="col m12">
<div class="card hoverable white lighten-2 sticky-action">
<span class="card-title">Train Scheduler</span>
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="./assets/images/train.jpg" style="width:220px;"
alt="Chicago Commuter Train">
</div>
<div class="card-content">
<p>Train Scheduler and Firebase Database Work.</p>
<div class="card-action container anchor-button">
<div class="row">
<a class="teal-text text-lighten-5 col s12 m5 btn grey darken-3" target="_blank"
href="https://github.com/skendall74/TrainSchedule.git"><i class="fab fa-github"></i></a>
<a class="teal-text text-lighten-5 btn yellow darken-3 col s12 m5 offset-m2" target="_blank"
href="https://skendall74.github.io/TrainSchedule"><i class="fa fa-mouse-pointer"></i></a>
</div>
</div>
</div>
<div class="card-reveal #5e35b1 deep-purple darken-1">
<span class="card-title white-text text-white">Train Scheduler</span>
<br>
<p>Created a train schedule application that incorporates Firebase to host arrival and departure data.
</p>
<br>
<p>Retrieved and manipulated information with Moment.js </p>
<br>
<p>This website provides up-to-date information about various trains, namely their arrival times and
how many minutes remain until they arrive at their station.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Parallax-->
<section class="parallax-container">
<div class="parallax" id="parallax8"></div>
</section>
<!-- Fourth Set of Projects -->
<div class="section white">
<div class="row container">
<div class="col m4">
<div class="row">
<div class="col m12">
<div class="card hoverable white lighten-2 sticky-action">
<span class="card-title">Arcade Hangman Game</span>
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="./assets/images/samus.jpg" style="width:220px;" alt="Metroid">
</div>
<div class="card-content">
<p>Hangman game showing off Javascript skills.</p>
<div class="card-action container anchor-button">
<div class="row">
<a class="teal-text text-lighten-5 col s12 m5 btn grey darken-3" target="_blank"
href="https://github.com/skendall74/WordGuessGame.git"><i class="fab fa-github"></i></a>
<a class="teal-text text-lighten-5 btn yellow darken-3 col s12 m5 offset-m2" target="_blank"
href="https://skendall74.github.io/WordGuessGame/"><i class="fa fa-mouse-pointer"></i></a>
</div>
</div>
</div>
<div class="card-reveal #5e35b1 deep-purple darken-1">
<span class="card-title white-text text-white">Hangman Game</span>
<br>
<p>A arcade hangman word-guess game. Guess your favorite video arcade games from the 80's.</p>
<br>
<p>This app runs in the browser and features dynamically updated HTML and CSS powered by your
JavaScript code.</p>
<br>
</div>
</div>
</div>
</div>
</div>
<div class="col m4">
<div class="row">
<div class="col m12">
<div class="card hoverable white lighten-2 sticky-action">
<span class="card-title">Lirikendall Bot</span>
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="./assets/images/lirikendall.png" style="width:220px;" alt="LiriKendall Bot">
</div>
<div class="card-content">
<p>Applicaiton using a terminal like siri.</p>
<div class="card-action container anchor-button">
<div class="row">
<a class="teal-text text-lighten-5 col s12 m5 btn grey darken-3" target="_blank"
href="https://github.com/skendall74/lirikendall.git"><i class="fab fa-github"></i></a>
<a class="teal-text text-lighten-5 btn yellow darken-3 col s12 m5 offset-m2" target="_blank"
href="https://www.npmjs.com/package/lirikendallbot"><i class="fa fa-mouse-pointer"></i></a>
</div>
</div>
</div>
<div class="card-reveal #5e35b1 deep-purple darken-1">
<span class="card-title white-text text-white">Lirikendall Bot</span>
<br>
<p>Application using a terminal like siri to find movies, concerts and songs on your app. </p>
<br>
<p>CLI App, API CALL -Spotify & OMDB, NPM, JavaScript, Moment, DotENV, Node and Javascript.</p>
<br>
<p>LIRI is a node app that takes in parameters and gives you back data.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col m4">
<div class="row">
<div class="col m12">
<div class="card hoverable white lighten-2 sticky-action">
<span class="card-title">Crystal Game</span>
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="./assets/images/red-crystal.jpg" style="width:220px;" alt="Red Crystal">
</div>
<div class="card-content">
<p>Fun game highlighting a use of Jquery.</p>
<div class="card-action container anchor-button">
<div class="row">
<a class="teal-text text-lighten-5 col s12 m5 btn grey darken-3" target="_blank"
href="https://github.com/skendall74/CrystalCollectorGame.git"><i class="fab fa-github"></i></a>
<a class="teal-text text-lighten-5 btn yellow darken-3 col s12 m5 offset-m2" target="_blank"
href="https://skendall74.github.io/CrystalCollectorGame/"><i class="fa fa-mouse-pointer"></i></a>
</div>
</div>
</div>
<div class="card-reveal #5e35b1 deep-purple darken-1">
<span class="card-title white-text text-white">Crystal Game</span>
<br>
<p>When the player clicks on a crystal, it will add a specific amount of points to the player's total
score. </p>
<br>
<p>The player wins if their total score matches the random number from the beginning of the game.</p>
<br>
<p>The app is dynamically updated on an HTML page with a JQuery library.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Parallax-->
<section class="parallax-container">
<div class="parallax" id="parallax5"></div>
</section>
<!-- Experience Left Side -->
<div class="container" id="experience">
<div class="row">
<div class="col s12 m12 l6 container">
<div class="row progress-wrapper">
<div class="progress-block col s12">
<h5 class="progress-header-title">Creative Design</h5>
<div class="progress-item">
<div class="determinate purple lighten-5 ">
<div class="progress purple darken-4" style="width: 90%"></div>
</div>
</div>
</div>
<div class="progress-block col s12">
<h5 class="progress-header-title">UX / UI Design</h5>
<div class="progress-item">
<div class="determinate purple lighten-5 ">
<div class="progress purple darken-4" style="width: 80%"></div>
</div>
</div>
</div>
<div class="progress-block col s12">
<h5 class="progress-header-title">Front End Development</h5>
<div class="progress-item">
<div class="determinate purple lighten-5 ">
<div class="progress purple darken-4" style="width: 80%"></div>
</div>
</div>
</div>
<div class="progress-block col s12">
<h5 class="progress-header-title">Back End Development</h5>
<div class="progress-item">
<div class="determinate purple lighten-5 ">
<div class="progress purple darken-4" style="width: 70%"></div>
</div>
</div>
</div>
<div class="progress-block col s12">
<h5 class="progress-header-title">System Engineering</h5>
<div class="progress-item">
<div class="determinate purple lighten-5 ">
<div class="progress purple darken-4" style="width: 65%"></div>
</div>
</div>
</div>
<br>
<a href="./assets/docs/ShannonKendall Resume.docx"><button
class="btn-large purple lighten-5 purple-text text-darken-4 font-weight-bold" target="_blank">Download
My Resume</button></a>
</div>
</diV>
<!-- Skills Right Side -->
<div class="col l6 s12" id="skills">
<div class="row">
<h1 class="deepshadow">Skills</h1>
</div>
<div class="row center skills-row">
<!-- <div class="col s8 offset-s1 m12 l3">
<i class="devicon-amazonwebservices-plain-wordmark devicon purple-text text-deep-purple darken-1"></i>
</div> -->
<!-- <div class="col s8 offset-s1 m12 l3">
<i class="devicon-angularjs-plain-wordmark devicon purple-text text-deep-purple darken-1"></i>
</div> -->
<!-- <div class="col s8 offset-s1 m12 l3">
<i class="devicon-apache-plain devicon purple-text text-deep-purple darken-1"></i>
</div> -->
<div class="col s8 offset-s1 m12 l3">
<i class="devicon-bootstrap-plain devicon purple-text text-deep-purple darken-1"></i>
</div>
<div class="col s8 offset-s1 m12 l3">
<i class="devicon-csharp-plain devicon purple-text text-deep-purple darken-1"></i>
</div>
<!-- <div class="col s8 offset-s1 m12 l3">
<i class="devicon-cplusplus-plain-wordmark devicon purple-text text-deep-purple darken-1"></i>
</div> -->
<div class="col s8 offset-s1 m12 l3">
<i class="devicon-css3-plain-wordmark devicon purple-text text-deep-purple darken-1"></i>
</div>
<!-- <div class="col s8 offset-s1 m12 l3">
<i class="devicon-django-plain devicon purple-text text-deep-purple darken-1"></i>
</div> -->
<!-- <div class="col s8 offset-s1 m12 l3">
<i class="devicon-docker-plain-wordmark devicon purple-text text-deep-purple darken-1"></i>
</div> -->
<div class="col s8 offset-s1 m12 l3">
<i class="devicon-dot-net-plain-wordmark devicon purple-text text-deep-purple darken-1"></i>
</div>
<!-- <div class="col s8 offset-s1 m12 l3">
<i class="devicon-drupal-plain devicon purple-text text-deep-purple darken-1"></i>
</div> -->
<div class="col s8 offset-s1 m12 l3">
<i class="devicon-express-original-wordmark devicon purple-text text-deep-purple darken-1"></i>
</div>
<div class="col s8 offset-s1 m12 l3">
<i class="devicon-git-plain-wordmark devicon purple-text ttext-deep-purple darken-1"></i>
</div>
<div class="col s8 offset-s1 m12 l3">
<i class="devicon-github-plain-wordmark devicon purple-text text-deep-purple darken-1"></i>
</div>
<!-- <div class="col s8 offset-s1 m12 l3">
<i class="devicon-go-plain devicon purple-text text-deep-purple darken-1"></i>
</div> -->
<div class="col s8 offset-s1 m12 l3">
<i class="devicon-gulp-plain devicon purple-text text-deep-purple darken-1"></i>
</div>
<div class="col s8 offset-s1 m12 l3">
<i class="devicon-heroku-original-wordmark devicon purple-text text-deep-purple darken-1"></i>
</div>
<div class="col s8 offset-s1 m12 l3">
<i class="devicon-illustrator-plain devicon purple-text text-deep-purple darken-1"></i>
</div>
<div class="col s8 offset-s1 m12 l3">
<i class="devicon-html5-plain-wordmark devicon purple-text text-deep-purple darken-1"></i>
</div>
<!-- <div class="col s8 offset-s1 m12 l3">
<i class="devicon-inkscape-plain-wordmark devicon purple-text text-deep-purple darken-1"></i>
</div> -->
<!-- <div class="col s8 offset-s1 m12 l3">
<i class="devicon-java-plain-wordmark devicon purple-text text-deep-purple darken-1"></i>
</div> -->
<!-- <div class="col s8 offset-s1 m12 l3">
<i class="devicon-java-plain devicon purple-text text-deep-purple darken-1"></i>
</div> -->
<div class="col s8 offset-s1 m12 l3">
<i class="devicon-javascript-plain devicon purple-text text-deep-purple darken-1"></i>
</div>
<div class="col s8 offset-s1 m12 l3">
<i class="devicon-jquery-plain-wordmark devicon purple-text text-deep-purple darken-1"></i>
</div>
<!-- <div class="col s8 offset-s1 m12 l3">
<i class="devicon-linux-plain devicon purple-text text-deep-purple darken-1"></i>
</div> -->
<div class="col s8 offset-s1 m12 l3">
<i class="devicon-mocha-plain devicon purple-text text-deep-purple darken-1"></i>
</div>
<div class="col s8 offset-s1 m12 l3">
<i class="devicon-mongodb-plain-wordmark devicon purple-text text-deep-purple darken-1"></i>
</div>
<div class="col s8 offset-s1 m12 l3">
<i class="devicon-mysql-plain-wordmark devicon purple-text text-deep-purple darken-1"></i>
</div>
<div class="col s8 offset-s1 m12 l3">
<i class="devicon-nodejs-plain-wordmark devicon purple-text text-deep-purple darken-1"></i>
</div>
<div class="col s8 offset-s1 m12 l3">
<i class="devicon-photoshop-plain devicon purple-text text-deep-purple darken-1"></i>
</div>
<div class="col s8 offset-s1 m12 l3">
<i class="devicon-php-plain devicon purple-text text-deep-purple darken-1"></i>
</div>
<!-- <div class="col s8 offset-s1 m12 l3">
<i class="devicon-postgresql-plain devicon purple-text text-deep-purple darken-1"></i>
</div> -->
<!-- <div class="col s8 offset-s1 m12 l3">
<i class="devicon-python-plain-wordmark devicon purple-text text-deep-purple darken-1"></i>
</div> -->
<div class="col s8 offset-s1 m12 l3">
<i class="devicon-react-original-wordmark devicon purple-text text-deep-purple darken-1"></i>
</div>
<!-- <div class="col s8 offset-s1 m12 l3">
<i class="devicon-ruby-plain-wordmark devicon purple-text text-deep-purple darken-1"></i>
</div> -->
<!-- <div class="col s8 offset-s1 m12 l3">
<i class="devicon-sass-original devicon purple-text text-deep-purple darken-1"></i>
</div> -->
<!-- <div class="col s8 offset-s1 m12 l3">
<i class="devicon-swift-plain-wordmark devicon purple-text text-deep-purple darken-1"></i>
</div> -->
<div class="col s8 offset-s1 m12 l3">
<i class="devicon-visualstudio-plain-wordmark devicon purple-text text-deep-purple darken-1"></i>
</div>
<!-- <div class="col s8 offset-s1 m12 l3">
<i class="devicon-vuejs-plain-wordmark devicon purple-texttext-deep-purple darken-1"></i>
</div> -->
<div class="col s8 offset-s1 m12 l3">
<i class="devicon-wordpress-plain devicon purple-text text-deep-purple darken-1"></i>
</div>
</div>
</div>
</div>
</div>
<!--Parallax-->
<section class="parallax-container">
<div class="parallax" id="parallax9"></div>
</section>
<footer class="page-footer #5e35b1 deep-purple darken-1" id="contact">
<div class="container center">
<h1 class="mailshadow">Contact Me</h1>
<div class="row white-text text-lighten-5">
<form id='contact-form'>
<div class="row purple-text text-lighten-5">
<div class="input-field col s12 m6">
<i class="material-icons prefix">account_circle</i>
<input id="icon_name" name="name" type="text" class="validate">
<label for="icon_name">Name</label>
</div>
<div class="input-field col s12 m6">
<i class="material-icons prefix">domain</i>
<input id="icon_domain" name="domain" type="text" class="validate">
<label for="icon_domain">Company</label>
</div>
<div class="input-field col s12 m6">
<i class="material-icons prefix">phone</i>
<input id="icon_telephone" name="telephone" type="tel" class="validate">
<label for="icon_telephone">Telephone</label>
</div>
<div class="input-field col s12 m6">
<i class="material-icons prefix">email</i>
<input id="icon_email" name="email" type="email" class="validate">
<label for="icon_email">Email</label>
</div>
<div class="input-field col s12 m10 offset-m1">
<i class="material-icons prefix">message</i>
<textarea id="message" name="message" class="materialize-textarea"></textarea>
<label for="message">Your Message</label>
</div>
<button type="submit" id="contactSubmit" name="submit"
class="btn btn-large submit-btn #322c58 lighten-1 waves-effect waves-purple">
Submit
</button>
</div>
</form>
</div>
</div>
<!-- Foot -->
<div class="footer-copyright">
<div class="container">
<footer class="footer">
<!-- Flexbox sticky footer -->
Copyright @ Shannon Kendall
</footer>
</div>
</div>
</footer>
<!-- VENDOR JS IMPORTS -->
<!-- Import JQuery -->
<script type="text/javascript" src="assets/vendor/JQuery/jquery-3.3.1.min.js"></script>
<!-- Import Materialize js -->
<script type="text/javascript" src="./assets/vendor/materialize/js/materialize.min.js"></script>
<!-- Import Animate on Scroll JS -->
<script type="text/javascript" src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
<!-- Scripts-->
<script type="text/javascript" src="./assets/js/email.js"></script>
<script src="./assets/js/app.js"></script>
</body>
</html>