forked from Sibelious/littleochie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
721 lines (636 loc) · 36.6 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<title>Gridz Site Template</title>
<!--Main Element CSS-->
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="css/hover.css" rel="stylesheet" type="text/css">
<link href="css/button.css" rel="stylesheet" type="text/css">
<link href="css/form.css" rel="stylesheet" type="text/css">
<!--Responsive CSS-->
<link href="css/responsive.css" rel="stylesheet" type="text/css">
<!--LayerSlider CSS-->
<link href="layerslider/css/layerslider.css" rel="stylesheet" type="text/css">
<!--Google Fonts-->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700,800|Open+Sans+Condensed:300,700' rel='stylesheet' type='text/css'>
<!--[if lte IE 8]>
<meta HTTP-EQUIV="REFRESH" content="0; url=lte-ie8.html">
<![endif]-->
</head>
<body>
<!--Main Menu Start-->
<header class="header-section">
<!--Navigation Menu-->
<nav class="main-menu">
<ul>
<li class="menu-active"><a href="index.html">HOME</a><div class="hover-active"></div>
<ul>
<li><a href="index.html">HOME STYLE 1</a><div class="submenu-bg"></div></li>
<li><a href="home-style2.html">HOME STYLE 2 (VIDEO)</a><div class="submenu-bg"></div></li>
<li><a href="home-style3.html">HOME STYLE 3 (FULL GRID)</a><div class="submenu-bg"></div>
<ul>
<li><a href="#">THIRD LEVEL MENU</a><div class="submenu-bg"></div></li>
<li><a href="#">THIRD LEVEL MENU</a><div class="submenu-bg"></div></li>
</ul>
</li>
</ul>
</li>
<li><a href="about-us.html">ABOUT US</a><div class="hover-active"></div>
<ul>
<li><a href="about-us.html">STYLE 1 GRID HEADER</a><div class="submenu-bg"></div></li>
<li><a href="about-us-style2.html">STYLE 2 FULLWIDTH IMAGE</a><div class="submenu-bg"></div></li>
</ul>
</li>
<li><a href="service.html">OUR SERVICES</a><div class="hover-active"></div>
<ul>
<li><a href="service.html">SERVICE STYLE 1</a><div class="submenu-bg"></div></li>
<li><a href="service-style2.html">SERVICE STYLE 2</a><div class="submenu-bg"></div></li>
</ul>
</li>
<li><a href="portfolio.html">PORTFOLIO</a><div class="hover-active"></div></li>
<li><a href="gallery.html">GALLERY</a><div class="hover-active"></div></li>
<li><a href="blog.html">BLOG</a><div class="hover-active"></div>
<ul>
<li><a href="blog-single.html">BLOG SINGLE PAGE</a><div class="submenu-bg"></div></li>
</ul>
</li>
<li><a href="#">PAGE</a><div class="hover-active"></div>
<ul>
<li><a href="page-grid-header.html">GRID HEADER</a><div class="submenu-bg"></div></li>
<li><a href="page-fullwidth.html">FULL WIDTH</a><div class="submenu-bg"></div></li>
<li><a href="page-sidebar.html">PAGE WITH SIDEBAR</a><div class="submenu-bg"></div></li>
</ul>
</li>
<li><a href="contact.html">CONTACT US</a><div class="hover-active"></div></li>
</ul>
</nav>
<div id="navbtn">
<a href="#">
<img src="images/hide-menu.png" alt="responsive menu" />
</a>
</div>
<!--Navigation Menu End-->
<!--Logo-->
<div class="logo">
<a href="index.html"><img src="images/logo.png" alt="logo" /></a>
</div>
<!--Logo End-->
<!--Social Media-->
<nav class="social-main">
<ul>
<li><a href="#"><img src="images/social-icon/social-icon-facebook.png" alt="Facebook" onMouseOver="this.src='images/social-icon/social-icon-facebook-hover.png';" onMouseOut="this.src='images/social-icon/social-icon-facebook.png';" /></a></li>
<li><a href="#"><img src="images/social-icon/social-icon-twitter.png" alt="Twitter" onMouseOver="this.src='images/social-icon/social-icon-twitter-hover.png';" onMouseOut="this.src='images/social-icon/social-icon-twitter.png';" /></a></li>
<li><a href="#"><img src="images/social-icon/social-icon-pinterest.png" alt="Pinterest" onMouseOver="this.src='images/social-icon/social-icon-pinterest-hover.png';" onMouseOut="this.src='images/social-icon/social-icon-pinterest.png';" /></a></li>
<li><a href="#"><img src="images/social-icon/social-icon-google-plus.png" alt="Google Plus" onMouseOver="this.src='images/social-icon/social-icon-google-plus-hover.png';" onMouseOut="this.src='images/social-icon/social-icon-google-plus.png';" /></a></li>
<li><a href="#"><img src="images/social-icon/social-icon-feed.png" alt="Feed" onMouseOver="this.src='images/social-icon/social-icon-feed-hover.png';" onMouseOut="this.src='images/social-icon/social-icon-feed.png';" /></a></li>
</ul>
</nav>
<!--Social Media End-->
</header>
<!--Main Menu End-->
<!--All Content Start-->
<div class="wrapper">
<!--Banner Slide Start-->
<section class="banner-slide">
<div id="layerslider" style="width: 1024px; height: 502px;">
<!--Layer 1-->
<div class="ls-slide" style="transition2d: 8,49,77,100,105; slidedelay: 8000;">
<!--Slider Background-->
<img class="ls-bg" src="images/slider/slider1.jpg" alt="layer1-background" />
<a href="#" class="ls-link"></a>
<!--Slider Layers-->
<h1 class="ls-l" style="top:55px; left: 100px; text-shadow: 0px 0px 20px white; font-weight: normal; font-size: 120px; color: white; text-transform: uppercase; text-align: left;" data-ls="offsetxin: 0; offsetxout: 0; durationin :2500;">GRIDZ</h1>
<h1 class="ls-l" style="top:200px; left: 115px; text-shadow: 0px 0px 20px white; font-weight: normal; font-size: 25px; color: white; text-transform: uppercase; text-align: left;" data-ls="offsetxin: 0; offsetxout: 0; durationin : 2000; delayin : 700;">GRID STYLE SITE TEMPLATE</h1>
<h1 class="ls-l" style="top:250px; left: 110px; font-weight: normal; font-size: 25px; color: white; text-transform: uppercase; background-color: #00aaaa; padding: 10px 20px;" data-ls="offsetxin: -800; offsetxout: -800; fadein: false; fadeout: false; durationin : 2500; delayin : 800; easingin: easeInOutBack; easingout : easeInOutBack;">Lorem ipsum sit consetetur</h1>
</div>
<!--End-->
<!--Layer 2-->
<div class="ls-slide" style="transition2d: 8,49,77,100,105; slidedelay: 8000;">
<!--Slider Background-->
<img class="ls-bg" src="images/slider/slider2.jpg" alt="layer2-background">
<a href="#" class="ls-link"></a>
<!--Slider Layers-->
<h1 class="ls-l" style="top:159px; left: 114px; width: 100px; font-weight: normal; font-size: 25px; color: white; text-transform: uppercase; background-color: #00aaaa; text-align: center; border-radius: 5px; padding: 10px 0px;" data-ls="offsetxin:0;durationin:2000;delayin:2000;rotatein:-90;scalexin:2.5;scaleyin:2.5;offsetxout:0;durationout:1000;rotateout:-90;scalexout:0;scaleyout:0;">
grid
</h1>
<h1 class="ls-l" style="top:159px; left: 220px; width: 285px; font-weight: normal; font-size: 25px; color: white; text-transform: uppercase; background-color: #00aaaa; text-align: center; border-radius: 5px; padding: 10px 0px;" data-ls="offsetxin:0;offsetyin:top;durationin:1500;delayin:1600;easingin:easeInOutQuart;fadein:false;scalexin:5;scaleyin:5;offsetxout:0;offsetyout:top;durationout:1000;fadeout:false;">
site template
</h1>
<h1 class="ls-l" style="top:159px; left: 510px; width: 115px; font-weight: normal; font-size: 25px; color: white; text-transform: uppercase; background-color: #00aaaa; text-align: center; border-radius: 5px; padding: 10px 0px;" data-ls="offsetxin:0;durationin:2000;delayin:2200;rotatein:90;scalexin:2.5;scaleyin:2.5;offsetxout:0;durationout:1000;rotateout:90;scalexout:0;scaleyout:0;">
style
</h1>
<h1 class="ls-l" style="top:220px; left: 114px; width: 270px; font-weight: normal; font-size: 25px; color: white; text-transform: uppercase; background-color: #1a1a1a; text-align: center; border-radius: 5px; padding: 10px 0px;" data-ls="offsetxin:left;durationin:1500;delayin:1800;easingin:easeInOutQuart;fadein:false;scalexin:5;scaleyin:5;offsetxout:left;durationout:1000;fadeout:false;">
creative
</h1>
<h1 class="ls-l" style="top:220px; left: 390px; width: 235px; font-weight: normal; font-size: 25px; color: white; text-transform: uppercase; background-color: #1a1a1a; text-align: center; border-radius: 5px; padding: 10px 0px;" data-ls="offsetxin:right;durationin:1500;delayin:1500;easingin:easeInOutQuart;fadein:false;scalexin:5;scaleyin:5;offsetxout:right;durationout:1000;fadeout:false;">
minimal
</h1>
<h1 class="ls-l" style="top:281px; left: 114px; width: 110px; font-weight: normal; font-size: 25px; color: #1a1a1a; text-transform: uppercase; background-color: #ffffff; text-align: center; border-radius: 5px; padding: 10px 0px;" data-ls="offsetxin:0;durationin:2000;delayin:2100;rotatein:90;scalexin:2.5;scaleyin:2.5;offsetxout:0;durationout:1000;rotateout:90;scalexout:0;scaleyout:0;">
and
</h1>
<h1 class="ls-l" style="top:281px; left: 230px; width: 105px; font-weight: normal; font-size: 25px; color: #1a1a1a; text-transform: uppercase; background-color: #ffffff; text-align: center; border-radius: 5px; padding: 10px 0px;" data-ls="offsetxin:0;offsetyin:bottom;durationin:1500;delayin:1700;easingin:easeInOutQuart;fadein:false;scalexin:5;scaleyin:5;offsetxout:0;offsetyout:bottom;durationout:1000;fadeout:false;">
easy
</h1>
<h1 class="ls-l" style="top:281px; left: 341px; width: 285px; font-weight: normal; font-size: 25px; color: #1a1a1a; text-align: right; text-transform: uppercase; background-color: #ffffff; text-align: center; border-radius: 5px; padding: 10px 0px;" data-ls="offsetxin:0;durationin:2000;delayin:2300;rotatein:-90;scalexin:2.5;scaleyin:2.5;offsetxout:0;durationout:1000;rotateout:-90;scalexout:0;scaleyout:0;">
customization
</h1>
</div>
<!--End-->
<!--Layer 3-->
<div class="ls-slide" style="transition2d: 8,49,77,100,105; slidedelay: 8000;">
<!--Slider Background-->
<img class="ls-bg" src="images/slider/slider3.jpg" alt="layer3-background">
<a href="#" class="ls-link"></a>
<!--Slider Layers-->
<h1 class="ls-l" style="top:173px; left: 130px; font-weight: normal; font-size: 25px; color: white; text-transform: uppercase; background-color: #1a1a1a; padding: 5px 15px;" data-ls="offsetxin: -500; offsetxout: -500; fadein: false; fadeout: false; durationin : 2000; scalexin : .1; scalexout : .1; scaleyin : .1; scaleyout : .1; easingin: easeInOutBack; easingout : easeInOutBack;">
creative design
</h1>
<h1 class="ls-l" style="top:233px; left: 130px; font-weight: normal; font-size: 25px; color: white; text-transform: uppercase; background-color: #1a1a1a; padding: 5px 15px;" data-ls="offsetxin: -500; offsetxout: -500; fadein: false; fadeout: false; durationin : 2000; delayin : 500; scalexin : .1; scalexout : .1; scaleyin : .1; scaleyout : .1; easingin: easeInOutBack; easingout : easeInOutBack;">
responsive layout
</h1>
<h1 class="ls-l" style="top:293px; left: 130px; font-weight: normal; font-size: 25px; color: white; text-transform: uppercase; background-color: #1a1a1a; padding: 5px 15px;" data-ls="offsetxin: -500; offsetxout: -500; fadein: false; fadeout: false; durationin : 2000; delayin : 1000; scalexin : .1; scalexout : .1; scaleyin : .1; scaleyout : .1; easingin: easeInOutBack; easingout : easeInOutBack;">
and easy customization
</h1>
</div>
<!--End-->
</div>
</section>
<!--Banner Slide End-->
<!--Call to Action Start-->
<section class="call-action">
<div class="content">
<h1>At vero <span class="text-colortwo">eos accusam</span> justo duo dolores...</h1>
</div>
<a href="#">
<div class="large-button">
<span>GET MORE INFO</span>
</div>
</a>
</section>
<!--Call to Action End-->
<!--Service Start-->
<section class="container service">
<ul>
<!--Service 1-->
<li class="flip">
<a href="service-single1.html">
<div class="flip-front">
<div class="service-icon">
<img src="images/service-icon/service-icon-1.png" alt="service" />
</div>
<h2 class="grid-title">Lorem Ipsum</h2>
</div>
<div class="flip-back active-details">
<h2 class="title-back">Dolor sit amet</h2>
<p class="description-back">At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren</p>
<div class="more-details">
MORE DETAILS
</div>
</div>
</a>
</li>
<!--End-->
<!--Service 2-->
<li class="flip">
<a href="service-single2.html">
<div class="flip-front">
<div class="service-icon">
<img src="images/service-icon/service-icon-2.png" alt="service" />
</div>
<h2 class="grid-title">Dolor Sit Amet</h2>
</div>
<div class="flip-back active-details">
<h2 class="title-back">Consetetur sadip</h2>
<p class="description-back">At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren</p>
<div class="more-details">
MORE DETAILS
</div>
</div>
</a>
</li>
<!--End-->
<!--Service 3-->
<li class="flip">
<a href="service-single1.html">
<div class="flip-front">
<div class="service-icon">
<img src="images/service-icon/service-icon-3.png" alt="service" />
</div>
<h2 class="grid-title">Sed Diam Nonumy</h2>
</div>
<div class="flip-back active-details">
<h2 class="title-back">Eirmod tempor</h2>
<p class="description-back">At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren</p>
<div class="more-details">
MORE DETAILS
</div>
</div>
</a>
</li>
<!--End-->
<!--Service 4-->
<li class="flip">
<a href="service-single2.html">
<div class="flip-front">
<div class="service-icon">
<img src="images/service-icon/service-icon-4.png" alt="service" />
</div>
<h2 class="grid-title">Labore Dolore</h2>
</div>
<div class="flip-back active-details">
<h2 class="title-back">Aliquyam erat</h2>
<p class="description-back">At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren</p>
<div class="more-details">
MORE DETAILS
</div>
</div>
</a>
</li>
<!--End-->
</ul>
</section>
<!--Service End-->
<div class="clearfix"></div>
<!--Grid Content Start-->
<section class="container">
<!--Left Area Start-->
<div class="grid-half left">
<!--Large Grid-->
<div class="large-grid flip">
<div class="flip-front">
<a href="blog-single.html">
<figure>
<img src="images/upload/large-thumbnail1.jpg" alt="image" />
</figure>
</a>
</div>
<div class="flip-back">
<h1 class="large-title-back">Lorem ipsum dolor sit consetetur amet</h1>
<p class="large-description-back">Sed diam nonumy eirmod tempor ut labore et <span class="text-colortwo">dolore magna</span> aliquyam erat sed diam voluptua, at vero eos</p>
<a href="blog-single.html">
<div class="large-button">
<span>GET MORE INFO</span>
</div>
</a>
</div>
</div>
<!--End-->
<ul class="small-grid">
<!--Small Grid 1-->
<li class="flip">
<div class="flip-front">
<a href="blog-single.html">
<figure>
<img src="images/upload/small-thumbnail1.jpg" alt="image" />
</figure>
</a>
</div>
<a href="blog-single.html">
<div class="flip-back active-details gray">
<h2 class="title-back text-gray">Dolor sit amet</h2>
<p class="description-back text-dark">At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren</p>
<div class="more-details">
MORE DETAILS
</div>
</div>
</a>
</li>
<!--End-->
<!--Small Grid 2-->
<li class="small-thumb">
<h2>At vero eos et justo duo dolores et ea rebum</h2>
<p>At vero eos et accusam...</p>
</li>
<!--End-->
</ul>
</div>
<!--Left Area End-->
<!--Right Area Start-->
<div class="grid-half right">
<ul class="small-grid">
<!--Small Grid 3-->
<li class="small-thumb">
<h2>Nonumy eirmod<br><span class="large-font">50%</span></h2>
<p>At vero eos et accusam...</p>
</li>
<!--End-->
<!--Small Grid 4-->
<li class="flip">
<div class="flip-front">
<a href="blog-single.html">
<figure>
<img src="images/upload/small-thumbnail2.jpg" alt="image" />
</figure>
</a>
</div>
<a href="blog-single.html">
<div class="flip-back active-details gray">
<h2 class="title-back text-gray">Dolor sit amet</h2>
<p class="description-back text-dark">At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren</p>
<div class="more-details">
MORE DETAILS
</div>
</div>
</a>
</li>
<!--End-->
</ul>
<div class="clearfix"></div>
<!--Large Grid-->
<div class="large-grid">
<div class="flip-back">
<h1 class="large-title-back">At vero eos et accusam</h1>
<p class="large-description-back"><span class="largest-font">SHARE</span><br><br>Labore et <span class="text-colortwo">Diam Nonumy</span> aliquyam erat sed diam voluptua, at vero eos</p>
<a href="about-us.html">
<div class="large-button">
<span>GET MORE INFO</span>
</div>
</a>
</div>
</div>
<!--End-->
</div>
<!--Right Area End-->
</section>
<!--Grid Content End-->
<!--Portfolio Start-->
<section class="container portfolio">
<ul>
<li class="item">
<div class="box-title">
<div class="icon">
<img src="images/service-icon/service-icon-5.png" alt="service" />
</div>
<h2>PORTFOLIO</h2>
</div>
</li>
<!--Portfolio 1-->
<li class="flip">
<div class="flip-front">
<a href="portfolio-single.html">
<figure>
<img src="images/upload/portfolio-thumbnail-06.jpg" alt="image" />
</figure>
</a>
</div>
<a href="portfolio-single.html">
<div class="flip-back active-details gray">
<h2 class="title-back text-gray">Dolor sit amet</h2>
<p class="description-back text-dark">At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren</p>
<div class="more-details">
MORE DETAILS
</div>
</div>
</a>
</li>
<!--End-->
<!--Portfolio 2-->
<li class="flip">
<div class="flip-front">
<a href="portfolio-single.html">
<figure>
<img src="images/upload/portfolio-thumbnail-13.jpg" alt="image" />
</figure>
</a>
</div>
<a href="portfolio-single.html">
<div class="flip-back active-details">
<h2 class="title-back">Lorem ipsum</h2>
<p class="description-back">At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren</p>
<div class="more-details">
MORE DETAILS
</div>
</div>
</a>
</li>
<!--End-->
<!--Portfolio 3-->
<li class="flip">
<div class="flip-front">
<a href="portfolio-single.html">
<figure>
<img src="images/upload/portfolio-thumbnail-03.jpg" alt="image" />
</figure>
</a>
</div>
<a href="portfolio-single.html">
<div class="flip-back active-details gray">
<h2 class="title-back text-gray">Sadipscing elitr</h2>
<p class="description-back text-dark">At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren</p>
<div class="more-details">
MORE DETAILS
</div>
</div>
</a>
</li>
<!--End-->
<!--Portfolio 4-->
<li class="flip">
<div class="flip-front">
<a href="portfolio-single.html">
<figure>
<img src="images/upload/portfolio-thumbnail-14.jpg" alt="image" />
</figure>
</a>
</div>
<a href="portfolio-single.html">
<div class="flip-back active-details gray">
<h2 class="title-back text-gray">Eirmod tempor</h2>
<p class="description-back text-dark">At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren</p>
<div class="more-details">
MORE DETAILS
</div>
</div>
</a>
</li>
<!--End-->
<!--Portfolio 5-->
<li class="flip">
<div class="flip-front">
<a href="portfolio-single.html">
<figure>
<img src="images/upload/portfolio-thumbnail-11.jpg" alt="image" />
</figure>
</a>
</div>
<a href="portfolio-single.html">
<div class="flip-back active-details">
<h2 class="title-back">Dolore magna</h2>
<p class="description-back">At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren</p>
<div class="more-details">
MORE DETAILS
</div>
</div>
</a>
</li>
<!--End-->
<!--Portfolio 6-->
<li class="flip">
<div class="flip-front">
<a href="portfolio-single.html">
<figure>
<img src="images/upload/portfolio-thumbnail-04.jpg" alt="image" />
</figure>
</a>
</div>
<a href="portfolio-single.html">
<div class="flip-back active-details gray">
<h2 class="title-back text-gray">Aliquyam erat</h2>
<p class="description-back text-dark">At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren</p>
<div class="more-details">
MORE DETAILS
</div>
</div>
</a>
</li>
<!--End-->
<!--Portfolio 7-->
<li class="flip">
<div class="flip-front">
<a href="portfolio-single.html">
<figure>
<img src="images/upload/portfolio-thumbnail-05.jpg" alt="image" />
</figure>
</a>
</div>
<a href="portfolio-single.html">
<div class="flip-back active-details">
<h2 class="title-back">Diam Voluptua</h2>
<p class="description-back">At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren</p>
<div class="more-details">
MORE DETAILS
</div>
</div>
</a>
</li>
<!--End-->
</ul>
</section>
<!--Portfolio End-->
</div>
<!--All Content End-->
<div class="clearfix"></div>
<!--Footer Start-->
<footer class="footer-section">
<!--Footer About Us-->
<section class="footer-about">
<div class="footer-content">
<figure>
<img src="images/logo-footer.png" alt="footer logo" />
</figure>
<div class="footer-text">
<br><p>Lorem ipsum dolor, consetetur sadipscing elitr sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.</p><br>
<p>At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren.</p>
</div>
</div>
</section>
<!--Footer About Us End-->
<!--Footer Contact-->
<section class="footer-contact">
<h2 class="footer-title">CONTACT INFO</h2>
<div class="footer-content">
<ul>
<li>
<div class="contact-list footer-text">
<span>Company Name<br>4884 Lilac Lane Statesboro, GA 30458</span>
</div>
</li>
<li>
<div class="contact-list footer-text email">
<span>Email: [email protected]</span>
</div>
</li>
<li>
<div class="contact-list footer-text phone">
<span>Phone: 111-123-456-9999</span>
</div>
</li>
</ul>
</div>
</section>
<!--Footer Contact End-->
<!--Footer Subscribe-->
<section class="footer-subscribe">
<h2 class="footer-title">NEWSLETTER</h2>
<div class="footer-content">
<div class="footer-text">
<p>Subscribe now for free tips, update item and our promotion.</p>
</div>
<div class="subscribe-box">
<form>
<input class="first-name" type="text" name="firstname" placeholder="First name *" required />
<input class="last-name" type="text" name="lastname" placeholder="Last name *" required />
<input class="email" type="text" name="email" placeholder="Your email address *" required />
<input class="subscribe-button" type="submit" value="SUBSCRIBE"/>
</form>
</div>
</div>
</section>
<!--Footer Subscribe End-->
<div class="clearfix"></div>
<!--Footer Bottom-->
<section class="footer-bottom">
<div class="copyright">
Copyright © All Rights Reserved. <a href="#">yourdomain.com</a>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about-us.html">About Us</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
</section>
<!--Footer Bottom End-->
<!--Go To Top-->
<a href="#" class="back-to-top"></a>
<!--End-->
</footer>
<!--Footer End-->
<script src="js/jquery.js" type="text/javascript"></script>
<script type="text/javascript" language="javascript" charset="utf-8" src="js/menu.js"></script>
<!--Placeholder Script-->
<script src="js/placeholder.js" type="text/javascript"></script>
<script type="text/javascript">
$.fn.placeholder();
</script>
<!--Banner Slider Script-->
<script src="layerslider/jQuery/greensock.js" type="text/javascript"></script>
<script src="layerslider/js/layerslider.transitions.js" type="text/javascript"></script>
<script src="layerslider/js/layerslider.kreaturamedia.jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
"use strict";
$('#layerslider').layerSlider({
skinsPath : 'layerslider/skins/',
skin : 'borderlessdark3d',
thumbnailNavigation : 'hover',
showCircleTimer : true,
showBarTimer : true,
touchNav : true,
navStartStop : true,
animateFirstSlide : true,
responsive : true,
});
// GO TO TOP SETTING
var offset = 220;
var duration = 500;
jQuery(window).scroll(function() {
if (jQuery(this).scrollTop() > offset) {
jQuery('.back-to-top').fadeIn(duration);
} else {
jQuery('.back-to-top').fadeOut(duration);
}
});
jQuery('.back-to-top').click(function(event) {
event.preventDefault();
jQuery('html, body').animate({scrollTop: 0}, duration);
return false;
})
});
</script>
</body>
</html>