-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-one-page.html
910 lines (832 loc) · 47.4 KB
/
index-one-page.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
<!DOCTYPE html>
<html>
<head>
<!-- Basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Porto - Responsive HTML5 Template</title>
<meta name="keywords" content="HTML5 Template" />
<meta name="description" content="Porto - Responsive HTML5 Template">
<meta name="author" content="okler.net">
<!-- Favicon -->
<link rel="shortcut icon" href="img/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="img/apple-touch-icon.png">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no">
<!-- Web Fonts --> <link id="googleFonts" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800%7CShadows+Into+Light&display=swap" rel="stylesheet" type="text/css">
<!-- Vendor CSS --> <link rel="stylesheet" href="vendor/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="vendor/fontawesome-free/css/all.min.css"> <link rel="stylesheet" href="vendor/animate/animate.compat.css"> <link rel="stylesheet" href="vendor/simple-line-icons/css/simple-line-icons.min.css"> <link rel="stylesheet" href="vendor/owl.carousel/assets/owl.carousel.min.css"> <link rel="stylesheet" href="vendor/owl.carousel/assets/owl.theme.default.min.css"> <link rel="stylesheet" href="vendor/magnific-popup/magnific-popup.min.css">
<!-- Theme CSS -->
<link rel="stylesheet" href="css/theme.css">
<link rel="stylesheet" href="css/theme-elements.css">
<link rel="stylesheet" href="css/theme-blog.css">
<link rel="stylesheet" href="css/theme-shop.css">
<!-- Skin CSS --> <link id="skinCSS" rel="stylesheet" href="css/skins/default.css">
<!-- Theme Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<!-- Head Libs -->
<script src="vendor/modernizr/modernizr.min.js"></script>
</head>
<body class="one-page alternative-font-5" data-target="#header" data-spy="scroll" data-offset="100">
<div class="body">
<header id="header" class="header-transparent header-effect-shrink" data-plugin-options="{'stickyEnabled': true, 'stickyEffect': 'shrink', 'stickyEnableOnBoxed': true, 'stickyEnableOnMobile': true, 'stickyChangeLogo': true, 'stickyStartAt': 30, 'stickyHeaderContainerHeight': 70}">
<div class="header-body border-top-0 bg-dark box-shadow-none">
<div class="header-container container">
<div class="header-row">
<div class="header-column">
<div class="header-row">
<div class="header-logo">
<a href="index.html">
<img alt="Porto" width="82" height="40" src="img/logo-default-slim-dark-small.png">
</a>
</div>
</div>
</div>
<div class="header-column justify-content-end">
<div class="header-row">
<div class="header-nav header-nav-links header-nav-dropdowns-dark header-nav-light-text order-2 order-lg-1">
<div class="header-nav-main header-nav-main-font-lg header-nav-main-font-lg-upper-2 header-nav-main-mobile-dark header-nav-main-square header-nav-main-dropdown-no-borders header-nav-main-effect-2 header-nav-main-sub-effect-1">
<nav class="collapse">
<ul class="nav nav-pills" id="mainNav">
<li class="dropdown">
<a data-hash class="dropdown-item dropdown-toggle active" href="#home">
Home
</a>
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="index-classic.html">Default Home</a></li>
<li><a class="dropdown-item" href="index-one-page.html">One Page Website</a></li>
</ul>
</li>
<li>
<a class="dropdown-item" data-hash data-hash-offset="68" href="#services">Services</a>
</li>
<li>
<a class="dropdown-item" data-hash data-hash-offset="68" href="#projects">Projects</a>
</li>
<li>
<a class="dropdown-item" data-hash data-hash-offset="68" href="#clients">Clients</a>
</li>
<li>
<a class="dropdown-item" data-hash data-hash-offset="68" href="#team">Meet the Team</a>
</li>
<li>
<a class="dropdown-item" data-hash data-hash-offset="68" href="#contact">Contact Us</a>
</li>
</ul>
</nav>
</div>
<button class="btn header-btn-collapse-nav" data-toggle="collapse" data-target=".header-nav-main nav">
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<div role="main" class="main" id="home">
<div class="owl-carousel owl-carousel-light owl-carousel-light-init-fadeIn owl-theme manual dots-inside dots-horizontal-center show-dots-hover nav-inside nav-inside-plus nav-dark nav-md nav-font-size-md show-nav-hover mb-0" data-plugin-options="{'autoplayTimeout': 7000}" style="height: 100vh;">
<div class="owl-stage-outer">
<div class="owl-stage">
<!-- Carousel Slide 1 -->
<div class="owl-item position-relative pt-5" style="background-image: url(img/slides/slide-one-page-1-1.jpg); background-size: cover; background-position: center; background-color: #35383d;">
<div class="container position-relative z-index-3 h-100">
<div class="row justify-content-center align-items-center h-100">
<div class="col-lg-6">
<div class="d-flex flex-column align-items-center">
<h3 class="position-relative text-color-light text-4 line-height-5 font-weight-medium px-4 mb-3 appear-animation" data-appear-animation="fadeInDownShorterPlus" data-plugin-options="{'firstLoadNoAnim': true, 'minWindowWidth': 0}">
<span class="position-absolute right-100pct top-50pct transform3dy-n50 opacity-3">
<img src="img/slides/slide-title-border.png" class="w-auto appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="250" data-plugin-options="{'firstLoadNoAnim': true, 'minWindowWidth': 0}" alt="" />
</span>
WE WORK HARD AND PORTO HAS
<span class="position-absolute left-100pct top-50pct transform3dy-n50 opacity-3">
<img src="img/slides/slide-title-border.png" class="w-auto appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="250" data-plugin-options="{'firstLoadNoAnim': true, 'minWindowWidth': 0}" alt="" />
</span>
</h3>
<h2 class="text-color-light font-weight-extra-bold text-12 mb-4 appear-animation" data-appear-animation="blurIn" data-appear-animation-delay="500" data-plugin-options="{'firstLoadNoAnim': true, 'minWindowWidth': 0}">
THE <span class="position-relative">BEST<span class="position-absolute left-50pct transform3dx-n50 bottom-0"><img src="img/slides/slide-blue-line-big.png" class="w-auto appear-animation" data-appear-animation="fadeInLeftShorterPlus" data-appear-animation-delay="1000" data-plugin-options="{'firstLoadNoAnim': true, 'minWindowWidth': 0}" alt="" /></span></span> DESIGN
</h2>
<p class="text-4 text-color-light font-weight-light opacity-7 text-center mt-2 mb-4" data-plugin-animated-letters data-plugin-options="{'startDelay': 1000, 'firstLoadNoAnim': true, 'minWindowWidth': 0, 'animationSpeed': 25}">Trusted by over <strong class="text-color-light">40,000</strong> satisfied users, Porto is a huge success in the one of larest world's MarketPlace</p>
<a href="#" class="btn btn-primary btn-rounded font-weight-bold text-3 px-5 py-3 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="1600" data-plugin-options="{'firstLoadNoAnim': true, 'minWindowWidth': 0}">GET STARTED NOW!</a>
</div>
</div>
</div>
</div>
</div>
<!-- Carousel Slide 2 -->
<div class="owl-item position-relative overlay overlay-show overlay-op-8 pt-5" style="background-image: url(img/slides/slide-bg-2.jpg); background-size: cover; background-position: center;">
<div class="container position-relative z-index-3 h-100">
<div class="row justify-content-center align-items-center h-100">
<div class="col-lg-6">
<div class="d-flex flex-column align-items-center">
<h3 class="position-relative text-color-light text-5 line-height-5 font-weight-medium px-4 mb-2 appear-animation" data-appear-animation="fadeInDownShorterPlus" data-plugin-options="{'minWindowWidth': 0}">
<span class="position-absolute right-100pct top-50pct transform3dy-n50 opacity-3">
<img src="img/slides/slide-title-border.png" class="w-auto appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="250" data-plugin-options="{'minWindowWidth': 0}" alt="" />
</span>
WE WORK HARD AND PORTO HAS
<span class="position-absolute left-100pct top-50pct transform3dy-n50 opacity-3">
<img src="img/slides/slide-title-border.png" class="w-auto appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="250" data-plugin-options="{'minWindowWidth': 0}" alt="" />
</span>
</h3>
<h2 class="text-color-light font-weight-extra-bold text-12 mb-3 appear-animation" data-appear-animation="blurIn" data-appear-animation-delay="500" data-plugin-options="{'minWindowWidth': 0}">THE BEST DESIGN</h2>
<p class="text-4 text-color-light font-weight-light opacity-7 text-center mb-0" data-plugin-animated-letters data-plugin-options="{'startDelay': 1000, 'minWindowWidth': 0, 'animationSpeed': 25}">Trusted by over <strong class="text-color-light">40,000</strong> satisfied users, Porto is a huge success in the one of larest world's MarketPlace</p>
</div>
</div>
</div>
</div>
</div>
<!-- Carousel Slide 3 -->
<div class="owl-item position-relative overlay overlay-show overlay-op-8 pt-5" style="background-image: url(img/slides/slide-bg-6.jpg); background-size: cover; background-position: center;">
<div class="container position-relative z-index-3 h-100">
<div class="row justify-content-center align-items-center h-100">
<div class="col-lg-6">
<div class="d-flex flex-column align-items-center">
<h3 class="position-relative text-color-light text-4 line-height-5 font-weight-medium px-4 mb-2 appear-animation" data-appear-animation="fadeInDownShorterPlus" data-plugin-options="{'minWindowWidth': 0}">
<span class="position-absolute right-100pct top-50pct transform3dy-n50 opacity-3">
<img src="img/slides/slide-title-border.png" class="w-auto appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="250" data-plugin-options="{'minWindowWidth': 0}" alt="" />
</span>
WE CREATE DESIGNS, WE ARE
<span class="position-absolute left-100pct top-50pct transform3dy-n50 opacity-3">
<img src="img/slides/slide-title-border.png" class="w-auto appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="250" data-plugin-options="{'minWindowWidth': 0}" alt="" />
</span>
</h3>
<h2 class="porto-big-title text-color-light font-weight-extra-bold mb-3" data-plugin-animated-letters data-plugin-options="{'startDelay': 1000, 'minWindowWidth': 0, 'animationSpeed': 250, 'animationName': 'fadeInRightShorterOpacity', 'letterClass': 'd-inline-block'}">PORTO</h2>
<p class="text-4 text-color-light font-weight-light text-center mb-0" data-plugin-animated-letters data-plugin-options="{'startDelay': 2000, 'minWindowWidth': 0}">The best choice for your new website</p>
</div>
</div>
</div>
</div>
</div>
<!-- Carousel Slide 4 -->
<div class="owl-item position-relative video overlay overlay-show overlay-op-8 pt-5" data-video-path="video/memory-of-a-woman" data-plugin-video-background data-plugin-options="{'posterType': 'jpg', 'position': '50% 50%'}">
<div class="container position-relative z-index-3 h-100">
<div class="row justify-content-center align-items-center h-100">
<div class="col-lg-6">
<div class="d-flex flex-column align-items-center">
<h3 class="position-relative text-color-light text-5 line-height-5 font-weight-medium px-4 mb-2 appear-animation" data-appear-animation="fadeInDownShorterPlus" data-plugin-options="{'minWindowWidth': 0}">
<span class="position-absolute right-100pct top-50pct transform3dy-n50 opacity-3">
<img src="img/slides/slide-title-border.png" class="w-auto appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="250" data-plugin-options="{'minWindowWidth': 0}" alt="" />
</span>
WE WORK HARD AND PORTO HAS
<span class="position-absolute left-100pct top-50pct transform3dy-n50 opacity-3">
<img src="img/slides/slide-title-border.png" class="w-auto appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="250" data-plugin-options="{'minWindowWidth': 0}" alt="" />
</span>
</h3>
<h2 class="text-color-light font-weight-extra-bold text-12 mb-3 appear-animation" data-appear-animation="blurIn" data-appear-animation-delay="500" data-plugin-options="{'minWindowWidth': 0}">THE BEST DESIGN</h2>
<p class="text-4 text-color-light font-weight-light opacity-7 text-center mb-0" data-plugin-animated-letters data-plugin-options="{'startDelay': 1000, 'minWindowWidth': 0, 'animationSpeed': 25}">Trusted by over <strong class="text-color-light">40,000</strong> satisfied users, Porto is a huge success in the one of largest world's MarketPlace<strong class="bg-light">Oi oi oi</strong></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="owl-nav">
<button type="button" role="presentation" class="owl-prev"></button>
<button type="button" role="presentation" class="owl-next"></button>
</div>
<div class="owl-dots mb-5">
<button role="button" class="owl-dot active"><span></span></button>
<button role="button" class="owl-dot"><span></span></button>
<button role="button" class="owl-dot"><span></span></button>
</div>
</div>
<section id="services" class="section section-height-3 bg-primary border-0 m-0 appear-animation" data-appear-animation="fadeIn">
<div class="container my-3">
<div class="row mb-5">
<div class="col text-center appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="200">
<h2 class="font-weight-bold text-color-light mb-2">Services</h2>
<p class="text-color-light opacity-7">LOREM IPSUM DOLOR SIT AMET, CONSECTETUR ADIPISCING ELIT</p>
</div>
</div>
<div class="row mb-lg-4">
<div class="col-lg-4 appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="300">
<div class="feature-box feature-box-style-2">
<div class="feature-box-icon">
<i class="icons icon-support text-color-light"></i>
</div>
<div class="feature-box-info">
<h4 class="font-weight-bold text-color-light text-4 mb-2">CUSTOMER SUPPORT</h4>
<p class="text-color-light opacity-7">Lorem ipsum dolor sit amet, consectetur adipiscing <span class="alternative-font text-color-light">metus.</span> elit. Quisque rutrum pellentesque imperdiet.</p>
</div>
</div>
</div>
<div class="col-lg-4 appear-animation" data-appear-animation="fadeInUpShorter">
<div class="feature-box feature-box-style-2">
<div class="feature-box-icon">
<i class="icons icon-layers text-color-light"></i>
</div>
<div class="feature-box-info">
<h4 class="font-weight-bold text-color-light text-4 mb-2">SLIDERS</h4>
<p class="text-color-light opacity-7">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque rutrum pellentesque imperdiet. Nulla lacinia iaculis nulla.</p>
</div>
</div>
</div>
<div class="col-lg-4 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="300">
<div class="feature-box feature-box-style-2">
<div class="feature-box-icon">
<i class="icons icon-menu text-color-light"></i>
</div>
<div class="feature-box-info">
<h4 class="font-weight-bold text-color-light text-4 mb-2">BUTTONS</h4>
<p class="text-color-light opacity-7">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque rutrum pellentesque imperdiet. Nulla lacinia iaculis nulla.</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 appear-animation" data-appear-animation="fadeInLeftShorter" data-appear-animation-delay="300">
<div class="feature-box feature-box-style-2">
<div class="feature-box-icon">
<i class="icons icon-doc text-color-light"></i>
</div>
<div class="feature-box-info">
<h4 class="font-weight-bold text-color-light text-4 mb-2">HTML5 / CSS3 / JS</h4>
<p class="text-color-light opacity-7">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque rutrum pellentesque imperdiet. Nulla lacinia iaculis nulla.</p>
</div>
</div>
</div>
<div class="col-lg-4 appear-animation" data-appear-animation="fadeInUpShorter">
<div class="feature-box feature-box-style-2">
<div class="feature-box-icon">
<i class="icons icon-user text-color-light"></i>
</div>
<div class="feature-box-info">
<h4 class="font-weight-bold text-color-light text-4 mb-2">ICONS</h4>
<p class="text-color-light opacity-7">Lorem ipsum dolor sit amet, consectetur adipiscing <span class="alternative-font text-color-light">metus.</span> elit. Quisque rutrum pellentesque imperdiet.</p>
</div>
</div>
</div>
<div class="col-lg-4 appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="300">
<div class="feature-box feature-box-style-2">
<div class="feature-box-icon">
<i class="icons icon-screen-desktop text-color-light"></i>
</div>
<div class="feature-box-info">
<h4 class="font-weight-bold text-color-light text-4 mb-2">LIGHTBOX</h4>
<p class="text-color-light opacity-7">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque rutrum pellentesque imperdiet. Nulla lacinia iaculis nulla.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<div id="projects" class="container">
<div class="row justify-content-center pt-5 mt-5">
<div class="col-lg-9 text-center">
<div class="appear-animation" data-appear-animation="fadeInUpShorter">
<h2 class="font-weight-bold mb-2">Projects</h2>
<p class="mb-4">LOREM IPSUM DOLOR SIT AMET, CONSECTETUR ADIPISCING ELIT</p>
</div>
<p class="pb-3 mb-4 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="200">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce elementum, nulla vel pellentesque consequat, ante nulla hendrerit arcu, ac tincidunt mauris lacus sed leo. vamus suscipit molestie vestibulum.</p>
</div>
</div>
<div class="row pb-5 mb-5">
<div class="col">
<div class="appear-animation popup-gallery-ajax" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="200">
<div class="owl-carousel owl-theme mb-0" data-plugin-options="{'items': 4, 'margin': 35, 'loop': false}">
<div class="portfolio-item">
<a href="ajax/portfolio-ajax-project.html" data-ajax-on-modal>
<span class="thumb-info thumb-info-lighten">
<span class="thumb-info-wrapper">
<img src="img/projects/project.jpg" class="img-fluid border-radius-0" alt="">
<span class="thumb-info-title">
<span class="thumb-info-inner">Presentation</span>
<span class="thumb-info-type">Brand</span>
</span>
<span class="thumb-info-action">
<span class="thumb-info-action-icon bg-dark opacity-8"><i class="fas fa-plus"></i></span>
</span>
</span>
</span>
</a>
</div>
<div class="portfolio-item">
<a href="ajax/portfolio-ajax-project-1.html" data-ajax-on-modal>
<span class="thumb-info thumb-info-lighten">
<span class="thumb-info-wrapper">
<span class="owl-carousel owl-theme dots-inside m-0" data-plugin-options="{'items': 1, 'margin': 20, 'animateOut': 'fadeOut', 'autoplay': true, 'autoplayTimeout': 3000}"><span><img src="img/projects/project-1.jpg" class="img-fluid border-radius-0" alt=""></span><span><img src="img/projects/project-1-2.jpg" class="img-fluid border-radius-0" alt=""></span></span>
<span class="thumb-info-title">
<span class="thumb-info-inner">Porto Watch</span>
<span class="thumb-info-type">Media</span>
</span>
<span class="thumb-info-action">
<span class="thumb-info-action-icon bg-dark opacity-8"><i class="fas fa-plus"></i></span>
</span>
</span>
</span>
</a>
</div>
<div class="portfolio-item">
<a href="ajax/portfolio-ajax-project-2.html" data-ajax-on-modal>
<span class="thumb-info thumb-info-lighten">
<span class="thumb-info-wrapper">
<img src="img/projects/project-2.jpg" class="img-fluid border-radius-0" alt="">
<span class="thumb-info-title">
<span class="thumb-info-inner">Identity</span>
<span class="thumb-info-type">Logo</span>
</span>
<span class="thumb-info-action">
<span class="thumb-info-action-icon bg-dark opacity-8"><i class="fas fa-plus"></i></span>
</span>
</span>
</span>
</a>
</div>
<div class="portfolio-item">
<a href="ajax/portfolio-ajax-project-3.html" data-ajax-on-modal>
<span class="thumb-info thumb-info-lighten">
<span class="thumb-info-wrapper">
<img src="img/projects/project-27.jpg" class="img-fluid border-radius-0" alt="">
<span class="thumb-info-title">
<span class="thumb-info-inner">Porto Screens</span>
<span class="thumb-info-type">Website</span>
</span>
<span class="thumb-info-action">
<span class="thumb-info-action-icon bg-dark opacity-8"><i class="fas fa-plus"></i></span>
</span>
</span>
</span>
</a>
</div>
<div class="portfolio-item">
<a href="ajax/portfolio-ajax-project-4.html" data-ajax-on-modal>
<span class="thumb-info thumb-info-lighten">
<span class="thumb-info-wrapper">
<img src="img/projects/project-4.jpg" class="img-fluid border-radius-0" alt="">
<span class="thumb-info-title">
<span class="thumb-info-inner">Three Bottles</span>
<span class="thumb-info-type">Logo</span>
</span>
<span class="thumb-info-action">
<span class="thumb-info-action-icon bg-dark opacity-8"><i class="fas fa-plus"></i></span>
</span>
</span>
</span>
</a>
</div>
<div class="portfolio-item">
<a href="ajax/portfolio-ajax-project-5.html" data-ajax-on-modal>
<span class="thumb-info thumb-info-lighten">
<span class="thumb-info-wrapper">
<img src="img/projects/project-5.jpg" class="img-fluid border-radius-0" alt="">
<span class="thumb-info-title">
<span class="thumb-info-inner">Company T-Shirt</span>
<span class="thumb-info-type">Brand</span>
</span>
<span class="thumb-info-action">
<span class="thumb-info-action-icon bg-dark opacity-8"><i class="fas fa-plus"></i></span>
</span>
</span>
</span>
</a>
</div>
<div class="portfolio-item">
<a href="ajax/portfolio-ajax-project-6.html" data-ajax-on-modal>
<span class="thumb-info thumb-info-lighten">
<span class="thumb-info-wrapper">
<img src="img/projects/project-6.jpg" class="img-fluid border-radius-0" alt="">
<span class="thumb-info-title">
<span class="thumb-info-inner">Mobile Mockup</span>
<span class="thumb-info-type">Website</span>
</span>
<span class="thumb-info-action">
<span class="thumb-info-action-icon bg-dark opacity-8"><i class="fas fa-plus"></i></span>
</span>
</span>
</span>
</a>
</div>
<div class="portfolio-item">
<a href="ajax/portfolio-ajax-project-7.html" data-ajax-on-modal>
<span class="thumb-info thumb-info-lighten">
<span class="thumb-info-wrapper">
<img src="img/projects/project-7.jpg" class="img-fluid border-radius-0" alt="">
<span class="thumb-info-title">
<span class="thumb-info-inner">Porto Label</span>
<span class="thumb-info-type">Media</span>
</span>
<span class="thumb-info-action">
<span class="thumb-info-action-icon bg-dark opacity-8"><i class="fas fa-plus"></i></span>
</span>
</span>
</span>
</a>
</div>
<div class="portfolio-item">
<a href="ajax/portfolio-ajax-project-1.html" data-ajax-on-modal>
<span class="thumb-info thumb-info-lighten">
<span class="thumb-info-wrapper">
<img src="img/projects/project-23.jpg" class="img-fluid border-radius-0" alt="">
<span class="thumb-info-title">
<span class="thumb-info-inner">Business Folders</span>
<span class="thumb-info-type">Logo</span>
</span>
<span class="thumb-info-action">
<span class="thumb-info-action-icon bg-dark opacity-8"><i class="fas fa-plus"></i></span>
</span>
</span>
</span>
</a>
</div>
<div class="portfolio-item">
<a href="ajax/portfolio-ajax-project-2.html" data-ajax-on-modal>
<span class="thumb-info thumb-info-lighten">
<span class="thumb-info-wrapper">
<img src="img/projects/project-24.jpg" class="img-fluid border-radius-0" alt="">
<span class="thumb-info-title">
<span class="thumb-info-inner">Tablet Screen</span>
<span class="thumb-info-type">Website</span>
</span>
<span class="thumb-info-action">
<span class="thumb-info-action-icon bg-dark opacity-8"><i class="fas fa-plus"></i></span>
</span>
</span>
</span>
</a>
</div>
<div class="portfolio-item">
<a href="ajax/portfolio-ajax-project-3.html" data-ajax-on-modal>
<span class="thumb-info thumb-info-lighten">
<span class="thumb-info-wrapper">
<img src="img/projects/project-25.jpg" class="img-fluid border-radius-0" alt="">
<span class="thumb-info-title">
<span class="thumb-info-inner">Black Watch</span>
<span class="thumb-info-type">Media</span>
</span>
<span class="thumb-info-action">
<span class="thumb-info-action-icon bg-dark opacity-8"><i class="fas fa-plus"></i></span>
</span>
</span>
</span>
</a>
</div>
<div class="portfolio-item">
<a href="ajax/portfolio-ajax-project-4.html" data-ajax-on-modal>
<span class="thumb-info thumb-info-lighten">
<span class="thumb-info-wrapper">
<img src="img/projects/project-26.jpg" class="img-fluid border-radius-0" alt="">
<span class="thumb-info-title">
<span class="thumb-info-inner">Monitor Mockup</span>
<span class="thumb-info-type">Website</span>
</span>
<span class="thumb-info-action">
<span class="thumb-info-action-icon bg-dark opacity-8"><i class="fas fa-plus"></i></span>
</span>
</span>
</span>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<section id="clients" class="section section-background section-height-4 overlay overlay-show overlay-op-9 border-0 m-0" style="background-image: url(img/bg-one-page-1-1.jpg); background-size: cover; background-position: center;">
<div class="container">
<div class="row">
<div class="col text-center">
<h2 class="font-weight-bold text-color-light mb-2">We’re excited about Porto Template</h2>
<p class="text-color-light opacity-7">30,000 CUSTOMERS IN 100 COUNTRIES USE PORTO TEMPLATE. MEET OUR CUSTOMERS.</p>
</div>
</div>
<div class="row text-center py-3 my-4">
<div class="owl-carousel owl-theme carousel-center-active-item carousel-center-active-item-style-2 mb-0" data-plugin-options="{'responsive': {'0': {'items': 1}, '476': {'items': 1}, '768': {'items': 5}, '992': {'items': 7}, '1200': {'items': 7}}, 'autoplay': true, 'autoplayTimeout': 3000, 'dots': false}">
<div>
<img class="img-fluid" src="img/logos/logo-light-1.png" alt="">
</div>
<div>
<img class="img-fluid" src="img/logos/logo-light-2.png" alt="">
</div>
<div>
<img class="img-fluid" src="img/logos/logo-light-3.png" alt="">
</div>
<div>
<img class="img-fluid" src="img/logos/logo-light-4.png" alt="">
</div>
<div>
<img class="img-fluid" src="img/logos/logo-light-5.png" alt="">
</div>
<div>
<img class="img-fluid" src="img/logos/logo-light-6.png" alt="">
</div>
<div>
<img class="img-fluid" src="img/logos/logo-light-4.png" alt="">
</div>
<div>
<img class="img-fluid" src="img/logos/logo-light-2.png" alt="">
</div>
</div>
</div>
<div class="row">
<div class="col">
<div class="owl-carousel owl-theme nav-bottom rounded-nav mb-0" data-plugin-options="{'items': 1, 'loop': true, 'autoHeight': true}">
<div>
<div class="testimonial testimonial-style-2 testimonial-light testimonial-with-quotes testimonial-quotes-primary mb-0">
<blockquote>
<p class="text-5 line-height-5 mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget risus porta, tincidunt turpis at, interdum tortor. Suspendisse potenti.</p>
</blockquote>
<div class="testimonial-author">
<p><strong class="font-weight-extra-bold text-2">- John Smith. Okler</strong></p>
</div>
</div>
</div>
<div>
<div class="testimonial testimonial-style-2 testimonial-light testimonial-with-quotes testimonial-quotes-primary mb-0">
<blockquote>
<p class="text-5 line-height-5 mb-0">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed eget risus porta, tincidunt turpis at, interdum tortor. Suspendisse potenti.</p>
</blockquote>
<div class="testimonial-author">
<p><strong class="font-weight-extra-bold text-2">- John Smith. Okler</strong></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<div id="team" class="container pb-4">
<div class="row pt-5 mt-5 mb-4">
<div class="col text-center appear-animation" data-appear-animation="fadeInUpShorter">
<h2 class="font-weight-bold mb-1">Team</h2>
<p>LOREM IPSUM DOLOR SIT AMET, CONSECTETUR ADIPISCING ELIT</p>
</div>
</div>
<div class="row pb-5 mb-5 appear-animation" data-appear-animation="fadeInUpShorter" data-appear-animation-delay="200">
<div class="col-sm-6 col-lg-3 mb-4 mb-lg-0">
<span class="thumb-info thumb-info-hide-wrapper-bg thumb-info-no-zoom">
<span class="thumb-info-wrapper">
<a href="about-me.html">
<img src="img/team/team-1.jpg" class="img-fluid" alt="">
</a>
</span>
<span class="thumb-info-caption">
<h3 class="font-weight-extra-bold text-color-dark text-4 line-height-1 mt-3 mb-0">John Doe</h3>
<span class="text-2 mb-0">CEO</span>
<span class="thumb-info-caption-text pt-1">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras ac ligula mi, non suscipitaccumsan</span>
<span class="thumb-info-social-icons">
<a target="_blank" href="http://www.facebook.com"><i class="fab fa-facebook-f"></i><span>Facebook</span></a>
<a href="http://www.twitter.com"><i class="fab fa-twitter"></i><span>Twitter</span></a>
<a href="http://www.linkedin.com"><i class="fab fa-linkedin-in"></i><span>Linkedin</span></a>
</span>
</span>
</span>
</div>
<div class="col-sm-6 col-lg-3 mb-4 mb-lg-0">
<span class="thumb-info thumb-info-hide-wrapper-bg thumb-info-no-zoom">
<span class="thumb-info-wrapper">
<a href="about-me.html">
<img src="img/team/team-2.jpg" class="img-fluid" alt="">
</a>
</span>
<span class="thumb-info-caption">
<h3 class="font-weight-extra-bold text-color-dark text-4 line-height-1 mt-3 mb-0">Jessica Doe</h3>
<span class="text-2 mb-0">DESIGNER</span>
<span class="thumb-info-caption-text pt-1">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras ac ligula mi, non suscipitaccumsan</span>
<span class="thumb-info-social-icons">
<a target="_blank" href="http://www.facebook.com"><i class="fab fa-facebook-f"></i><span>Facebook</span></a>
<a href="http://www.twitter.com"><i class="fab fa-twitter"></i><span>Twitter</span></a>
<a href="http://www.linkedin.com"><i class="fab fa-linkedin-in"></i><span>Linkedin</span></a>
</span>
</span>
</span>
</div>
<div class="col-sm-6 col-lg-3 mb-4 mb-sm-0">
<span class="thumb-info thumb-info-hide-wrapper-bg thumb-info-no-zoom">
<span class="thumb-info-wrapper">
<a href="about-me.html">
<img src="img/team/team-3.jpg" class="img-fluid" alt="">
</a>
</span>
<span class="thumb-info-caption">
<h3 class="font-weight-extra-bold text-color-dark text-4 line-height-1 mt-3 mb-0">Ricki Doe</h3>
<span class="text-2 mb-0">DEVELOPER</span>
<span class="thumb-info-caption-text pt-1">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras ac ligula mi, non suscipitaccumsan</span>
<span class="thumb-info-social-icons">
<a target="_blank" href="http://www.facebook.com"><i class="fab fa-facebook-f"></i><span>Facebook</span></a>
<a href="http://www.twitter.com"><i class="fab fa-twitter"></i><span>Twitter</span></a>
<a href="http://www.linkedin.com"><i class="fab fa-linkedin-in"></i><span>Linkedin</span></a>
</span>
</span>
</span>
</div>
<div class="col-sm-6 col-lg-3">
<span class="thumb-info thumb-info-hide-wrapper-bg thumb-info-no-zoom">
<span class="thumb-info-wrapper">
<a href="about-me.html">
<img src="img/team/team-4.jpg" class="img-fluid" alt="">
</a>
</span>
<span class="thumb-info-caption">
<h3 class="font-weight-extra-bold text-color-dark text-4 line-height-1 mt-3 mb-0">Melinda Doe</h3>
<span class="text-2 mb-0">SEO ANALYST</span>
<span class="thumb-info-caption-text pt-1">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Cras ac ligula mi, non suscipitaccumsan</span>
<span class="thumb-info-social-icons">
<a target="_blank" href="http://www.facebook.com"><i class="fab fa-facebook-f"></i><span>Facebook</span></a>
<a href="http://www.twitter.com"><i class="fab fa-twitter"></i><span>Twitter</span></a>
<a href="http://www.linkedin.com"><i class="fab fa-linkedin-in"></i><span>Linkedin</span></a>
</span>
</span>
</span>
</div>
</div>
</div>
<section id="contact" class="section bg-color-grey-scale-1 border-0 py-0 m-0">
<div class="container-fluid">
<div class="row">
<div class="col-md-6">
<!-- Google Maps - Settings on footer -->
<div id="googlemaps" class="google-map h-100 m-0" style="min-height: 400px;"></div>
</div>
<div class="col-md-6 p-5 my-5">
<div class="px-4">
<h2 class="font-weight-bold line-height-1 mb-2">Contact Us</h2>
<p class="text-3 mb-4">LOREM IPSUM DOLOR SIT A MET</p>
<form class="contact-form form-style-2 pr-xl-5" action="php/contact-form.php" method="POST">
<div class="contact-form-success alert alert-success d-none mt-4">
<strong>Success!</strong> Your message has been sent to us.
</div>
<div class="contact-form-error alert alert-danger d-none mt-4">
<strong>Error!</strong> There was an error sending your message.
<span class="mail-error-message text-1 d-block"></span>
</div>
<div class="form-row">
<div class="form-group col-xl-4">
<input type="text" value="" data-msg-required="Please enter your name." maxlength="100" class="form-control" name="name" placeholder="Name" required>
</div>
<div class="form-group col-xl-8">
<input type="email" value="" data-msg-required="Please enter your email address." data-msg-email="Please enter a valid email address." maxlength="100" class="form-control" name="email" placeholder="Email" required>
</div>
</div>
<div class="form-row">
<div class="form-group col">
<input type="text" value="" data-msg-required="Please enter the subject." maxlength="100" class="form-control" name="subject" placeholder="Subject" required>
</div>
</div>
<div class="form-row">
<div class="form-group col">
<textarea maxlength="5000" data-msg-required="Please enter your message." rows="4" class="form-control" name="message" placeholder="Message" required></textarea>
</div>
</div>
<div class="form-row">
<div class="form-group col">
<input type="submit" value="SUBMIT" class="btn btn-primary btn-rounded font-weight-semibold px-5 btn-py-2 text-2" data-loading-text="Loading...">
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<section class="section bg-primary border-0 m-0">
<div class="container">
<div class="row justify-content-center text-center text-lg-left py-4">
<div class="col-lg-auto appear-animation" data-appear-animation="fadeInRightShorter">
<div class="feature-box feature-box-style-2 d-block d-lg-flex mb-4 mb-lg-0">
<div class="feature-box-icon">
<i class="icon-location-pin icons text-color-light"></i>
</div>
<div class="feature-box-info pl-1">
<h5 class="font-weight-light text-color-light opacity-7 mb-0">ADDRESS</h5>
<p class="text-color-light font-weight-semibold mb-0">MON - FRI: 10:00am - 6:00pm</p>
</div>
</div>
</div>
<div class="col-lg-auto appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="200">
<div class="feature-box feature-box-style-2 d-block d-lg-flex mb-4 mb-lg-0 px-xl-4 mx-lg-5">
<div class="feature-box-icon">
<i class="icon-call-out icons text-color-light"></i>
</div>
<div class="feature-box-info pl-1">
<h5 class="font-weight-light text-color-light opacity-7 mb-0">CALL US NOW</h5>
<a href="tel:+8001234567" class="text-color-light font-weight-semibold text-decoration-none">800-123-4567</a>
</div>
</div>
</div>
<div class="col-lg-auto appear-animation" data-appear-animation="fadeInRightShorter" data-appear-animation-delay="400">
<div class="feature-box feature-box-style-2 d-block d-lg-flex">
<div class="feature-box-icon">
<i class="icon-share icons text-color-light"></i>
</div>
<div class="feature-box-info pl-1">
<h5 class="font-weight-light text-color-light opacity-7 mb-0">FOLLOW US</h5>
<p class="mb-0">
<span class="social-icons-facebook"><a href="http://www.facebook.com/" target="_blank" class="text-color-light font-weight-semibold" title="Facebook"><i class="mr-1 fab fa-facebook-f"></i> FACEBOOK</a></span>
<span class="social-icons-twitter pl-3"><a href="http://www.twitter.com/" target="_blank" class="text-color-light font-weight-semibold" title="Twitter"><i class="mr-1 fab fa-twitter"></i> TWITTER</a></span>
<span class="social-icons-instagram pl-3"><a href="http://www.linkedin.com/" target="_blank" class="text-color-light font-weight-semibold" title="Linkedin"><i class="mr-1 fab fa-instagram"></i> INSTAGRAM</a></span>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
</div>
<footer id="footer" class="mt-0">
<div class="footer-copyright">
<div class="container py-2">
<div class="row py-4">
<div class="col d-flex align-items-center justify-content-center">
<p><strong>PORTO TEMPLATE</strong> - © Copyright 2021. All Rights Reserved.</p>
</div>
</div>
</div>
</div>
</footer>
</div>
<!-- Vendor --> <script src="vendor/jquery/jquery.min.js"></script> <script src="vendor/jquery.appear/jquery.appear.min.js"></script> <script src="vendor/jquery.easing/jquery.easing.min.js"></script> <script src="vendor/jquery.cookie/jquery.cookie.min.js"></script> <script src="vendor/popper/umd/popper.min.js"></script> <script src="vendor/bootstrap/js/bootstrap.min.js"></script> <script src="vendor/jquery.validation/jquery.validate.min.js"></script> <script src="vendor/jquery.easy-pie-chart/jquery.easypiechart.min.js"></script> <script src="vendor/jquery.gmap/jquery.gmap.min.js"></script> <script src="vendor/lazysizes/lazysizes.min.js"></script> <script src="vendor/isotope/jquery.isotope.min.js"></script> <script src="vendor/owl.carousel/owl.carousel.min.js"></script> <script src="vendor/magnific-popup/jquery.magnific-popup.min.js"></script> <script src="vendor/vide/jquery.vide.min.js"></script> <script src="vendor/vivus/vivus.min.js"></script>
<!-- Theme Base, Components and Settings --> <script src="js/theme.js"></script>
<!-- Current Page Vendor and Views -->
<script src="js/views/view.contact.js"></script>
<!-- Theme Custom --> <script src="js/custom.js"></script>
<!-- Theme Initialization Files -->
<script src="js/theme.init.js"></script>
<!-- Examples -->
<script src="js/examples/examples.portfolio.js"></script>
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY"></script>
<script>
/*
Map Settings
Find the Latitude and Longitude of your address:
- https://www.latlong.net/
- http://www.findlatitudeandlongitude.com/find-address-from-latitude-and-longitude/
*/
function initializeGoogleMaps() {
// Map Markers
var mapMarkers = [{
address: "New York, NY 10017",
html: "<strong>New York Office</strong><br>New York, NY 10017<br><br><a href='#' onclick='mapCenterAt({latitude: 40.75198, longitude: -73.96978, zoom: 16}, event)'>[+] zoom here</a>",
icon: {
image: "img/pin.png",
iconsize: [26, 46],
iconanchor: [12, 46]
}
}];
// Map Initial Location
var initLatitude = 40.75198;
var initLongitude = -73.96978;
// Map Extended Settings
var mapSettings = {
controls: {
draggable: (($.browser.mobile) ? false : true),
panControl: true,
zoomControl: true,
mapTypeControl: true,
scaleControl: true,
streetViewControl: true,
overviewMapControl: true
},
scrollwheel: false,
markers: mapMarkers,
latitude: initLatitude,
longitude: initLongitude,
zoom: 5
};
var map = $('#googlemaps').gMap(mapSettings),
mapRef = $('#googlemaps').data('gMap.reference');
// Map text-center At
var mapCenterAt = function(options, e) {
e.preventDefault();
$('#googlemaps').gMap("centerAt", options);
}
// Styles from https://snazzymaps.com/
var styles = [{"featureType":"water","elementType":"geometry","stylers":[{"color":"#e9e9e9"},{"lightness":17}]},{"featureType":"landscape","elementType":"geometry","stylers":[{"color":"#f5f5f5"},{"lightness":20}]},{"featureType":"road.highway","elementType":"geometry.fill","stylers":[{"color":"#ffffff"},{"lightness":17}]},{"featureType":"road.highway","elementType":"geometry.stroke","stylers":[{"color":"#ffffff"},{"lightness":29},{"weight":0.2}]},{"featureType":"road.arterial","elementType":"geometry","stylers":[{"color":"#ffffff"},{"lightness":18}]},{"featureType":"road.local","elementType":"geometry","stylers":[{"color":"#ffffff"},{"lightness":16}]},{"featureType":"poi","elementType":"geometry","stylers":[{"color":"#f5f5f5"},{"lightness":21}]},{"featureType":"poi.park","elementType":"geometry","stylers":[{"color":"#dedede"},{"lightness":21}]},{"elementType":"labels.text.stroke","stylers":[{"visibility":"on"},{"color":"#ffffff"},{"lightness":16}]},{"elementType":"labels.text.fill","stylers":[{"saturation":36},{"color":"#333333"},{"lightness":40}]},{"elementType":"labels.icon","stylers":[{"visibility":"off"}]},{"featureType":"transit","elementType":"geometry","stylers":[{"color":"#f2f2f2"},{"lightness":19}]},{"featureType":"administrative","elementType":"geometry.fill","stylers":[{"color":"#fefefe"},{"lightness":20}]},{"featureType":"administrative","elementType":"geometry.stroke","stylers":[{"color":"#fefefe"},{"lightness":17},{"weight":1.2}]}];
var styledMap = new google.maps.StyledMapType(styles, {
name: 'Styled Map'
});
mapRef.mapTypes.set('map_style', styledMap);
mapRef.setMapTypeId('map_style');
}
// Initialize Google Maps when element enter on browser view
theme.fn.intObs( '.google-map', 'initializeGoogleMaps()', {} );
</script>
</body>
</html>