-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·638 lines (598 loc) · 25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title></title>
<!-- Plugins CSS -->
<link
rel="stylesheet"
href="./plugins/bootstrap-4.3.1/css/bootstrap.min.css"
/>
<link rel="stylesheet" href="./plugins/meanmenu/meanmenu.css" />
<link rel="stylesheet" href="./plugins/slick-1.8.1/slick.css" />
<link
rel="stylesheet"
href="./plugins/fancybox-master/jquery.fancybox.min.css"
/>
<link rel="stylesheet" href="./plugins/aos-animation/aos.css" />
<!-- fonts -->
<link rel="stylesheet" href="./fonts/ep-icon-fonts/css/style.css" />
<link rel="stylesheet" href="./fonts/fontawesome-5/css/all.min.css" />
<link rel="stylesheet" href="./fonts/typography-font/typo-fonts.css" />
<!-- Custom Stylesheet -->
<link rel="stylesheet" href="./css/settings.css" />
<link rel="stylesheet" href="./css/style.css" />
</head>
<body>
<div class="site-wrapper">
<!-- Header Starts -->
<header class="site-header position-relative d-none d-lg-block">
<div class="container-fluid pr-lg--30 pl-lg--30">
<div
class="row justify-content-between align-items-center position-relative"
>
<div class="col-sm-3 col-6 col-lg-2 col-xl-2 order-lg-1">
<!-- Brand Logo -->
<div class="brand-logo">
<a href=""><img src="image/main-logo.png" alt=""/></a>
</div>
</div>
<!-- Menu Block -->
<div class=" col-6 col-sm-1 col-lg-6 col-xl-8 position-static order-lg-2">
<div class="main-navigation ">
<ul class="main-menu">
<li class="menu-item has-dropdown">
<a href="#features">Demos</a>
<ul class="menu-dropdown">
<li class="single-item">
<a href="../s01/index.html">
<h3>Mobile Application</h3>
<p>Best for Mobile App Presentation</p>
</a>
</li>
<li class="single-item">
<a href="../s02/index.html">
<h3>Web Application</h3>
<p>Best for Web Application</p>
</a>
</li>
<li class="single-item">
<a href="../s03/index.html">
<h3>SaaS Application</h3>
<p>Best for SaaS Application</p>
</a>
</li>
<li class="single-item">
<a href="../s04/index.html">
<h3>SaaS Subscription</h3>
<p>Best for SaaS Subscription</p>
</a>
</li>
<li class="single-item">
<a href="../s05/index.html">
<h3>Digital Service</h3>
<p>Best for Digital Services</p>
</a>
</li>
<li class="single-item">
<a href="../s06/index.html">
<h3>Online Course</h3>
<p>Best for Online Course</p>
</a>
</li>
<li class="single-item">
<a href="../s07/index.html">
<h3>Software</h3>
<p>Best for Software & Application</p>
</a>
</li>
<li class="single-item">
<a href="../s08/index.html">
<h3>Mobile App 2.0</h3>
<p>Best for Mobile Application</p>
</a>
</li>
</ul>
</li>
<li class="menu-item "><a href="https://yashlabs-co.gitbook.io/curfew-log/">Documentation</a></li>
</ul>
<div class="header-btns justify-content-end">
<a href="https://github.com/CurfewLog" class="btn btn--primary btn--medium">Github</a>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Mobile menu Header Starts -->
<header
class="mobile-header d-lg-none "
>
<div class="container">
<div class="row align-items-center">
<div class="col-md-4 col-7">
<a href="index.html" class="site-brand">
<img src="./image/main-logo.png" alt="" />
</a>
</div>
<div class="col-md-8 col-5 text-right">
<div class="header-top-widget">
<ul class="header-links">
<li class="single-link">
<a href="#" class="link-icon hamburger-icon off-canvas-btn"
><i class="icon icon-menu-34"></i
></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<!--Off Canvas Navigation Start-->
<aside class="off-canvas-wrapper">
<div class="btn-close-off-canvas">
<i class="icon icon-simple-remove"></i>
</div>
<div class="off-canvas-inner">
<!-- mobile menu start -->
<div class="mobile-navigation">
<!-- mobile menu navigation start -->
<nav class="off-canvas-nav">
<ul class="mobile-menu">
<li class="menu-item-has-children">
<a href="#">Demos <i class="icon icon-minimal-down"></i></a>
<ul class="sub-menu">
<li class="single-item">
<a href="../s01/index.html">
<h3>Mobile Application</h3>
<p>Best for Mobile App Presentation</p>
</a>
</li>
<li class="single-item">
<a href="../s02/index.html">
<h3>Web Application</h3>
<p>Best for Web Application</p>
</a>
</li>
<li class="single-item">
<a href="../s03/index.html">
<h3>SaaS Application</h3>
<p>Best for SaaS Application</p>
</a>
</li>
<li class="single-item">
<a href="../s04/index.html">
<h3>SaaS Subscription</h3>
<p>Best for SaaS Subscription</p>
</a>
</li>
<li class="single-item">
<a href="../s05/index.html">
<h3>Digital Service</h3>
<p>Best for Digital Services</p>
</a>
</li>
<li class="single-item">
<a href="../s06/index.html">
<h3>Online Course</h3>
<p>Best for Online Course</p>
</a>
</li>
<li class="single-item">
<a href="../s07/index.html">
<h3>Software</h3>
<p>Best for Software & Application</p>
</a>
</li>
<li class="single-item">
<a href="../s08/index.html">
<h3>Mobile App 2.0</h3>
<p>Best for Mobile Application</p>
</a>
</li>
</ul>
</li>
<li><a href="#">Pages</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<!-- mobile menu navigation end -->
</div>
<!-- mobile menu end -->
<!-- Header buttons start -->
<div class="header-btns offcanvas">
<div class="header-btns justify-content-end">
<a href="#" class="btn btn--primary btn--medium">Download Now</a>
</div>
</div>
<!-- Header buttons end -->
</div>
</aside>
<!--Off Canvas Navigation End-->
<!-- Banner Section -->
<section class="hero-area position-relative section-padding pb-lg--0">
<div class="container">
<div class="row">
<div class="col-md-8 col-lg-7 col-xl-6 pb-lg--90 pb-xl--0 order-2 order-md-1">
<div class="hero-content">
<h1 class="title mb--30">
Promote your app with our Berlin landing page.
</h1>
<p>
Create custom landing pages with Berlin that convert more
visitors than any website.
</p>
</div>
<div class="hero-btns mt--40">
<a href="#" class="android btn btn--primary btn--large mr--15"
><i class="fab fa-android"></i
><span class="p2">Download for Android</span></a
>
<a href="#" class="apple btn btn--primary btn--large"
><i class="fab fa-apple"></i
><span class="p2">Download for iOS</span></a
>
</div>
<div class="hero-ratings mt--15">
<ul class="rating-stars">
<li><i class="fas fa-star"></i></li>
<li><i class="fas fa-star"></i></li>
<li><i class="fas fa-star"></i></li>
<li><i class="fas fa-star"></i></li>
<li><i class="fas fa-star"></i></li>
</ul>
<span class="trust-info">Trused by over 1M+ users</span>
</div>
</div>
<div class="col-md-4 col-lg-5 col-xl-6 col-10 mb--30 mb-md--0 order-1 order-md-2">
<div class="hero-image position-relative">
<div class="absolute-image image-1 d-none d-lg-block" data-aos="fade-left" data-aos-duration="1500" data-aos-delay="300" data-aos-once="true">
<img src="./image/hero-phone-1.png" alt="">
</div>
<div class="absolute-image image-2 d-none d-lg-block">
<img src="./image/hero-phone-2.png" alt="">
</div>
<div class="image-mobile d-lg-none">
<img src="image/Phone_Images.png" alt="" />
</div>
<div class="phn-shape" data-aos="zoom-in" data-aos-duration="1000" data-aos-once="true" data-aos-delay="200">
<img src="image/phn-shape.png" alt="" />
</div>
</div>
</div>
</div>
</div>
<div class="hero-shape" data-aos="fade-right" data-aos-duration="1000" data-aos-once="true" data-aos-delay="100"><img src="image/hero-shape.png" alt="" /></div>
</section>
<!-- Feature Secction -->
<section class="feature-section section-padding-top">
<div class="container">
<div class="row space-dt--20">
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-6 mt--20" data-aos="fade-up" data-aos-duration="1500" data-aos-once="true" data-aos-delay="100">
<div class="feature-widget">
<div class="widget-icon">
<span>01</span>
</div>
<div class="content">
<h6 class="title">Modern design</h6>
<p>
Create custom landing pages with Berlin that convert more
visitors than any website.
</p>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-6 mt--20" data-aos="fade-up" data-aos-duration="1500" data-aos-once="true" data-aos-delay="300">
<div class="feature-widget">
<div class="widget-icon">
<span>02</span>
</div>
<div class="content">
<h6 class="title">Easy to find</h6>
<p>
Create custom landing pages with Berlin that convert more
visitors than any website.
</p>
</div>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-4 col-sm-6 mt--20" data-aos="fade-up" data-aos-duration="1500" data-aos-once="true" data-aos-delay="600">
<div class="feature-widget">
<div class="widget-icon">
<span>03</span>
</div>
<div class="content">
<h6 class="title">Quick booking</h6>
<p>
Create custom landing pages with Berlin that convert more
visitors than any website.
</p>
</div>
</div>
</div>
</div>
<div class="section-divider section-padding-top"></div>
</div>
</section>
<!-- Content Section 01 -->
<section class="content-section section-padding-top">
<div class="container">
<div class="content-wrapper">
<div class="row justify-content-center">
<div
class="col-sm-5 col-md-4 col-lg-5 col-xl-5 offset-xl-1 col-sm-7 col-7 order-1 order-md-2"
>
<div class="content-image-01" data-aos="fade-up" data-aos-duration="1500" data-aos-delay="300" data-aos-once="true">
<img src="image/iPhone.png" alt="" />
</div>
</div>
<div
class="col-sm-10 col-md-7 col-lg-6 offset-md-1 col-xl-5 order-2 order-md-1">
<div class="badge" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="300" data-aos-once="true">
<i class="fas fa-bolt"></i>
<span>new feature</span>
</div>
<div class="content-right-content" data-aos="fade-up" data-aos-duration="1000" data-aos-delay="500" data-aos-once="true">
<h2 class="title h2">Explore the things you never saw.</h2>
<p>
Create custom landing pages with Berlin that convert more
visitors than any website. With lots of unique blocks, you
can easily build a page without coding.
</p>
</div>
</div>
</div>
</div>
<div class="section-divider"></div>
</div>
</section>
<!-- Content Section 02 -->
<section class="content-02 section-padding-top">
<div class="container">
<div class="content-wrapper">
<div class="row justify-content-center">
<div class="col-xl-5 col-lg-4 col-md-4 col-sm-7 col-7 order-1">
<div class="content-image-01"data-aos="fade-up" data-aos-duration="1000" data-aos-once="true">
<img src="image/iPhone 2.png" alt="" />
</div>
</div>
<div class=" col-md-8 col-lg-7 col-xl-6 offset-lg-1 offset-xl-1 order-2" data-aos="fade-up" data-aos-duration="1500" data-aos-once="true">
<h2 class="title h2">Present some awesome features.</h2>
<div class="content-widgets">
<div class="content-widget-wrapper">
<div class="content-widget">
<div class="widget-icon">
<i class="icon icon-layers-3"></i>
</div>
<div class="content">
<h6 class="widget-title">Super Organized</h6>
<p>
Create custom landing pages with Berlin that convert
more visitors than any website.
</p>
</div>
</div>
<div class="content-widget">
<div class="widget-icon">
<i class="icon icon-layers-3"></i>
</div>
<div class="content">
<h6 class="widget-title">Super Organized</h6>
<p>
Create custom landing pages with Berlin that convert
more visitors than any website.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Example Section -->
<section class="example-section position-relative section-padding">
<div class="row justify-content-center">
<div class="col-xl-8 col-lg-10 col-md-10 col-sm-12 col-12">
<div class="section-title">
<h2 class="example-title h2">Take a closer look</h2>
<p>
Create custom landing pages with Berlin that convert more
visitors than any website.<br class="d-none d-lg-block"> With lots of unique blocks, you can
easily build a page without coding.
</p>
</div>
</div>
</div>
<div class="container-fluid px--0">
<div class="example-slider-wrapper mb--50 mb-lg--70">
<div class="example-slider">
<div class="single-slide">
<div class="example-image">
<img src="./image/BG (1).png" alt="" />
</div>
</div>
<div class="single-slide">
<div class="example-image">
<img src="./image/BG.png" alt="" />
</div>
</div>
<div class="single-slide">
<div class="example-image">
<img src="./image/BG (2).png" alt="" />
</div>
</div>
<div class="single-slide">
<div class="example-image">
<img src="./image/BG (3).png" alt="" />
</div>
</div>
</div>
<div class="phone-bg-img">
<img src="image/iphone-xr.svg" alt="" />
</div>
</div>
</div>
</section>
<!-- Testimonial -->
<section class="testimonial-section section-padding">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8 col-lg-10 col-md-10 col-sm-12 col-12">
<div class="section-title mb--40 mb-xl--60" >
<h2 class="testimonial-title h2">What people say about us</h2>
<p>
Create custom landing pages with Berlin that convert more
visitors than any website. <br class="d-none d-lg-block"> With lots of unique blocks, you can
easily build a page without coding.
</p>
</div>
</div>
</div>
<div class="row text-center text-sm-left space-db--50">
<div class="col-md-6 col-lg-5 col-xl-5 offset-lg-1 offset-xl-1" >
<div class="testimonial-widget mb--50" >
<div class="widget-picture">
<img src="image/Oval.png" alt="" />
</div>
<div class="content">
<p>
“Amazing experience i love it a lot. Thanks to the team
dreams come true, great! I really super appreciate there
approach om”
</p>
<span class="name">Evan Holland</span> <br />
<span class="job">Art Director</span>
</div>
</div>
</div>
<div
class=" col-md-6 col-lg-5 col-xl-5 offset-lg-1 offset-xl-1" >
<div class="testimonial-widget mb--50" >
<div class="widget-picture">
<img src="image/Oval 2.png" alt="" />
</div>
<div class="content">
<p>
“Amazing experience i love it a lot. Thanks to the team
dreams come true, great! I really super appreciate there
approach om”
</p>
<span class="name">Evan Holland</span> <br />
<span class="job">Art Director</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta-section position-relative section-padding ">
<div class="container">
<div class="cta-wrapper">
<div class="cta-icon" >
<i class="fas fa-download"></i>
</div>
<h2 class="cta-title h2">Download it now</h2>
<div class="cta-btns mb--30">
<a href="#" class="android btn btn--primary btn--large"
><i class="fab fa-android"></i
><span class="p2">Download for Android</span></a
>
<a href="#" class="apple btn btn--primary btn--large"
><i class="fab fa-apple"></i
><span class="p2">Download for iOS</span></a
>
</div>
<p>
Tell your visitors why they should download your app. <br> Two lines
can be enough here.
</p>
</div>
</div>
<div class="cta-shape" data-aos="fade-right" data-aos-duration="1000" data-aos-once="true" >
<img src="./image/Path_2_Copy.png" alt="" />
</div>
</section>
<!-- Footer Section -->
<section class="footer-section section-padding-top">
<div class="container">
<div class="row">
<div class="col-12 col-lg-1">
<div class="footer-icon">
<i class="fas fa-chess-pawn"></i>
</div>
</div>
<div class="col-lg-5 col-xl-4 col-sm-8 col-11 col-md-6">
<div class="footer-content">
<p class="p1">
Create custom landing pages with Berlin that convert more
visitors than any website.
</p>
</div>
</div>
<div class="col-lg-5 offset-lg-1">
<div class="row">
<div class="col-lg-6 col-md-4 col-sm-6">
<span class="contact-title p1">Office</span>
<div class="footer-address">
<p>359 Hidden Valley Road, NY</p>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-6">
<span class="contact-title p1">Contacts</span>
<div class="footer-address">
<p>contact@grayic.com</p>
</div>
</div>
</div>
</div>
</div>
<div class="row align-items-center mt--30 mt-md--50 mt-lg--80 section-padding-top">
<div class="col-lg-3 col-md-3 col-sm-4 col-8">
<p class="footer-copyright-text text-lg-left p3">
©2019 All right reserved.
</p>
</div>
<div
class="col-lg-2 col-md-2 offset-md-4 col-sm-4 offset-sm-3 offset-lg-7 offset-xl-6 col-4"
>
<ul class="footer-social-list">
<li>
<a href="">
<i class="icon icon-logo-fb-simple"></i>
</a>
</li>
<li>
<a href="">
<i class="icon icon-logo-twitter"></i>
</a>
</li>
<li>
<a href="">
<i class="icon icon-google"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</section>
</div>
<!-- Vendor JS-->
<script src="./plugins/jquery/jquery.min.js"></script>
<script src="./plugins/jquery/jquery-migrate.min.js"></script>
<script src="./plugins/bootstrap-4.3.1/js/bootstrap.bundle.js"></script>
<!-- Plugins JS -->
<script src="./plugins/meanmenu/jquery.meanmenu.js"></script>
<script src="./plugins/slick-1.8.1/slick.min.js"></script>
<script src="./plugins/fancybox-master/jquery.fancybox.min.js"></script>
<script src="./plugins/aos-animation/aos.js"></script>
<!-- Custom JS -->
<script src="./js/active.js"></script>
</body>
</html>