-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·739 lines (529 loc) · 28.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
<!DOCTYPE html>
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="en"> <!--<![endif]-->
<head>
<!--- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Jonny Marshall - Full Stack Developer</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<!-- CSS
================================================== -->
<link rel="stylesheet" href="css/default.css">
<link rel="stylesheet" href="css/layout.css">
<link rel="stylesheet" href="css/media-queries.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- Script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.png" >
</head>
<body>
<!-- Header
================================================== -->
<header id="home">
<nav id="nav-wrap">
<a class="mobile-btn" href="#nav-wrap" title="Show navigation">Show navigation</a>
<a class="mobile-btn" href="#" title="Hide navigation">Hide navigation</a>
<ul id="nav" class="nav">
<li class="current"><a class="smoothscroll" href="#home">Home</a></li>
<li><a class="smoothscroll" href="#about">About</a></li>
<li><a class="smoothscroll" href="#resume">Resume</a></li>
<li><a class="smoothscroll" href="#portfolio">Portfolio</a></li>
<li><a class="smoothscroll" href="#testimonials">Testimonials</a></li>
<li><a class="smoothscroll" href="#contact">Contact</a></li>
</ul> <!-- end #nav -->
</nav> <!-- end #nav-wrap -->
<div class="row banner">
<div class="banner-text">
<h1 class="responsive-headline">I'm Jonny Marshall.</h1>
<h3>
I'm a <span>fullstack web developer</span>.<br>
Learn more <a class="smoothscroll" href="#about">about me</a>.
</h3>
<ul class="social">
<li><a href="https://twitter.com/jonnymarshall3"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://github.com/jonnymarshall"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/jonnymarshall3"><i class="fa fa-linkedin"></i></a></li>
<!-- <li><a href="#"><i class="fa fa-instagram"></i></a></li> -->
</ul>
</div>
</div>
<p class="scrolldown">
<a class="smoothscroll" href="#about"><i class="icon-down-circle"></i></a>
</p>
</header> <!-- Header End -->
<!-- About Section
================================================== -->
<section id="about">
<div class="row">
<div class="three columns">
<img class="profile-pic" src="https://avatars1.githubusercontent.com/u/42963069?s=400&u=45e22ca96dba1cc1d36767e81d38b006df3bcd28&v=4" alt="" />
</div>
<div class="nine columns main-col">
<h2>About Me</h2>
<p>
Hi, I’m Jonny.<br>
I am a web developer with <strong>three years of front end web development experience</strong> using HTML, CSS & Javascript, and a further <strong>18 months experience</strong> building <strong>fullstack web applications</strong> with Ruby-on-Rails.<br>
I have an extensive background in motion graphics and video editing and can add bring added value through having a <strong>good eye for visual design.</strong><br>
I am open to freelance and permanent job opportunities.
</p>
<!-- <p>After studying <strong>Cinema and Photography</strong> at the <strong>University of Leeds</strong>, UK, I was eager to pack up my things, move to London, and kick off my career as a <strong>creative filmmker</strong> in <strong>London's thriving creative industy</strong>.
<br>
After a fantastic <strong>six years</strong> working on everything from <strong>TV commercials</strong>, <strong>online content</strong>, <strong>pitch films</strong>, <strong>social campaigns</strong>, and everything in between, I began to realise that <strong>there was an itch that I couldn't quite scratch</strong> - my <strong>deep love of technology</strong>.
<br>
I have always been obsessed with <strong>apps</strong>, <strong>startups</strong>, <strong>innovative technology</strong>, and I am a big proponent of <strong>cryptocurrency</strong> and the <strong>sharing economy</strong>.
<br>
After spending some time trying to work with others to <strong>build app and website ideas</strong> that were <strong>burning away in my imagination</strong>, I finally realised that if I wanted to shift into the tech world, it was time to <strong>learn to code</strong>. So, at the end of 2018, I packed up my things and jetted off to Lisbon to complete the LeWagon full-stack coding bootcamp.
<br>
Since then I have been <strong>traveling around Asia</strong> whilst working away on a few projects, spending <strong>countless hours buried in code</strong> and drowning in stack overflow tabs!
<br>
Thankfully this has given me the opportunity to <strong>build up my <a class="smoothscroll" href="#portfolio">portfolio</a></strong> and given me great confidence that <strong>I am ready to join a talented team</strong>, <strong>contribute my skills</strong> and <strong>continue to learn and progress in this exciting industry</strong>.
</p> -->
<!-- <div class="row">
<div class="columns contact-details">
<h2>Contact Details</h2>
<p class="address">
<span>Jonathan Doe</span><br>
<span>1600 Amphitheatre Parkway<br>
Mountain View, CA 94043 US
</span><br>
<span>(123)456-7890</span><br>
<span>anyone@website.com</span>
</p>
</div>
<div class="columns download">
<p>
<a href="#" class="button"><i class="fa fa-download"></i>Download Resume</a>
</p>
</div>
</div> --><!-- end row -->
</div> <!-- end .main-col -->
</div>
</section> <!-- About Section End-->
<!-- Resume Section
================================================== -->
<section id="resume">
<!-- Skills
----------------------------------------------- -->
<div class="row skill">
<div class="three columns header-col">
<h1><span>Skills</span></h1>
</div>
<div class="nine columns main-col">
<!-- <p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam,
eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam
voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione
voluptatem sequi nesciunt.
</p> -->
<div class="bars">
<ul class="skills">
<li><span class="bar-expand ruby"></span><em>Ruby/Rails</em></li>
<li><span class="bar-expand html"></span><em>HTML</em></li>
<li><span class="bar-expand css"></span><em>CSS/Sass</em></li>
<li><span class="bar-expand javascript"></span><em>Javascript/React/Stimulus</em></li>
<li><span class="bar-expand sql"></span><em>Postgres/SQL</em></li>
<li><span class="bar-expand heroku"></span><em>Heroku</em></li>
<li><span class="bar-expand photoshop"></span><em>Photoshop/After Effects</em></li>
</ul>
</div><!-- end skill-bars -->
</div> <!-- main-col end -->
</div> <!-- End skills -->
<!-- Work
----------------------------------------------- -->
<div class="row work">
<div class="three columns header-col">
<h1><span>Work</span></h1>
</div>
<div class="nine columns main-col">
<div class="row item">
<div class="twelve columns">
<h3>Freelance Web Developer</h3>
<p class="info">Honest Fox<span>•</span> <em class="date">Jan 2020 - Feb 2020</em></p>
<p>
Front-end web development / Responsive web development / JavaScript animation<br>
<strong>Technologies</strong> >> HTML / Sass CSS / JavaScript / Bendid / Nunjucks/ InnuitCSS
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>Freelance Editor & Motion Graphics Designer</h3>
<p class="info">Freelance<span>•</span> <em class="date">Jan 2015 - Oct 2019</em></p>
<p>
Production Management / Senior Editing / Motion Design / Post-production Supervising / Technical Supervising<br>
<strong>Agencies</strong> >> Adam&EveDDB / VCCP / Havas / The&Partnership / Droga5 / The Specialist Works / UM Media<br>
<strong>Clients</strong> >> Sony / John Lewis / Lloyds / Tripadvisor / Adidas / Compare the Market
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>Creative Filmmaker</h3>
<p class="info">DLKW Lowe<span>•</span> <em class="date">Oct 2013 - Jan 2015</em></p>
<p>
Film production / Editing / Motion Graphics / Conceptualisation / Technical Management<br>
<strong>Clients</strong> >> Unilever / SEAT / Diagio / Lenovo / Morrisons / Diagio / Lenovo
</p>
</div>
</div> <!-- item end -->
</div> <!-- main-col end -->
</div> <!-- End Work -->
<!-- Education
----------------------------------------------- -->
<div class="row education">
<div class="three columns header-col">
<h1><span>Education</span></h1>
</div>
<div class="nine columns main-col">
<div class="row item">
<div class="twelve columns">
<h3>LeWagon</h3>
<p class="info">Full-stack coding bootcamp <span>•</span> <em class="date">Oct 2018 - Dec 2018</em></p>
<p>
Ruby, Javascript, HTML & CSS / Software engineering and database architecture / Collaboration on Github / Technical workflow / Heroku, Stripe, Mandrill, Algolia and other tools for integrating advanced features
</p>
</div>
</div> <!-- item end -->
<div class="row item">
<div class="twelve columns">
<h3>University of Leeds</h3>
<p class="info">B.A. Cinema & Photography (First Class Honours) <span>•</span> <em class="date">2010 - 2013</em></p>
<p>
Filmmaking & screenwriting / Digital photography / Editing and Graphic Design / Media and communication studies / Audio-visual engineering and broadcasting
</p>
</div>
</div> <!-- item end -->
</div> <!-- main-col end -->
</div> <!-- End Education -->
</section> <!-- Resume Section End-->
<!-- Portfolio Section
================================================== -->
<section id="portfolio">
<div class="row">
<div class="twelve columns collapsed">
<h1>Portfolio</h1>
<!-- portfolio-wrapper -->
<div id="portfolio-wrapper" class="bgrid-quarters s-bgrid-thirds cf">
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-02" title="">
<img alt="" src="images/portfolio/remotekick.png">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>RemoteKick</h5>
<p>Remote working platform for digital nomads</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-03" title="">
<img alt="" src="images/portfolio/fiduciary.png">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Fiduciary</h5>
<p>Marketing site</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-04" title="">
<img alt="" src="images/portfolio/editing_zero_to_hero.png">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Editing: Zero to Hero</h5>
<p>Video training course website</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-01" title="">
<img alt="" src="images/portfolio/borrowbox.png">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Borrowbox</h5>
<p>Lending & Borrowing Platform</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div><!-- item end -->
<!-- <div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-05" title="">
<img alt="" src="images/portfolio/farmerboy.jpg">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Farmer Boy</h5>
<p>Branding</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div> --> <!-- item end -->
<!-- <div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-06" title="">
<img alt="" src="images/portfolio/girl.jpg">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Girl</h5>
<p>Photography</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div> --> <!-- item end -->
<!-- <div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-07" title="">
<img alt="" src="images/portfolio/origami.jpg">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Origami</h5>
<p>Illustrration</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div> --> <!-- item end -->
<!-- <div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-08" title="">
<img alt="" src="images/portfolio/retrocam.jpg">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Retrocam</h5>
<p>Web Development</p>
</div>
</div>
<div class="link-icon"><i class="icon-plus"></i></div>
</a>
</div>
</div> --> <!-- item end -->
</div> <!-- portfolio-wrapper end -->
</div> <!-- twelve columns end -->
<!-- Modal Popup
--------------------------------------------------------------- -->
<div id="modal-01" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/m-borrowbox.png" alt="" />
<div class="description-box">
<h4>Borrowbox</h4>
<p>Borrowbox was my first ever RoR project, a lending and borrowing platform completed during my coding bootcamp at LeWagon.
Technologies include Ruby-on-Rails, Devise, ActiveRecord, PostgreSQL, Heroku, Bootstrap & Vanilla Javascript.
</p>
<span class="categories"><i class="fa fa-tag"></i>Webapp</span>
</div>
<div class="link-box">
<a href="http://www.borrowbox.app">View</a>
<a class="popup-modal-dismiss">Close</a>
</div>
</div><!-- modal-01 End -->
<div id="modal-02" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/m-remotekick.png" alt="" />
<div class="description-box">
<h4>RemoteKick</h4>
<p>RemoteKick is a passion project which allows students, digital nomads and all types of remote workers to find the perfect cafe or coworking space.
Technologies include Ruby-on-Rails, Devise, RSpec, ActiveRecord, PostgreSQL, Heroku, Bulma CSS, AJAX & Stimulus JS.</p>
<span class="categories"><i class="fa fa-tag"></i>Webapp</span>
</div>
<div class="link-box">
<a href="http://www.remotekick.com">View</a>
<a class="popup-modal-dismiss">Close</a>
</div>
</div><!-- modal-02 End -->
<div id="modal-03" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/m-fiduciary.png" alt="" />
<div class="description-box">
<h4>Fiduciary</h4>
<p>I created this fully responsive static marketing site for Australian financial services startup Fiduciary.
Technologies include HTML, SCSS, InnuitCSS, Vanilla Javascript, GreenSock/GSAP, ScrollMagic & the Nunjucks templating system.</p>
<span class="categories"><i class="fa fa-tag"></i>Website</span>
</div>
<div class="link-box">
<a href="https://fiduciary-marketing-site.netlify.app/">View</a>
<a class="popup-modal-dismiss">Close</a>
</div>
</div><!-- modal-03 End -->
<div id="modal-04" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/m-editing_zero_to_hero.png" alt="" />
<div class="description-box">
<h4>Editing: Zero to Hero</h4>
<p>A fully responsive website for a video training course.
Technologies include Ruby-on-Rails, Devise, ActiveRecord, PostgreSQL, Bootstrap CSS, AJAX & React.</p>
<span class="categories"><i class="fa fa-tag"></i>In development</span>
</div>
<div class="link-box">
<!-- <a href="https://wifiwarriors.herokuapp.com/">View</a> -->
<a class="popup-modal-dismiss">Close</a>
</div>
</div><!-- modal-04 End -->
<div id="modal-05" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/m-farmerboy.jpg" alt="" />
<div class="description-box">
<h4>Farmer Boy</h4>
<p>Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.</p>
<span class="categories"><i class="fa fa-tag"></i>Webapp</span>
</div>
<div class="link-box">
<a href="http://www.behance.net">Details</a>
<a class="popup-modal-dismiss">Close</a>
</div>
</div><!-- modal-05 End -->
<!-- <div id="modal-06" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/m-girl.jpg" alt="" />
<div class="description-box">
<h4>Girl</h4>
<p>Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.</p>
<span class="categories"><i class="fa fa-tag"></i>Webapp</span>
</div>
<div class="link-box">
<a href="http://www.behance.net">Details</a>
<a class="popup-modal-dismiss">Close</a>
</div>
</div> --><!-- modal-06 End -->
<!-- <div id="modal-07" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/m-origami.jpg" alt="" />
<div class="description-box">
<h4>Origami</h4>
<p>Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.</p>
<span class="categories"><i class="fa fa-tag"></i>Webapp</span>
</div>
<div class="link-box">
<a href="http://www.behance.net">Details</a>
<a class="popup-modal-dismiss">Close</a>
</div>
</div> --><!-- modal-07 End -->
<!-- <div id="modal-08" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/portfolio/modals/m-retrocam.jpg" alt="" />
<div class="description-box">
<h4>Retrocam</h4>
<p>Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.</p>
<span class="categories"><i class="fa fa-tag"></i>Webapp</span>
</div>
<div class="link-box">
<a href="http://www.behance.net">Details</a>
<a class="popup-modal-dismiss">Close</a>
</div>
</div> --><!-- modal-08 End -->
</div> <!-- row End -->
</section> <!-- Portfolio Section End-->
<!-- Testimonials Section
================================================== -->
<section id="testimonials">
<div class="text-container">
<div class="row">
<div class="two columns header-col">
<h1><span>Client Testimonials</span></h1>
</div>
<div class="ten columns flex-container">
<div class="flexslider">
<ul class="slides">
<li>
<blockquote>
<p>Jonny is a forward-thinking, logical and an extremely creative professional. Always ensuring that all work produced is exactly as briefed and usually even better than imagined.
<br>
His focus and attention to detail is second to none, developing more ideas to enhance the final product. He's always committed to doing an excellent job whatever the project, taking leadership of the project enthusiastically and using his own strong initiative for efficiency in time, resources and workflows.
<br>
It was always great working with him.
</p>
<cite>Natasha Odoi, Producer, The Specialist Works</cite>
</blockquote>
</li> <!-- slide ends -->
<li>
<blockquote>
<p>Jonny is one of the most talented and hard-working people I’ve worked with. He’s pleasure to be around and always delivers above and beyond a brief.
</p>
<cite>Sam Jones, Producer, Ewanme</cite>
</blockquote>
</li> <!-- slide ends -->
</ul>
</div> <!-- div.flexslider ends -->
</div> <!-- div.flex-container ends -->
</div> <!-- row ends -->
</div> <!-- text-container ends -->
</section> <!-- Testimonials Section End-->
<!-- Contact Section
================================================== -->
<section id="contact">
<div class="row">
<!-- <div class="three columns">
<img class="profile-pic" src="https://avatars1.githubusercontent.com/u/42963069?s=400&u=45e22ca96dba1cc1d36767e81d38b006df3bcd28&v=4" alt="" />
</div> -->
<div>
<h2 style="color: white;">Contact</h2>
<p style="color: white;">
I am happy to speak to anyone about job opportunities, freelance work, founder "dating" or even just for a chat. Feel free to <a href = "mailto:hello@jonnymarshall.com">get in touch</a>.
</p>
<!-- <div class="row">
<div class="columns contact-details">
<h2>Contact Details</h2>
<p class="address">
<span>Jonathan Doe</span><br>
<span>1600 Amphitheatre Parkway<br>
Mountain View, CA 94043 US
</span><br>
<span>(123)456-7890</span><br>
<span>anyone@website.com</span>
</p>
</div>
<div class="columns download">
<p>
<a href="#" class="button"><i class="fa fa-download"></i>Download Resume</a>
</p>
</div>
</div> --><!-- end row -->
</div> <!-- end .main-col -->
</div>
</section>
<!-- Contact Section End-->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="twelve columns">
<ul class="social-links">
<li><a href="https://twitter.com/jonnymarshall3"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://github.com/jonnymarshall"><i class="fa fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/jonnymarshall3"><i class="fa fa-linkedin"></i></a></li>
<!-- <li><a href="#"><i class="fa fa-instagram"></i></a></li> -->
</ul>
</div>
<div id="go-top"><a class="smoothscroll" title="Back to Top" href="#home"><i class="icon-up-open"></i></a></div>
</div>
</footer> <!-- Footer End-->
<!-- Java Script
================================================== -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.10.2.min.js"><\/script>')</script>
<script type="text/javascript" src="js/jquery-migrate-1.2.1.min.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/waypoints.js"></script>
<script src="js/jquery.fittext.js"></script>
<script src="js/magnific-popup.js"></script>
<script src="js/init.js"></script>
</body>
</html>