-
Notifications
You must be signed in to change notification settings - Fork 0
/
pricing.html
450 lines (415 loc) · 22.6 KB
/
pricing.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
<!DOCTYPE html>
<html lang="en">
<!-- Basic -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- Site Metas -->
<title>FlaxSEO - Responsive HTML5 Template</title>
<meta name="keywords" content="">
<meta name="description" content="">
<meta name="author" content="">
<!-- Site Icons -->
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- Site CSS -->
<link rel="stylesheet" href="style.css">
<!-- Colors CSS -->
<link rel="stylesheet" href="css/colors.css">
<!-- ALL VERSION CSS -->
<link rel="stylesheet" href="css/versions.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="css/responsive.css">
<!-- Custom CSS -->
<link rel="stylesheet" href="css/custom.css">
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body class="seo_version">
<!-- LOADER -->
<div id="preloader">
<div id="cupcake" class="box">
<span class="letter">L</span>
<div class="cupcakeCircle box">
<div class="cupcakeInner box">
<div class="cupcakeCore box"></div>
</div>
</div>
<span class="letter box">A</span>
<span class="letter box">D</span>
<span class="letter box">I</span>
<span class="letter box">N</span>
<span class="letter box">G</span>
</div>
</div>
<!-- END LOADER -->
<header class="header header_style_01">
<nav class="megamenu navbar navbar-default">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html"><img src="images/logos/logo-seo.png" alt="image"></a>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right hidden-md hidden-sm hidden-xs">
<li><a class="btn-light btn-radius btn-brd top-btn" href="#"><i class="fa fa-angle-double-right"></i>SEO Analysis</a></li>
</ul>
<ul class="nav navbar-nav navbar-right menu-top">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Us </a></li>
<li><a href="services.html">Services</a></li>
<li><a href="case-study.html">Case Study</a></li>
<li><a class="active" href="pricing.html">Pricing</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</nav>
</header>
<div class="all-page-title" style="background-image:url(images/pattern-4.png);">
<div class="container text-center">
<h1>Pricing</h1>
</div>
<!--Page -->
<div class="page-info">
<div class="container">
<div class="inner-container">
<ul class="bread-crumb">
<li><a href="index.html">Home</a></li>
<li><span>Pricing</span></li>
</ul>
</div>
</div>
</div>
<!--End Page-->
</div><!-- end section -->
<svg id="clouds" class="hidden-xs" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100" viewBox="0 0 85 100" preserveAspectRatio="none">
<path d="M-5 100 Q 0 20 5 100 Z
M0 100 Q 5 0 10 100
M5 100 Q 10 30 15 100
M10 100 Q 15 10 20 100
M15 100 Q 20 30 25 100
M20 100 Q 25 -10 30 100
M25 100 Q 30 10 35 100
M30 100 Q 35 30 40 100
M35 100 Q 40 10 45 100
M40 100 Q 45 50 50 100
M45 100 Q 50 20 55 100
M50 100 Q 55 40 60 100
M55 100 Q 60 60 65 100
M60 100 Q 65 50 70 100
M65 100 Q 70 20 75 100
M70 100 Q 75 45 80 100
M75 100 Q 80 30 85 100
M80 100 Q 85 20 90 100
M85 100 Q 90 50 95 100
M90 100 Q 95 25 100 100
M95 100 Q 100 15 105 100 Z">
</path>
</svg>
<div id="pricing" class="section wb">
<div class="container">
<div class="section-title text-center">
<h3>Pricing</h3>
<p class="lead">Get the red carpet treatment just $39 per month! It is estimated that 3.5 million established by personal blogs.<br> From each other, we share paid WordPress themes WP Service...</p>
</div><!-- end title -->
<div class="row">
<div class="col-md-12">
<div class="tab-content">
<div class="tab-pane active fade in" id="tab1">
<div class="row text-center">
<div class="col-md-4">
<div class="pricing-table pricing-table-highlighted">
<div class="pricing-table-header grd1">
<h2>Free SEO Analysis</h2>
<h3>$15/month</h3>
</div>
<div class="pricing-table-space"></div>
<div class="pricing-table-text">
<p>This is a perfect choice for small businesses and startups.</p>
</div>
<div class="pricing-table-features">
<p><i class="fa fa-envelope-o"></i> <strong>250</strong> Email Addresses</p>
<p><i class="fa fa-rocket"></i> <strong>125GB</strong> of Storage</p>
<p><i class="fa fa-database"></i> <strong>140</strong> Databases</p>
<p><i class="fa fa-link"></i> <strong>60</strong> Domains</p>
<p><i class="fa fa-life-ring"></i> <strong>24/7 Unlimited</strong> Support</p>
</div>
<div class="pricing-table-sign-up">
<a href="#" class="btn btn-light btn-radius btn-brd grd1 effect-1">Order Now</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="pricing-table pricing-table-highlighted">
<div class="pricing-table-header grd1">
<h2>4 Month SEO</h2>
<h3>$59/One-Time</h3>
<span>popular</span>
</div>
<div class="pricing-table-space"></div>
<div class="pricing-table-text">
<p>This is a perfect choice for small businesses and startups.</p>
</div>
<div class="pricing-table-features">
<p><i class="fa fa-envelope-o"></i> <strong>150</strong> Email Addresses</p>
<p><i class="fa fa-rocket"></i> <strong>65GB</strong> of Storage</p>
<p><i class="fa fa-database"></i> <strong>60</strong> Databases</p>
<p><i class="fa fa-link"></i> <strong>30</strong> Domains</p>
<p><i class="fa fa-life-ring"></i> <strong>24/7 Unlimited</strong> Support</p>
</div>
<div class="pricing-table-sign-up">
<a href="#" class="btn btn-light btn-radius btn-brd grd1 effect-1">Learn More</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="pricing-table pricing-table-highlighted">
<div class="pricing-table-header grd1">
<h2>Ultimate SEO</h2>
<h3>$85/one-time</h3>
</div>
<div class="pricing-table-space"></div>
<div class="pricing-table-text">
<p>This is a perfect choice for small businesses and startups.</p>
</div>
<div class="pricing-table-features">
<p><i class="fa fa-envelope-o"></i> <strong>250</strong> Email Addresses</p>
<p><i class="fa fa-rocket"></i> <strong>125GB</strong> of Storage</p>
<p><i class="fa fa-database"></i> <strong>140</strong> Databases</p>
<p><i class="fa fa-link"></i> <strong>60</strong> Domains</p>
<p><i class="fa fa-life-ring"></i> <strong>24/7 Unlimited</strong> Support</p>
</div>
<div class="pricing-table-sign-up">
<a href="#" class="btn btn-light btn-radius btn-brd grd1 effect-1">Order Now</a>
</div>
</div>
</div>
</div><!-- end row -->
</div><!-- end pane -->
</div><!-- end content -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</div><!-- end section -->
<section class="section nopad cac text-center">
<a href="#"><h3>Interesting our awesome web design services? Just drop an email to us and get quote for free!</h3></a>
</section>
<div id="testimonials" class="section wb">
<div class="container">
<div class="section-title text-center">
<h3>Happy Clients</h3>
<p class="lead">We thanks for all our awesome testimonials! There are hundreds of our happy customers! <br>Let's see what others say about Landigoo website template!</p>
</div><!-- end title -->
<div class="row">
<div class="col-md-12 col-sm-12">
<div class="testi-carousel owl-carousel owl-theme">
<div class="testimonial clearfix">
<div class="desc">
<h3><i class="fa fa-quote-left"></i> Wonderful Support!</h3>
<p class="lead">They have got my project on time with the competition with a sed highly skilled, and experienced & professional team.</p>
</div>
<div class="testi-meta">
<img src="uploads/testi_01.png" alt="" class="img-responsive alignleft">
<h4>James Fernando <small>- Manager of Racer</small></h4>
</div>
<!-- end testi-meta -->
</div>
<!-- end testimonial -->
<div class="testimonial clearfix">
<div class="desc">
<h3><i class="fa fa-quote-left"></i> Awesome Services!</h3>
<p class="lead">Explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you completed.</p>
</div>
<div class="testi-meta">
<img src="uploads/testi_02.png" alt="" class="img-responsive alignleft">
<h4>Jacques Philips <small>- Designer</small></h4>
</div>
<!-- end testi-meta -->
</div>
<!-- end testimonial -->
<div class="testimonial clearfix">
<div class="desc">
<h3><i class="fa fa-quote-left"></i> Great & Talented Team!</h3>
<p class="lead">The master-builder of human happines no one rejects, dislikes avoids pleasure itself, because it is very pursue pleasure. </p>
</div>
<div class="testi-meta">
<img src="uploads/testi_03.png" alt="" class="img-responsive alignleft">
<h4>Venanda Mercy <small>- Newyork City</small></h4>
</div>
<!-- end testi-meta -->
</div>
<!-- end testimonial -->
<div class="testimonial clearfix">
<div class="desc">
<h3><i class="fa fa-quote-left"></i> Wonderful Support!</h3>
<p class="lead">They have got my project on time with the competition with a sed highly skilled, and experienced & professional team.</p>
</div>
<div class="testi-meta">
<img src="uploads/testi_01.png" alt="" class="img-responsive alignleft">
<h4>James Fernando <small>- Manager of Racer</small></h4>
</div>
<!-- end testi-meta -->
</div>
<!-- end testimonial -->
<div class="testimonial clearfix">
<div class="desc">
<h3><i class="fa fa-quote-left"></i> Awesome Services!</h3>
<p class="lead">Explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you completed.</p>
</div>
<div class="testi-meta">
<img src="uploads/testi_02.png" alt="" class="img-responsive alignleft">
<h4>Jacques Philips <small>- Designer</small></h4>
</div>
<!-- end testi-meta -->
</div>
<!-- end testimonial -->
<div class="testimonial clearfix">
<div class="desc">
<h3><i class="fa fa-quote-left"></i> Great & Talented Team!</h3>
<p class="lead">The master-builder of human happines no one rejects, dislikes avoids pleasure itself, because it is very pursue pleasure. </p>
</div>
<div class="testi-meta">
<img src="uploads/testi_03.png" alt="" class="img-responsive alignleft">
<h4>Venanda Mercy <small>- Newyork City</small></h4>
</div>
<!-- end testi-meta -->
</div><!-- end testimonial -->
</div><!-- end carousel -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</div><!-- end section -->
<div id="support" class="section db">
<div class="container">
<div class="section-title text-center">
<h3>Clients Logo</h3>
</div><!-- end title -->
<div class="row">
<div id="logo-carousel" class="owl-carousel">
<div> <img src="uploads/logo_01.png" alt=""> </div>
<div> <img src="uploads/logo_02.png" alt=""> </div>
<div> <img src="uploads/logo_03.png" alt=""> </div>
<div> <img src="uploads/logo_04.png" alt=""> </div>
<div> <img src="uploads/logo_05.png" alt=""> </div>
<div> <img src="uploads/logo_06.png" alt=""> </div>
<div> <img src="uploads/logo_01.png" alt=""> </div>
<div> <img src="uploads/logo_02.png" alt=""> </div>
</div>
</div><!-- end row -->
</div><!-- end container -->
</div><!-- end section -->
<svg id="clouds1" class="hidden-xs" xmlns="http://www.w3.org/2000/svg" version="1.1" width="100%" height="100" viewBox="0 0 85 100" preserveAspectRatio="none">
<path d="M-5 100 Q 0 20 5 100 Z
M0 100 Q 5 0 10 100
M5 100 Q 10 30 15 100
M10 100 Q 15 10 20 100
M15 100 Q 20 30 25 100
M20 100 Q 25 -10 30 100
M25 100 Q 30 10 35 100
M30 100 Q 35 30 40 100
M35 100 Q 40 10 45 100
M40 100 Q 45 50 50 100
M45 100 Q 50 20 55 100
M50 100 Q 55 40 60 100
M55 100 Q 60 60 65 100
M60 100 Q 65 50 70 100
M65 100 Q 70 20 75 100
M70 100 Q 75 45 80 100
M75 100 Q 80 30 85 100
M80 100 Q 85 20 90 100
M85 100 Q 90 50 95 100
M90 100 Q 95 25 100 100
M95 100 Q 100 15 105 100 Z">
</path>
</svg>
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-4 col-xs-12">
<div class="widget clearfix">
<div class="widget-title">
<img src="images/logos/logo-light.png" alt="">
<small>FlaxSEO Template</small>
</div>
<p> SEO Mauris pharetra quam ut commodo malesuada. Sed a ornare purus, nec cursus tortor. Integer vehicula felis nec nunc pulvinar efficitur. In et semper odio. Sed laoreet ullamcorper augue, ut mattis metus mattis quis.</p>
<p>Sed fermentum est vitae rhoncus molestie. Cum sociis natoque penatibus et magnis dis montes.</p>
</div><!-- end clearfix -->
</div><!-- end col -->
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="widget clearfix">
<div class="widget-title">
<h3>Contact Details</h3>
</div>
<ul class="footer-links">
<li><a href="mailto:#">info@yoursite.com</a></li>
<li><a href="#">www.yoursite.com</a></li>
<li>PO Box 16122 Collins Street West Victoria 8007 Australia</li>
<li>+61 3 8376 6284</li>
</ul><!-- end links -->
</div><!-- end clearfix -->
</div><!-- end col -->
<div class="col-md-3 col-sm-3 col-xs-12">
<div class="widget clearfix">
<div class="widget-title">
<h3>Information</h3>
</div>
<ul class="footer-links">
<li><a href="#">Home</a></li>
<li><a href="#">Blog</a></li>
<li><a href="#">Pricing</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Faq</a></li>
<li><a href="#">Contact</a></li>
</ul><!-- end links -->
</div><!-- end clearfix -->
</div><!-- end col -->
<div class="col-md-2 col-sm-2 col-xs-12">
<div class="widget clearfix">
<div class="widget-title">
<h3>Social</h3>
</div>
<ul class="footer-links social-md">
<li><a class="fb" href="#"><i class="fa fa-facebook"></i> Facebook</a></li>
<li><a class="gi" href="#"><i class="fa fa-github"></i> Github</a></li>
<li><a class="tw" href="#"><i class="fa fa-twitter"></i> Twitter</a></li>
<li><a class="dr" href="#"><i class="fa fa-dribbble"></i> Dribbble</a></li>
<li><a class="pi" href="#"><i class="fa fa-pinterest"></i> Pinterest</a></li>
</ul><!-- end links -->
</div><!-- end clearfix -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</footer><!-- end footer -->
<div class="copyrights">
<div class="container">
<div class="footer-distributed">
<div class="footer-left">
<p class="footer-company-name">All Rights Reserved. © 2018 <a href="#">FlaxSEO</a> Design By : <a href="https://html.design/">html design</a></p>
</div>
<div class="footer-right">
<form method="get" action="#">
<input placeholder="Subscribe our newsletter.." name="search">
<i class="fa fa-envelope-o"></i>
</form>
</div>
</div>
</div><!-- end container -->
</div><!-- end copyrights -->
<a href="#" id="scroll-to-top" class="dmtop global-radius"><i class="fa fa-angle-up"></i></a>
<!-- ALL JS FILES -->
<script src="js/all.js"></script>
<!-- ALL PLUGINS -->
<script src="js/custom.js"></script>
</body>
</html>