-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·697 lines (475 loc) · 22.5 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
<!DOCTYPE html>
<!-- Genemy - Creative Multi Concept Landing Pages Pack design by DSAThemes (http://www.dsathemes.com) -->
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="author" content="DSAThemes"/>
<meta name="description" content="Genemy - Creative Multi Concept Landing Pages Pack"/>
<meta name="keywords" content="Responsive, HTML5 template, DSAThemes, One Page, Landing, Startup, Business, Company, Corporate, Creative, Freelancers, Portfolio">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<!-- SITE TITLE -->
<title>Genemy - Creative Multi Concept Landing Pages Pack</title>
<!-- FAVICON AND TOUCH ICONS -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="152x152" href="images/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="120x120" href="images/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="images/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<!-- GOOGLE FONTS -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900" rel="stylesheet">
<!-- BOOTSTRAP CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!-- FONT ICONS -->
<link href="css/fa-svg-with-js.css" rel="stylesheet">
<link href="css/tonicons.css" rel="stylesheet">
<!-- PLUGINS STYLESHEET -->
<link href="css/magnific-popup.css" rel="stylesheet">
<link href="css/flexslider.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="css/owl.carousel.min.css" rel="stylesheet">
<link href="css/owl.theme.default.min.css" rel="stylesheet">
<!-- TEMPLATE CSS -->
<link href="css/spinner.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
<!-- RESPONSIVE CSS -->
<link href="css/responsive.css" rel="stylesheet">
</head>
<body>
<!-- PRELOADER SPINNER
============================================= -->
<div id="loader-wrapper">
<div id="loader">
<div class="cssload-spinner">
<div class="cssload-ball cssload-ball-1"></div>
<div class="cssload-ball cssload-ball-2"></div>
<div class="cssload-ball cssload-ball-3"></div>
<div class="cssload-ball cssload-ball-4"></div>
</div>
</div>
</div>
<!-- PAGE CONTENT
============================================= -->
<div id="page" class="page">
<!-- HEADER
============================================= -->
<header id="header" class="header">
<nav class="navbar fixed-top navbar-expand-lg navbar-dark bg-tra hover-menu">
<div class="container">
<!-- LOGO IMAGE -->
<!-- For Retina Ready displays take a image with double the amount of pixels that your image will be displayed (e.g 268 x 60 pixels) -->
<a href="#hero-10" class="navbar-brand logo-black"><img src="images/logo.png" width="134" height="30" alt="header-logo"></a>
<a href="#hero-10" class="navbar-brand logo-white"><img src="images/logo-white.png" width="134" height="30" alt="header-logo"></a>
<!-- Responsive Menu Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-bar-icon"><i class="fas fa-bars"></i></span>
</button>
<!-- Navigation Menu -->
<div id="navbarSupportedContent" class="collapse navbar-collapse txt-700 yellow-hover">
<ul class="navbar-nav ml-auto">
<!-- Dropdown Link -->
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Home
</a>
</li>
<li class="nav-item nl-simple"><a class="nav-link" href="#portfolio-4">Works</a></li>
<li class="nav-item nl-simple"><a class="nav-link" href="#statistic-1">About Me</a></li>
<li class="nav-item nl-simple"><a class="nav-link" href="#cta-1">Contacts</a></li>
<!-- Button
<li><a href="#contacts-2" class="btn btn-arrow">
<span>Get Started <i class="fas fa-angle-double-right"></i></span>
</a>
</li> -->
</ul>
<!-- Header Social Icons -->
<span class="navbar-text">
<span class="header-socials clearfix">
<span><a href="https://twitter.com/aroths" class="ico-twitter"><i class="fab fa-twitter"></i></a></span>
<span><a href="https://www.linkedin.com/in/arothschild/" class="ico-linkedin"><i class="fab fa-linkedin-in"></i></a></span>
<!--
<span><a href="#" class="ico-facebook"><i class="fab fa-facebook-f"></i></a></span>
<span><a href="#" class="ico-dribbble"><i class="fab fa-dribbble"></i></a></span>
<span><a href="#" class="ico-behance"><i class="fab fa-behance"></i></a></span>
<span><a href="#" class="ico-instagram"><i class="fab fa-instagram"></i></a></span>
<span><a href="#" class="ico-pinterest"><i class="fab fa-pinterest-p"></i></a></span>
<span><a href="#" class="ico-google-plus"><i class="fab fa-google-plus-g"></i></a></span>
<span><a href="#" class="ico-tumblr"><i class="fab fa-tumblr"></i></a></span>
<span><a href="#" class="ico-youtube"><i class="fab fa-youtube"></i></a></span>
<span><a href="#" class="ico-vk"><i class="fab fa-vk"></i></a></span>
-->
</span>
</span>
</div> <!-- End Navigation Menu -->
</div> <!-- End container -->
</nav> <!-- End navbar -->
</header> <!-- END HEADER -->
<!-- HERO-10
============================================= -->
<section id="hero-10" class="bg-dark hero-section division">
<div class="container white-color">
<div class="row d-flex align-items-center">
<!-- HERO TEXT -->
<div class="col-md-10 col-lg-10 col-xl-11">
<div class="hero-txt">
<h3>Hi, This is <span class="underline">Gangsta LTD</span> - product management at it's best.</h3>
</div>
</div> <!-- END HERO TEXT -->
</div> <!-- End row -->
</div> <!-- End container -->
</section> <!-- END HERO-10 -->
<!-- PORTFOLIO-4
============================================= -->
<section id="portfolio-4" class="bg-dark p-top-80 p-bottom-40 portfolio-section division">
<div class="container">
<!-- PORTFOLIO FILTERING BUTTONS -->
<div class="row">
<div class="col-md-10">
<div class="portfolio-filter m-bottom-50 wow fadeInUp" data-wow-delay="0.4s">
<button data-filter="*" class="is-checked">All</button>
<button data-filter=".photo">Photography</button>
<button data-filter=".digital-art">Digital Art</button>
<button data-filter=".graphic-design">Graphic Design</button>
</div>
</div>
</div>
<!-- PORTFOLIO IMAGES HOLDER -->
<div class="row">
<div class="col-md-12 portfolio-items-list">
<div class="masonry-wrap grid-loaded">
<!-- IMAGE #1 -->
<div class="portfolio-item photo wow fadeInUp" data-wow-delay="0.1s">
<div class="hover-overlay">
<!-- Project Preview Image -->
<img class="img-fluid" src="images/portfolio/img-13.jpg" alt="project-image" />
<div class="item-overlay"></div>
<!-- Project Data -->
<div class="project-data white-color">
<!-- Project Meta -->
<p class="rose-color">Photography, Essentials</p>
<!-- Project Link -->
<h5 class="h5-lg">
<a href="projects/project-01.html" title="">Mockup PSD Image</a>
</h5>
</div>
</div>
</div> <!-- END IMAGE #1 -->
<!-- IMAGE #2 -->
<div class="portfolio-item digital-art wow fadeInUp" data-wow-delay="0.1s">
<div class="hover-overlay">
<!-- Project Preview Image -->
<img class="img-fluid" src="images/portfolio/img-8.jpg" alt="project-image" />
<div class="item-overlay"></div>
<!-- Project Data -->
<div class="project-data white-color">
<!-- Project Meta -->
<p class="rose-color">Creativity, Branding</p>
<!-- Project Link -->
<h5 class="h5-lg">
<a href="projects/project-02.html" title="">Mockup PSD Image</a>
</h5>
</div>
</div>
</div> <!-- END IMAGE #2 -->
<!-- IMAGE #3 -->
<div class="portfolio-item graphic-design wow fadeInUp" data-wow-delay="0.1s">
<div class="hover-overlay">
<!-- Project Preview Image -->
<img class="img-fluid" src="images/portfolio/img-6.jpg" alt="project-image" />
<div class="item-overlay"></div>
<!-- Project Data -->
<div class="project-data white-color">
<!-- Project Meta -->
<p class="rose-color">Graphics, Creativity</p>
<!-- Project Link -->
<h5 class="h5-lg">
<a href="projects/project-03.html" title="">Mockup PSD Image</a>
</h5>
</div>
</div>
</div> <!-- END IMAGE #3 -->
<!-- IMAGE #4 -->
<div class="portfolio-item digital-art wow fadeInUp" data-wow-delay="0.1s">
<div class="hover-overlay">
<!-- Project Preview Image -->
<img class="img-fluid" src="images/portfolio/img-2.jpg" alt="project-image" />
<div class="item-overlay"></div>
<!-- Project Data -->
<div class="project-data white-color">
<!-- Project Meta -->
<p class="rose-color">Graphics, Branding</p>
<!-- Project Link -->
<h5 class="h5-lg">
<a href="projects/project-01.html" title="">Mockup PSD Image</a>
</h5>
</div>
</div>
</div> <!-- END IMAGE #4 -->
<!-- IMAGE #5 -->
<div class="portfolio-item photo wow fadeInUp" data-wow-delay="0.1s">
<div class="hover-overlay">
<!-- Project Preview Image -->
<img class="img-fluid" src="images/portfolio/img-12.jpg" alt="project-image" />
<div class="item-overlay"></div>
<!-- Project Data -->
<div class="project-data white-color">
<!-- Project Meta -->
<p class="rose-color">Photography, Creativity</p>
<!-- Project Link -->
<h5 class="h5-lg">
<a href="projects/project-02.html" title="">Mockup PSD Image</a>
</h5>
</div>
</div>
</div> <!-- END IMAGE #5 -->
<!-- IMAGE #6 -->
<div class="portfolio-item graphic-design wow fadeInUp" data-wow-delay="0.1s">
<div class="hover-overlay">
<!-- Project Preview Image -->
<img class="img-fluid" src="images/portfolio/img-7.jpg" alt="project-image" />
<div class="item-overlay"></div>
<!-- Project Data -->
<div class="project-data white-color">
<!-- Project Meta -->
<p class="rose-color">Graphics, Projects</p>
<!-- Project Link -->
<h5 class="h5-lg">
<a href="projects/project-03.html" title="">Mockup PSD Image</a>
</h5>
</div>
</div>
</div> <!-- END IMAGE #6 -->
<!-- IMAGE #7 -->
<div class="portfolio-item graphic-design wow fadeInUp" data-wow-delay="0.1s">
<div class="hover-overlay">
<!-- Project Preview Image -->
<img class="img-fluid" src="images/portfolio/img-11.jpg" alt="project-image" />
<div class="item-overlay"></div>
<!-- Project Data -->
<div class="project-data white-color">
<!-- Project Meta -->
<p class="rose-color">Graphics, Projects</p>
<!-- Project Link -->
<h5 class="h5-lg">
<a href="projects/project-01.html" title="">Mockup PSD Image</a>
</h5>
</div>
</div>
</div> <!-- END IMAGE #7 -->
<!-- IMAGE #8 -->
<div class="portfolio-item photo wow fadeInUp" data-wow-delay="0.1s">
<div class="hover-overlay">
<!-- Project Preview Image -->
<img class="img-fluid" src="images/portfolio/img-9.jpg" alt="project-image" />
<div class="item-overlay"></div>
<!-- Project Data -->
<div class="project-data white-color">
<!-- Project Meta -->
<p class="rose-color">Creativity, Essentials</p>
<!-- Project Link -->
<h5 class="h5-lg">
<a href="projects/project-02.html" title="">Mockup PSD Image</a>
</h5>
</div>
</div>
</div> <!-- END IMAGE #8 -->
<!-- IMAGE #9 -->
<div class="portfolio-item graphic-design wow fadeInUp" data-wow-delay="0.1s">
<div class="hover-overlay">
<!-- Project Preview Image -->
<img class="img-fluid" src="images/portfolio/img-10.jpg" alt="project-image" />
<div class="item-overlay"></div>
<!-- Project Data -->
<div class="project-data white-color">
<!-- Project Meta -->
<p class="rose-color">Creativity, Essentials</p>
<!-- Project Link -->
<h5 class="h5-lg">
<a href="projects/project-03.html" title="">Mockup PSD Image</a>
</h5>
</div>
</div>
</div> <!-- END IMAGE #9 -->
</div>
</div>
</div> <!-- END PORTFOLIO IMAGES HOLDER -->
</div> <!-- End container -->
</section> <!-- END PORTFOLIO-4 -->
<!-- STATISTIC-1
============================================= -->
<div id="statistic-1" class="bg-dark wide-80 statistic-section division">
<div class="container white-color">
<div class="row">
<!-- STATISTIC BLOCK #1 -->
<div class="col-sm-6 col-md-3">
<div class="statistic-block wow fadeInUp" data-wow-delay="0.1s">
<p class="statistic-number">3,<span class="count-element">438</span></p>
<p class="rose-color">Happy Clients</p>
</div>
</div>
<!-- STATISTIC BLOCK #2 -->
<div class="col-sm-6 col-md-3">
<div class="statistic-block wow fadeInUp" data-wow-delay="0.2s">
<p class="statistic-number">1,<span class="count-element">263</span></p>
<p class="rose-color">Tickets Closed</p>
</div>
</div>
<!-- STATISTIC BLOCK #3 -->
<div class="col-sm-6 col-md-3">
<div class="statistic-block wow fadeInUp" data-wow-delay="0.3s">
<p class="statistic-number">5,<span class="count-element">172</span></p>
<p class="rose-color">Followers</p>
</div>
</div>
<!-- STATISTIC BLOCK #4 -->
<div class="col-sm-6 col-md-3">
<div class="statistic-block wow fadeInUp" data-wow-delay="0.4s">
<p class="statistic-number">4,<span class="count-element">874</span></p>
<p class="rose-color">Cups of Coffee</p>
</div>
</div>
</div> <!-- End row -->
</div> <!-- End container -->
</div> <!-- END STATISTIC-1 -->
<!-- CALL TO ACTION-1
============================================= -->
<section id="cta-1" class="bg-deepdark wide-60 cta-section division">
<div class="container white-color">
<div class="row d-flex align-items-center">
<!-- CALL TO ACTION TEXT -->
<div class="col-lg-9">
<div class="cta-txt m-bottom-40 wow fadeInUp" data-wow-delay="0.2s">
<!-- Title -->
<h3 class="h3-xs">Need <span class="yellow-color underline-rose">something specific?</span></h3>
<h3 class="h3-xs">Let's discuss your next project</h3>
<!-- Text -->
<p class="p-md">Egestas magna egestas magna ipsum vitae purus ipsum primis in cubilia
laoreet augue luctus magna aenean primis in augue laoreet
</p>
</div>
</div> <!-- END CALL TO ACTION TEXT -->
<!-- CALL TO ACTION BUTTON -->
<div class="col-lg-3">
<div class="cta-btn text-center m-bottom-40 wow fadeInUp" data-wow-delay="0.3s">
<!-- Phone Number -->
<p class="p-md txt-900">Call us : <span>+12 9 8765 4321</span></p>
<!-- Button -->
<a href="mailto:[email protected]" class="btn btn-lg tra-hover btn-arrow">
<span>Let's Started <i class="fas fa-angle-double-right"></i></span>
</a>
</div>
</div> <!-- END CALL TO ACTION BUTTON -->
</div> <!-- End row -->
</div> <!-- End container -->
</section> <!-- END CALL TO ACTION-1 -->
<!-- FOOTER-1
============================================= -->
<footer id="footer-1" class="bg-dark p-top-100 footer division">
<div class="container white-color">
<!-- FOOTER CONTENT -->
<div class="row">
<!-- FOOTER INFO -->
<div class="col-lg-4">
<div class="footer-info">
<!-- Title -->
<h4 class="h4-md txt-up txt-900">Genemy</h4>
<!-- Text -->
<p>Aliquam orci nullam tempor sapien gravida orci donec enim ipsum porta justo at velna auctor congue
magna laoreet augue
</p>
</div>
</div>
<!-- FOOTER CONTACTS -->
<div class="col-md-4 col-lg-3">
<div class="footer-box">
<!-- Title -->
<h5 class="h5-sm">Let's Talk</h5>
<!-- Email -->
<p class="foo-email"><a href="mailto:[email protected]">[email protected]</a></p>
<!-- Phone -->
<p>P: +12 9 8765 4321</p>
</div>
</div>
<!-- FOOTER LINKS -->
<div class="col-md-3 col-lg-2 offset-md-1 offset-lg-0">
<div class="footer-box">
<!-- Title -->
<h5 class="h5-sm">Explore</h5>
<!-- Footer Links -->
<ul class="clearfix">
<li><p><a href="#">About Us</a></p></li>
<li><p><a href="#">Blog</a></p></li>
<li><p><a href="#">Contact Us</a></p></li>
<li><p><a href="#">Career</a></p></li>
</ul>
</div>
</div>
<!-- FOOTER LOCATION ADDRESS -->
<div class="col-md-4 col-lg-3">
<div class="footer-box">
<!-- Title -->
<h5 class="h5-sm">Our Location</h5>
<!-- Address -->
<p>121 King Street, Melbourne,</p>
<p>Victoria 3000 Australia</p>
</div>
</div>
</div> <!-- END FOOTER CONTENT -->
</div> <!-- End container -->
</footer> <!-- END FOOTER-1 -->
</div> <!-- END PAGE CONTENT -->
<!-- EXTERNAL SCRIPTS
============================================= -->
<script src="js/jquery-3.3.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/fontawesome-all.js"></script>
<script src="js/modernizr.custom.js"></script>
<script src="js/jquery.easing.js"></script>
<script src="js/retina.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/jquery.scrollto.js"></script>
<script src="js/jquery.appear.js"></script>
<script src="js/jquery.superslides.js"></script>
<script src="js/imagesloaded.pkgd.min.js"></script>
<script src="js/isotope.pkgd.min.js"></script>
<script src="js/jquery.flexslider.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.vide.min.js"></script>
<script src="js/jquery.magnific-popup.min.js"></script>
<script src="js/register-form.js"></script>
<script src="js/comment-form.js"></script>
<script src="js/contact-form.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/wow.js"></script>
<!-- Custom Script -->
<script src="js/custom.js"></script>
<script>
new WOW().init();
</script>
<!-- HTML5 shim, for IE6-8 support of HTML5 elements. All other JS at the end of file. -->
<!-- [if lt IE 9]>
<script src="js/html5shiv.js" type="text/javascript"></script>
<script src="js/respond.min.js" type="text/javascript"></script>
<![endif] -->
<!-- Google Analytics: Change UA-XXXXX-X to be your site's ID. Go to http://www.google.com/analytics/ for more information. -->
<!--
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-XXXXX-X']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
-->
</body>
</html>