This repository has been archived by the owner on Jul 14, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
xindex.html
834 lines (785 loc) · 48.1 KB
/
xindex.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
<!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">
<meta name="description" content="">
<meta name="author" content="">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="favicon-16x16.png" sizes="16x16">
<title>Ndkline</title>
<!-- Bootstrap Core CSS - Uses Bootswatch Flatly Theme: http://bootswatch.com/flatly/ -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/freelancer.css" rel="stylesheet">
<!-- Custom Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Montserrat:400,700" rel="stylesheet" type="text/css">
<link href="http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js 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/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body id="page-top" class="index">
<!-- Navigation -->
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<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="#page-top">Nicholas Kline</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 navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#projects">Projects</a>
</li>
<li class="page-scroll">
<a href="#contributions">Contributions</a>
</li>
<li class="page-scroll">
<a href="#about">About</a>
</li>
<li class="page-scroll">
<a href="#experience">Experience</a>
</li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!-- Header -->
<header>
<div class="container">
<div class="row">
<div class="col-lg-12">
<!-- <img class="img-responsive" src="img/profile.png" alt=""> -->
<div class="intro-text">
<span class="name">Nicholas Kline</span>
<hr class="star-light">
<span class="skills">Web Developer - Programmer - UX Designer - Multimedia Specialist</span>
</div>
</div>
<div class="col-lg-8 col-lg-offset-2 text-center" style="padding-top:25px;">
<a href="resume.pdf" class="btn btn-lg btn-outline">
<i class="fa fa-download"></i> Download Resume
</a>
</div>
</div>
</div>
</header>
<!-- Projects Grid Section -->
<section id="projects" style="padding-bottom:0px;">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Projects</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-sm-4 portfolio-item">
<a href="#portfolioModal7" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/culogo1.png" class="img-responsive" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#portfolioModal1" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/e_small_orange.png" class="img-responsive" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#portfolioModal2" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/d8Logo.png" class="img-responsive" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#portfolioModal3" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/mapUS.png" class="img-responsive" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#portfolioModal4" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/psuLogo.png" class="img-responsive" alt="">
</a>
</div>
<div class="col-sm-4 portfolio-item">
<a href="#portfolioModal5" class="portfolio-link" data-toggle="modal">
<div class="caption">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
<img src="img/kiosk.png" class="img-responsive" alt="">
</a>
</div>
</div>
</div>
</section>
<section class="success">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Education</h2>
<hr class="star-light">
</div>
<div class="col-lg-6">
<h3>Pennsylvania College of Technology</h3>
<p><strong>Bachelors of Science in Web and Interactive Media</strong> </p>
<p>a computer science degree that focuses on user experience and web application development </p>
<a href="https://www.pct.edu/" target="_blank" class="thumbnail" style="padding-top: 36px;padding-bottom: 36px;">
<img src="https://upload.wikimedia.org/wikipedia/en/7/71/Penncollege_Wildcat.jpg">
</a>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/certs/di.png" alt="...">
<div class="caption">
<h3>Dependency Injection</h3>
<p>From <a href="https://knpuniversity.com/u/ndkline">KNPUniversity</a> </p>
<p><a style="color:white;" target="_blank" href="certs/knpu-ndkline-badge-dependency-injection.pdf" class="btn btn-primary" role="button">View</a></p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/certs/drupal-8.png" alt="...">
<div class="caption">
<h3>Drupal 8 <br> </h3>
<p>From <a href="https://knpuniversity.com/u/ndkline">KNPUniversity</a> </p>
<p><a style="color:white;" target="_blank" href="certs/knpu-ndkline-badge-drupal-8.pdf" class="btn btn-primary" role="button">View</a></p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/certs/gulp.png" alt="...">
<div class="caption">
<h3>Gulp <br> </h3>
<p>From <a href="https://knpuniversity.com/u/ndkline">KNPUniversity</a> </p>
<p><a style="color:white;" target="_blank" href="certs/knpu-ndkline-badge-gulp.pdf" class="btn btn-primary" role="button">View</a></p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/certs/php-namespaces.png" alt="...">
<div class="caption">
<h3>PHP Namespaces</h3>
<p>From <a href="https://knpuniversity.com/u/ndkline">KNPUniversity</a> </p>
<p><a style="color:white;" target="_blank" href="certs/knpu-ndkline-badge-php-namespaces.pdf" class="btn btn-primary" role="button">View</a></p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/certs/rest-lvl-1.png" alt="...">
<div class="caption">
<h3>Rest Lvl 1 <br> </h3>
<p>From <a href="https://knpuniversity.com/u/ndkline">KNPUniversity</a> </p>
<p><a style="color:white;" target="_blank" href="certs/knpu-ndkline-badge-rest-lvl-1.png.pdf" class="btn btn-primary" role="button">View</a></p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/certs/rest-lvl-2.png" alt="...">
<div class="caption">
<h3>Rest Lvl 2 <br> </h3>
<p>From <a href="https://knpuniversity.com/u/ndkline">KNPUniversity</a> </p>
<p><a style="color:white;" target="_blank" href="certs/knpu-ndkline-badge-rest-lvl-2.png.pdf" class="btn btn-primary" role="button">View</a></p>
</div>
</div>
</div>
<div class="col-sm-6 col-md-3">
<div class="thumbnail">
<img src="img/certs/twig.png" alt="...">
<div class="caption">
<h3>TWIG <br> </h3>
<p>From <a href="https://knpuniversity.com/u/ndkline">KNPUniversity</a> </p>
<p><a style="color:white;" target="_blank" href="certs/knpu-ndkline-badge-twig.pdf" class="btn btn-primary" role="button">View</a></p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Projects Grid Section -->
<section id="contributions" >
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Contributions</h2>
<hr class="star-primary">
</div>
<div class="col-md-6">
<h3><a href="https://solarinnovations.com/">Solar Innovations</a></h3>
<p>Managed and build features in <a href="https://wordpress.org/" target="_blank">WordPress</a> (PHP). Added features such as a notification bar, custom URL shortener, and responsive email templates. Repaired and implemented new security standards after the site was hacked (prior to my arrival). Implemented caching features and currently integrating with a Content Delivery Network to further optimize the site. </p>
<p>Improved SEO dramatically, improving the site's Alexa Rank from almost 2 million in the world to a top 150k in the United States. Created a portal for dealers of our products that let's them sign up for our mailing list, access special documentation, and create a public profile detailing our relationship. Employed social engineering strategies to make web pages trend accross social networks.</p>
</div>
<div class="col-md-6">
<h3><a href="https://innovativereeltechnologies.com/">Innovative Reel Technologies</a></h3>
<p>
Managed, maintained, and built features in <a href="https://wordpress.org/" target="_blank">WordPress</a> (PHP). Implemented caching features, improved SEO, and made other optimizations. Dictated the marketing strategy for the web as well guidelines for social media.
</p>
</div>
<div class="col-md-6">
<h3><a href="https://universal-clamp.com/">Universal Clamps</a></h3>
<p>
Managed, maintained, and built features in <a href="https://wordpress.org/" target="_blank">WordPress</a> (PHP). Implemented caching features, improved SEO, and made other optimizations. Dictated the marketing strategy for the web.
</p>
</div>
</div>
<div class="row">
<div class="col-md-6">
<h3><a href="http://manhattanville.columbia.edu/">Manhattanville</a></h3>
<p>
Worked in <a href="https://www.drupal.org/about/drupal-7" target="_blank">Drupal 7</a> with a vendor to add features to this site and to make responsive design improvements. Versioned originally in <a href="https://github.com/" target="_blank">Github</a> but migrated to <a href="https://about.gitlab.com/" target="_blank">GitLab</a>.
</p>
</div>
<div class=" col-md-6 ">
<h3><a href="http://health.columbia.edu/">Columbia Health</a></h3>
<p>
Worked in <a href="https://www.drupal.org/about/drupal-7" target="_blank">Drupal 7</a> make adjustments to a variety of features, blocks, and styles according to the client's specifications. Versioned in <a href="https://subversion.apache.org/" target="_blank">SVN</a>.
</p>
</div>
</div>
<div class="row">
<div class=" col-md-6">
<h3><a href="http://www.progcode.co/">Progressive Coders Network</a></h3>
<p>
Consulted on some user experience hardpoints throughout the 2016 election season.
</p>
</div>
<div class=" col-md-6">
<h3><a href="http://techventures.columbia.edu/">Columbia Tech Ventures</a></h3>
<p>
Worked with <a href="https://www.drupal.org/about/drupal-7" target="_blank">Drupal 7</a> webforms to improve the user experience on the platform and make heavy customizations to fit with the client's goals. Versioned in <a href="https://subversion.apache.org/" target="_blank">SVN</a>.
</p>
</div>
<div class=" col-md-6 ">
<h3><a href="https://cvn.columbia.edu/">Columbia Video Network</a></h3>
<p>
Worked in <a href="https://www.drupal.org/about/drupal-7" target="_blank">Drupal 7</a> to finish features started by another developer. Worked with <a href="https://developers.google.com/youtube/iframe_api_reference" target="_blank">YouTube's iFrame API</a> and <a href="https://www.panopto.com/" target="_blank">Panopto</a> to enrich the application. Versioned in <a href="https://about.gitlab.com/" target="_blank">GitLab</a>.
</p>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="success" id="about">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>About</h2>
<hr class="star-light">
</div>
</div>
<div class="row">
<div class="col-lg-4 col-lg-offset-2">
<p><a href="https://twitter.com/ndkline">@ndkline</a> is a Senior Application Developer at Solar Innovations where he brings a passion for modern web development, user interface design, and technology evangelism (NodeJS).</p>
</div>
<div class="col-lg-4">
<p>He takes a mobile first approach to web application development, always trying to reach an optimal user experience across platforms and designs to maximize accessibility.</p>
</div>
</div>
</div>
</section>
<!-- Experience Section -->
<section id="experience">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Experience</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="panel-group" id="accordion" role="tablist" aria-multiselectable="true">
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingOne">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
Operating Systems
<span class="badge pull-right" ><i class="fa fa-windows" aria-hidden="true"></i></span>
<span class="badge pull-right" ><i class="fa fa-apple" aria-hidden="true"></i></span>
<span class="badge pull-right" ><i class="fa fa-linux" aria-hidden="true"></i></span>
</a>
</h4>
</div>
<div id="collapseOne" class="panel-collapse collapse " role="tabpanel" aria-labelledby="headingOne">
<div class="panel-body">
<div class="col-md-4 text-center" style="padding-top:50px;">
<i class="fa fa-5x fa-linux" aria-hidden="true"></i>
</div>
<div class="col-md-8">
<h3>Linux</h3>
<p>My prefered server environment is Ubuntu however I've implemented and worked with RHEL and CentOS as well. I've also used Ubuntu, Fedora, TAILS, and Kali in the past for work. </p>
</div>
<div class="col-md-4 text-center" style="padding-top:50px;">
<i class="fa fa-5x fa-apple" aria-hidden="true"></i>
</div>
<div class="col-md-8">
<h3>Apple</h3>
<p>Currently my main operating system for work. Have done some work in the past with web applications running on apple servers and migrating them to Windows servers. I've also worked with iOS development and the Apple Watchkit.</p>
</div>
<div class="col-md-4 text-center" style="padding-top:50px;">
<i class="fa fa-5x fa-windows" aria-hidden="true"></i>
</div>
<div class="col-md-8">
<h3>Windows</h3>
<p>Worked with developing applications on a Windows 2008 and 2012 evnironments. These have ranged from Plone to Python to ColdFusion to C#.Net applications. Windows 8 and 10 are my primary at home operating systems</p>
</div>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingTwo">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
Coding Communities
<span class="badge pull-right" ><i class="fa fa-google" aria-hidden="true"></i></span>
<span class="badge pull-right" ><i class="fa fa-stack-overflow" aria-hidden="true"></i></span>
<span class="badge pull-right" ><i class="fa fa-slack" aria-hidden="true"></i></span>
<span class="badge pull-right" ><i class="fa fa-github" aria-hidden="true"></i></span>
<span class="badge pull-right" ><i class="fa fa-drupal" aria-hidden="true"></i></span>
</a>
</h4>
</div>
<div id="collapseTwo" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingTwo">
<div class="panel-body">
<div class="col-md-4 text-center" style="padding-top:50px;">
<i class="fa fa-5x fa-drupal" aria-hidden="true"></i>
</div>
<div class="col-md-8">
<h3>Drupal</h3>
<p>I've been an active member of the Drupal community, specifically the <a href="https://drupal.psu.edu/" target="_blank">PSU's Drupal Users Group</a> at Penn State. I not only develop applications using Drupal but push the boundries with the technology using it with NodesJS and websockets (Socket.io), working with <a href="https://www.ostraining.com/blog/drupal/what-is-headless-drupal/" target="_blank">headless builds</a>, and being the pioneer adopter of the latest version of Drupal (8) at Penn State. </p>
</div>
<div class="col-md-4 text-center" style="padding-top:50px;">
<i class="fa fa-5x fa-google" aria-hidden="true"></i>
</div>
<div class="col-md-8">
<h3>Google SRE Talks / Google Developers Group</h3>
<p>Since moving to NYC I've attended various <a href="https://developers.google.com/groups/" target="_blank">Google developer and SRE</a> meetups at the Google HQ there.</p>
</div>
<div class="col-md-4 text-center" style="padding-top:50px;">
<i class="fa fa-4x fa-code-fork" aria-hidden="true"></i>
<i class="fa fa-4x fa-github" aria-hidden="true"></i>
<i class="fa fa-4x fa-gitlab" aria-hidden="true"></i>
</div>
<div class="col-md-8">
<h3>Source Control</h3>
<p>I've worked with both Git and SVN for source control; Git is prefered. At Penn State we use Gitlab internally so repos are mostly private to our University staff. I have made public what is permissible under my personal <a href="https://github.com/ndkline" target="_blank">Github account</a>.</p>
</div>
<div class="col-md-4 text-center" style="padding-top:50px;">
<i class="fa fa-3x fa-jsfiddle" aria-hidden="true"></i>
<i class="fa fa-3x fa-codepen" aria-hidden="true"></i>
<i class="fa fa-3x fa-slack" aria-hidden="true"></i>
<i class="fa fa-3x fa-skype" aria-hidden="true"></i>
</div>
<div class="col-md-8">
<h3>Collaboration</h3>
<p>I've used jsFiddle and CodePen to display example code. I often use Slack and Skype to keep in touch with other developers or to assist/get assistance from them.</p>
</div>
<div class="col-md-4 text-center" style="padding-top:50px;">
<i class="fa fa-3x fa-reddit" aria-hidden="true"></i>
<i class="fa fa-3x fa-stack-overflow" aria-hidden="true"></i>
<i class="fa fa-3x fa-hacker-news" aria-hidden="true"></i>
</div>
<div class="col-md-8">
<h3>Communities</h3>
<p>I use several aggregates (Reddit and Hacker News) to keep in the loop with the latest news in programming and development. StackOverflow is a go to resource when in need of help on coding bugs.</p>
</div>
</div>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading" role="tab" id="headingThree">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse" data-parent="#accordion" href="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
Technology
<span class="badge pull-right" ><i class="fa fa-twitter-square" aria-hidden="true"></i></span>
<span class="badge pull-right" ><i class="fa fa-chrome" aria-hidden="true"></i></span>
<span class="badge pull-right" ><i class="fa fa-wordpress" aria-hidden="true"></i></span>
</a>
</h4>
</div>
<div id="collapseThree" class="panel-collapse collapse" role="tabpanel" aria-labelledby="headingThree">
<div class="panel-body">
<div class="col-md-4 text-center" style="padding-top:50px;">
<i class="fa fa-5x fa-drupal" aria-hidden="true"></i>
<i class="fa fa-5x fa-wordpress" aria-hidden="true"></i>
</div>
<div class="col-md-8">
<h4>Content Management Systems</h4>
<p>My introduction into Content Management Systems (CMSs) was WordPress. From there I started writing my own eventually setting with using Drupal when coming on board at Penn State. Since then I've used it on a variety of projects ranging from ticketing systems to websites. Even building an application for reporting to the Department of Defense. Also have worked with Plone.</p>
</div>
<div class="col-md-4 text-center" style="padding-top:50px;">
<i class="fa fa-3x fa-edge" aria-hidden="true"></i>
<i class="fa fa-3x fa-chrome" aria-hidden="true"></i>
<i class="fa fa-3x fa-firefox" aria-hidden="true"></i>
<i class="fa fa-3x fa-safari" aria-hidden="true"></i>
</div>
<div class="col-md-8">
<h3>Browsers</h3>
<p>All sites are tested in the leading browsers: Edge, Chrome, Firefox, and Safari. Opera and a variety of NodeJS browsers are also used on occasion.</p>
</div>
<div class="col-md-4 text-center" style="padding-top:50px;">
<i class="fa fa-4x fa-facebook-square" aria-hidden="true"></i>
<i class="fa fa-4x fa-twitter-square" aria-hidden="true"></i>
</div>
<div class="col-md-8">
<h3>API<span class="small" style="color:#2c3e50"><strong>s</strong></span></h3>
<p>I've developed applications using many APIs, most popular ones being <a href="https://dev.twitter.com/overview/documentation" target="_blank">Twitter</a>'s and <a href="https://developers.facebook.com/" target="_blank">Facebook</a>'s. Using server side JavaScript (<a href="https://nodejs.org/en/" target="_blank">NodeJS</a>) and ColdFusion I've developed custom RESTful APIs and used them using frontend JavaScript frameworks such as <a href="https://angularjs.org/">AngularJS</a>.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="text-center">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-md-4">
<h3>Location</h3>
<!-- <p>135 E Nittany Ave<br>STE #5030<br>State College, PA 16801</p> -->
<p>
Currently working remotely and traveling around central PA and NYC.
</p>
</div>
<div class="footer-col col-md-4">
<h3>Social</h3>
<ul class="list-inline">
<li>
<a href="https://twitter.com/ndkline" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/ndkline" class="btn-social btn-outline"><i class="fa fa-fw fa-linkedin"></i></a>
</li>
<li>
<a href="https://github.com/ndkline" class="btn-social btn-outline"><i class="fa fa-fw fa-github-alt"></i></a>
</li>
</ul>
</div>
<div class="footer-col col-md-4">
<h3>Contact</h3>
<ul class="list-unstyled">
<li>Call/text: <a href="tel:717-813-4929">717-813-4929</a> <br></li>
<li>Email: <a href="mailto:ndkline@theagora.us">ndkline@theagora.us</a> <br></li>
<li>Twitter: <a href="https://twitter.com/ndkline">@ndkline</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-lg-12">
Copyright © <a href="http://twitter.com/ndkline">@ndkline</a> 2016
</div>
</div>
</div>
</div>
</footer>
<!-- Scroll to Top Button (Only visible on small and extra-small screen sizes) -->
<div class="scroll-top page-scroll visible-xs visible-sm">
<a class="btn btn-primary" href="#page-top">
<i class="fa fa-chevron-up"></i>
</a>
</div>
<!-- Portfolio Modals -->
<div class="portfolio-modal modal fade" id="portfolioModal1" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2><a href="https://www.elements.psu.edu/" target="_blank">Elements Web Conference</a></h2>
<hr class="star-primary">
<img src="img/elements-homepage-feature-color.jpg" class="img-responsive img-centered" alt="">
<p>Worked as a team to develop a web application for the yearly web conference hosted by <a href="https://www.elements.psu.edu/" target="_blank">PSU</a>. The site was built using <a href="https://www.drupal.org/" target="_blank">Drupal 7</a>, the <a href="http://usecod.com/" target="_blank">Conference Organizing Distribution (COD)</a> module, and <a href="http://foundation.zurb.com/" target="_blank">Zurb Foundation 5</a>. As a full stack developer I contributed from custom module development to writing SASS for theming.</p>
<ul class="list-inline item-details">
<li>Client:
<strong><a href="http://www.psu.edu/" target="_blank">The Pennsylvania State University</a>
</strong>
</li>
<li>Date:
<strong>June 13-15, 2016
</strong>
</li>
<li>Service:
<strong>Full Stack Developer
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal2" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>PSU Techpros Presentation</h2>
<hr class="star-primary">
<img src="img/d8PresntationCover.png" class="img-responsive img-centered" alt="">
<p>Presented to a group of professions on an overview of the latest version of <a href="https://www.drupal.org/8" target="_blank">Drupal (8)</a>. The presentation covered setting up a live Drupal instance, templating with <a href="http://twig.sensiolabs.org/" target="_blank">TWIG</a>, using <a href="http://foundation.zurb.com/" target="_blank">Foundation 5</a> and its <a href="https://www.drupal.org/project/zurb_foundation" target="_blank">module</a>, and <a href="http://sass-lang.com/" target="_blank">SASS</a></p>
<ul class="list-inline item-details">
<li>Download:
<strong><a href="http://ndkline.com/presentation.pptx" target="_blank">Slides</a>
</strong>
</li>
<li>Date:
<strong><a href="http://startbootstrap.com">June 2, 2016</a>
</strong>
</li>
<li>Service:
<strong><a href="http://startbootstrap.com">Presenter</a>
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal3" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>Internship Database</h2>
<h3>Rehabilitation and Human Services</h3>
<hr class="star-primary">
<img src="img/internDB.png" class="img-responsive img-centered" alt="">
<p>Developed an <a href="https://angularjs.org/" target="_blank">AngularJS</a> front-end application to interface with a RESTful API (written in ColdFusion). <a href="http://foundation.zurb.com/" target="_blank">Zurb Foundation</a> was used as a front-end scaffolding. <a href="http://fontawesome.io/" target="_blank">FontAwesome</a>, <a href="https://intridea.github.io/stately/" target="_blank">Stately</a>, and <a href="https://propublica.github.io/stateface/" target="_blank">StateFace</a> were used for icons and imagry.</p>
<ul class="list-inline item-details">
<li>Client:
<strong><a href="https://ed.psu.edu/current-students/undergrad/academic-programs-1/rehabilitation-and-human-services" target="_blank">PSU's Rehabilitation and Human Services</a>
</strong>
</li>
<li>Date:
<strong>Spring 2016
</strong>
</li>
<li>Service:
<strong>Web Application Development
</strong>
</li>
<li>Source Code:
<strong><a href="https://github.com/ndkline/rhs_intern_db">Git</a>
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal4" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>New Student Flyer</h2>
<hr class="star-primary">
<div class="row">
<div class="col-md-6">
<h4 class="subheader">Front</h4>
<img src="img/edFlyer.png" class="img-responsive img-centered" alt="">
</div>
<div class="col-md-6">
<h4 class="subheader">Back</h4>
<img src="img/edFlyer2.png" class="img-responsive img-centered" alt="">
</div>
</div>
<p>Designed a flyer for potential students to receive in their visitation folder when coming to the College of Education. Had a strict list of design standards to follow in designing for the the Penn State brand</p>
<ul class="list-inline item-details">
<li>Client:
<strong><a href="http://ed.psu.edu">PSU's College of Education Communication Department</a>
</strong>
</li>
<li>In distribution:
<strong>2016-2017
</strong>
</li>
<li>Service:
<strong><a href="http://startbootstrap.com">Graphic Design</a>
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal5" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h2>CETC Kiosk</h2>
<hr class="star-primary">
<img src="img/kioskScreenshot.png" class="img-responsive img-centered" alt="">
<p>Developed a responsive frontend application for the College of Education's IT Department, the <a href="http://ed.psu.edu/cetc" target="_blank">Carrara Education Technology (CETC)</a>, to handle ticket submissions. The applications main purpose was to be used in a kiosk outside the department however it's flexible nature allows it to be used on any device easily. It displays a news feed and campus warnings in additions to its targeted goals.</p>
<ul class="list-inline item-details">
<li>Client:
<strong><a href="http://ed.psu.edu/cetc" target="_blank">Carrara Education Technology (CETC)</a>
</strong>
</li>
<li>Service:
<strong><a href="http://startbootstrap.com">Web Development</a>
</strong>
</li>
</ul>
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="portfolio-modal modal fade" id="portfolioModal7" tabindex="-1" role="dialog" aria-hidden="true">
<div class="modal-content">
<div class="close-modal" data-dismiss="modal">
<div class="lr">
<div class="rl">
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="modal-body">
<h3>Document Viewer</h3>
<h3 class="small">Completed</h3>
<hr class="star-primary">
<p>Built an <a href="https://angularjs.org/" target="_blank">AngularJS</a> front-end application that connects to a json API to retrieve various documents used by the finance office. Note: The testing backend was taken offline so the screenshot doesn't show the finished product.</p>
<ul class="list-inline item-details">
<li>Client:
<strong><a href="http://ed.psu.edu/">Columbia University Finance Office</a>
</strong>
</li>
<li>Date:
<strong>Winter 2016-2017
</strong>
</li>
<li>Service:
<strong>Front-end Application
</strong>
</li>
</ul>
<img src="img/docviewer.png" class="img-responsive img-centered" alt="">
<button type="button" class="btn btn-default" data-dismiss="modal"><i class="fa fa-times"></i> Close</button>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- jQuery -->
<script src="js/jquery.js"></script>
<!-- Bootstrap Core JavaScript -->
<script src="js/bootstrap.min.js"></script>
<!-- Plugin JavaScript -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/cbpAnimatedHeader.js"></script>
<!-- Contact Form JavaScript -->
<script src="js/jqBootstrapValidation.js"></script>
<script src="js/contact_me.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/freelancer.js"></script>
</body>