forked from smritisingh26/sih-2020
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pricing.html
533 lines (493 loc) · 22.8 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
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
<!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, initial-scale=1">
<!-- Site Metas -->
<title>QuickCloud - Hosting 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">
<!-- 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">
<!-- Modernizer for Portfolio -->
<script src="js/modernizer.js"></script>
<!--[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="host_version">
<!-- Modal -->
<div class="modal fade" id="login" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">
<div class="modal-dialog modal-dialog-centered modal-lg" role="document">
<div class="modal-content">
<div class="modal-header tit-up">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h4 class="modal-title">Customer Login</h4>
</div>
<div class="modal-body customer-box">
<!-- Nav tabs -->
<ul class="nav nav-tabs">
<li><a class="active" href="#Login" data-toggle="tab">Login</a></li>
<li><a href="#Registration" data-toggle="tab">Registration</a></li>
</ul>
<!-- Tab panes -->
<div class="tab-content">
<div class="tab-pane active" id="Login">
<form role="form" class="form-horizontal">
<div class="form-group">
<div class="col-sm-12">
<input class="form-control" id="email1" placeholder="Name" type="text">
</div>
</div>
<div class="form-group">
<div class="col-sm-12">
<input class="form-control" id="exampleInputPassword1" placeholder="Email" type="email">
</div>
</div>
<div class="row">
<div class="col-sm-10">
<button type="submit" class="btn btn-light btn-radius btn-brd grd1">
Submit
</button>
<a class="for-pwd" href="javascript:;">Forgot your password?</a>
</div>
</div>
</form>
</div>
<div class="tab-pane" id="Registration">
<form role="form" class="form-horizontal">
<div class="form-group">
<div class="col-sm-12">
<input class="form-control" placeholder="Name" type="text">
</div>
</div>
<div class="form-group">
<div class="col-sm-12">
<input class="form-control" id="email" placeholder="Email" type="email">
</div>
</div>
<div class="form-group">
<div class="col-sm-12">
<input class="form-control" id="mobile" placeholder="Mobile" type="email">
</div>
</div>
<div class="form-group">
<div class="col-sm-12">
<input class="form-control" id="password" placeholder="Password" type="password">
</div>
</div>
<div class="row">
<div class="col-sm-10">
<button type="button" class="btn btn-light btn-radius btn-brd grd1">
Save & Continue
</button>
<button type="button" class="btn btn-light btn-radius btn-brd grd1">
Cancel</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- LOADER -->
<div id="preloader">
<div class="loader-container">
<div class="progress-br float shadow">
<div class="progress__item"></div>
</div>
</div>
</div>
<!-- END LOADER -->
<!-- Start header -->
<header class="top-navbar">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand" href="index.html">
<img src="images/logo-hosting.png" alt="" />
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbars-host" aria-controls="navbars-rs-food" aria-expanded="false" aria-label="Toggle navigation">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<div class="collapse navbar-collapse" id="navbars-host">
<ul class="navbar-nav ml-auto">
<li class="nav-item"><a class="nav-link" href="index.html">Home</a></li>
<li class="nav-item"><a class="nav-link" href="about.html">About Us</a></li>
<li class="nav-item"><a class="nav-link" href="features.html">Features </a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdown-a" data-toggle="dropdown">Hosting </a>
<div class="dropdown-menu" aria-labelledby="dropdown-a">
<a class="dropdown-item" href="hosting.html">Web Hosting </a>
<a class="dropdown-item" href="hosting.html">WordPress Hosting </a>
<a class="dropdown-item" href="hosting.html">Cloud Server </a>
<a class="dropdown-item" href="hosting.html">Reseller Package </a>
<a class="dropdown-item" href="hosting.html">Dedicated Hosting </a>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="domain.html">Domain</a></li>
<li class="nav-item active"><a class="nav-link" href="pricing.html">Pricing</a></li>
<li class="nav-item"><a class="nav-link" href="contact.html">Contact</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li><a class="hover-btn-new log" href="#" data-toggle="modal" data-target="#login"><span>Customer Login</span></a></li>
</ul>
</div>
</div>
</nav>
</header>
<!-- End header -->
<div class="all-title-box">
<div class="container text-center">
<h1>Pricing<span class="m_1">Lorem Ipsum dolroin gravida nibh vel velit.</span></h1>
</div>
</div>
<div id="pricing-box" class="section wb">
<div class="container">
<div class="row">
<div class="col-md-4 col-sm-6">
<div class="pricingTable">
<div class="pricingTable-header">
<span class="heading">
<h3>Standard</h3>
</span>
<span class="price-value">$15<span class="month">month</span> <span>Lorem ipsum </span><span>Lorem ipsum dolor sit amet</span></span>
</div>
<div class="pricingContent">
<i class="fa fa-adjust"></i>
<ul>
<li>50GB Disk Space</li>
<li>50 Email Accounts</li>
<li>50GB Monthly Bandwidth</li>
<li>10 subdomains</li>
<li>50 Domains</li>
</ul>
</div><!-- / CONTENT BOX-->
<div class="pricingTable-sign-up">
<a href="#" class="hover-btn-new"><span>sign up</span></a>
</div><!-- BUTTON BOX-->
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="pricingTable pink">
<div class="pricingTable-header">
<span class="heading">
<h3>Business</h3>
</span>
<span class="price-value">$30<span class="month">month</span> <span>Lorem ipsum</span><span>Lorem ipsum dolor sit amet</span></span>
</div>
<div class="pricingContent">
<i class="fa fa-briefcase"></i>
<ul>
<li>70GB Disk Space</li>
<li>70 Email Accounts</li>
<li>70GB Monthly Bandwidth</li>
<li>30 subdomains</li>
<li>70 Domains</li>
</ul>
</div><!-- / CONTENT BOX-->
<div class="pricingTable-sign-up">
<a href="#" class="hover-btn-new"><span>sign up</span></a>
</div><!-- BUTTON BOX-->
</div>
</div>
<div class="col-md-4 col-sm-6">
<div class="pricingTable orange">
<div class="pricingTable-header">
<span class="heading">
<h3>Premium</h3>
</span>
<span class="price-value">$45<span class="month">month</span> <span>Lorem ipsum</span><span>Lorem ipsum dolor sit amet</span></span>
</div>
<div class="pricingContent">
<i class="fa fa-cube"></i>
<ul>
<li>80GB Disk Space</li>
<li>80 Email Accounts</li>
<li>80GB Monthly Bandwidth</li>
<li>40 subdomains</li>
<li>80 Domains</li>
</ul>
</div><!-- / CONTENT BOX-->
<div class="pricingTable-sign-up">
<a href="#" class="hover-btn-new"><span>sign up</span></a>
</div><!-- BUTTON BOX-->
</div>
</div>
</div>
</div>
</div><!-- end section -->
<div class="section lb">
<div class="container">
<div class="section-title text-center">
<h3>Ready to get started?</h3>
<div class="dmoain-pricing">
<div class="table-responsive-sm">
<table>
<thead>
<tr class="domain-head">
<th scope="col">
Domain Name
</th>
<th scope="col">
Registration Pricing
</th>
<th scope="col">
Renewal Pricing
</th>
<th scope="col">
Transfer Pricing
</th>
</tr>
</thead>
<tbody>
<tr>
<td data-label="DOMAIN NAME">.com</td>
<td data-label="registration pricing">15.00 / yr</td>
<td data-label="renewal pricing">$30 / yr</td>
<td data-label="transfer-price">$45.00</td>
</tr>
<tr>
<td data-label="DOMAIN NAME">.net</td>
<td data-label="registration pricing">15.00 / yr</td>
<td data-label="renewal pricing">$20 / yr</td>
<td data-label="transfer-price">$45.00</td>
</tr>
<tr>
<td data-label="DOMAIN NAME">.org</td>
<td data-label="registration pricing">15.00 / yr</td>
<td data-label="renewal pricing">$19 / yr</td>
<td data-label="transfer-price">$45.00</td>
</tr>
<tr>
<td data-label="DOMAIN NAME">.in</td>
<td data-label="registration pricing">15.00 / yr</td>
<td data-label="renewal pricing">$18 / yr</td>
<td data-label="transfer-price">$45.00</td>
</tr>
<tr>
<td data-label="DOMAIN NAME">.biz</td>
<td data-label="registration pricing">15.00 / yr</td>
<td data-label="renewal pricing">$17 / yr</td>
<td data-label="transfer-price">$45.00</td>
</tr>
<tr>
<td data-label="Acount">.info</td>
<td data-label="registration pricing">15.00 / yr</td>
<td data-label="renewal pricing">$16 / yr</td>
<td data-label="transfer-price">$45.00</td>
</tr>
<tr>
<td data-label="DOMAIN NAME">.co.uk</td>
<td data-label="registration pricing">15.00 / yr</td>
<td data-label="renewal pricing">$15 / yr</td>
<td data-label="transfer-price">$45.00</td>
</tr>
<tr>
<td data-label="DOMAIN NAME">.name</td>
<td data-label="registration pricing">15.00 / yr</td>
<td data-label="renewal pricing">$14 / yr</td>
<td data-label="transfer-price">$45.00</td>
</tr>
</tbody>
</table>
</div>
</div>
</div><!-- end title -->
</div><!-- end container -->
</div><!-- end section -->
<div id="testimonials" class="parallax section db parallax-off" style="background-image:url('images/parallax_04.jpg');">
<div class="container">
<div class="section-title text-center">
<h3>Testimonials</h3>
<p>Lorem ipsum dolor sit aet, consectetur adipisicing lit sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </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="images/testi_01.png" alt="" class="img-fluid">
<h4>James Fernando </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="images/testi_02.png" alt="" class="img-fluid">
<h4>Jacques Philips </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="images/testi_03.png" alt="" class="img-fluid ">
<h4>Venanda Mercy </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="images/testi_01.png" alt="" class="img-fluid">
<h4>James Fernando </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="images/testi_02.png" alt="" class="img-fluid">
<h4>Jacques Philips </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="images/testi_03.png" alt="" class="img-fluid">
<h4>Venanda Mercy </h4>
</div>
<!-- end testi-meta -->
</div><!-- end testimonial -->
</div><!-- end carousel -->
</div><!-- end col -->
</div><!-- end row -->
</div><!-- end container -->
</div><!-- end section -->
<div class="parallax section dbcolor">
<div class="container">
<div class="row logos">
<div class="col-md-2 col-sm-2 col-xs-6 wow fadeInUp">
<a href="#"><img src="images/logo_01.png" alt="" class="img-repsonsive"></a>
</div>
<div class="col-md-2 col-sm-2 col-xs-6 wow fadeInUp">
<a href="#"><img src="images/logo_02.png" alt="" class="img-repsonsive"></a>
</div>
<div class="col-md-2 col-sm-2 col-xs-6 wow fadeInUp">
<a href="#"><img src="images/logo_03.png" alt="" class="img-repsonsive"></a>
</div>
<div class="col-md-2 col-sm-2 col-xs-6 wow fadeInUp">
<a href="#"><img src="images/logo_04.png" alt="" class="img-repsonsive"></a>
</div>
<div class="col-md-2 col-sm-2 col-xs-6 wow fadeInUp">
<a href="#"><img src="images/logo_05.png" alt="" class="img-repsonsive"></a>
</div>
<div class="col-md-2 col-sm-2 col-xs-6 wow fadeInUp">
<a href="#"><img src="images/logo_06.png" alt="" class="img-repsonsive"></a>
</div>
</div><!-- end row -->
</div><!-- end container -->
</div><!-- end section -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-4 col-xs-12">
<div class="widget clearfix">
<div class="widget-title">
<h3>About US</h3>
</div>
<p> Integer rutrum ligula eu dignissim laoreet. Pellentesque venenatis nibh sed tellus faucibus bibendum. Sed fermentum est vitae rhoncus molestie. Cum sociis natoque penatibus et magnis dis montes.</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-lg-4 col-md-4 col-xs-12">
<div class="widget clearfix">
<div class="widget-title">
<h3>Information Link</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-lg-4 col-md-4 col-xs-12">
<div class="widget clearfix">
<div class="widget-title">
<h3>Contact Details</h3>
</div>
<ul class="footer-links">
<li><a href="mailto:#">[email protected]</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><!-- 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="#">QuickCloud</a> Design By : <a href="https://html.design/">html design</a></p>
</div>
<div class="footer-right">
<ul class="footer-links-soi">
<li><a href="#"><i class="fa fa-facebook"></i></a></li>
<li><a href="#"><i class="fa fa-github"></i></a></li>
<li><a href="#"><i class="fa fa-twitter"></i></a></li>
<li><a href="#"><i class="fa fa-dribbble"></i></a></li>
<li><a href="#"><i class="fa fa-pinterest"></i></a></li>
</ul><!-- end links -->
</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>