-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-vimeo-video.html
764 lines (762 loc) · 34.4 KB
/
index-vimeo-video.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Milota — Modern Personal/Studio Portfolio and Blog HTML Template</title>
<!-- All Stylesheets -->
<link href="css/all-stylesheets.css" rel="stylesheet">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- PRELOADER STARTS
========================================================================= -->
<div id="preloader">
<div id="status">
<div class="spinner"></div>
</div>
</div>
<!-- /. PRELOADER ENDS
========================================================================= -->
<!-- HEADER STARTS
========================================================================= -->
<div class="navigation fill-black normal inner">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
<div class="logo"><a href="index-001.html"><img src="images/logos/logo.png" class="img-responsive" alt=""></a></div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6 col-xs-6">
<ul class="links">
<li><a id="trigger-overlay"><i class="icon-menu icons"></i></a>
</li>
<li class="shop_cart"><a href="shop-cart.html"><i class="icon-bag icons"></i><span>2</span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- /. HEADER ENDS
========================================================================= -->
<!-- NAVIGATION STARTS
========================================================================= -->
<div class="overlay overlay-genie" data-steps="m 701.56545,809.01175 35.16718,0 0,19.68384 -35.16718,0 z;m 698.9986,728.03569 41.23353,0 -3.41953,77.8735 -34.98557,0 z;m 687.08153,513.78234 53.1506,0 C 738.0505,683.9161 737.86917,503.34193 737.27015,806 l -35.90067,0 c -7.82727,-276.34892 -2.06916,-72.79261 -14.28795,-292.21766 z;m 403.87105,257.94772 566.31246,2.93091 C 923.38284,513.78233 738.73561,372.23931 737.27015,806 l -35.90067,0 C 701.32034,404.49318 455.17312,480.07689 403.87105,257.94772 z;M 51.871052,165.94772 1362.1835,168.87863 C 1171.3828,653.78233 738.73561,372.23931 737.27015,806 l -35.90067,0 C 701.32034,404.49318 31.173122,513.78234 51.871052,165.94772 z;m 52,26 1364,4 c -12.8007,666.9037 -273.2644,483.78234 -322.7299,776 l -633.90062,0 C 359.32034,432.49318 -6.6979288,733.83462 52,26 z;m 0,0 1439.999975,0 0,805.99999 -1439.999975,0 z">
<svg xmlns="http://www.w3.org/2000/svg" width="100%" height="100%" viewBox="0 0 1440 806" preserveAspectRatio="none">
<path class="overlay-path" d="m 701.56545,809.01175 35.16718,0 0,19.68384 -35.16718,0 z"/>
</svg>
<button type="button" class="overlay-close overlay-close-btn">Close</button>
<nav>
<ul>
<li><a href="index-001.html" class="overlay-close-btn">Home</a></li>
<li><a href="team.html" class="overlay-close-btn">Team</a></li>
<li><a href="portfolio.html" class="overlay-close-btn">Portfolio</a></li>
<li><a href="blog.html" class="overlay-close-btn">Blog</a></li>
<li><a href="blog-fullwidth.html" class="overlay-close-btn">Blog FullWidth</a></li>
<li><a href="shop-store.html" class="overlay-close-btn">Store</a></li>
<li><a href="shop-product-page.html" class="overlay-close-btn">Product Page</a></li>
<li><a href="shop-cart.html" class="overlay-close-btn">Cart</a></li>
<li><a href="shop-checkout.html" class="overlay-close-btn">Checkout</a></li>
<li><a href="contact-us.html" class="overlay-close-btn">Contact us</a></li>
</ul>
</nav>
</div>
<!-- /. NAVIGATION ENDS
========================================================================= -->
<!-- SLIDER STARTS
========================================================================= -->
<div class="slider">
<div id="rev_slider_204_1_wrapper" class="rev_slider_wrapper fullwidthbanner-container" data-alias="fullscreen-button44" style="margin:0px auto;background-color:transparent;padding:0px;margin-top:0px;margin-bottom:0px;">
<!-- START REVOLUTION SLIDER 5.1.1RC auto mode -->
<div id="rev_slider_204_1" class="rev_slider fullwidthabanner" style="display:none;" data-version="5.1.1RC">
<ul>
<!-- SLIDE -->
<li data-index="rs-683" data-transition="zoomin" data-slotamount="default" data-easein="Power4.easeInOut" data-easeout="Power4.easeInOut" data-masterspeed="2000" data-thumb="images/slider/thumbs/3.jpg" data-rotate="0" data-fstransition="fade" data-fsmasterspeed="1500" data-fsslotamount="7" data-saveperformance="off" data-title="Vimeo" data-description="">
<!-- MAIN IMAGE -->
<img src="images/slider/3.jpg" alt="" data-bgposition="center center" data-bgfit="cover" data-bgrepeat="no-repeat" data-bgparallax="10" class="rev-slidebg" data-no-retina>
<!-- BACKGROUND VIDEO LAYER -->
<div class="rs-background-video-layer"
data-forcerewind="on"
data-volume="mute"
data-vimeoid="82642494"
data-videoattributes="title=0&byline=0&portrait=0&api=1"
data-videowidth="100%"
data-videoheight="100%"
data-videocontrols="none"
data-videostartat="00:00"
data-videoendat="00:48"
data-videoloop="loop"
data-forceCover="1"
data-aspectratio="4:3"
data-autoplay="true"
data-autoplayonlyfirsttime="false"
data-nextslideatend="true"
></div>
<!-- LAYER NR. 1 -->
<div class="tp-caption NotGeneric-Title tp-resizeme rs-parallaxlevel-0"
id="slide-683-layer-1"
data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['-90','-90','-90','-70']"
data-fontsize="['118','118','118','30']"
data-lineheight="['120','120','120','35']"
data-height="none"
data-letter-spacing="normal"
data-whitespace="nowrap"
data-transform_in="x:[105%];z:0;rX:45deg;rY:0deg;rZ:90deg;sX:1;sY:1;skX:0;skY:0;s:2000;e:Power4.easeInOut;"
data-transform_out="y:[100%];s:1000;e:Power2.easeInOut;s:1000;e:Power2.easeInOut;"
data-mask_in="x:0px;y:0px;s:inherit;e:inherit;"
data-mask_out="x:inherit;y:inherit;s:inherit;e:inherit;"
data-start="500"
data-splitin="chars"
data-splitout="none"
data-elementdelay="0.05"
data-responsive_offset="on"
style="z-index: 2; white-space: nowrap; letter-spacing:10px;">MILOTA
</div>
<!-- LAYER NR. 2 -->
<div class="tp-caption NotGeneric-SubTitle tp-resizeme rs-parallaxlevel-0"
id="slide-683-layer-2"
data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['0','0','0','0']"
data-fontsize="['24','24','24','24']"
data-lineheight="['30','30','30','30']"
data-width="none"
data-height="none"
data-color="#b39500"
data-whitespace="nowrap"
data-transform_idle="o:1;"
data-transform_in="z:0;rX:0;rY:0;rZ:0;sX:0.9;sY:0.9;skX:0;skY:0;opacity:0;s:1500;e:Power3.easeInOut;"
data-transform_out="y:[100%];s:1000;e:Power2.easeInOut;s:1000;e:Power2.easeInOut;"
data-mask_out="x:inherit;y:inherit;"
data-start="800"
data-splitin="none"
data-splitout="none"
data-responsive_offset="on"
style="z-index: 3; white-space: nowrap; text-transform:uppercase; letter-spacing:3px; font-weight:300;">creative agency Vimeo Video
</div>
<!-- LAYER NR. 3 -->
<div class="tp-caption slider-Button rev-btn rs-parallaxlevel-0"
id="slide-683-layer-3"
data-x="['center','center','center','center']" data-hoffset="['0','0','0','0']"
data-y="['middle','middle','middle','middle']" data-voffset="['110','110','110','90']"
data-width="none"
data-height="none"
data-whitespace="nowrap"
data-transform_idle="o:1;"
data-transform_hover="o:1;rX:0;rY:0;rZ:0;z:0;s:300;e:Linear.easeNone;"
data-style_hover="c:rgba(255, 255, 255, 1.00);bg:rgba(179, 149, 0, 1.00);"
data-transform_in="x:-50px;opacity:0;s:1000;e:Power2.easeOut;"
data-transform_out="opacity:0;s:1500;e:Power4.easeIn;s:1500;e:Power4.easeIn;"
data-start="1750"
data-splitin="none"
data-splitout="none"
data-actions='[{"event":"click","action":"scrollbelow","offset":"px"}]'
data-responsive_offset="on"
data-responsive="off"
style="z-index: 14; white-space: nowrap;">CONTACT US
</div>
</li>
<!-- /. SLIDE -->
</ul>
<div class="tp-bannertimer tp-bottom" style="height: 3px; background-color: rgba(179, 149, 0, 1);"></div>
</div>
</div>
</div>
<!-- /. SLIDER ENDS
========================================================================= -->
<!-- HOME INTRO STARTS
========================================================================= -->
<div class="container home-intro">
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<div class="icon"><i class="icon-anchor icons"></i></div>
<h1>This is <span>Milota</span></h1>
<div class="description">Post-ironic fap quinoa chartreuse, DIY truffaut cardigan wolf franzen waistcoat. Shabby chic keytar retro four loko tofu freegan, before they sold out flexitarian knausgaard locavore narwhal next level affogato. crucifix synth everyday carry semiotics pinterest, cronut bushwick godard you probably haven't heard
of them viral brunch chicharrones.
</div>
</div>
</div>
</div>
<!-- /. HOME INTRO ENDS
========================================================================= -->
<!-- AMAZING FEATURES STARTS
========================================================================= -->
<div class="parallax-1 amazing-features">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-5 col-sm-5">
<h1>Amazing <span>Features</span></h1>
<div class="description">Master cleanse asymmetrical tumblr literally, listicle twee vice synth pabst fixie etsy squid. Slow-carb blue bottle helvetica forage. Everyday carry sriracha vinyl church-key man bun seitan green juice shabby</div>
<div class="button"><a href="contact-us.html" class="no-fill-grey">HIRE US!</a></div>
</div>
<div class="col-lg-7 col-md-7 col-sm-7">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4 block">
<div class="icon"><i class="icon-screen-desktop icons"></i></div>
<div class="caption">Responsive Design</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 block">
<div class="icon"><i class="icon-layers icons"></i></div>
<div class="caption">Well Layered PSD</div>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 block">
<div class="icon"><i class="icon-fire icons"></i></div>
<div class="caption">Hot Trendy Design</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /. AMAZING FEATURES ENDS
========================================================================= -->
<!-- HOME INTRO STARTS
========================================================================= -->
<div class="container-fluid what-we-do">
<div class="row no-gutter-6">
<div class="col-lg-6 col-md-6 col-sm-6 pic"><img src="http://placehold.it/960x425" class="img-responsive" alt=""></div>
<div class="col-lg-3 col-md-3 col-sm-5 col-lg-offset-1 col-md-offset-1 contents">
<h1>What We <span>Do</span></h1>
<div class="description">Master cleanse asymmetrical tumblr literally, listicle twee vice synth pabst fixie etsy squid. Slow-carb blue bottle helvetica forage, cray polaroid XOXO distillery pabst lo-fi stumptown retro normcore deep v beard.
</div>
<!-- Progress Bars Starts -->
<div class="progress-bars">
<!-- Block Starts -->
<div class="block">
<div class="progress-label">
<span class="caption">Creative</span>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width: 100%;">
</div>
</div>
</div>
<!-- Block Ends -->
<!-- Block Starts -->
<div class="block">
<div class="progress-label">
<span class="caption">Imagination</span>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="100" style="width: 80%;">
</div>
</div>
</div>
<!-- Block Ends -->
<!-- Block Starts -->
<div class="block">
<div class="progress-label">
<span class="caption">Success</span>
</div>
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100" style="width: 75%;">
</div>
</div>
</div>
<!-- Block Ends -->
</div>
<!-- Progress Bars Ends -->
</div>
</div>
</div>
<!-- /. HOME INTRO ENDS
========================================================================= -->
<!-- PORTFOLIO STARTS
========================================================================= -->
<div class="container-fluid portfolio">
<div class="row no-gutter-3">
<!-- Picture Starts -->
<div class="col-lg-3 col-md-3 col-sm-6">
<div class="picture">
<img src="http://placehold.it/750x500" class="img-responsive" alt="">
<!-- Picture Overlay Starts -->
<div class="text-overlay">
<h1><a class="image-popup-vertical-fit" href="http://placehold.it/750x500" title="Pellentesque habitant morbi">My Plastic Chair</a></h1>
<div class="author">Author : Sehee Ahn</div>
</div>
<!-- Picture Overlay Ends -->
</div>
</div>
<!-- Picture Ends -->
<!-- Picture Starts -->
<div class="col-lg-3 col-md-3 col-sm-6">
<div class="picture">
<img src="http://placehold.it/750x500" class="img-responsive" alt="">
<!-- Picture Overlay Starts -->
<div class="text-overlay">
<h1><a class="image-popup-vertical-fit" href="http://placehold.it/750x500" title="Pellentesque habitant morbi">My Plastic Chair</a></h1>
<div class="author">Author : Sehee Ahn</div>
</div>
<!-- Picture Overlay Ends -->
</div>
</div>
<!-- Picture Ends -->
<!-- Picture Starts -->
<div class="col-lg-3 col-md-3 col-sm-6">
<div class="picture">
<img src="http://placehold.it/750x500" class="img-responsive" alt="">
<!-- Picture Overlay Starts -->
<div class="text-overlay">
<h1><a class="image-popup-vertical-fit" href="http://placehold.it/750x500" title="Pellentesque habitant morbi">My Plastic Chair</a></h1>
<div class="author">Author : Sehee Ahn</div>
</div>
<!-- Picture Overlay Ends -->
</div>
</div>
<!-- Picture Ends -->
<!-- Picture Starts -->
<div class="col-lg-3 col-md-3 col-sm-6">
<div class="picture">
<img src="http://placehold.it/750x500" class="img-responsive" alt="">
<!-- Picture Overlay Starts -->
<div class="text-overlay">
<h1><a class="image-popup-vertical-fit" href="http://placehold.it/750x500" title="Pellentesque habitant morbi">My Plastic Chair</a></h1>
<div class="author">Author : Sehee Ahn</div>
</div>
<!-- Picture Overlay Ends -->
</div>
</div>
<!-- Picture Ends -->
</div>
</div>
<!-- OUR TEAM STARTS
========================================================================= -->
<div class="container our-team">
<div class="row">
<div class="col-lg-4 col-md-4">
<h1>Amazing <span>Team</span></h1>
<div class="description">Master cleanse asymmetrical tumblr literally, listicle twee vice synth pabst fixie etsy squid. Slow-carb blue bottle helvetica forage. Everyday carry sriracha vinyl church-key man bun seitan green juice shabby</div>
<div class="button"><a href="team.html" class="no-fill-grey">OUR TEAM</a></div>
</div>
<div class="col-lg-8 col-md-8">
<div class="testimonial-carousel">
<!-- Block Starts -->
<div class="block">
<div class="pic"><img src="http://placehold.it/200x360" class="img-responsive" alt=""></div>
<div class="detail">
<div class="icon"><img src="images/our-team/icon.png" class="img-responsive" alt=""></div>
<div class="description">Everyday carry sriracha vinyl church-key man bun seitan green juice shabby chic chambray shoreditch tofu.</div>
<div class="name">Sebastian Goodman / ceo</div>
<div class="signature pull-right"><img src="http://placehold.it/100x100" class="img-responsive" alt=""></div>
</div>
</div>
<!-- Block Ends -->
<!-- Block Starts -->
<div class="block">
<div class="pic"><img src="http://placehold.it/200x360" class="img-responsive" alt=""></div>
<div class="detail">
<div class="icon"><img src="images/our-team/icon.png" class="img-responsive" alt=""></div>
<div class="description">Everyday carry sriracha vinyl church-key man bun seitan green juice shabby chic chambray shoreditch tofu.</div>
<div class="name">Sebastian Goodman / ceo</div>
<div class="signature pull-right"><img src="http://placehold.it/100x100" class="img-responsive" alt=""></div>
</div>
</div>
<!-- Block Ends -->
</div>
</div>
</div>
</div>
<!-- /. OUR TEAM ENDS
========================================================================= -->
<!-- FUN FACTS STARTS
========================================================================= -->
<div class="parallax-2 fun-facts">
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-2 col-sm-4">
<div class="block">
<span class="count">14</span>
<div class="caption">Awards</div>
</div>
</div>
<div class="col-lg-2 col-md-2 col-sm-4">
<div class="block">
<span class="count">248</span>
<div class="caption">Coffee cups</div>
</div>
</div>
<div class="col-lg-2 col-md-2 col-sm-4">
<div class="block">
<span class="count">21</span>
<div class="caption">Days</div>
</div>
</div>
<div class="col-lg-2 col-md-2 col-sm-4">
<div class="block">
<span class="count">9</span>
<div class="caption">Offices</div>
</div>
</div>
<div class="col-lg-2 col-md-2 col-sm-4">
<div class="block">
<span class="count">84</span>
<div class="caption">Clients</div>
</div>
</div>
<div class="col-lg-2 col-md-2 col-sm-4">
<div class="block">
<span class="count">757</span>
<div class="caption">Projects</div>
</div>
</div>
</div>
</div>
</div>
<!-- /. FUN FACTS ENDS
========================================================================= -->
<!-- BLOG STARTS
========================================================================= -->
<div class="container blog">
<div class="row">
<div class="col-lg-12">
<h1>MILOTA <span>BLOG</span></h1>
</div>
</div>
<div class="row">
<!-- Post Starts -->
<div class="col-lg-4 col-md-4 col-sm-4 post">
<div class="pic"><img src="http://placehold.it/720x475" class="img-responsive" alt=""></div>
<h2>Sustainable intelligentsia butcher</h2>
<div class="info"><span class="user"><a href="">Aaron Ferguson</a></span> / <span class="date">Sep 27 2016 </span></div>
<div class="description">Offal yuccie meggings everyday carry skateboard direct trade, tumblr literally migas biodiesel vinyl banjo.</div>
<div class="readmore"><a href="blog-single.html">READ MORE</a></div>
</div>
<!-- Post Ends -->
<!-- Post Starts -->
<div class="col-lg-4 col-md-4 col-sm-4 post">
<div class="pic"><img src="http://placehold.it/720x475" class="img-responsive" alt=""></div>
<h2>Godard yuccie retro kogi</h2>
<div class="info"><span class="user"><a href="">Matthew Ellington</a></span> / <span class="date">Sep 27 2016 </span></div>
<div class="description">Plaid ennui distillery DIY ramps, pinterest dreamcatcher health goth affogato kinfolk bottle retro. </div>
<div class="readmore"><a href="blog-single-fullwidth.html">READ MORE</a></div>
</div>
<!-- Post Ends -->
<!-- Post Starts -->
<div class="col-lg-4 col-md-4 col-sm-4 post">
<div class="pic"><img src="http://placehold.it/720x475" class="img-responsive" alt=""></div>
<h2>Plaid ennui distillery DIY ramps </h2>
<div class="info"><span class="user"><a href="">Joshua Little</a></span> / <span class="date">Sep 27 2016 </span></div>
<div class="description">Offal yuccie meggings everyday carry skateboard direct trade, tumblr literally migas biodiesel vinyl banjo.</div>
<div class="readmore"><a href="blog-single.html">READ MORE</a></div>
</div>
<!-- Post Ends -->
</div>
</div>
<!-- /. BLOG ENDS
========================================================================= -->
<!-- NEWSLETTER STARTS
========================================================================= -->
<div class="parallax-3">
<div class="container newsletter">
<div class="row">
<div class="col-lg-5 col-md-5 col-sm-5">
<h1>SUBSCRIBE TO <span>NEWSLETTER</span></h1>
<div class="short-description">Master cleanse asymmetrical tumblr literally, listicle twee vice synth pabst fixie etsy squid. </div>
</div>
<div class="col-lg-6 col-md-5 col-sm-5 col-lg-offset-1">
<form class="form-inline">
<div class="form-group">
<input type="email" class="form-control" id="exampleInputEmail2" placeholder="EMAIL">
</div>
<button type="submit" class="btn btn-default">SUBSCRIBE</button>
</form>
</div>
</div>
</div>
</div>
<!-- /. NEWSLETTER ENDS
========================================================================= -->
<!-- CLIENTS STARTS
========================================================================= -->
<div class="container clients">
<div class="row">
<div class="col-lg-6">
<h1>OUR AWESOME <span>CLIENTS</span></h1>
<div class="short-description">Master cleanse asymmetrical tumblr literally, listicle twee vice synth pabst fixie etsy squid. </div>
</div>
</div>
<div class="row clients-carousel">
<!-- Block Starts -->
<div class="col-lg-2 col-md-2 col-sm-4 block">
<img src="http://placehold.it/120x120" class="img-responsive center-block" alt="">
</div>
<!-- Block Ends -->
<!-- Block Starts -->
<div class="col-lg-2 col-md-2 col-sm-4 block">
<img src="http://placehold.it/120x120" class="img-responsive center-block" alt="">
</div>
<!-- Block Ends -->
<!-- Block Starts -->
<div class="col-lg-2 col-md-2 col-sm-4 block">
<img src="http://placehold.it/120x120" class="img-responsive center-block" alt="">
</div>
<!-- Block Ends -->
<!-- Block Starts -->
<div class="col-lg-2 col-md-2 col-sm-4 block">
<img src="http://placehold.it/120x120" class="img-responsive center-block" alt="">
</div>
<!-- Block Ends -->
<!-- Block Starts -->
<div class="col-lg-2 col-md-2 col-sm-4 block">
<img src="http://placehold.it/120x120" class="img-responsive center-block" alt="">
</div>
<!-- Block Ends -->
<!-- Block Starts -->
<div class="col-lg-2 col-md-2 col-sm-4 block">
<img src="http://placehold.it/120x120" class="img-responsive center-block" alt="">
</div>
<!-- Block Ends -->
</div>
</div>
<!-- /. CLIENTS ENDS
========================================================================= -->
<!-- FOOTER STARTS
========================================================================= -->
<footer class="parallax-1">
<!-- Social Media Starts -->
<div class="social-media transparent-black-bg">
<div class="container">
<div class="row">
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-6">
<div class="caption"><a href="#">Facebook</a></div>
</div>
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-6">
<div class="caption"><a href="#">Twitter</a></div>
</div>
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-6">
<div class="caption"><a href="#">Google+</a></div>
</div>
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-6">
<div class="caption"><a href="#">Behance</a></div>
</div>
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-6">
<div class="caption"><a href="#">Dribbble</a></div>
</div>
<div class="col-lg-2 col-md-2 col-sm-4 col-xs-6">
<div class="caption"><a href="#">Facebook</a></div>
</div>
</div>
</div>
</div>
<!-- Social Media Ends -->
<!-- Contact Info Starts -->
<div class="contact-info">
<div class="container">
<div class="row">
<!-- Address Starts -->
<div class="col-lg-3 col-md-3 col-sm-3 address">
<div class="footer-logo"><img src="images/logos/footer-logo.png" class="img-responsive" alt=""></div>
<address>
<strong>103 Charlton St, <br>
New York, NY</strong>
<div class="phone"><a href="">+62 819 91 91</a></div>
<div><a href="mailto:#">[email protected]</a></div>
</address>
<div class="about">Master cleanse asymmetrical tumblr literally, listicle twee vice synth pabst</div>
</div>
<!-- Address Ends -->
<!-- Blog Posts Starts -->
<div class="col-lg-4 col-md-4 col-sm-4 latest-posts">
<h1>Latest Posts</h1>
<div class="post">
<h2><a href="">Sustainable intelligentsia</a> </h2>
<div class="info"><span class="user"><a href="">Joshua Little</a></span> / <span class="date">Sep 27 2016 </span></div>
</div>
<div class="post">
<h2><a href="">Godard yuccie retro kogi butcher</a></h2>
<div class="info"><span class="user"><a href="">Isaiah Little</a></span> / <span class="date">Sep 27 2016 </span></div>
</div>
</div>
<!-- Blog Posts Ends -->
<!-- Get in Touch Starts -->
<div class="col-lg-5 col-md-5 col-sm-5 get-in-touch">
<h1>Get in Touch</h1>
<form action='process.php' method='post' name='ContactForm' id='ContactForm' >
<div class="form-group">
<input type="email" class="form-control" name="email" placeholder="Email *">
</div>
<textarea rows="5" class="form-control" name="comment" placeholder="Your Message *"></textarea>
<div id='message_post'></div>
<input class="btn btn-default" type='submit' value='SUBMIT' name='submitf' id="submitf">
</form>
</div>
<!-- Get in Touch Ends -->
</div>
</div>
</div>
<!-- Contact Info Ends -->
<!-- Copyright Starts -->
<div class="copyright light-grey-bg">
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-8 col-sm-8">© 2016 MIlota - Creative agency HTML template</div>
<div class="col-lg-4 col-md-4 col-sm-4 created-by">Created by <img src="images/logos/icon.png" alt=""> <a href="">Torbara</a></div>
</div>
</div>
</div>
<!-- Copyright Starts -->
</footer>
<!-- /. FOOTER ENDS
========================================================================= -->
<!-- TO TOP STARTS
========================================================================= -->
<a href="#" class="scrollup">Scroll</a>
<!-- /. TO TOP ENDS
========================================================================= -->
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script>
</script>
<!-- Menu -->
<script src="js/overlay-menu/js/snap.svg-min.js"></script>
<script src="js/overlay-menu/js/modernizr.custom.js"></script>
<script src="js/overlay-menu/js/classie.js"></script>
<script src="js/overlay-menu/js/overlay-main.js"></script>
<!-- REVOLUTION JS FILES -->
<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>
<!-- SLIDER REVOLUTION 5.0 EXTENSIONS
(Load Extensions only on Local File Systems !
The following part can be removed on Server for On Demand Loading) -->
<script type="text/javascript" src="revolution/js/extensions/revolution.extension.actions.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.kenburn.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.migration.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.parallax.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.video.min.js"></script>
<script type="text/javascript">
var tpj = jQuery;
var revapi204;
tpj(document).ready(function() {
if (tpj("#rev_slider_204_1").revolution == undefined) {
revslider_showDoubleJqueryError("#rev_slider_204_1");
} else {
revapi204 = tpj("#rev_slider_204_1").show().revolution({
sliderType: "standard",
jsFileLocation:"revolution/js/",
sliderLayout:"fullwidth",
dottedOverlay: "none",
delay: 9000,
navigation: {
keyboardNavigation: "off",
keyboard_direction: "horizontal",
mouseScrollNavigation: "off",
onHoverStop: "off",
touch: {
touchenabled: "on",
swipe_threshold: 75,
swipe_min_touches: 1,
swipe_direction: "horizontal",
drag_block_vertical: false
},
arrows: {
style:"zeus",
enable:true,
hide_onmobile:false,
hide_under:600,
hide_onleave:true,
hide_delay:200,
hide_delay_mobile:1200,
tmp:'<div class="tp-title-wrap"> <div class="tp-arr-imgholder"></div> </div>',
left: {
h_align:"left",
v_align:"center",
h_offset:30,
v_offset:0
},
right: {
h_align:"right",
v_align:"center",
h_offset:30,
v_offset:0
}
}
,
bullets: {
enable:true,
hide_onmobile:true,
hide_under:600,
style:"metis",
hide_onleave:true,
hide_delay:200,
hide_delay_mobile:1200,
direction:"horizontal",
h_align:"center",
v_align:"bottom",
h_offset:0,
v_offset:30,
space:5,
tmp:'<span class="tp-bullet-img-wrap"> <span class="tp-bullet-image"></span></span><span class="tp-bullet-title">{{title}}</span>'
}
},
viewPort: {
enable: true,
outof: "pause",
visible_area: "80%"
},
responsiveLevels: [1240, 1024, 778, 480],
visibilityLevels: [1240, 1024, 778, 480],
gridwidth: [1240, 1024, 778, 480],
gridheight: [750, 700, 650, 500],
lazyType: "none",
parallax: {
type: "mouse",
origo: "slidercenter",
speed: 2000,
levels: [2, 3, 4, 5, 6, 7, 12, 16, 10, 50, 46, 47, 48, 49, 50, 55],
type: "mouse",
},
shadow: 0,
spinner: "off",
stopLoop: "off",
stopAfterLoops: -1,
stopAtSlide: -1,
shuffle: "off",
autoHeight: "off",
hideThumbsOnMobile: "on",
hideSliderAtLimit: 0,
hideCaptionAtLimit: 0,
hideAllCaptionAtLilmit: 0,
debugMode: false,
fallbacks: {
simplifyAll: "off",
nextSlideOnWindowFocus: "off",
disableFocusListener: false,
}
});
}
}); /*ready*/
</script>
<!-- Parallax -->
<script type="text/javascript" src="js/parallax/jquery.parallax-1.1.3.js"></script>
<script type="text/javascript" src="js/parallax/jquery.localscroll-1.2.7-min.js"></script>
<script type="text/javascript" src="js/parallax/jquery.scrollTo-1.4.2-min.js"></script>
<!-- Retina -->
<script type="text/javascript" src="js/retina/retina.js"></script>
<!-- Owl Carousel -->
<script type="text/javascript" src="js/owl-carousel/owl.carousel.js"></script>
<!-- FitVids -->
<script type="text/javascript" src="js/fitvids/jquery.fitvids.js"></script>
<!-- Magnific Popup core JS file -->
<script type="text/javascript" src="js/magnific-popup/jquery.magnific-popup.js"></script>
<!-- Counter Up -->
<script src="http://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.3/waypoints.min.js"></script>
<script src="js/counterup/jquery.counterup.min.js"></script>
<!-- AJAX Contact Form -->
<script type="text/javascript" src="js/contact/contact-form.js"></script>
<!-- Custom JS -->
<script src="js/custom/custom.js"></script>
</body>
</html>