-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
571 lines (538 loc) · 28.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="Portfolio site for J.R. Ruggiero">
<meta name="description" content="This is the full portfolio site for me, J.R. Ruggiero. This is where potential employers can learn about me and most importantly, my previous work">
<meta name="keywords" content="J.R., Ruggiero, HTML, CSS, JavaScript, Angular2, Geekwise, portfolio, employment">
<meta name="author" content="J.R. Ruggiero">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" type="image/jpg" href="img/jr-icon.jpg">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.13/css/all.css" integrity="sha384-DNOHZ68U8hZfKXOrtjWvjxusGo9WQnrNx2sqG0tfsghAvtVlRW3tvkXWZh58N9jp" crossorigin="anonymous">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<title>Portfolio for J.R. Ruggiero</title>
</head>
<body data-spy="scroll" data-target="#my-nav">
<a href="" id="top-anchor"></a>
<header>
<div class="container-fluid">
<div class="row">
<div class="col-xs-12 header-box flex-container deep-blue-bg shadow-text-sm">
<a href="intro.html">
<button type="button" class="btn btn-primary btn-xs intro-button deep-blue-bg">View Intro</button>
</a>
</div>
</div>
<div class="row">
<div class="col-sm-12 header-box flex-container justify-center text-center deep-blue-bg htop shadow-text-lg">
<h1>Leonard Ruggiero, jr</h1>
</div>
</div>
<div class="row">
<div class="col-sm-12 header-box flex-container justify-center deep-blue-bg hmid align-center shadow-text-sm">
<h3>Web Developer</h3>
</div>
</div>
<div class="row">
<div class="col-sm-12 header-box flex-container justify-center deep-blue-bg hbtm shadow-text-sm">
<h4>HTML / CSS / JavaScript / Angular2</h4>
</div>
</div>
</div> <!-- End header Container. Used three rows to prevent margin isues on resize that I couldn't quite fix with media queries -->
</header>
<nav class="navbar navbar-default" id="my-nav" data-spy="affix" data-offset-top="304">
<div class="container-fluid nav-container deep-blue-bg">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#">LRj</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
<li class="active"><a href="#top-anchor">Top <span class="sr-only">(current)</span></a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">My Previous Work<span class="caret"></span></a>
<ul class="dropdown-menu light-blue-bg">
<li><a href="https://fgc-ladder-1261d.firebaseapp.com/home" target="_blank">FGC Ladder</a></li>
<li><a href="https://gw-room-reserve.firebaseapp.com/landing" target="_blank">Room Reservation App</a></li>
<li><a href="https://damp-cove-42734.herokuapp.com/" target="_blank">Anonymous Tip Line</a></li>
<li><a href="http://fleury14.github.io/scrabble/index.html" target="_blank">Word Fight</a></li>
<li><a href="http://fleury14.github.io/cyo/index.html" target="_blank">Adventure Game</a></li>
<li><a href="http://geekwiseb2.github.io/restaurante-july-17-Fleury14/index.html" target="_blank">Restaurante</a></li>
<li><a href="https://geekwiseb2.github.io/petstore-july-2017-Fleury14/" target="_blank">Pet Shop Sample</a></li>
<li><a href="http://fleury14.github.io/class1final/index.html" target="_blank">My First Website</a></li>
<li role="separator" class="divider"></li>
<li><a href="#prev-work-anchor">Summary</a></li>
</ul>
</li>
<li><a href="#services-anchor">Services</a></li>
<li><a href="#about-anchor">About Me</a></li>
<li><a href="#contact-anchor">Contact Me</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<a href="" id="jumbotron-anchor" class="anchor-adjustment"></a>
<div class="container main-container"> <!--Begin main container-->
<div class="jumbotron flex-container justify-center align-center"> <!-- Begin hero element -->
<h2 class="jumbo-head text-center">Reigniting the passion for code</h2>
</div> <!-- End hero element -->
<div class="well well-lg light-blue-bg grey-box-shadow"> <!-- Start summary well -->
<img src="img/lucky-grass-jpg.jpg" alt="Lucky" class="img-circle pull-left">
<p>I am a 39 year old aspiring coder and web-developer in Fresno, California. I am currently proficient in HTML, CSS and JavaScript, as well as capable of making static, responsive, mobile first websites using Bootstrap. I can also build dynamic web pages using Angular2, and have experience building and working with full MEAN stack applications. Recently, I have been working with Docker to containerize existing applications. I am currently employed by Bitwise Industries as part of the Geekwise Cohort internship program. </p> <!-- Post hero description text -->
</div> <!-- End summary well -->
</div> <!-- Temporarily end main container to allow fluid for parallax background -->
<div class="container-fluid parallax-cont"> <!-- Begin container fluid for parallax -->
<div class="parallax"></div> <!-- First parallax image -->
</div> <!-- End cont-fluid for parallax -->
<a href="" id="prev-work-anchor" class="anchor-adjustment"></a>
<div class="container main-container"> <!-- Resume main container -->
<!-- Header for previous work -->
<div class="row">
<div class="col-sm-6">
<p class="caption-text shadow-text-lg-blu">My Previous Work</p>
<div class="blue-bar"></div>
</div>
<div class="col-sm-6"></div>
</div> <!-- End my work caption -->
<!-- Begin Carousel?-->
<div id="carousel-example-generic" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#carousel-example-generic" data-slide-to="0" class="active"></li>
<li data-target="#carousel-example-generic" data-slide-to="1"></li>
<li data-target="#carousel-example-generic" data-slide-to="2"></li>
<li data-target="#carousel-example-generic" data-slide-to="3"></li>
<li data-target="#carousel-example-generic" data-slide-to="4"></li>
<li data-target="#carousel-example-generic" data-slide-to="5"></li>
<li data-target="#carousel-example-generic" data-slide-to="6"></li>
<li data-target="#carousel-example-generic" data-slide-to="7"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<a href="https://fgc-ladder-1261d.firebaseapp.com/home" target="_blank">
<div class="caro-frame deep-blue-bg">
<h1>Fresno Gaming Community Ladder</h1>
<img src="img/fgc-ladder-ss.jpg" alt="FGC Ladder Site" class="img-responsive caro-img">
<div class="carousel-caption shadow-text-sm">
<p>A site for competitive fighting game players in the Fresno area to test themselves. Built with Angular2 CLI. Utilizes Firebase Realtime Database for storage.</p>
</div>
</div>
</a>
</div>
<div class="item"> <!-- Begin item -->
<a href="https://fleury14.github.io/angular-class" target="_blank">
<div class="caro-frame deep-blue-bg">
<h1>Angular 2 Lessons</h1>
<img src="img/angular-ss.jpg" alt="Room Reserve sample" class="img-responsive caro-img">
<div class="carousel-caption shadow-text-sm">
<p>A series of lessons designed to complement the material covered in the Angular2 class at Geekwise Academy</p>
</div>
</div> <!-- End caro-frame -->
</a>
</div> <!-- End item -->
<div class="item"> <!-- Begin item -->
<a href="https://gw-room-reserve.firebaseapp.com/landing/" target="_blank">
<div class="caro-frame deep-blue-bg">
<h1>Room Reservation</h1>
<img src="img/gw-rr-ss.jpg" alt="Room Reserve sample" class="img-responsive caro-img">
<div class="carousel-caption shadow-text-sm">
<p>A sample room reservation app for Bitwise Industries also built with the Angular2 CLI.</p>
</div>
</div> <!-- End caro-frame -->
</a>
</div> <!-- End item -->
<div class="item"> <!-- Begin item -->
<a href="https://damp-cove-42734.herokuapp.com/" target="_blank">
<div class="caro-frame deep-blue-bg">
<h1>ATL</h1>
<img src="img/atl-ss.jpg" alt="Word Fight sample" class="img-responsive caro-img">
<div class="carousel-caption shadow-text-sm">
<p>A MEAN stack app for a sample anonymous tip line that I collaborated on. Utilizes mLab to deploy MongoDB, and hosted via Heroku.</p>
</div>
</div> <!-- End caro-frame -->
</a>
</div> <!-- End item -->
<div class="item"> <!-- Begin item -->
<a href="https://fleury14.github.io/scrabble/" target="_blank">
<div class="caro-frame deep-blue-bg">
<h1>Word Fight</h1>
<img src="img/word-fight-ss.jpg" alt="Word Fight sample" class="img-responsive caro-img">
<div class="carousel-caption shadow-text-sm">
<p>A tribute game to an old 80s game show.</p>
</div>
</div> <!-- End caro-frame -->
</a>
</div> <!-- End item -->
<div class="item"> <!-- Begin item -->
<a href="https://fleury14.github.io/cyo/" target="_blank">
<div class="caro-frame deep-blue-bg">
<h1>Adventure Game</h1>
<img src="img/cyo-ss.jpg" alt="Adventure sample" class="img-responsive caro-img">
<div class="carousel-caption shadow-text-sm">
<p>An old choose your own adventure game that turned into building a simple JRPG battle engine.</p>
</div>
</div> <!-- End caro-frame -->
</a>
</div> <!-- End item -->
<div class="item"> <!-- Begin item -->
<a href="https://geekwiseb2.github.io/restaurante-july-17-Fleury14/" target="_blank">
<div class="caro-frame deep-blue-bg">
<h1>Restaurant Sample</h1>
<img src="img/restaurante-ss.jpg" alt="Restaurante Sample" class="img-responsive caro-img">
<div class="carousel-caption shadow-text-sm">
<p>A sample website for a restaurant.</p>
</div>
</div> <!-- End caro-frame -->
</a>
</div> <!-- End item -->
<div class="item"> <!-- Begin item -->
<a href="http://fleury14.github.io/class1final/index.html" target="_blank">
<div class="caro-frame deep-blue-bg">
<h1>My First Website</h1>
<img src="img/c1f-ss.jpg" alt="Class 1 final" class="img-responsive caro-img">
<div class="carousel-caption shadow-text-sm">
<p>The first website I built, for my first class.</p>
</div>
</div> <!-- End caro-frame -->
</a>
</div> <!-- End item -->
</div>
<!-- Controls -->
<a class="left carousel-control" href="#carousel-example-generic" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#carousel-example-generic" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div>
<span>Fellow collaborators on ATL project include Github users </span>
<a href="https://github.com/angel917k" target="_blank">Angel917k, </a>
<a href="https://github.com/andrewwaller" target="_blank">Andrew Waller, </a>
<a href="https://github.com/gidd" target="_blank">gidd, </a>
<a href="https://github.com/jaydiazzz" target="_blank">jaydiazzz.</a>
</div>
<!-- End Carousel Consider putting slides inside a frame-->
<!-- Begin Services -->
<a href="" id="services-anchor" class="anchor-adjustment"></a>
<div class="row">
<div class="col-sm-6">
<p class="caption-text shadow-text-lg-blu">My Services</p>
<div class="blue-bar"></div>
</div>
<div class="col-sm-6"></div>
</div> <!-- services caption -->
<div class="row"> <!--Begin updated skills listing-->
<p class="serv-question deep-blue-color text-center">So what exactly do I do?</p>
<a class="skills-html">
<div class="col-sm-2 col-xs-4 skills-container flex-container">
<i class="fa fa-sitemap deep-blue-color" aria-hidden="true"></i>
<h3 class="list-group-item-heading text-center">HTML</h3>
</div>
</a><a class="skills-css">
<div class="col-sm-2 col-xs-4 skills-container flex-container">
<i class="fa fa-cog deep-blue-color" aria-hidden="true"></i>
<h3 class="list-group-item-heading text-center">CSS</h3>
</div>
</a><a class="skills-responsive">
<div class="col-sm-2 col-xs-4 skills-container flex-container">
<i class="fa fa-desktop deep-blue-color" aria-hidden="true"></i>
<h3 class="list-group-item-heading text-center">Responsive Design</h3>
</div>
</a><a class="skills-js">
<div class="col-sm-2 col-xs-4 skills-container flex-container">
<i class="fa fa-plug deep-blue-color" aria-hidden="true"></i>
<h3 class="list-group-item-heading text-center">JavaScript</h3>
</div>
</a><a class="skills-git">
<div class="col-sm-2 col-xs-4 skills-container flex-container">
<i class="fab fa-github deep-blue-color" aria-hidden="true"></i>
<h3 class="list-group-item-heading text-center">Git / Github</h3>
</div>
</a><a class="skills-ang2">
<div class="col-sm-2 col-xs-4 skills-container flex-container">
<i class="fab fa-angular deep-blue-color" aria-hidden="true"></i>
<h3 class="list-group-item-heading text-center">Angular2</h3>
</div>
</a>
<a class="skills-mongo">
<div class="col-sm-2 col-xs-4 skills-container flex-container">
<i class="fa fa-database deep-blue-color" aria-hidden="true"></i>
<h3 class="list-group-item-heading text-center">MongoDB</h3>
</div>
</a>
<a class="skills-postgres">
<div class="col-sm-2 col-xs-4 skills-container flex-container">
<i class="fa fa-database deep-blue-color" aria-hidden="true"></i>
<h3 class="list-group-item-heading text-center">Postgres</h3>
</div>
</a>
<a class="skills-node">
<div class="col-sm-2 col-xs-4 skills-container flex-container">
<i class="fab fa-node deep-blue-color" aria-hidden="true"></i>
<h3 class="list-group-item-heading text-center">NodeJS</h3>
</div>
</a>
<a class="skills-docker">
<div class="col-sm-2 col-xs-4 skills-container flex-container">
<i class="fab fa-docker deep-blue-color" aria-hidden="true"></i>
<h3 class="list-group-item-heading text-center">Docker</h3>
</div>
</a>
<a class="skills-express">
<div class="col-sm-2 col-xs-4 skills-container flex-container">
<i class="fas fa-dolly deep-blue-color" aria-hidden="true"></i>
<h3 class="list-group-item-heading text-center">Express</h3>
</div>
</a>
<a class="skills-security">
<div class="col-sm-2 col-xs-4 skills-container flex-container">
<i class="fa fa-lock deep-blue-color" aria-hidden="true"></i>
<h3 class="list-group-item-heading text-center">Security</h3>
</div>
</a>
<br>
<p class="skill-result serv-question text-center">Click on an Icon above for a description.</p>
</div> <!-- end updated skill listing -->
<!-- End Services -->
<!-- Begin about me thumbnails -->
<a href="" id="about-anchor" class="anchor-adjustment"></a>
<div class="row">
<div class="col-sm-4">
<p class="caption-text shadow-text-lg-blu">About Me</p>
<div class="blue-bar"></div>
</div>
</div> <!--End caption row -->
<div class="row"> <!-- Begin first thumnail row -->
<div class="col-sm-6">
<div class="thumbnail"> <!-- Thumbnail 1 -->
<div class="embed-responsive embed-responsive-4by3 about-bowling-vid">
<!-- <iframe src="vid/300.mp4" class="embed-responsive-item"></iframe> -->
<video controls>
<source src="vid/300.mp4" type="video/mp4">
Unsupported video
</video>
</div>
<div class="caption">
<h3>Bowling</h3>
<p>The one activity for me that reinforces the adage "Practice makes perfect", going from barely being able to crack 100 my first few weeks bowling to maintaining an average over 215 for the past few years has been one of the accomplishments I am most proud of.</p>
</div>
</div> <!-- End Thumbnail 1 -->
</div><!-- End first thumbnail col -->
<div class="col-sm-6">
<div class="thumbnail"> <!-- Thumbnail 1 -->
<img src="img/hockey-540.jpg" alt="Hockey" class="img-responsive">
<div class="caption">
<h3>Hockey</h3>
<p>One of my favorite sports, ice hockey is not only a great workout, but it's the perfect activity to counteract the 100°+ weather with a sub 40° ice rink. I have enjoyed playing either roller or ice hockey for over 20 years.</p>
</div>
</div> <!--End thumbnail 2 -->
</div> <!-- End secon thumbnail col -->
</div> <!--- End first row of thumbnails -->
<div class="row"> <!-- Begin second thumnail row -->
<div class="col-sm-6">
<div class="thumbnail"> <!-- Thumbnail 3 -->
<img src="img/jrmm1.jpg" alt="mother mary's">
<div class="caption">
<h3>Mother Mary's</h3>
<p>From 2010 to 2017, I managed, and in the later stages owned, Mother Mary's Italian Kitchen in Clovis, CA. A family owned business, I did everything from answering phones and expediting orders to maintaining the company ledger and paying the bills, and gained a myriad of skills in the proccess.</p>
</div>
</div> <!-- End Thumbnail 3 -->
</div><!-- End first thumbnail col -->
<div class="col-sm-6">
<div class="thumbnail"> <!-- Thumbnail 4 -->
<img src="img/evo-stage-horiz.jpg" alt="evo stage" class="img-responsive thumb-pic">
<div class="caption">
<h3>Fighting Games</h3>
<p>My most recent hobby, while I play many different types of video games, fighting games in particular are quite special to me. After seeking out a local community that plays the same fighting games I do, I have met some of my closest friends thanks to fighting games, and try to travel and attend out of town tournaments whenever I can.</p>
</div>
</div> <!-- End Thumbnail 4 -->
</div><!-- End second thumbnail col -->
</div> <!--- End second row of thumbnails -->
<!-- End about me thumbnails -->
</div> <!-- End container to allow container fluid for second parallax -->
<div class="container-fluid parallax-cont">
<!-- Begin parallax attempt -->
<div class="parallax-2"></div>
</div> <!-- End container fluid for parallax -->
<div class="container">
<!-- Begin Contact -->
<a href="" id="contact-anchor" class="anchor-adjustment"></a>
<div class="row" id="contact-me">
<div class="col-sm-4">
<p class="caption-text shadow-text-lg-blu">Contact Me</p>
<div class="blue-bar"></div>
</div>
</div> <!--End caption row -->
<div class="row" class="contact-outer-row"> <!-- Begin Contact-me section -->
<div class="col-sm-6"> <!-- Begin left half of contact (Form) -->
<div class="form-outer-cont deep-blue-bg grey-box-shadow"> <!-- Begin blue frame for contact-form -->
<div class="row flex-container justify-center"> <!-- Begin flex container for form -->
<div class="col-xs-10 form-container light-blue-bg grey-box-shadow"> <!-- Begin form colum .form-container -->
<h4>Use this form to send me a simple message via e-mail.</h4>
<form class="contact-form" id="emailForm" method="POST">
<div class="form-group">
<label for="name">Full Name:</label>
<input type="text"
class="form-control"
id="name"
name="name"
required>
</div>
<div class="form-group">
<label for="email">Email Address:</label>
<input type="text"
class="form-control"
id="email"
name="_replyto"
required>
</div>
<div class="form-group">
<label for="phone">Phone Number:</label>
<input type="text"
class="form-control"
id="phone"
name="phone">
</div>
<div class="form-group">
<label for="message">Your Message:</label>
<textarea type="text"
class="form-control"
id="message"
name="message"
maxlength="200"
required>
</textarea>
<p id="maxCharacters"></p>
<input type="hidden"
name="_subject"
value="Website contact" />
<input type="hidden"
name="_gotcha"/>
</div>
<button class="btn btn-sm btn-primary"
type="submit"
id="submitButton">
Submit
</button>
</form>
</div> <!-- end form column .form-container -->
</div> <!-- End flex container for form -->
</div> <!-- End blue frame for contact form -->
</div> <!-- End left half of contact section -->
<div class="col-sm-6"> <!--- Begin right half of contact section -->
<a href="mailto:[email protected]">
<div class="row contact-row grey-box-shadow"> <!-- Begin email -->
<div class="col-xs-2 contact-flex flex-container align-center justify-center">
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
<div class="col-xs-9">
<h4>E-mail</h4>
<p>If you'd like to send a more detailed message using your e-mail client, click here.</p>
</div>
</div> <!-- end email -->
</a>
<a href="http://www.github.com/fleury14" target="_blank">
<div class="row contact-row grey-box-shadow"> <!-- begin github -->
<div class="col-xs-2 contact-flex flex-container align-center justify-center">
<i class="fab fa-github" aria-hidden="true"></i>
</div>
<div class="col-xs-9">
<h4>Github</h4>
<p>Check out my repositories and see the work I've put in.</p>
</div>
</div> <!-- end github -->
</a>
<a href="http://www.twitter.com/LQFleury14" target="_blank">
<div class="row contact-row grey-box-shadow"> <!-- begin twitter -->
<div class="col-xs-2 contact-flex flex-container align-center justify-center">
<i class="fab fa-twitter" aria-hidden="true"></i>
</div>
<div class="col-xs-9">
<h4>Twitter</h4>
<p>Or send me a tweet and let's initiate contact.</p>
</div>
</div> <!-- end twitter -->
</a>
<a href="https://www.facebook.com/profile.php?id=1822326619" target="_blank">
<div class="row contact-row grey-box-shadow"> <!-- begin facebook -->
<div class="col-xs-2 contact-flex flex-container align-center justify-center">
<i class="fab fa-facebook" aria-hidden="true"></i>
</div>
<div class="col-xs-9">
<h4>Facebook</h4>
<p>Finally, check out my facebook page if you want to see more of my interests.</p>
</div>
</div> <!-- end facebook -->
</a>
</div> <!-- right half of contact -->
</div> <!-- end contact row -->
<!-- End contact -->
</div> <!--End main container -->
<footer>
<div class="container-fluid footer-cont"> <!-- begin footer container -->
<div class="row">
<div class="col-sm-5 footie-col flex-container justify-center align-center deep-blue-bg text-center"> <!-- Copyright text -->
<p>©2017, Leonard Ruggiero jr. All Rights Reserved.</p>
</div>
<div class="col-sm-2 footie-col flex-container justify-center align-center deep-blue-bg hidden-xs"> <!-- Divider bar -->
<div class="vert-bar light-blue-bg"></div>
</div>
<div class="col-sm-5 deep-blue-bg icon-flex flex-container align-center">
<div class="footer-icon-cont flex-container align-center"> <!-- icon container -->
<div class="footer-icon-box">
<i class="fab fa-twitter" aria-hidden="true"></i>
<div class="footer-shine"></div>
</div>
<p>TWITTER</p>
</div> <!-- end icon container -->
<div class="footer-icon-cont flex-container align-center"> <!-- icon container -->
<div class="footer-icon-box">
<i class="fab fa-facebook" aria-hidden="true"></i>
<div class="footer-shine"></div>
</div>
<p>FACEBOOK</p>
</div> <!-- end icon container -->
<div class="footer-icon-cont flex-container align-center"> <!-- icon container -->
<div class="footer-icon-box">
<i class="fab fa-github" aria-hidden="true"></i>
<div class="footer-shine"></div>
</div>
<p>GITHUB</p>
</div> <!-- end icon container -->
<div class="footer-icon-cont flex-container align-center"> <!-- icon container -->
<div class="footer-icon-box">
<i class="fa fa-envelope" aria-hidden="true"></i>
<div class="footer-shine"></div>
</div>
<p>E-MAIL</p>
</div> <!-- end icon container -->
</div> <!-- social icons col -->
</div> <!--- end footer row -->
</div> <!-- end footer container-fluid -->
</footer>
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/script.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-101143031-3', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>