-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-paris.html
824 lines (717 loc) · 34.4 KB
/
index-paris.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Gaze | Home Paris</title>
<meta charset="utf-8">
<!--[if IE]><meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'><![endif]-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="">
<!-- Google Fonts -->
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,600,700%7COpen+Sans:400,400i,700%7CNoto+Serif:400i' rel='stylesheet'>
<!-- Css -->
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/magnific-popup.css" />
<link rel="stylesheet" href="revolution/css/settings.css" />
<link rel="stylesheet" href="css/font-icons.css" />
<link rel="stylesheet" href="css/rev-slider.css" />
<link rel="stylesheet" href="css/sliders.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/colors/red.css" />
<!-- Favicons -->
<link rel="shortcut icon" href="img/favicon.ico">
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="img/apple-touch-icon-114x114.png">
</head>
<body class="relative onepage angles" data-spy="scroll" data-offset="60" data-target=".navbar-fixed-top">
<!-- Preloader -->
<div class="loader-mask">
<div class="loader">
<div></div>
<div></div>
</div>
</div>
<main class="main-wrapper oh">
<header class="nav-type-1 transparent sticky-on-mobile">
<nav class="navbar navbar-fixed-top">
<div class="navigation" id="sticky-nav">
<div class="container relative">
<div class="row">
<div class="navbar-header">
<!-- Logo -->
<div class="logo-container">
<div class="logo-wrap local-scroll">
<a href="#home">
<img class="logo-dark" src="img/logo_dark.png" alt="logo">
<img class="logo" src="img/logo_light.png" alt="logo">
</a>
</div>
</div>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div> <!-- end navbar-header -->
<div class="nav-wrap right">
<div class="collapse navbar-collapse text-center" id="navbar-collapse">
<ul class="nav navbar-nav local-scroll navbar-right" id="onepage-nav">
<li class="active">
<a href="#home">Home</a>
</li>
<li>
<a href="#services">Services</a>
</li>
<li>
<a href="#about">About Us</a>
</li>
<li>
<a href="#portfolio">Works</a>
</li>
<li>
<a href="#blog">blog</a>
</li>
<li>
<a href="#contact">Contact</a>
</li>
<li>
<a href="../select_demo/index.html">All Demos</a>
</li>
</ul> <!-- end menu -->
</div> <!-- end collapse -->
</div> <!-- end col -->
</div> <!-- end row -->
</div> <!-- end container -->
</div> <!-- end navigation -->
</nav> <!-- end navbar -->
</header>
<div class="content-wrapper oh">
<!-- Revolution Slider -->
<section>
<div class="rev_slider_wrapper" id="home">
<div class="rev_slider" id="slider2">
<ul>
<!-- SLIDE 1 -->
<li data-fstransition="fade"
data-transition="fade"
data-slotamount="1"
data-masterspeed="1000"
data-delay="70000"
data-title="Creative Minimalism">
<!-- MAIN IMAGE -->
<img src="img/revolution/paris_hero.jpg"
alt=""
data-kenburns="on"
data-bgposition="right center"
data-bgpositionend="left center"
data-bgrepeat="no-repeat"
data-bgfit="cover"
data-bgparallax="7"
data-duration="250000"
data-scalestart="100"
data-scaleend="150"
class="rev-slidebg"
>
<!-- LAYER NR. 1 -->
<div class="tp-caption hero-text uppercase"
data-x="30"
data-y="center"
data-voffset="[-160,-160,-160,-150]"
data-fontsize="[48,44,40,36]"
data-transform_idle="o:1;s:700"
data-transform_in="x:[-100%];opacity:0;s:1000;e:Power3.easeInOut;"
data-transform_out="x:[-100%];opacity:0;s:1000;e:Power3.easeInOut;"
data-mask_in="x:0px;y:0px;s:inherit;e:inherit;"
data-mask_out="x:inherit;y:inherit;s:inherit;"
data-start="1000"
data-elementdelay="0.01">Welcome
</div>
<!-- LAYER NR. 2 -->
<div class="tp-caption hero-text uppercase"
data-x="30"
data-y="center"
data-voffset="[-105,-105,-105,-110]"
data-fontsize="[48,44,40,36]"
data-transform_idle="o:1;s:700"
data-transform_in="x:[-100%];opacity:0;s:1000;e:Power3.easeInOut;"
data-transform_out="x:[-100%];opacity:0;s:1000;e:Power3.easeInOut;"
data-mask_in="x:0px;y:0px;s:inherit;e:inherit;"
data-mask_out="x:inherit;y:inherit;s:inherit;"
data-start="1000"
data-elementdelay="0.01">To The Gaze
</div>
<!-- LAYER NR. 3 -->
<div class="tp-caption hero-text uppercase"
data-x="30"
data-y="center"
data-voffset="[-50,-50,-50,-70]"
data-fontsize="[48,44,40,36]"
data-transform_idle="o:1;s:700"
data-transform_in="x:[-100%];opacity:0;s:1000;e:Power3.easeInOut;"
data-transform_out="x:[-100%];opacity:0;s:1000;e:Power3.easeInOut;"
data-mask_in="x:0px;y:0px;s:inherit;e:inherit;"
data-mask_out="x:inherit;y:inherit;s:inherit;"
data-start="1000"
data-elementdelay="0.01">Creative Theme
</div>
<!-- LAYER NR. 4 -->
<div class="tp-caption medium-text"
data-x="30"
data-y="center"
data-voffset="[18,18,18,5]"
data-fontsize="[18,18,18,18]"
data-width="[none,none,none,380]"
data-whitespace="[nowrap, nowrap, nowrap, normal]"
data-transform_idle="o:1;s:700"
data-transform_in="x:[-100%];opacity:0;s:1000;e:Power3.easeInOut;"
data-transform_out="x:[-100%];opacity:0;s:1000;e:Power3.easeInOut;"
data-mask_in="x:0px;y:0px;s:inherit;e:inherit;"
data-mask_out="x:inherit;y:inherit;s:inherit;"
data-start="1000"
data-elementdelay="0.01">You can build awesome website with great user experience.<br> Multi-purpose solution for your business.
</div>
<!-- LAYER NR. 5 -->
<div class="tp-caption tp-resizeme"
data-x="left"
data-y="center"
data-voffset="[103, 103, 103, 96]"
data-hoffset="[30]"
data-lineheight="[40]"
data-transform_idle="o:1;s:500"
data-transform_in="opacity:0;s:1000;e:Power3.easeInOut;"
data-transform_out="opacity:0;s:1000;e:Power3.easeInOut;"
data-mask_in="x:0px;y:0px;s:inherit;e:inherit;"
data-mask_out="x:inherit;y:inherit;s:inherit;"
data-start="1200"
data-elementdelay="0.01"
data-linktoslide="next"><a href='#' class='btn btn-lg btn-color'><span>Purchase Now</span></a>
</div>
<!-- LAYER NR. 6 -->
<div class="tp-caption tp-resizeme"
data-x="left"
data-y="center"
data-voffset="[103, 103, 103, 96]"
data-hoffset="[240, 240, 240, 220]"
data-lineheight="[40]"
data-transform_idle="o:1;s:500"
data-transform_in="opacity:0;s:1000;e:Power3.easeInOut;"
data-transform_out="opacity:0;s:1000;e:Power3.easeInOut;"
data-mask_in="x:0px;y:0px;s:inherit;e:inherit;"
data-mask_out="x:inherit;y:inherit;s:inherit;"
data-start="1200"
data-elementdelay="0.01"
data-linktoslide="next"><a href='#' class='btn btn-lg btn-transparent'><span>Learn More</span></a>
</div>
</li>
</ul>
<div class="local-scroll">
<a href="#services" class="scroll-down bottom-140">
<i class="fa fa-angle-down"></i>
</a>
</div>
</div>
</div>
</section> <!-- end rev slider -->
<!-- Icon Boxes -->
<section class="section-wrap-sm icon-boxes angle-top angle-bottom" id="services">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6 mb-40 animated-bottom">
<div class="service-item-box style-2">
<a href="#" class="icon-holder">
<i class="icon-Test-Flusk2"></i>
</a>
<div class="service-text">
<h3>Modern Design</h3>
<p>Gaze is a simple and elegant template with tons of features. Lorem ipsum dolor sit amet, consectetur.</p>
</div>
</div>
</div> <!-- end service item -->
<div class="col-md-3 col-sm-6 mb-40 animated-bottom">
<div class="service-item-box style-2">
<a href="#" class="icon-holder">
<i class="icon-Wind-Game"></i>
</a>
<div class="service-text">
<h3>Unlimited Colours</h3>
<p>Gaze is a simple and elegant template with tons of features. Lorem ipsum dolor sit amet, consectetur.</p>
</div>
</div>
</div> <!-- end service item -->
<div class="col-md-3 col-sm-6 mb-40 animated-bottom">
<div class="service-item-box style-2">
<a href="#" class="icon-holder">
<i class="icon-Briefcase-1"></i>
</a>
<div class="service-text">
<h3>Many Portfolio Types</h3>
<p>Gaze is a simple and elegant template with tons of features. Lorem ipsum dolor sit amet, consectetur.</p>
</div>
</div>
</div> <!-- end service item -->
<div class="col-md-3 col-sm-6 mb-40 animated-bottom">
<div class="service-item-box style-2">
<a href="#" class="icon-holder">
<i class="icon-Drag-Drop"></i>
</a>
<div class="service-text">
<h3>Drag & Drop Builder</h3>
<p>Gaze is a simple and elegant template with tons of features. Lorem ipsum dolor sit amet, consectetur.</p>
</div>
</div>
</div> <!-- end service item -->
</div>
</div>
</section> <!-- end icon boxes -->
<!-- Image Box With Text -->
<section class="section-wrap-sm img-text-box relative bg-light pt-0" id="about">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 img-box-holder">
<div class="img-box img-1">
<img src="img/about_1.jpg" alt="" class="hidden-lg hidden-md">
</div>
</div>
<div class="container-fluid semi-fluid">
<div class="row">
<!-- text box -->
<div class="col-md-6 col-md-offset-6 clearfix">
<div class="row text-box">
<div class="col-md-12">
<h2 class="uppercase">About Us</h2>
<p class="lead mb-30 mt-30">
Gaze is a super clean and flexible theme.<br>Comes with many demos and features.
</p>
<p>And finally the subconscious is the mechanism through which thought impulses which are repeated regularly with feeling and emotion are quickened, charged and changed into their physical equivalent. You may voluntarily plant in your subconscious mind any plan, thought or purpose which you desire.</p>
<ul class="features-list mt-40">
<li>
<i class="fa fa-star"></i>
<span>10 Years on the Global Market</span>
</li>
<li>
<i class="fa fa-star"></i>
<span>167 Projects Completed</span>
</li>
<li>
<i class="fa fa-star"></i>
<span>1000+ Happy Clients</span>
</li>
<li>
<i class="fa fa-star"></i>
<span>4000+ Happy Buyers</span>
</li>
<li>
<i class="fa fa-star"></i>
<span>200+ Customizable Elements</span>
</li>
</ul>
</div> <!-- end col -->
</div>
</div> <!-- end col -->
</div>
</div>
</div>
</div>
</section> <!-- end image box with text -->
<!-- Works-->
<section class="section-wrap-sm angle-top pt-80" id="portfolio">
<div class="container">
<div class="row heading-row">
<div class="col-md-6 col-md-offset-3 text-center">
<h2 class="heading bottom-line uppercase">Our Works</h2>
</div>
</div>
<div class="row">
<div id="portfolio-grid" class="works-grid grid-3-col gutter">
<div class="work-item hover-trigger hover-2">
<div class="work-container">
<div class="work-img">
<a href="http://vimeo.com/19270640" class="lightbox-video">
<img src="img/portfolio/1.jpg" alt="">
<div class="hover-overlay" data-overlay="5">
<div class="work-description">
<h3>
<span>Vimeo Video</span>
</h3>
<span>Photography</span>
</div>
</div>
</a>
</div>
</div>
</div> <!-- end work-item -->
<div class="work-item hover-trigger hover-2">
<div class="work-container">
<div class="work-img">
<a href="https://www.youtube.com/watch?v=Scxs7L0vhZ4?autoplay=1" class="lightbox-video">
<img src="img/portfolio/2.jpg" alt="">
<div class="hover-overlay" data-overlay="5">
<div class="work-description">
<h3>Youtube Video</h3>
<span>Branding</span>
</div>
</div>
</a>
</div>
</div>
</div> <!-- end work-item -->
<div class="work-item hover-trigger hover-2">
<div class="work-container">
<div class="work-img">
<a href="img/portfolio/3.jpg" title="Lonely Forest" class="lightbox-img">
<img src="img/portfolio/3.jpg" alt="">
<div class="hover-overlay" data-overlay="5">
<div class="work-description">
<h3>Stationary</h3>
<span>Web Design</span>
</div>
</div>
</a>
</div>
</div>
</div> <!-- end work-item -->
<div class="work-item hover-trigger hover-2">
<div class="work-container">
<div class="work-img">
<a href="img/portfolio/4.jpg" title="Lonely Forest" class="lightbox-img">
<img src="img/portfolio/4.jpg" alt="">
<div class="hover-overlay" data-overlay="5">
<div class="work-description">
<h3>Apple Watch App</h3>
<span>Apps</span>
</div>
</div>
</a>
</div>
</div>
</div> <!-- end work-item -->
<div class="work-item hover-trigger hover-2">
<div class="work-container">
<div class="work-img">
<a href="img/portfolio/5.jpg" title="Lonely Forest" class="lightbox-img">
<img src="img/portfolio/5.jpg" alt="">
<div class="hover-overlay" data-overlay="5">
<div class="work-description">
<h3>Envelope Design</h3>
<span>Branding</span>
</div>
</div>
</a>
</div>
</div>
</div> <!-- end work-item -->
<div class="work-item hover-trigger hover-2">
<div class="work-container">
<div class="work-img">
<a href="img/portfolio/6.jpg" title="Lonely Forest" class="lightbox-img">
<img src="img/portfolio/6.jpg" alt="">
<div class="hover-overlay" data-overlay="5">
<div class="work-description">
<h3>Restaurant Website</h3>
<span>Web Design</span>
</div>
</div>
</a>
</div>
</div>
</div> <!-- end work-item -->
</div> <!-- end portfolio container -->
</div> <!-- end row -->
</div>
</section> <!-- end works -->
<!-- CTA -->
<section class="section-wrap call-to-action mt-150 angle-bottom angle-top bg-light">
<div class="container">
<div class="row">
<div class="col-md-12 text-center animated-bottom">
<h2>Are you ready to enjoy? Grab this perfect theme today.</h2>
<div class="cta-buttons mt-30">
<a href="#" class="btn btn-lg btn-color"><span>Start Now</span></a>
</div>
</div>
</div>
</div>
</section> <!-- end cta -->
<!-- About us / Progress Bars -->
<section class="section-wrap-sm angle-bottom mt-150">
<div class="container">
<div class="row">
<div class="col-sm-6 mb-40">
<div class="about-description">
<h3>How Do We Work</h3>
<p class="mb-20">Our Theme is a very slick and clean e-commerce template with endless possibilities. Creating an awesome website with this Theme is easy than you can imagine. Our Theme is a very slick and clean e-commerce template with endless possibilities.</p>
<p class="mb-0">We possess within us two minds. So far I have written only of the conscious mind. I would now like to introduce you to your second mind, the hidden and mysterious subconscious. Our subconscious mind contains such power and complexity that it literally staggers the imagination. We know that this subconscious mind controls and orchestrates our bodily functions.</p>
</div>
</div> <!-- end col -->
<div class="col-sm-6">
<h3>Skills</h3>
<div class="progress-bars skills-progress mt-30">
<h6>Web Design <span>88%</span></h6>
<div class="progress meter">
<div aria-valuemax="100" aria-valuemin="0" aria-valuenow="88" class="progress-bar" role="progressbar">
<span class="sr-only">88% Complete</span>
</div>
</div>
<h6>Marketing <span>92%</span></h6>
<div class="progress meter">
<div aria-valuemax="100" aria-valuemin="0" aria-valuenow="92" class="progress-bar" role="progressbar">
<span class="sr-only">92% Complete</span>
</div>
</div>
<h6>WordPress <span>94%</span></h6>
<div class="progress meter">
<div aria-valuemax="100" aria-valuemin="0" aria-valuenow="94" class="progress-bar" role="progressbar">
<span class="sr-only">94% Complete</span>
</div>
</div>
<h6>Photography <span>78%</span></h6>
<div class="progress meter" id="animated-skills">
<div aria-valuemax="100" aria-valuemin="0" aria-valuenow="78" class="progress-bar" role="progressbar">
<span class="sr-only">78% Complete</span>
</div>
</div>
</div>
</div> <!-- end col -->
</div>
</div>
</section> <!-- end about us / progress bars -->
<!-- Testimonials -->
<section class="section-wrap relative testimonials bg-parallax" style="background-image: url(img/parallax/testimonials_bg.jpg);">
<div class="container relative">
<div class="row heading-row mb-20">
<div class="col-md-6 col-md-offset-3 text-center">
<h2 class="heading bottom-line white uppercase">Happy Clients</h2>
</div>
</div>
<div id="owl-testimonials" class="owl-carousel owl-theme light-arrows text-center">
<div class="item">
<div class="testimonial">
<p class="testimonial-text">I’am amazed, I should say thank you so much for your awesome template. Design is so good and neat, every detail has been taken care these team are realy amazing and talented! I will work only with this agency.</p>
<span class="uppercase">Donald Trump / CEO of Trump organization</span>
</div>
</div>
<div class="item">
<div class="testimonial">
<p class="testimonial-text">This is the excellent theme. It has many useful features that can be use for any kind of business. The support is just amazing and design</p>
<span class="uppercase">John C. Marshall / Art Director</span>
</div>
</div>
<div class="item">
<div class="testimonial">
<p class="testimonial-text">Needless to say, beautifully designed theme that serves many purpose. Even more sutomers support is the best! Highly recommend this theme to anyone who enjoys a fine product.</p>
<span class="uppercase">Matthew Whilson / PR Agent</span>
</div>
</div>
</div>
</div>
</section> <!-- end testimonials -->
<!-- Partners -->
<section class="section-wrap partners angle-top">
<div class="container">
<div class="row">
<div id="owl-partners" class="owl-carousel owl-theme">
<div class="item">
<a href="#">
<img src="img/partners/partner_logo_dark_1.png" alt="">
</a>
</div>
<div class="item">
<a href="#">
<img src="img/partners/partner_logo_dark_2.png" alt="">
</a>
</div>
<div class="item">
<a href="#">
<img src="img/partners/partner_logo_dark_3.png" alt="">
</a>
</div>
<div class="item">
<a href="#">
<img src="img/partners/partner_logo_dark_4.png" alt="">
</a>
</div>
<div class="item">
<a href="#">
<img src="img/partners/partner_logo_dark_5.png" alt="">
</a>
</div>
<div class="item">
<a href="#">
<img src="img/partners/partner_logo_dark_6.png" alt="">
</a>
</div>
<div class="item">
<a href="#">
<img src="img/partners/partner_logo_dark_1.png" alt="">
</a>
</div>
<div class="item">
<a href="#">
<img src="img/partners/partner_logo_dark_2.png" alt="">
</a>
</div>
</div> <!-- end carousel -->
</div>
</div>
</section> <!-- end partners -->
<!-- From Blog -->
<section class="section-wrap-sm from-blog bg-light angle-top angle-bottom mt-150" id="blog">
<div class="container">
<div class="row heading-row">
<div class="col-md-6 col-md-offset-3 text-center">
<h2 class="heading uppercase bottom-line">From Blog</h2>
</div>
</div>
<div class="row">
<article class="col-md-4 col-sm-6 col-xs-12 animated-from-left">
<div class="entry-item card">
<div class="entry-img">
<a href="blog-single.html" class="hover-scale">
<img src="img/blog/blog_1.jpg" alt="">
</a>
<div class="entry-date">07<span>Jan</span></div>
</div>
<div class="entry-wrap">
<div class="entry">
<h4 class="entry-title"><a href="blog-single.html">Meeting with partners</a></h4>
<p>We possess within us two minds. So far I have written only of the conscious mind. This Theme is the Best theme</p>
</div>
</div>
</div>
</article> <!-- end post -->
<article class="col-md-4 col-sm-6 col-xs-12 animated-from-left">
<div class="entry-item card">
<div class="entry-img">
<a href="blog-single.html" class="hover-scale">
<img src="img/blog/blog_2.jpg" alt="">
</a>
<div class="entry-date">05<span>Jan</span></div>
</div>
<div class="entry-wrap">
<div class="entry">
<h4 class="entry-title"><a href="blog-single.html">The top 10 creative ideas</a></h4>
<p>We possess within us two minds. So far I have written only of the conscious mind. This Theme is the Best theme</p>
</div>
</div>
</div>
</article> <!-- end post -->
<article class="col-md-4 col-sm-6 col-xs-12 animated-from-left">
<div class="entry-item card">
<div class="entry-img">
<a href="blog-single.html" class="hover-scale">
<img src="img/blog/blog_3.jpg" alt="">
</a>
<div class="entry-date">02<span>Jan</span></div>
</div>
<div class="entry-wrap">
<div class="entry">
<h4 class="entry-title"><a href="blog-single.html">How to increase the profit</a></h4>
<p>We possess within us two minds. So far I have written only of the conscious mind. This Theme is the Best theme</p>
</div>
</div>
</div>
</article> <!-- end post -->
</div>
</div>
</section> <!-- end from blog -->
<!-- Contact -->
<section class="section-wrap contact bg-parallax" id="contact">
<div class="container">
<div class="row heading-row">
<div class="col-md-6 col-md-offset-3 text-center">
<h2 class="heading uppercase bottom-line white">Contact</h2>
</div>
</div>
<div class="row">
<div class="col-md-4 mb-40">
<h5 class="white">Information</h5>
<div class="contact-item">
<div class="contact-icon">
<i class="icon-Map-Pin4"></i>
</div>
<p>Melbourne's GPO<br>
350 Bourke St<br>
Melbourne VIC 3000<br>
Australia</p>
</div> <!-- end address -->
<div class="contact-item">
<div class="contact-icon">
<i class="icon-Phone-InTalk"></i>
</div>
<span><a href="tel:+1-888-1554-456-123">+1-888-1554-456-123</a></span>
</div> <!-- end phone number -->
<div class="contact-item">
<div class="contact-icon">
<i class="icon-At-Symbol"></i>
</div>
<a href="mailto:[email protected]">[email protected]</a>
</div> <!-- end email -->
</div>
<div class="col-md-8">
<form id="contact-form" action="#">
<div class="row">
<div class="col-md-6 contact-name">
<input name="name" id="name" type="text" placeholder="Name*">
</div>
<div class="col-md-6 contact-email">
<input name="mail" id="mail" type="email" placeholder="E-mail*">
</div>
</div>
<textarea name="comment" id="comment" rows="8" placeholder="Message"></textarea>
<input type="submit" class="btn btn-lg btn-color btn-submit" value="Send Message" id="submit-message">
<div id="msg" class="message"></div>
</form>
</div> <!-- end col -->
</div>
</div>
</section> <!-- end contact -->
<!-- Footer Type-2 -->
<footer class="footer footer-type-2 angle-top bg-dark">
<div class="container">
<div class="footer-widgets">
<div class="row">
<div class="col-md-4 col-md-offset-4 text-center">
<div class="copyright">
<span>
© 2017 Gaze Theme, Made by <a href="http://deothemes.com">DeoThemes</a>
</span>
</div>
<div class="footer-socials mt-10">
<div class="social-icons text-center">
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-vimeo"></i></a>
</div>
</div>
<div id="back-to-top" class="fixed-in-footer">
<a href="#top"><i class="fa fa-angle-up"></i></a>
</div>
</div>
</div>
</div>
</div> <!-- end container -->
</footer> <!-- end footer -->
</div> <!-- end content wrapper -->
</main> <!-- end main wrapper -->
<!-- jQuery Scripts -->
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/plugins.js"></script>
<script type="text/javascript" src="revolution/js/jquery.themepunch.tools.min.js"></script>
<script type="text/javascript" src="revolution/js/jquery.themepunch.revolution.min.js"></script>
<script type="text/javascript" src="js/rev-slider.js"></script>
<script type="text/javascript" src="js/scripts.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.video.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.carousel.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.slideanims.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.actions.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.layeranimation.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.kenburn.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.navigation.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.migration.min.js"></script>
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.parallax.min.js"></script>
</body>
</html>