-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
565 lines (467 loc) · 24.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- ===========================
THEME INFO
=========================== -->
<meta name="description" content="A portfolio for David Knight a graduate of the University of Waterloo.">
<meta name="keywords" content="Portfolio, David Knight, University of Waterloo">
<meta name="author" content="David Knight">
<!-- ===========================
SITE TITLE
=========================== -->
<title>David Knight</title><!-- This is what you see on your browser tab-->
<!-- ===========================
FAVICONS
=========================== -->
<link rel="icon" href="img/favicon.jpg">
<!-- ===========================
STYLESHEETS
=========================== -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css">
<link rel="stylesheet" href="css/preloader.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Tangerine">
<!-- ===========================
ICONS:
=========================== -->
<link rel="stylesheet" href="css/simple-line-icons.css">
<link href="https://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet">
<!-- ===========================
GOOGLE FONTS
=========================== -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Antic|Raleway:300">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<!-- ===========================
GOOGLE ANALYTICS (Optional)
=========================== -->
<!--Replace this line with your analytics code-->
<!-- Analytics end-->
</head>
<body data-spy="scroll">
<!-- Preloader -->
<div id="preloader">
<div id="status">
<div class="loadicon icon-moustache wow tada infinite" data-wow-duration="8s"></div>
</div>
</div>
<header>
<!-- ===========================
HEADER AREA
=========================== -->
<div id="header">
<div class="container headercontent">
<h2 id="header-title" class="wow fadeInUp" data-wow-duration="2s">David Knight</h2>
<h4 id="header-subtext" class="wow fadeInDown" data-wow-duration="3s">A highly motivated graduate who has
just
completed a Honours Computer Science degree at the University of Waterloo.
Feel free to learn more about me.</h4>
</div>
<div class="haeadersocial wow fadeInUp" data-wow-duration="3s"><!-- hEADER SOCIAL ICONS START -->
<ul>
<li><a href="http://www.facebook.com/david.knight.75286100"><i class="fa fa-facebook-square"></i></a>
</li>
<li><a href="http://linkedin.com/in/d7knight"><i class="fa fa-linkedin"></i></a></li>
<li><a href="https://twitter.com/David2262716651"><i class="fa fa-twitter-square"></i></a></li>
<li><a href="https://www.instagram.com/david_knight7/"><i class="fa fa-instagram"></i></a></li>
<li><a href="http://github.com/d7knight"><i class="fa fa-github-square"></i></a></li>
<li><a href="http://www.quora.com/David-Knight-61"><i class="fa fa-fw quora"><strong>Q</strong></i></a>
</li>
</ul>
</div>
<!-- HEADER SOCIAL ICONS END -->
</div>
<!--HEADER AREA END-->
<!-- ===========================
NAVBAR START
=========================== -->
<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<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="#header">
<!-- Replace Drifolio Bootstrap with your Site Name and remove icon-grid to remove the placeholder icon -->
<span class="brandicon icon-grid"></span>
<span class="brandname">Portfolio</span>
</a>
</div>
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav navbar-right"><!--YOUR NAVIGATION ITEMS STRAT BELOW-->
<li><a href="#about"><span class="btnicon icon-user"></span>About</a></li>
<li><a href="#skills"><span class="btnicon icon-badge"></span>Skills</a></li>
<li><a href="#projects"><span class="btnicon icon-folder"></span>Projects</a></li>
<li><a href="#challenges"><span class="btnicon icon-puzzle"></span>Challenges</a></li>
<!--don't forget to replace my email address below with yours-->
<li><a href="mailto:[email protected]"><span
class="btnicon icon-envelope-open"></span>Contact</a></li>
<li><a href="resources/resume.pdf"><span class="btnicon icon-cloud-download"></span>Download Resume</a>
</li>
<li><a href="resources/Transcript.pdf"><span class="btnicon icon-cloud-download"></span>Download
Transcript</a></li>
</ul>
</div>
<!--.nav-collapse -->
</div>
</nav>
<!--navbar end-->
</header>
<!--header end-->
<!-- ===========================
ABOUT SECTION START
=========================== -->
<div id="about" class="container">
<!-- LEFT PART OF THE ABOUT SECTION -->
<div class="col-md-6">
<div class="row">
<h2 class="wow fadeInDown" data-wow-duration="2s">About</h2>
<h4 class="wow fadeInUp" data-wow-duration="3s">As an Android Engineer at Tinder, I specialize in implementing
user experiences that reach millions of users. I am proficient with Kotlin Android Development. I enjoy
following Test Driven Development and writing clean code. I am also an expert in rendering videos on Android
and video transcoding using the Android Media Codec Apis. I am experienced with popular libraries such as
Android Architectural Components, Livedata, Rxjava and Dagger.
I am looking for a role where my programming knowledge and strong problem solving skills can be fully utilized.</h4>
</div>
<!-- ABOUT INFO END -->
<div class="myapps row">
<h5>Tools and languages that I am skilled with:</h5>
<ul><!-- FAVORITE APP ICONS START -->
<li><img class="wow animated bounceInUp" data-wow-duration="1s" src="logos/android-icon.svg"
alt="Android"></li>
<li><img class="wow animated bounceInUp" data-wow-duration="1.5s" src="logos/android-studio.svg" alt="Android Studio">
</li>
<li><img class="wow animated bounceInUp" data-wow-duration="2s" src="logos/rx.svg" alt="Rx Java"></li>
<li><img class="wow animated bounceInUp" data-wow-duration="2.5s" src="logos/kotlin.svg" alt="Kotlin"></li>
<li><img class="wow animated bounceInUp" data-wow-duration="3s" src="logos/java.svg" alt="Java"></li>
<li><img class="wow animated bounceInUp" data-wow-duration="3.5s" src="logos/gradle.svg" alt="Gradle">
</li>
<li><img class="wow animated bounceInUp" data-wow-duration="4s" src="logos/html-5.svg" alt="Html5"></li>
<li><img class="wow animated bounceInUp" data-wow-duration="4.5s" src="logos/javascript.svg"
alt="Javascript"></li>
<li><img class="wow animated bounceInUp" data-wow-duration="5s" src="logos/css-3.svg" alt="css-3"></li>
<li><img class="wow animated bounceInUp" data-wow-duration="5.5s" src="logos/nodejs-icon.svg"
alt="NodeJS"></li>
<li><img class="wow animated bounceInUp" data-wow-duration="6s" src="logos/jasmine.svg" alt="Jasmine">
</li>
<li><img class="wow animated bounceInUp" data-wow-duration="6.5s" src="logos/ubuntu.svg" alt="Ubuntu">
</li>
<li><img class="wow animated bounceInUp" data-wow-duration="7s" src="logos/github-icon.svg"
alt="Github"></li>
</ul>
<!-- FAVORITE APP ICONS END -->
</div>
</div>
<!-- LEFT PART OF THE ABOUT SECTION END -->
<!--Left part end-->
<!-- RIGHT PART OF THE ABOUT SECTION -->
<div class="col-md-6 wow fadeInUp" data-wow-duration="4s">
<div class="myphoto"></div>
</div>
<!-- RIGHT PART OF THE ABOUT SECTION END -->
</div>
<!-- ABOUT SECTION END -->
<hr>
<!-- ===========================
SKILLS SECTION START
=========================== -->
<div id="skills" class="container">
<div class="sectionhead wow bounceInUp" data-wow-duration="2s">
<span class="bigicon icon-badge"></span>
<div class="three columns header-col">
<h1><span>Skills</span></h1>
</div>
<div class="skillstable">
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="3s">
<div class="skill">
<span class="bar-expand unix "></span>
<em class="stitle">Unix</em>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="3s">
<div class="skill">
<span class="bar-expand java"></span>
<em class="stitle">Java</em></div>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="3s">
<div class="skill">
<span class="bar-expand cplusplus"></span>
<em class="stitle">Kotlin</em>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="3s">
<div class="skill">
<span class="bar-expand node"></span>
<em class="stitle">Dagger</em>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="3s">
<div class="skill">
<span class="bar-expand jquery"></span>
<em class="stitle">RxJava2</em>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="3s">
<div class="skill">
<span class="bar-expand html5"></span>
<em class="stitle">Retrofit</em>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="3s">
<div class="skill">
<span class="bar-expand javascript"></span>
<em class="stitle">Architecture Components</em>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="3s">
<div class="skill">
<span class="bar-expand css"></span>
<em class="stitle">Test Driven Development</em>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="3s">
<div class="skill">
<span class="bar-expand php"></span>
<em class="stitle">Interviewing Skills</em>
</div>
</div>
<div class="col-md-6 col-lg-4 wow fadeInUp" data-wow-duration="3s">
<div class="skill">
<span class="bar-expand mysql"></span>
<em class="stitle">A/B Testing</em>
</div>
</div>
</div>
<!-- end skill-bars -->
</div>
</div>
<!-- SKILLS SECTION END -->
<!-- ===========================
PROJECTS SECTION START
=========================== -->
<div id="projects" class="container">
<div class="sectionhead wow bounceInUp" data-wow-duration="2s">
<span class="bigicon icon-folder"></span>
<h1><span>Projects</span></h1>
<p class="portfolioIntro">
In my career I've worked on some pretty cool projects at Yahoo and Tinder. I've also done a few open source android side projects.
Here is a list of some of the most interesting projects I've worked on over the years.
</p>
<div class="repo col-md-6 col-lg-6 wow fadeInUp" data-wow-duration="3s">
<p class="feedIntro">
Soon after I joined Tinder I started working on the activity feed project for Android.
I implemented the UI and other requirements for this feature.
I also implemented analytics and analyzing data from various A/B test experiments.
This feature was written entirely in Kotlin, using RxJava following test driven development best practices and clean code architecture.
For more details checkout the link below.
</p>
<a href="https://blog.gotinder.com/introducing-feed/"> Activity Feed Project @ Tinder - Sept 2017 to March 2018</a>
</div>
<div class="repo col-md-6 col-lg-6 wow fadeInUp" data-wow-duration="3s">
<p class="feedIntro">
I lead the android Loops project at Tinder. This was the first video related feature at Tinder and
I had no previous experience with rendering or creating videos in Android when starting this project.
I initally researched and prototyped a transcoding library using MediaCodec which could create Loops on the android client.
I integrated this library and Tinder in the Loops creation and upload flow.
I lead the effort for rendering support for loops accross nearly every screen inside Tinder.
I also implemented analytics data and analyzed data from various A/B test experiments we ran for this feature.
This feature was written entirely in Kotlin, using RxJava following test driven development practices and clean code architecture.
For more details checkout the link below.
</p>
<a href="https://techcrunch.com/2018/07/05/tinder-loops-the-dating-apps-new-video-feature-rolls-out-globally/"> Loops Project @ Tinder - March 2018 to Oct 2018</a>
</div>
<div class="repo col-md-6 col-lg-6 wow fadeInUp" data-wow-duration="3s">
<p class="answersIntro">
One of the most interesting projects I worked on at Yahoo was prototyping and building Yahoo Answers Now a Question and Answers based app. For more details checkout the link below.
</p>
<a href="https://finance.yahoo.com/news/yahoo-answers-now-app-135616450.html"> Yahoo Answers Now Project @ Yahoo - Mar 2016 to March 2017</a>
</div>
</div>
</div>
<!-- PROJECTS ITEMS END -->
<div id="challenges" class="container">
<div class="sectionhead wow bounceInUp" data-wow-duration="2s">
<span class="bigicon icon-puzzle"></span>
<h1><span>Challenges</span></h1>
<p class="challengesIntro"> In preparing for technical interviews, I've completed several coding assignments
via HackerRank (see my
<a href="https://www.hackerrank.com/d7knight">Hacker Rank Profile</a>).
I also signed up for three hackathons with HackerRank which I look forward to competing in.
</br></br>
Here is a list of coding assignments I've completed for several companies in my Fall 2015 Job Search.
</p>
<div class="repo col-md-6 col-lg-6 wow fadeInUp" data-wow-duration="3s">
<a href="https://github.com/d7knight/CalculatorService/#readme">Sept 3, 2015 -
Calculator Service - Web</a>
</div>
<div class="instruction col-md-6 col-lg-6 wow fadeInUp" data-wow-duration="3s">
<a href="https://github.com/d7knight/CalculatorService/blob/master/Java%20Script%20Assignment.pdf">Instructions</a>
</div>
<div class="repo col-md-6 col-lg-6 wow fadeInUp" data-wow-duration="3s">
<a href="https://github.com/d7knight/Javascript-Challenge/#readme">Sept 4, 2015 - Matching Algorithm - Node JS </a>
</div>
<div class="instruction col-md-6 col-lg-6 wow fadeInUp" data-wow-duration="3s">
<a href="http://sortable.com/challenge/">Instructions</a>
</div>
<div class="repo col-md-6 col-lg-6 wow fadeInUp" data-wow-duration="3s">
<a href="https://github.com/d7knight/ToDoList/">Sept 11, 2015 - To Do List Single Page Laravel App - PHP/HTML/JS </a>
</div>
<div class="instruction col-md-6 col-lg-6 wow fadeInUp" data-wow-duration="3s">
<a href="https://github.com/d7knight/ToDoList/#readme">Instructions</a>
</div>
<div class="repo col-md-6 col-lg-6 wow fadeInUp" data-wow-duration="3s">
<a href="https://github.com/d7knight/Serial-Message-Parser/">Sept 12, 2015 - Serial Message Parser - C++ </a>
</div>
<div class="instruction col-md-6 col-lg-6 wow fadeInUp" data-wow-duration="3s">
<a href="https://github.com/d7knight/Serial-Message-Parser/#readme">Instructions</a>
</div>
<div class="repo col-md-6 col-lg-6 wow fadeInUp" data-wow-duration="3s">
<a href="https://github.com/d7knight/Challenge-Oct-10">Oct 10, 2015 - Marble Machine Challenge - Java </a>
</div>
<div class="instruction col-md-6 col-lg-6 wow fadeInUp" data-wow-duration="3s">
<a href="https://github.com/d7knight/Challenge-Oct-10/#readme">Instructions</a>
</div>
<div class="repo col-md-6 col-lg-6 wow fadeInUp" data-wow-duration="3s">
<a href="https://github.com/d7knight/Marble-Machine-Challenge-Repo">Oct 11, 2015 - Marble Machine Challenge - Web Application </a>
</div>
<div class="instruction col-md-6 col-lg-6 wow fadeInUp" data-wow-duration="3s">
<a href="https://github.com/d7knight/Marble-Machine-Challenge-Repo/#readme">Instructions</a>
</div>
</div>
</div>
<!--<!– ===========================-->
<!--TESTIMONIAL SECTION START-->
<!--=========================== –>-->
<!--<div id="testimonials" class="container">-->
<!--<div class="sectionhead wow bounceInUp" data-wow-duration="2s">-->
<!--<span class="bigicon icon-bubbles"></span>-->
<!--<h3>This is what I love to listen</h3>-->
<!--<h4>Expedita nobis natus doloribus blanditiis quos, atque voluptatem, veritatis soluta eveniet ea!</h4>-->
<!--<hr class="separetor"> -->
<!--</div><!– TESTIMONIAL SECTIONHEAD END –>-->
<!-- -->
<!--<!– TESTIMONIAL ITEMS START –>-->
<!--<div class="row">-->
<!--<!– 1ST TESTIMONIAL ITEM –>-->
<!--<div class="col-md-6 wow bounceIn" data-wow-duration="2s">-->
<!--<div class="clientsphoto">-->
<!--<img src="img/dan.jpg" alt="Dan">-->
<!--</div>-->
<!-- -->
<!--<div class="quote">-->
<!--<blockquote>-->
<!--<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quia et pariatur ipsam tempora officia ea iusto expedita, nulla, hic odit saepe repellat nesciunt dolorum, officiis laborum ad, aliquam. Quos, et.</p> -->
<!--</blockquote>-->
<!--<h5>Dan Cederholm</h5>-->
<!--<p>Co-Founder, Dribbble</p>-->
<!--</div> -->
<!--</div><!– 1ST TESTIMONIAL ITEM END –>-->
<!-- -->
<!--<!– 2ND TESTIMONIAL ITEM –>-->
<!--<div class="col-md-6 wow bounceIn" data-wow-duration="3s">-->
<!--<div class="clientsphoto">-->
<!--<img src="img/bill.jpg" alt="Bill">-->
<!--</div>-->
<!-- -->
<!--<div class="quote">-->
<!--<blockquote>-->
<!--<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quia et pariatur ipsam tempora officia ea iusto expedita, nulla, hic odit saepe repellat nesciunt dolorum, officiis laborum ad, aliquam. Quos, et. lorem</p> -->
<!--</blockquote>-->
<!--<h5>Bill S Kenney</h5>-->
<!--<p>Art Director at Focus Lab LLC.</p>-->
<!--</div> -->
<!--</div><!– 2ND TESTIMONIAL ITEM END –>-->
<!-- -->
<!--<!– 3RD TESTIMONIAL ITEM –>-->
<!--<div class="col-md-6 wow bounceIn" data-wow-duration="3s">-->
<!--<div class="clientsphoto">-->
<!--<img src="img/eric.png" alt="Eric">-->
<!--</div>-->
<!-- -->
<!--<div class="quote">-->
<!--<blockquote>-->
<!--<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quia et pariatur ipsam tempora officia ea iusto expedita, nulla, hic odit saepe repellat nesciunt dolorum, officiis laborum ad, aliquam. Quos, et.</p> -->
<!--</blockquote>-->
<!--<h5>Eric Hoffman</h5>-->
<!--<p>Principal Designer, JellyJar</p>-->
<!--</div> -->
<!--</div><!– 3RD TESTIMONIAL ITEM END –>-->
<!-- -->
<!--<!– 4TH TESTIMONIAL ITEM –>-->
<!--<div class="col-md-6 wow bounceIn" data-wow-duration="2s">-->
<!--<div class="clientsphoto">-->
<!--<img src="img/ramil.jpg" alt="Ramil">-->
<!--</div>-->
<!-- -->
<!--<div class="quote">-->
<!--<blockquote>-->
<!--<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Quia et pariatur ipsam tempora officia ea iusto expedita, nulla, hic odit saepe repellat nesciunt dolorum, officiis laborum ad, aliquam. Quos, et.</p> -->
<!--</blockquote>-->
<!--<h5>Ramil Derogongun</h5>-->
<!--<p>Visual Designer, Bluroon</p>-->
<!--</div> -->
<!--</div><!– 4TH TESTIMONIAL ITEM END –>-->
<!--</div> -->
<!--</div><!– TESTIMONIAL SECTION END –>-->
<!-- ===========================
FOOTER START
=========================== -->
<footer>
<div class="container">
<div class="footerlinks"><!-- FOOTER LINKS START -->
<ul>
<li><a href="#header">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#projects">Projects</a></li>
<li><a href="#challenges">Challenges</a></li>
<!--<li><a href="#testimonials">Testimonials</a></li>-->
<!--replace the email address below with your email address-->
<li><a href="mailto:[email protected]">Contact</a></li>
</ul>
</div>
<!-- FOOTER LINKS END -->
<footer class="site-footer copyright">
<li>© 2019 David Knight</li>
<li>Hosted on <a rel="nofollow" href="https://github.com/d7knight/d7knight.github.com">Github</a></li>
</footer>
<!--<div class="footersocial wow fadeInUp" data-wow-duration="3s"><!– FOOTER SOCIAL ICONS START –>-->
<!--<ul>-->
<!--<li><a href="https://www.facebook.com/david.knight.75286100"><span class="icon-social-facebook"></span></a></li>-->
<!--<li><a href="http://twitter.com/d7knight"><span class="icon-social-twitter"></span></a></li>-->
<!--<li><a href="http://github.com/d7knight"><span class="icon-social-github"></span></a></li>-->
<!--<li><a href="http://bitbucket.com/d7knight"><span class="icon-social-bitbucket"></span></a></li>-->
<!--<!–<li><a href="#"><span class="icon-social-youtube"></span></a></li>–>-->
<!--<!–<li><a href="http://dribbble.com/d7knight"><span class="icon-social-dribbble"></span></a></li>–>-->
<!--<!–<li><a href="#"><span class="icon-social-tumblr"></span></a></li>–>-->
<!--</ul>-->
<!--</div><!– FOOTER SOCIAL ICONS END –>-->
</div>
</footer>
<!-- FOOTER END -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<!--Other necessary scripts-->
<script src="js/jquery.nicescroll.min.js"></script>
<script src="js/view.js"></script>
<script src="js/wow.min.js"></script>
<script>new WOW().init();</script>
</div>
</body>
</html>