-
Notifications
You must be signed in to change notification settings - Fork 0
/
original.html
487 lines (428 loc) · 26.8 KB
/
original.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
<!doctype html>
<html lang="en">
<head>
<!--====== Required meta tags ======-->
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!--====== Title ======-->
<title>Start | Landing Page for Startup and SaaS Business</title>
<!--====== Favicon Icon ======-->
<link rel="shortcut icon" href="assets/images/favicon.png" type="image/png">
<!--====== Bootstrap css ======-->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!--====== Line Icons css ======-->
<link rel="stylesheet" href="assets/css/LineIcons.css">
<!--====== Magnific Popup css ======-->
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!--====== Default css ======-->
<link rel="stylesheet" href="assets/css/default.css">
<!--====== Style css ======-->
<link rel="stylesheet" href="assets/css/style.css">
</head>
<body>
<!--====== HEADER PART START ======-->
<header class="header-area">
<div class="navgition navgition-transparent">
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg">
<a class="navbar-brand" href="#">
<img src="assets/images/logo.svg" alt="Logo">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarOne" aria-controls="navbarOne" aria-expanded="false" aria-label="Toggle navigation">
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
<span class="toggler-icon"></span>
</button>
<div class="collapse navbar-collapse sub-menu-bar" id="navbarOne">
<ul class="navbar-nav m-auto">
<li class="nav-item active">
<a class="page-scroll" href="#home">HOME</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#service">SERVICES</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#pricing">PRICING</a>
</li>
<li class="nav-item">
<a class="page-scroll" href="#contact">CONTACT</a>
</li>
</ul>
</div>
<div class="navbar-social d-none d-sm-flex align-items-center">
<span>FOLLOW US</span>
<ul>
<li><a href="#"><i class="lni-facebook-filled"></i></a></li>
<li><a href="#"><i class="lni-twitter-original"></i></a></li>
<li><a href="#"><i class="lni-instagram-original"></i></a></li>
<li><a href="#"><i class="lni-linkedin-original"></i></a></li>
</ul>
</div>
</nav> <!-- navbar -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</div> <!-- navgition -->
<div id="home" class="header-hero bg_cover" style="background-image: url(assets/images/header-bg.jpg)">
<div class="container">
<div class="row justify-content-center">
<div class="col-xl-8 col-lg-10">
<div class="header-content text-center">
<h3 class="header-title">Handcrafted Landing Page for Startups and SaaS Businesses</h3>
<p class="text">A simple, customizable, and, beautiful SaaS business focused landing page to make your project closer to launch!</p>
<ul class="header-btn">
<li><a class="main-btn btn-one" href="#">GET IN TOUCH</a></li>
<li><a class="main-btn btn-two video-popup" href="https://www.youtube.com/watch?v=r44RKWyfcFw">WATCH THE VIDEO <i class="lni-play"></i></a></li>
</ul>
</div> <!-- header content -->
</div>
</div> <!-- row -->
</div> <!-- container -->
<div class="header-shape">
<img src="assets/images/header-shape.svg" alt="shape">
</div>
</div> <!-- header content -->
</header>
<!--====== HEADER PART ENDS ======-->
<!--====== SERVICES PART START ======-->
<section id="service" class="services-area">
<div class="container">
<div class="row">
<div class="col-lg-6">
<div class="section-title pb-10">
<h4 class="title">Crafted For</h4>
<p class="text">Stop wasting time and money designing and managing a website that doesn’t get results. Happiness guaranteed!</p>
</div> <!-- section title -->
</div>
</div> <!-- row -->
<div class="row">
<div class="col-lg-8">
<div class="row">
<div class="col-md-6">
<div class="services-content mt-40 d-sm-flex">
<div class="services-icon">
<i class="lni-bolt"></i>
</div>
<div class="services-content media-body">
<h4 class="services-title">Startup</h4>
<p class="text">Short description for the ones</br> who look for something new.</p>
</div>
</div> <!-- services content -->
</div>
<div class="col-md-6">
<div class="services-content mt-40 d-sm-flex">
<div class="services-icon">
<i class="lni-bar-chart"></i>
</div>
<div class="services-content media-body">
<h4 class="services-title">SaaS Business</h4>
<p class="text">Short description for the ones</br> who look for something new.</p>
</div>
</div> <!-- services content -->
</div>
<div class="col-md-6">
<div class="services-content mt-40 d-sm-flex">
<div class="services-icon">
<i class="lni-brush"></i>
</div>
<div class="services-content media-body">
<h4 class="services-title">Agency</h4>
<p class="text">Short description for the ones</br> who look for something new.</p>
</div>
</div> <!-- services content -->
</div>
<div class="col-md-6">
<div class="services-content mt-40 d-sm-flex">
<div class="services-icon">
<i class="lni-bulb"></i>
</div>
<div class="services-content media-body">
<h4 class="services-title">App Landing</h4>
<p class="text">Short description for the ones</br> who look for something new.</p>
</div>
</div> <!-- services content -->
</div>
</div> <!-- row -->
</div> <!-- row -->
</div> <!-- row -->
</div> <!-- conteiner -->
<div class="services-image d-lg-flex align-items-center">
<div class="image">
<img src="assets/images/services.png" alt="Services">
</div>
</div> <!-- services image -->
</section>
<!--====== SERVICES PART ENDS ======-->
<!--====== PRICING PART START ======-->
<section id="pricing" class="pricing-area">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="section-title text-center pb-10">
<h4 class="title">Our Pricing</h4>
<p class="text">Stop wasting time and money designing and managing a website that doesn’t get results. Happiness guaranteed!</p>
</div> <!-- section title -->
</div>
</div> <!-- row -->
<div class="row justify-content-center">
<div class="col-lg-4 col-md-7 col-sm-9">
<div class="single-pricing mt-40">
<div class="pricing-header text-center">
<h5 class="sub-title">Basic</h5>
<span class="price">$ 199</span>
<p class="year">per year</p>
</div>
<div class="pricing-list">
<ul>
<li><i class="lni-check-mark-circle"></i> Carefully crafted components</li>
<li><i class="lni-check-mark-circle"></i> Amazing page examples</li>
<li><i class="lni-check-mark-circle"></i> Super friendly support team</li>
<li><i class="lni-check-mark-circle"></i> Awesome Support</li>
</ul>
</div>
<div class="pricing-btn text-center">
<a class="main-btn" href="#">GET STARTED</a>
</div>
<div class="buttom-shape">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 350 112.35"><defs><style>.color-1{fill:#2bdbdc;isolation:isolate;}.cls-1{opacity:0.1;}.cls-2{opacity:0.2;}.cls-3{opacity:0.4;}.cls-4{opacity:0.6;}</style></defs><title>bottom-part1</title><g id="bottom-part"><g id="Group_747" data-name="Group 747"><path id="Path_294" data-name="Path 294" class="cls-1 color-1" d="M0,24.21c120-55.74,214.32,2.57,267,0S349.18,7.4,349.18,7.4V82.35H0Z" transform="translate(0 0)"/><path id="Path_297" data-name="Path 297" class="cls-2 color-1" d="M350,34.21c-120-55.74-214.32,2.57-267,0S.82,17.4.82,17.4V92.35H350Z" transform="translate(0 0)"/><path id="Path_296" data-name="Path 296" class="cls-3 color-1" d="M0,44.21c120-55.74,214.32,2.57,267,0S349.18,27.4,349.18,27.4v74.95H0Z" transform="translate(0 0)"/><path id="Path_295" data-name="Path 295" class="cls-4 color-1" d="M349.17,54.21c-120-55.74-214.32,2.57-267,0S0,37.4,0,37.4v74.95H349.17Z" transform="translate(0 0)"/></g></g></svg>
</div>
</div> <!-- single pricing -->
</div>
<div class="col-lg-4 col-md-7 col-sm-9">
<div class="single-pricing pro mt-40">
<div class="pricing-baloon">
<img src="assets/images/baloon.svg" alt="baloon">
</div>
<div class="pricing-header">
<h5 class="sub-title">Pro</h5>
<span class="price">$ 399</span>
<p class="year">per year</p>
</div>
<div class="pricing-list">
<ul>
<li><i class="lni-check-mark-circle"></i> Carefully crafted components</li>
<li><i class="lni-check-mark-circle"></i> Amazing page examples</li>
<li><i class="lni-check-mark-circle"></i> Super friendly support team</li>
<li><i class="lni-check-mark-circle"></i> Awesome Support</li>
</ul>
</div>
<div class="pricing-btn text-center">
<a class="main-btn" href="#">GET STARTED</a>
</div>
<div class="buttom-shape">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 350 112.35"><defs><style>.color-2{fill:#0067f4;isolation:isolate;}.cls-1{opacity:0.1;}.cls-2{opacity:0.2;}.cls-3{opacity:0.4;}.cls-4{opacity:0.6;}</style></defs><title>bottom-part1</title><g id="bottom-part"><g id="Group_747" data-name="Group 747"><path id="Path_294" data-name="Path 294" class="cls-1 color-2" d="M0,24.21c120-55.74,214.32,2.57,267,0S349.18,7.4,349.18,7.4V82.35H0Z" transform="translate(0 0)"/><path id="Path_297" data-name="Path 297" class="cls-2 color-2" d="M350,34.21c-120-55.74-214.32,2.57-267,0S.82,17.4.82,17.4V92.35H350Z" transform="translate(0 0)"/><path id="Path_296" data-name="Path 296" class="cls-3 color-2" d="M0,44.21c120-55.74,214.32,2.57,267,0S349.18,27.4,349.18,27.4v74.95H0Z" transform="translate(0 0)"/><path id="Path_295" data-name="Path 295" class="cls-4 color-2" d="M349.17,54.21c-120-55.74-214.32,2.57-267,0S0,37.4,0,37.4v74.95H349.17Z" transform="translate(0 0)"/></g></g></svg>
</div>
</div> <!-- single pricing -->
</div>
<div class="col-lg-4 col-md-7 col-sm-9">
<div class="single-pricing enterprise mt-40">
<div class="pricing-flower">
<img src="assets/images/flower.svg" alt="flower">
</div>
<div class="pricing-header text-right">
<h5 class="sub-title">Enterprise</h5>
<span class="price">$ 799</span>
<p class="year">per year</p>
</div>
<div class="pricing-list">
<ul>
<li><i class="lni-check-mark-circle"></i> Carefully crafted components</li>
<li><i class="lni-check-mark-circle"></i> Amazing page examples</li>
<li><i class="lni-check-mark-circle"></i> Super friendly support team</li>
<li><i class="lni-check-mark-circle"></i> Awesome Support</li>
</ul>
</div>
<div class="pricing-btn text-center">
<a class="main-btn" href="#">GET STARTED</a>
</div>
<div class="buttom-shape">
<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 350 112.35"><defs><style>.color-3{fill:#4da422;isolation:isolate;}.cls-1{opacity:0.1;}.cls-2{opacity:0.2;}.cls-3{opacity:0.4;}.cls-4{opacity:0.6;}</style></defs><title>bottom-part1</title><g id="bottom-part"><g id="Group_747" data-name="Group 747"><path id="Path_294" data-name="Path 294" class="cls-1 color-3" d="M0,24.21c120-55.74,214.32,2.57,267,0S349.18,7.4,349.18,7.4V82.35H0Z" transform="translate(0 0)"/><path id="Path_297" data-name="Path 297" class="cls-2 color-3" d="M350,34.21c-120-55.74-214.32,2.57-267,0S.82,17.4.82,17.4V92.35H350Z" transform="translate(0 0)"/><path id="Path_296" data-name="Path 296" class="cls-3 color-3" d="M0,44.21c120-55.74,214.32,2.57,267,0S349.18,27.4,349.18,27.4v74.95H0Z" transform="translate(0 0)"/><path id="Path_295" data-name="Path 295" class="cls-4 color-3" d="M349.17,54.21c-120-55.74-214.32,2.57-267,0S0,37.4,0,37.4v74.95H349.17Z" transform="translate(0 0)"/></g></g></svg>
</div>
</div> <!-- single pricing -->
</div>
</div> <!-- row -->
</div> <!-- conteiner -->
</section>
<!--====== PRICING PART ENDS ======-->
<!--====== CALL TO ACTION PART START ======-->
<section id="call-to-action" class="call-to-action">
<div class="call-action-image">
<img src="assets/images/call-to-action.png" alt="call-to-action">
</div>
<div class="container-fluid">
<div class="row justify-content-end">
<div class="col-lg-6">
<div class="call-action-content text-center">
<h2 class="call-title">Curious to Learn More? Stay Tuned</h2>
<p class="text">You let us know whenever you want us to update anything or think something can be optimised.</p>
<div class="call-newsletter">
<i class="lni-envelope"></i>
<input type="text" placeholder="john@email.com">
<button type="submit">SUBSCRIBE</button>
</div>
</div> <!-- slider-content -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</section>
<!--====== CALL TO ACTION PART ENDS ======-->
<!--====== CONTACT PART START ======-->
<section id="contact" class="contact-area">
<div class="container">
<div class="row justify-content-center">
<div class="col-lg-6">
<div class="section-title text-center pb-10">
<h4 class="title">Get In touch</h4>
<p class="text">Stop wasting time and money designing and managing a website that doesn’t get results. Happiness guaranteed!</p>
</div> <!-- section title -->
</div>
</div> <!-- row -->
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="contact-form">
<form id="contact-form" action="assets/contact.php" method="post" data-toggle="validator">
<div class="row">
<div class="col-md-6">
<div class="single-form form-group">
<input type="text" name="name" placeholder="Your Name" data-error="Name is required." required="required">
<div class="help-block with-errors"></div>
</div> <!-- single form -->
</div>
<div class="col-md-6">
<div class="single-form form-group">
<input type="email" name="email" placeholder="Your Email" data-error="Valid email is required." required="required">
<div class="help-block with-errors"></div>
</div> <!-- single form -->
</div>
<div class="col-md-6">
<div class="single-form form-group">
<input type="text" name="subject" placeholder="Subject" data-error="Subject is required." required="required">
<div class="help-block with-errors"></div>
</div> <!-- single form -->
</div>
<div class="col-md-6">
<div class="single-form form-group">
<input type="text" name="phone" placeholder="Phone" data-error="Phone is required." required="required">
<div class="help-block with-errors"></div>
</div> <!-- single form -->
</div>
<div class="col-md-12">
<div class="single-form form-group">
<textarea placeholder="Your Mesaage" name="message" data-error="Please, leave us a message." required="required"></textarea>
<div class="help-block with-errors"></div>
</div> <!-- single form -->
</div>
<p class="form-message"></p>
<div class="col-md-12">
<div class="single-form form-group text-center">
<button type="submit" class="main-btn">send message</button>
</div> <!-- single form -->
</div>
</div> <!-- row -->
</form>
</div> <!-- row -->
</div>
</div> <!-- row -->
</div> <!-- conteiner -->
</section>
<!--====== CONTACT PART ENDS ======-->
<!--====== FOOTER PART START ======-->
<footer id="footer" class="footer-area">
<div class="footer-widget">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="footer-logo-support d-md-flex align-items-end justify-content-between">
<div class="footer-logo d-flex align-items-end">
<a class="mt-30" href="index.html"><img src="assets/images/logo.svg" alt="Logo"></a>
<ul class="social mt-30">
<li><a href="#"><i class="lni-facebook-filled"></i></a></li>
<li><a href="#"><i class="lni-twitter-original"></i></a></li>
<li><a href="#"><i class="lni-instagram-original"></i></a></li>
<li><a href="#"><i class="lni-linkedin-original"></i></a></li>
</ul>
</div> <!-- footer logo -->
</div> <!-- footer logo support -->
</div>
</div> <!-- row -->
<div class="row">
<div class="col-lg-2 col-md-4 col-sm-6">
<div class="footer-link">
<h6 class="footer-title">Company</h6>
<ul>
<li><a href="#">About</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Career</a></li>
</ul>
</div> <!-- footer link -->
</div>
<div class="col-lg-3 col-md-4 col-sm-6">
<div class="footer-link">
<h6 class="footer-title">Product & Services</h6>
<ul>
<li><a href="#">Products</a></li>
<li><a href="#">Business</a></li>
<li><a href="#">Developer</a></li>
</ul>
</div> <!-- footer link -->
</div>
<div class="col-lg-3 col-md-4 col-sm-5">
<div class="footer-link">
<h6 class="footer-title">Help & Suuport</h6>
<ul>
<li><a href="#">Support Center</a></li>
<li><a href="#">FAQ</a></li>
<li><a href="#">Terms & Conditions</a></li>
</ul>
</div> <!-- footer link -->
</div>
<div class="col-lg-4 col-md-6 col-sm-7">
<div class="footer-newsletter">
<h6 class="footer-title">Subscribe Newsletter</h6>
<div class="newsletter">
<form action="#">
<input type="text" placeholder="Your Email">
<button type="submit"><i class="lni-angle-double-right"></i></button>
</form>
</div>
<p class="text">Subscribe weekly newsletter to stay upto date. We don’t send spam.</p>
</div> <!-- footer newsletter -->
</div>
</div> <!-- row -->
</div> <!-- container -->
</div> <!-- footer widget -->
<div class="footer-copyright">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="copyright text-center">
<p class="text">Template Crafted by <a rel="nofollow" href="https://uideck.com">UIdeck</a> - UI Powered by <a el="nofollow" href="https://rebrand.ly/ayroui">AyroUI</a></p>
</div>
</div>
</div> <!-- row -->
</div> <!-- container -->
</div> <!-- footer copyright -->
</footer>
<!--====== FOOTER PART ENDS ======-->
<!--====== BACK TO TOP PART START ======-->
<a class="back-to-top" href="#"><i class="lni-chevron-up"></i></a>
<!--====== BACK TO TOP PART ENDS ======-->
<!--====== jquery js ======-->
<script src="assets/js/vendor/modernizr-3.6.0.min.js"></script>
<script src="assets/js/vendor/jquery-1.12.4.min.js"></script>
<!--====== Bootstrap js ======-->
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/popper.min.js"></script>
<!--====== Scrolling Nav js ======-->
<script src="assets/js/jquery.easing.min.js"></script>
<script src="assets/js/scrolling-nav.js"></script>
<!--====== Magnific Popup js ======-->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!--====== Main js ======-->
<script src="assets/js/main.js"></script>
</body>
</html>