-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·761 lines (573 loc) · 31.3 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
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
<!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>Bart Reyserhove - Owner - Celeg</title>
<meta name="description" content="">
<meta name="author" content="Bart Reyserhove">
<!-- 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/style.css">
<link rel="stylesheet" href="css/responsive.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/magnific-popup.css">
<link rel="stylesheet" href="assets/owl-carousel/owl.carousel.css">
<link rel="stylesheet" href="assets/owl-carousel/owl.theme.css">
<!-- Script
================================================== -->
<script src="js/modernizr.js"></script>
<!-- Favicons
================================================== -->
<link rel="shortcut icon" href="favicon.png" >
</head>
<body>
<!-- Preloader -->
<div id="preloader">
<div class="loader"></div>
</div><!--preloader end-->
<!-- Header
================================================== -->
<header id="home">
<nav id="m-nav">
<a class="mobile-btn" href="#m-nav" 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 Me</a></li>
<li><a class="smoothscroll" href="#resume">Resume</a></li>
<li><a class="smoothscroll" href="#portfolio">Projects</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 wow zoomIn">I'm <span>Bart Reyserhove</span></h1>
<h3 class="wow fadeInUp">I'm an experienced <span>Scrum Master</span> and <span>Agile Coach</span> with a strong technical background in <span>.NET</span> and <span>PHP</span>. <br> Scroll down to learn more <a class="smoothscroll" href="#about">about me</a>.</h3>
<hr />
</div>
</div>
<p class="scrolldown">
<a class="smoothscroll" href="#about"><i class="fa fa-angle-double-down"></i></a>
</p>
<div class="header-overlay"></div>
<!-- Social Section
================================================== -->
<div id="social">
<div class="row social-container">
<ul class="social">
<li><a href="https://twitter.com/bartreyserhove"><i class="fa fa-twitter"></i></a></li>
<li><a href="https://plus.google.com/110665561466607506228/posts"><i class="fa fa-google-plus"></i></a></li>
<li><a href="http://be.linkedin.com/in/bartreyserhove/en"><i class="fa fa-linkedin"></i></a></li>
<li><a href="skype:bart.reyserhove?call"><i class="fa fa-skype"></i></a></li>
</ul>
</div>
</div> <!-- Social End -->
</header> <!-- Header End -->
<!-- About Section
================================================== -->
<section id="about">
<div class="row bio-container">
<div class="twelve columns bio-inner">
<div class="six columns bio-left">
<div class="pp-container">
<img class="profile-pic wow zoomIn" src="images/bart_profile.jpg" alt="" />
<h2>Bart Reyserhove</h2>
<h3>Scrum Master/Coach</h3>
</div> <!-- Profile Picture -->
</div>
<div class="six columns main-col wow fadeIn">
<div class="arrow-left"></div>
<p>Working in software development since the year 2000 in a variety of different roles.
Ever since the start of my career I have been in software development. I started as a functional analyst without any development background and then moved on to learn how to code in C#.
Pretty early already I got bitten by the Agile way of doing projects. The first Agile project I did as a PM / Scrum Master (what's in a name) was back in 2006 and since then I have always been involved in Agile projects. Later on I also started coaching Agile teams that were making the transition from the traditional way of building software.
Currently I am working as an Agile PM / CTO for a small startup. That is a pretty broad role. It involves defining the roadmap for the product, helping the team with the planning, but also helping the team with technical architecture choices and even writing some code in PHP.
</p>
<div class="row">
<div class="six columns download">
<p>
<a href="#contact" class="button"><i class="fa fa-paper-plane"></i>Hire Me</a>
<a href="resume.pdf" class="button" target="_blank"><i class="fa fa-download"></i>Download Resume</a>
</p>
</div> <!-- Download Buttons -->
</div>
</div> <!-- end .main-col -->
</div>
</div>
</section> <!-- About Section End-->
<!-- Resume Section
================================================== -->
<section id="resume">
<h1 class="section-title wow fadeInDown">Resume</h1>
<!-- Education
=============================================== -->
<div class="row education">
<div class="three columns header-col">
<h2><span>Education</span></h2>
</div>
<div class="nine columns main-col">
<div class="education-timeline">
<ul class="timeline wow fadeInUp">
<li class="timeline-event">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<p class="timeline-event-thumbnail">1996 - 2000</p>
<h3>Vlekho</h3>
<h4>Master in Commercial Sciences</h4>
<p><strong>Computer Science & Engineering</strong><br>
Completed graduation from Vlekho with a minor in Computer Science. Graduated with distinction.</p>
</div>
</li>
</ul>
</div> <!-- Education Timeline End -->
</div> <!-- main-col end -->
</div> <!-- End Education -->
<!-- Work
========================================= -->
<div class="row work">
<div class="three columns header-col">
<h2><span>Employment</span></h2>
</div>
<div class="nine columns main-col">
<div class="work-timeline">
<ul class="timeline">
<li class="timeline-event">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<p class="timeline-event-thumbnail">May 2014 - Present</p>
<h3>TagTagCity</h3>
<h4>Agile PM - CTO</h4>
<p>TagTagCity is a small startup that has 2 products: a mobile web site generator (mobiloptim.com) and a native mobile app for municipalities (mobicities.be)
In my role as Agile PM and CTO I define the roadmap for the product in collaboration with the company’s board of directors and I plan and follow up the work together with the team. I am also responsible for the technical decisions regarding the product.
We use Scrum as a methodology and work in weekly sprints.
From a technology perspective we use PHP and the <a href="http://laravel.com">Laravel framework</a> and run both of our products on the Azure cloud.
</p>
</div>
</li>
<li class="timeline-event">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<p class="timeline-event-thumbnail">May 2013 - April 2014</p>
<h3>RealDolmen</h3>
<h4>Unit Manager / Scrum coach</h4>
<p> In May 2013 I joined RealDolmen as a unit manager of the Microsoft Competence Center. In that role I was responsible for a group of 80 Microsoft consultants. My main activities were competence development, recruitment, resource planning, budgeting and forecasting, (pre)sales. </br>
Next to that I was active as a Scrum coach and trainer. I continued to work for Barco to help them to roll out Scrum in a large division spread over different countries.
</p>
</div>
</li>
<li class="timeline-event">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<p class="timeline-event-thumbnail">2006 - April 2013</p>
<h3>Capgemini</h3>
<h4>IT Consultant</h4>
<p>Between 2006 and 2013 I worked as an IT consultant for Capgemini in a variety of different roles. Jump to <a href="#portfolio">projects to learn more about the projects I contributed to</a></p>
</div>
</li>
<li class="timeline-event">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<p class="timeline-event-thumbnail">2003 - 2006</p>
<h3>Agfa</h3>
<h4>Developer - Team leader</h4>
<p>Within the radiology information systems product team my team was responsible for the reporting and speech modules. Reporting in this sense must be seen as the activities a radiologist performs on a radiological study. In this process the radiologist can be assisted by speech technology. My team was responsible for the analysis and development of new features in that area of the product, the integration with the third party speech API (Philips). I was the team leader of the development team. In that role I took part in the development of the solution, but also coached the other developers and acted as a single point of contact for the stakeholders of our team (testing, helpdesk, and product managers)</p>
</div>
</li>
<li class="timeline-event">
<label class="timeline-event-icon"></label>
<div class="timeline-event-copy">
<p class="timeline-event-thumbnail">2000 - 2003</p>
<h3>Truvo</h3>
<h4>ICT Management Trainee</h4>
<p>Within Promedia I was mainly responsible for the functional analysis for a sales supporting tool. Besides that I was also responsible for the coordination of the development that was done by a third party and I coordinated the user acceptance tests.
The project was delivered on time and the product was successfully used by approximately 400 sales representatives in the organisation.
</p>
</div>
</li>
</ul>
</div> <!-- Work Timeline End -->
</div> <!-- main-col end -->
</div> <!-- End Work -->
<!-- Skills
=============================================== -->
<div class="row skill">
<div class="three columns header-col">
<h2><span>Skills</span></h2>
</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.
</p>
<div class="bars">
<ul class="skills">
<li><span class="bar-expand scrum wow fadeInLeft"></span><em>Scrum</em></li>
<li><span class="bar-expand management30 wow fadeInLeft"></span><em>Management 3.0</em></li>
<li><span class="bar-expand dotnet wow fadeInLeft"></span><em>.NET</em></li>
<li><span class="bar-expand php wow fadeInLeft"></span><em>PHP</em></li>
<li><span class="bar-expand change wow fadeInLeft"></span><em>Change Management</em></li>
<li><span class="bar-expand functional wow fadeInLeft"></span><em>Functional Analysis</em></li>
</ul>
</div><!-- end skill-bars -->
</div> <!-- main-col end -->
</div> <!-- End skills -->
</section> <!-- Resume Section End-->
<!-- Portfolio Section
================================================== -->
<section id="portfolio">
<div class="row">
<div class="twelve columns collapsed">
<h1 class="section-title wow fadeInDown">Projects and Customers</h1>
<!-- portfolio-wrapper -->
<div id="portfolio-wrapper" class="bgrid-quarters s-bgrid-thirds cf wow fadeIn">
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-01" title="">
<img alt="" src="images/tagtagcity.png">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>TagTagCity</h5>
<p>2014 - present</p>
</div>
</div>
<div class="link-icon"><i class="fa fa-plus fa-2x"></i></div>
</a>
</div>
</div> <!-- item end -->
<div class="columns portfolio-item">
<div class="item-wrap">
<a href="#modal-02" title="">
<img alt="" src="images/barco.jpg">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Barco</h5>
<p>Scrum Coaching (2012 - 2014)</p>
</div>
</div>
<div class="link-icon"><i class="fa fa-plus fa-2x"></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/belfius.jpg">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Belfius Insurance</h5>
<p>Scrum coaching (2012)</p>
</div>
</div>
<div class="link-icon"><i class="fa fa-plus fa-2x"></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/euroclear.jpg">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>ING</h5>
<p>Scrum Coaching</p>
</div>
</div>
<div class="link-icon"><i class="fa fa-plus fa-2x"></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/ing.jpg">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Portfolio Title</h5>
<p>Branding</p>
</div>
</div>
<div class="link-icon"><i class="fa fa-plus fa-2x"></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/capgemini.jpg">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Portfolio Title</h5>
<p>Photography</p>
</div>
</div>
<div class="link-icon"><i class="fa fa-plus fa-2x"></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/athlon.png">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Portfolio Title</h5>
<p>Illustrration</p>
</div>
</div>
<div class="link-icon"><i class="fa fa-plus fa-2x"></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/bcargo.jpeg">
<div class="overlay">
<div class="portfolio-item-meta">
<h5>Portfolio Title</h5>
<p>Web Development</p>
</div>
</div>
<div class="link-icon"><i class="fa fa-plus fa-2x"></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/mobiloptim.png" alt="MobilOptim" />
<div class="description-box">
<h4>MobilOptim - MobiCities</h4>
<p>At TagTagCity I was end to end responsible for the product development of the entire product portfolio.</p>
<span class="categories"><i class="fa fa-tag"></i>Scrum Master, CTO</span>
</div>
<div class="link-box">
<a class="popup-modal-dismiss button btn-close">Close</a>
</div>
</div><!-- modal-01 End -->
<div id="modal-02" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="images/cinecare.jpg" alt="" />
<div class="description-box">
<h4>Helping Barco with Scrum</h4>
<p>I started working for Barco on the Cinecare team. That team already started with Scrum but after I gave them a Scrum intro training they realised there were many things that could be improved. I helped them to to take their Scrum way of working to the next level. </br>
After this first assignment at Barco I also coached teams in Liège, Kortrijk, Karlsruhe and Noida on Scrum and Agile in general.</p>
<span class="categories"><i class="fa fa-tag"></i>Scrum coaching</span>
</div>
<div class="link-box">
<a class="popup-modal-dismiss button btn-close">Close</a>
</div>
</div><!-- modal-02 End -->
<div id="modal-03" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="http://placehold.it/640x427" alt="" />
<div class="description-box">
<h4>Scrum at Belfius Insurance</h4>
<p>One of the Belfius Insurance departments was interested in transforming their traditional way of working towards Scrum. I helped them to start with this new way of working and coached the teams in the first couple of months.</p>
<span class="categories"><i class="fa fa-tag"></i>Scrum coacching</span>
</div>
<div class="link-box">
<a class="popup-modal-dismiss button btn-close">Close</a>
</div>
</div><!-- modal-03 End -->
<div id="modal-04" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="http://placehold.it/640x427" alt="" />
<div class="description-box">
<h4>This is title</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>Photography</span>
</div>
<div class="link-box">
<a href="#" class="button">Live Demo</a>
<a class="popup-modal-dismiss button btn-close">Close</a>
</div>
</div><!-- modal-04 End -->
<div id="modal-05" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="http://placehold.it/640x427" alt="" />
<div class="description-box">
<h4>This is title</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>Branding, Webdesign</span>
</div>
<div class="link-box">
<a href="#" class="button">Live Demo</a>
<a class="popup-modal-dismiss button btn-close">Close</a>
</div>
</div><!-- modal-05 End -->
<div id="modal-06" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="http://placehold.it/640x427" alt="" />
<div class="description-box">
<h4>This is title</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>Photography</span>
</div>
<div class="link-box">
<a href="#" class="button">Live Demo</a>
<a class="popup-modal-dismiss button btn-close">Close</a>
</div>
</div><!-- modal-06 End -->
<div id="modal-07" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="http://placehold.it/640x427" alt="" />
<div class="description-box">
<h4>This is title</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>Branding, Illustration</span>
</div>
<div class="link-box">
<a href="#" class="button">Live Demo</a>
<a class="popup-modal-dismiss button btn-close">Close</a>
</div>
</div><!-- modal-07 End -->
<div id="modal-08" class="popup-modal mfp-hide">
<img class="scale-with-grid" src="http://placehold.it/640x427" alt="" />
<div class="description-box">
<h4>This is title</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>Webdesign, Photography</span>
</div>
<div class="link-box">
<a href="#" class="button">Live Demo</a>
<a class="popup-modal-dismiss button btn-close">Close</a>
</div>
</div><!-- modal-01 End -->
</div> <!-- row End -->
</section> <!-- Portfolio Section End-->
<!-- Call-To-Action Section
================================================== -->
<section id="call-to-action">
<div class="row">
<div class="two columns header-col">
<h1 class="wow fadeInLeft">
<span><i class="fa fa-paper-plane fa-5x pull-left fa-fw"></i></span>
</h1>
</div>
<div class="seven columns">
<h2 class="wow zoomIn">Hire me for your awesome project</h2>
<p>I am available for Freelance projects that depends on your project value. Hire me and get your project done!</p>
</div>
<div class="three columns action wow fadeIn">
<a href="#contact" class="button">Hire me Now</a>
</div>
</div>
</section> <!-- Call-To-Action Section End-->
<!-- Testimonials Section
================================================== -->
<section id="testimonials">
<div class="text-container">
<div class="row">
<div class="twelve columns flex-container">
<h1 class="section-title wow fadeInDown">Client Testimonials</h1>
<div id="testimonial-slides" class="owl-carousel">
<div>
<blockquote><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer</p>
<cite> Jonathan Doe</cite>
</blockquote>
</div> <!-- Single testimonial -->
<div>
<blockquote><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer</p>
<cite> Jane Doe</cite>
</blockquote>
</div> <!-- Single testimonial -->
<div>
<blockquote><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer</p>
<cite> John Doe</cite>
</blockquote>
</div> <!-- Single testimonial -->
</div> <!-- Owl Carousel End -->
</div> <!-- Testimonial-container ends -->
</div> <!-- row ends -->
</div> <!-- text-container ends -->
</section> <!-- Testimonials Section End-->
<!-- Contact Section
================================================== -->
<section id="contact">
<div class="row section-head">
<div class="twelve columns">
<h1 class="section-title wow fadeInDown">Get In Touch</h1>
<p class="lead">Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, voluptatem quia voluptas sit aspernatur aut odit aut fugit. </p>
</div>
</div> <!-- Section head -->
<div class="row">
<div class="five columns">
<div class="form-container wow fadeIn">
<!-- form -->
<form action="#" method="post" id="contactForm" name="contactForm">
<fieldset>
<div>
<input type="text" placeholder="Name" value="" size="35" id="contactName" name="contactName">
</div>
<div>
<input type="text" placeholder="Email" value="" size="35" id="contactEmail" name="contactEmail">
</div>
<div>
<input type="text" placeholder="Subject" value="" size="35" id="contactSubject" name="contactSubject">
</div>
<div>
<textarea cols="5" rows="5" placeholder="Message" id="contactMessage" name="contactMessage"></textarea>
</div>
<div>
<!-- contact-warning -->
<div id="message-warning"> Error boy</div>
<button class="submit">Submit</button>
<span id="image-loader">
<img alt="" src="images/loader.gif">
</span>
</div>
</fieldset>
</form> <!-- Form End -->
<!-- contact-success -->
<div id="message-success">
<i class="fa fa-check"></i>Your message was sent, thank you!<br>
</div>
</div> <!-- Form Container End -->
</div>
<div class="seven columns">
<!-- <h1><span>Find me on Google Map</span></h1> -->
<!-- Start Google Map -->
<div id="map"></div>
<!-- End -->
</div> <!-- Row ends-->
</div> <!-- Row ends-->
</section> <!-- Contact Section End-->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="twelve columns">
<ul class="social-links">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-google-plus"></i></a></li>
<li><a href="#"><i class="fa fa-linkedin"></i></a></li>
<li><a href="#"><i class="fa fa-instagram"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
<li><a href="#"><i class="fa fa-skype"></i></a></li>
</ul>
<ul class="copyright">
<li>John Doe © Copyright 2014, All Rights Reserved</li>
</ul>
</div>
<div id="go-top"><a class="smoothscroll" title="Back to Top" href="#home"><i class="fa fa-chevron-up"></i></a></div>
</div>
</footer> <!-- Footer End-->
<!-- Java Script
================================================== -->
<script src="js/jquery-2.1.1.min.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
<script src="js/gmaps.js"></script>
<script src="assets/owl-carousel/owl.carousel.min.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/wow.min.js"></script>
<script src="js/jquery.nicescroll.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>