-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·850 lines (749 loc) · 39.9 KB
/
index.html
File metadata and controls
executable file
·850 lines (749 loc) · 39.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
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>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Eric Nation - Web Developer, UI/UX Designer, Phoenix, AZ.</title>
<meta name="description" content="Eric Nation is an experienced Front-end web developer and UI/UX designer located in Phoenix, AZ.">
<meta name="viewport" content="width=device-width">
<!-- Place favicon.ico and apple-touch-icon.png in the root directory: mathiasbynens.be/notes/touch-icons -->
<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
<link rel="shortcut icon" href="favicon.ico" />
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
<!-- For first- and second-generation iPad: -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="apple-touch-icon-72x72-precomposed.png">
<!-- For iPhone with high-resolution Retina display: -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="apple-touch-icon-114x114-precomposed.png">
<!-- For third-generation iPad with high-resolution Retina display: -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="apple-touch-icon-144x144-precomposed.png">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<link rel="stylesheet" href="css/flexslider.css">
<link rel="stylesheet" href="style.css">
<link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
<script src="js/vendor/modernizr-2.6.2-respond-1.1.0.min.js"></script>
</head>
<body>
<div id="page-loader">
<img src="img/logo-black-big.png" alt="">
<div class="loader">
<div class="ball"></div>
<div class="ball1"></div>
</div>
</div>
<div id="st-trigger-effects" class="trigger-fixed visible-xs visible-sm">
<a href="#" data-effect="st-effect-2">Menu<i class="fa fa-bars"></i></a>
</div>
<div id="st-container" class="st-container">
<nav class="st-menu st-effect-2" id="menu-4">
<div class="st-menu-logo"><img src="img/logo-nation-mobile.png" alt="Eric Nation - Logo"></div>
<ul>
<li><a href="#" data-scroll-nav="0">Home</a></li>
<li><a href="#" data-scroll-nav="1">About</a></li>
<li><a href="#" data-scroll-nav="2">Services</a></li>
<li><a href="#" data-scroll-nav="3">Work</a></li>
<li><a href="#" data-scroll-nav="4">Contact</a></li>
</ul>
<ul>
<li><a href="resume.html">Resume</a></li>
</ul>
</nav>
<!-- content push wrapper -->
<div class="st-pusher">
<div class="st-content"><!-- this is the wrapper for the content -->
<div class="st-content-inner"><!-- extra div for emulating position:fixed of the menu -->
<header data-scroll-index="0">
<!-- HOME FULLSCREEN -->
<div id="home" class="home-fullscreen" data-100="opacity:1" data-500="opacity:0.5">
<!-- <div class="home-bg-container home-slideshow-bg">
<ul class="slides">
<li style="background: url(img/phoenix-slider.jpg) bottom center;"></li>
<li style="background: url(img/phoenix-slider-4.jpg) bottom center;"></li>
<li style="background: url(img/phoenix-slider-5.jpg) bottom center;"></li>
</ul>
</div> -->
<div class="home-bg-container">
<a id="bgndVideo" class="home-bg-player" data-property="{videoURL:'http://youtu.be/sPFYLgSV620',containment:'.home-bg-container', quality: 'hd720', showControls: false, autoPlay:true, mute:true, startAt:0, opacity:1}"></a>
</div>
<div class="overlay">
<div class="home-content">
<!-- INFO BAR -->
<!-- LOGO -->
<div class="logo-home">
<a href="index.html"><img src="img/logo-nation-top.png" alt=""></a>
</div>
<!-- LOGO End -->
<!-- HOME TEXT -->
<div class="home-text" data-0="top: 0%; opacity: 1" data-500="top: 50%; opacity: 0.1">
<div id="home-slider" class="flexslider">
<ul class="slides">
<li>
<span class="home-text-header">I am</span>
<span class="big-text">Eric Nation</span>
</li>
<li>
<span class="home-text-header">And I build awesome</span>
<span class="big-text">software</span>
</li>
<li>
<span class="home-text-header">So</span>
<span class="big-text">Lets do this</span>
</li>
</ul>
</div>
<div class="small-text">
web development · UI engineer · javascript · wordpress
</div>
</div>
<!-- HOME TEXT End -->
<div class="home-more">
<a href="#" class="btn btn-primary" data-scroll-nav="1">More</a>
</div>
</div>
</div>
</div>
<!-- HOME FULLSCREEN End -->
<!-- NAVBAR -->
<div id="navbar" class="nav-fixed hidden-xs hidden-sm">
<div class="container">
<div class="nav-logo"><a href="index.html">ERIC NATION</a></div>
<nav class="main-nav">
<ul>
<li><a href="#" data-scroll-nav="0">Home</a></li>
<li><a href="#" data-scroll-nav="1">About</a></li>
<li><a href="#" data-scroll-nav="2">Services</a></li>
<li><a href="#" data-scroll-nav="3">Work</a></li>
<li><a href="#" data-scroll-nav="4">Contact</a></li>
<li><a href="resume.html">Resume</a></li>
</ul>
</nav>
</div>
</div>
<!-- NAVBAR End -->
</header>
<!-- ABOUT SECTION CONTAINER -->
<section id="aboutus" data-scroll-index="1">
<section class="section about-text">
<div class="container first-section">
<!-- SECTION HEADER -->
<div class="col-xs-12 col-sm-12 section-header">
<h1>
<span>About Me</span>
</h1>
<div class="header-desc">
<span>Software Developer · World Traveler · Motorcycle Rider · Skateboarder
</div>
</div>
<!-- SECTION HEADER End -->
<!-- ABOUT TEXT SECTION -->
<div class="row">
<div class="col-sm-6">
<img src="img/profile_2020.jpg" alt="Eric Nation - Profile Photo" class="img-circle">
</div>
<div class="col-sm-6">
<strong>HELLO</strong>, my name is Eric Nation, and I’m a Software Developer originally based out of Phoenix, Arizona.
For the past 3.5 years I've been working remotely and I have mastered being apart of remote teams. I
have 8 years of professional web development experience specializing in UI architecture and Javascript technologies.</p>
<p>I have in depth experience with Angular, React, Wordpress, and building component libraries. I also have experience
and am well versed in full stack Javascript technologies such as Nodejs, Express, and Firebase. I have a passion for
designing and developing web applications and I'm always hungry to learn more, improve, and advance my skill set. </p>
<p>Other than designing and developing web applications, I enjoy skateboarding, fitness, surfing, riding motorcycles,
traveling, the outdoors, music, and a bunch of other awesome stuff!
</div>
</div>
</div>
</section>
<!-- ABOUT TEXT SECTION End -->
</section>
<!-- ABOUT SECTION CONTAINER End -->
<!-- SERVICE SECTION CONTAINER -->
<section data-scroll-index="2">
<!-- SERVICES SECTION -->
<section class="section section-diff">
<div class="container">
<!-- SECTION HEADER -->
<div class="section-header">
<h1>
<span>Services</span>
</h1>
<div class="header-desc">
<span><em>What I do</em></span>
</div>
</div>
<!-- SECTION HEADER End -->
<div class="row bottom-gap">
<div class="col-sm-4">
<!-- SERVICE ITEM -->
<div class="service fadeLeft">
<div class="service-icon">
<i class="fa fa-code"></i>
</div>
<div class="service-header">
Full Stack Javascript Development
</div>
<div class="service-desc">
HTML5, CSS3, Sass, Styled Components<br />
JavaScript, Angular, React, Redux/NgRx, Node<br />
Wordpress, Responsive Web Design,<br />
SEO, Optimized Websites, Accessibility<br />
</div>
</div>
<!-- SERVICE ITEM End -->
</div>
<div class="col-sm-4">
<!-- SERVICE ITEM -->
<div class="service fadeTop">
<div class="service-icon">
<i class="fa fa-desktop"></i>
</div>
<div class="service-header">
UI/UX Design
</div>
<div class="service-desc">
UI design, Flow and Navigation Charts<br/>
Wireframes, Prototyping, Mockups, <br/>
Usability testing, User modeling, <br/>
Information architecture, Content Structure, <br/>
Interaction design
</div>
</div>
<!-- SERVICE ITEM End -->
</div>
<div class="col-sm-4">
<!-- SERVICE ITEM -->
<div class="service fadeRight">
<div class="service-icon">
<img src="img/wordpresslogo.png">
</div>
<div class="service-header">
Wordpress
</div>
<div class="service-desc">
Wordpress Customization, Development, Optimization,
and design. Specializing in building headless websites with modern
Javascript technologies on the front-end.
</div>
</div>
<!-- SERVICE ITEM End -->
</div>
</div>
<div class="row">
<div class="col-sm-6">
<h5 class="small-header">
<span>Skills</span>
</h5>
<!-- PROGRESS BAR -->
<div class="progress fadeLeft" fade-delay="200">
<div class="progress-bar" role="progressbar" aria-valuenow="95" aria-valuemin="0" aria-valuemax="100" style="width: 95%;">
<span class="sr-only">95% Complete</span>
HTML5 / CSS3 / Sass · 95%
</div>
</div>
<!-- PROGRESS BAR END -->
<!-- PROGRESS BAR -->
<div class="progress fadeLeft" fade-delay="400">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width: 90%;">
<span class="sr-only">90% Complete</span>
JavaScript · 90%
</div>
</div>
<!-- PROGRESS BAR END -->
<!-- PROGRESS BAR -->
<div class="progress fadeLeft">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100" style="width: 90%;">
<span class="sr-only">90% Complete</span>
Angular · 90%
</div>
</div>
<!-- PROGRESS BAR END -->
<!-- PROGRESS BAR -->
<div class="progress fadeLeft">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%;">
<span class="sr-only">80% Complete</span>
React · 80%
</div>
</div>
<!-- PROGRESS BAR END -->
<!-- PROGRESS BAR -->
<div class="progress fadeLeft">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 70%;">
<span class="sr-only">70% Complete</span>
Firebase · 70%
</div>
</div>
<!-- PROGRESS BAR END -->
<!-- PROGRESS BAR -->
<div class="progress fadeLeft" fade-delay="100">
<div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 75%;">
<span class="sr-only">75% Complete</span>
Sketch / Photoshop · 75%
</div>
</div>
<!-- PROGRESS BAR END -->
<!-- PROGRESS BAR -->
<div class="progress fadeLeft" fade-delay="300">
<div class="progress-bar" role="progressbar" aria-valuenow="85" aria-valuemin="0" aria-valuemax="100" style="width: 85%;">
<span class="sr-only">85% Complete</span>
Wordpress Development · 85%
</div>
</div>
<!-- PROGRESS BAR END -->
<!-- PROGRESS BAR -->
<div class="progress fadeLeft" fade-delay="500">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 70%;">
<span class="sr-only">70% Complete</span>
Node / Express / Firebase · 50%
</div>
</div>
<!-- PROGRESS BAR END -->
<!-- PROGRESS BAR -->
<div class="progress fadeLeft" fade-delay="500">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%;">
<span class="sr-only">60% Complete</span>
MongoDB · 60%
</div>
</div>
<!-- PROGRESS BAR END -->
</div>
<div class="col-sm-6">
<h5 class="small-header">
<span>Tools</span>
</h5>
<ul class="list-unstyled">
<li><i class="fa fa-check"></i> Web Storm / VS Code</li>
<li><i class="fa fa-check"></i> Lodash / Underscore</li>
<li><i class="fa fa-check"></i> Sass</li>
<li><i class="fa fa-check"></i> Git/Github</li>
<li><i class="fa fa-check"></i> Travis</li>
<li><i class="fa fa-check"></i> JIRA/Bitbucket</li>
<li><i class="fa fa-check"></i> Trello</li>
<li><i class="fa fa-check"></i> npm</li>
<li><i class="fa fa-check"></i> Chrome Dev Tools</li>
<li><i class="fa fa-check"></i> HTML5 Boilerplate</li>
<li><i class="fa fa-check"></i> Webpack</li>
<li><i class="fa fa-check"></i> Adobe Creative Suite</li>
<li><i class="fa fa-check"></i> Sketch</li>
<li><i class="fa fa-check"></i> Bootstrap</li>
<li><i class="fa fa-check"></i> Foundation</li>
<li><i class="fa fa-check"></i> Material Design</li>
<li><i class="fa fa-check"></i> BrowserStack</li>
<li><i class="fa fa-check"></i> Google Analytics</li>
<li><i class="fa fa-check"></i> Wordpress</li>
</ul>
</div>
</div>
</div>
</section>
<!-- SERVICES SECTION End -->
</section>
<!-- SERVICE SECTION CONTAINER End -->
<!-- PORTFOLIO SECTION CONTAINER -->
<section data-scroll-index="3">
<!-- PORTFOLIO SECTION -->
<section id="portfolio-section" class="section">
<div class="container">
<!-- SECTION HEADER -->
<div class="col-xs-12 col-sm-12 section-header">
<h1>
<span>Work</span>
</h1>
<div class="header-desc">
<span>Recent projects</span>
</div>
</div>
<!-- SECTION HEADER End -->
</div>
<div id="project-container"></div>
<div class="row">
<div class="col-sm-12 resp-no-gap">
<div class="portfolio-filter">
<ul id="filters">
<li>Filter projects:</li>
<li><a href="#" data-filter="*" class="active">All</a></li>
<li><a href="#" data-filter=".web">Web</a></li>
<li><a href="#" data-filter=".branding">Branding</a></li>
<li><a href="#" data-filter=".graphic">Graphic Design</a></li>
</ul>
</div>
</div>
</div>
<div class="portfolio-items-container">
<!-- PORTFOLIO ITEM -->
<div class="portfolio-item web">
<a href="georgetown-ccf-data.html">
<div class="project-overlay">
<h4>Children's Health Report Card</h4>
<span class="project-category">Develop</span>
</div>
<img src="img/portfolio/thumbs/georgetown-ccf-data-thumb.png" alt="InkSoft Online Stores">
</a>
</div>
<!-- PORTFOLIO ITEM End -->
<!-- PORTFOLIO ITEM -->
<div class="portfolio-item web">
<a href="storefront.html">
<div class="project-overlay">
<h4>InkSoft Online Stores</h4>
<span class="project-category">Develop</span>
</div>
<img src="img/portfolio/thumbs/online_stores_inksoft_thumb.png" alt="InkSoft Online Stores">
</a>
</div>
<!-- PORTFOLIO ITEM End -->
<!-- PORTFOLIO ITEM -->
<div class="portfolio-item web">
<a href="iui-component-library.html">
<div class="project-overlay">
<h4>IUI Angular Component Library</h4>
<span class="project-category">Design and Develop</span>
</div>
<img src="img/portfolio/thumbs/iui-library_thumb.png" alt="InkSoft IUI Angular Component Library">
</a>
</div>
<!-- PORTFOLIO ITEM End -->
<!-- PORTFOLIO ITEM -->
<div class="portfolio-item web">
<a href="checkout.html">
<div class="project-overlay">
<h4>Checkout Experience</h4>
<span class="project-category">Develop</span>
</div>
<img src="img/portfolio/thumbs/checkout_thumb.png" alt="Checkout Experience">
</a>
</div>
<!-- PORTFOLIO ITEM End -->
<!-- PORTFOLIO ITEM -->
<div class="portfolio-item web">
<a href="storecreation.html">
<div class="project-overlay">
<h4>Store Creation Experience</h4>
<span class="project-category">Develop</span>
</div>
<img src="img/portfolio/thumbs/store_creation_thumb.png" alt="Store Creation Experience">
</a>
</div>
<!-- PORTFOLIO ITEM End -->
<!-- PORTFOLIO ITEM -->
<div class="portfolio-item web">
<a href="dashboard-admin.html">
<div class="project-overlay">
<h4>Admin Dashboard</h4>
<span class="project-category">Design and Develop</span>
</div>
<img src="img/portfolio/thumbs/dashboard_admin_thumb.png" alt="InkSoft Admin Dashboard">
</a>
</div>
<!-- PORTFOLIO ITEM End -->
<!-- PORTFOLIO ITEM -->
<div class="portfolio-item web">
<a href="signsbannersdesigner.html">
<div class="project-overlay">
<h4>InkSoft Signs and Banners Designer</h4>
<span class="project-category">Design and Develop</span>
</div>
<img src="img/portfolio/thumbs/sb_designer.png" alt="InkSoft Signs and Banners">
</a>
</div>
<!-- PORTFOLIO ITEM End -->
<!-- PORTFOLIO ITEM -->
<div class="portfolio-item web">
<a href="studiothemes.html">
<div class="project-overlay">
<h4>InkSoft Studio Themes</h4>
<span class="project-category">Design and Develop</span>
</div>
<img src="img/portfolio/thumbs/studiothemes.jpg" alt="InkSoft Studio Theme">
</a>
</div>
<!-- PORTFOLIO ITEM End -->
<!-- PORTFOLIO ITEM -->
<div class="portfolio-item web">
<a href="alic.html">
<div class="project-overlay">
<h4>AZ Liquor Industry Consultants</h4>
<span class="project-category">Web, Wordpress</span>
</div>
<img src="img/portfolio/thumbs/alic_thumb.png" alt="ALIC Website Thumb">
</a>
</div>
<!-- PORTFOLIO ITEM End -->
<!-- PORTFOLIO ITEM -->
<div class="portfolio-item web">
<a href="waylonrun.html">
<div class="project-overlay">
<h4>Waylon Run</h4>
<span class="project-category">Web, Wordpress</span>
</div>
<img src="img/portfolio/thumbs/waylonrun-thumb.jpg" alt="Waylon Run Website Thumb">
</a>
</div>
<!-- PORTFOLIO ITEM End -->
<!-- PORTFOLIO ITEM -->
<div class="portfolio-item web">
<a href="lossantosmc.html">
<div class="project-overlay">
<h4>Los Santos MC </h4>
<span class="project-category">Web, Wordpress, Ecommerce</span>
</div>
<img src="img/portfolio/thumbs/lsmcthumb.jpg" alt="">
</a>
</div>
<!-- PORTFOLIO ITEM End -->
<!-- PORTFOLIO ITEM -->
<div class="portfolio-item web">
<a href="prevuelogic-app.html">
<div class="project-overlay">
<h4>PrevueCRM</h4>
<span class="project-category">Web Application</span>
</div>
<img src="img/portfolio/thumbs/plapp-thumb.jpg" alt="PrevueLogic App screenshot">
</a>
</div>
<!-- PORTFOLIO ITEM End -->
<!-- PORTFOLIO ITEM -->
<div class="portfolio-item web">
<a href="tristar.html">
<div class="project-overlay">
<h4>Tristar</h4>
<span class="project-category">Web, Wordpress</span>
</div>
<img src="img/portfolio/thumbs/tristarthumb.jpg" alt="Tristar Website screenshot">
</a>
</div>
<!-- PORTFOLIO ITEM End -->
<!-- PORTFOLIO ITEM -->
<div class="portfolio-item web">
<a href="noblepainting.html">
<div class="project-overlay">
<h4>Noble Painting</h4>
<span class="project-category">Web, Wordpress</span>
</div>
<img src="img/portfolio/thumbs/noblepaintingthumb.png" alt="Noble Painting Website screenshot">
</a>
</div>
<!-- PORTFOLIO ITEM End -->
<!-- PORTFOLIO ITEM -->
<div class="portfolio-item web">
<a href="tristaruniversity.html">
<div class="project-overlay">
<h4>Tristar University</h4>
<span class="project-category">Web, Microsite</span>
</div>
<img src="img/portfolio/thumbs/tristaruniversitythumb.png" alt="">
</a>
</div>
<!-- PORTFOLIO ITEM End -->
<!-- PORTFOLIO ITEM -->
<div class="portfolio-item web">
<a href="creoillustrate.html">
<div class="project-overlay">
<h4>PTC Creo Illustrate</h4>
<span class="project-category">Web, Microsite</span>
</div>
<img src="img/portfolio/thumbs/ptccreoillustratethumb.png" alt="">
</a>
</div>
<!-- PORTFOLIO ITEM End -->
<!-- PORTFOLIO ITEM -->
<div class="portfolio-item web">
<a href="howtobuycreo.html">
<div class="project-overlay">
<h4>How to Buy Creo</h4>
<span class="project-category">Web</span>
</div>
<img src="img/portfolio/thumbs/howtobuycreothumb.png" alt="">
</a>
</div>
<!-- PORTFOLIO ITEM End -->
<!-- PORTFOLIO ITEM -->
<div class="portfolio-item branding">
<a href="img/portfolio/thumbs/pes-logo.jpg" data-lightbox="image-2">
<div class="project-overlay">
<h4>PES</h4>
<span class="project-category">Logo Design</span>
</div>
<img src="img/portfolio/thumbs/pes-logo.jpg" alt="">
</a>
</div>
<!-- PORTFOLIO ITEM End -->
<!-- PORTFOLIO ITEM -->
<div class="portfolio-item graphic">
<a href="img/portfolio/savesarahbunch.jpg" data-lightbox="image-3">
<div class="project-overlay">
<h4>Benefit Party Flyer</h4>
<span class="project-category">Flyer Design</span>
</div>
<img src="img/portfolio/thumbs/savesarahthumb.jpg" alt="">
</a>
</div>
<!-- PORTFOLIO ITEM End -->
<!-- PORTFOLIO ITEM -->
<div class="portfolio-item graphic">
<a href="img/portfolio/leftoversflyer.jpg" data-lightbox="image-4">
<div class="project-overlay">
<h4>Thanksgiving Party Flyer</h4>
<span class="project-category">Flyer Design</span>
</div>
<img src="img/portfolio/thumbs/leftoversthumb.jpg" alt="">
</a>
</div>
<!-- PORTFOLIO ITEM End -->
<!-- PORTFOLIO ITEM -->
<div class="portfolio-item graphic">
<a href="img/portfolio/restlessrun3-flyer.jpg" data-lightbox="image-5">
<div class="project-overlay">
<h4>Restless Run Party Flyer</h4>
<span class="project-category">Flyer Design</span>
</div>
<img src="img/portfolio/thumbs/restless3thumb.jpg" alt="">
</a>
</div>
<!-- PORTFOLIO ITEM End -->
<!-- PORTFOLIO ITEM -->
<div class="portfolio-item graphic">
<a href="img/portfolio/bikecarshowflyerWEB.jpg" data-lightbox="image-6">
<div class="project-overlay">
<h4>Bike Show Flyer</h4>
<span class="project-category">Flyer Design</span>
</div>
<img src="img/portfolio/thumbs/bikecarshowflyerthumb.png" alt="">
</a>
</div>
<!-- PORTFOLIO ITEM End -->
</div>
</section>
<!-- PORTFOLIO SECTION End -->
</section>
<!-- PORTFOLIO SECTION End -->
<!-- TWITTER SECTION -->
<section class="section section-inverse section-bg-overlay section-bg-attached" style="background: url(img/restlessriver.jpg)">
<div class="container">
<div class="row">
<div class="col-sm-12">
<!-- SMALL HEADER CENTERED -->
<h5 class="small-header sh-center bottom-gap">
<span>Latest tweets — @eric_nation</span>
</h5>
<!-- SMALL HEADER CENTERED End -->
</div>
</div>
<div class="row">
<div class="col-sm-12">
<div class="flexslider tweet">
</div>
</div>
</div>
</div>
</section>
<!-- TWITTER SECTION End -->
</section>
<!-- LATEST POSTS SECTION CONTAINER End -->
<!-- CONTACT SECTION CONTAINER -->
<section data-scroll-index="4">
<!-- CONTACT SECTION -->
<section class="section">
<div class="container">
<!-- SECTION HEADER -->
<div class="section-header">
<h1>
<span>Contact</span>
</h1>
<div class="header-desc">
<span>Sometimes I'm available for freelance projects, sometimes I'm not. Right now, I'm not. Feel free to message me if you have any questions. Thx <i class="fa fa-smile-o"></i></span>
</div>
</div>
<!-- SECTION HEADER End -->
<div class="row">
<div class="col-sm-7 fadeLeft">
<h5 class="small-header">
<span>Send me a message</span>
</h5>
<form id="contact-form" class="form-horizontal" method="post" action="php/send.php">
<div id="message-input">
<input type="text" name="name" id="name" value="" placeholder="Name" size="22" tabindex="1" aria-required="true" class="requiredField name input-name label-better">
<input type="text" name="email" id="email" value="" placeholder="Email" size="22" tabindex="2" aria-required="true" class="requiredField email input-email label-better">
</div>
<div id="message-textarea">
<textarea name="message" id="message" cols="39" rows="6" tabindex="4" class="requiredField label-better" placeholder="Message..."></textarea>
</div>
<div id="message-submit"><p></p>
<div>
<input name="Send" type="submit" id="Send" tabindex="5" value="Send message" class="btn-submit btn">
</div>
</div>
</form>
</div>
<div class="col-sm-5 fadeRight resp-no-gap">
<h5 class="small-header">
<span>Contact info</span>
</h5>
<div class="row bottom-gap">
<div class="col-sm-12">
<h6 class="accent-color">ARIZONA</h6>Tempe, AZ 85281<br/>eric.nation@gmail.com<br/>480.495.2722
</div>
</div>
<h5 class="small-header">
<span>Connect</span>
</h5>
<div class="social-icons">
<a href="https://facebook.com/eric.nation" class="fa fa-facebook" target="_blank"></a>
<a href="https://twitter.com/Eric_Nation" class="fa fa-twitter" target="_blank"></a>
<a href="http://github.com/ericnation" class="fa fa-github" target="_blank"></a>
<a href="http://www.linkedin.com/pub/eric-nation/45/4b5/573" class="fa fa-linkedin" target="_blank"></a>
</div>
</div>
</div>
</div>
</section>
<!-- CONTACT SECTION End -->
</section>
<!-- CONTACT SECTION End -->
<footer>
<div class="back-to-top"><a href="" class="btn btn-primary" data-scroll-goto="0">Back to top</a></div>
<img src="img/logo-nation-bottom.png" alt="Eric Nation - Web Designer- Logo">
<span class="copyrights">© Copyright <script>var year = new Date();document.write(year.getFullYear());</script>
- Eric Nation. All rights reserved.</span>
</footer>
</div><!-- /st-content-inner -->
</div><!-- /st-content -->
</div><!-- /st-pusher -->
</div><!-- /st-container -->
<script src="js/vendor/jquery-1.10.1.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.10.1.min.js"><\/script>')</script>
<script src="js/vendor/bootstrap.min.js"></script>
<script src="js/classie.js"></script>
<script src="js/sidebarEffects.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/jquery-scrolltofixed-min.js"></script>
<script src="js/scrollIt.min.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/jquery.label_better.min.js"></script>
<!--<script src="js/jquery.isotope.min.js"></script>-->
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/skrollr.min.js"></script>
<script src="js/lightbox-2.6.min.js"></script>
<script src="js/retina-1.1.0.min.js"></script>
<script src="js/jquery.fitvids.js"></script>
<script src="js/twitter/jquery.tweet.js"></script>
<script src="js/jquery.mb.YTPlayer.js"></script>
<script src="js/main.js"></script>
<script>
$(window).load(function() {
$('.home-slideshow-bg').flexslider({
animation: "fade",
controlNav: false,
directionNav: false,
slideshowSpeed: 5000,
animationSpeed: 500
});
});
</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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-49695930-1', 'ericnation.io');
ga('send', 'pageview');
</script>
</body>
</html>