This repository was archived by the owner on Jul 17, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhosting-cloud.html
More file actions
688 lines (639 loc) · 47.3 KB
/
hosting-cloud.html
File metadata and controls
688 lines (639 loc) · 47.3 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Cloud Hosting | HostSolutions</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Cheap Game Server Hosting" />
<meta name="keywords" content="hosting, premium, discord, bot, servers" />
<meta name="author" content="HostSolutions" />
<meta name="version" content="2.0.0" />
<!-- favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
<!-- Icons -->
<link href="css/materialdesignicons.min.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="https://unicons.iconscout.com/release/v2.1.6/css/unicons.css">
<!-- Css -->
<link href="css/style-dark.css" rel="stylesheet" type="text/css" id="theme-opt" />
<link href="css/colors/default.css" rel="stylesheet" id="color-opt">
</head>
<body>
<!-- Navbar STart -->
<header id="topnav" class="defaultscroll sticky">
<div class="container">
<!-- Logo container-->
<div>
<a class="logo" href="index.html">
<img src="images/logo-dark.png" class="l-dark" height="16" alt="">
<img src="images/logo-light.png" class="l-light" height="16" alt="">
</a>
</div>
<div class="buy-button">
<a href="https://billing.hostsolutions.dev/clientarea.php" target="_blank" class="btn btn-primary">Login</a>
</div><!--end login button-->
<!-- End Logo container-->
<div class="menu-extras">
<div class="menu-item">
<!-- Mobile menu toggle-->
<a class="navbar-toggle" id="isToggle" onclick="toggleMenu()">
<div class="lines">
<span></span>
<span></span>
<span></span>
</div>
</a>
<!-- End mobile menu toggle-->
</div>
</div>
<div id="navigation">
<!-- Navigation Menu-->
<ul class="navigation-menu nav-light">
<li><a href="./index.html" class="sub-menu-item">Home</a></li>
<li class="has-submenu parent-parent-menu-item">
<a href="javascript:void(0)">Hosting</a><span class="menu-arrow"></span>
<ul class="submenu megamenu">
<li>
<ul>
<li><a href="hosting-shared.html" class="sub-menu-item"><img src="images/icons/shared.svg" class="avatar avatar-ex-sm me-2" alt=""> Shared Hosting</a></li>
<li><a href="hosting-vps.html" class="sub-menu-item"><img src="images/icons/vps.svg" class="avatar avatar-ex-sm me-2" alt=""> VPS Hosting</a></li>
<li><a href="hosting-dedicated.html" class="sub-menu-item"><img src="images/icons/dedicated.svg" class="avatar avatar-ex-sm me-2" alt=""> Dedicated Server</a></li>
<li><a href="hosting-cloud.html" class="sub-menu-item"><img src="images/icons/cloud.svg" class="avatar avatar-ex-sm me-2" alt=""> Cloud Hosting</a></li>
<li><a href="hosting-web.html" class="sub-menu-item"><img src="images/icons/web.svg" class="avatar avatar-ex-sm me-2" alt=""> Web Hosting</a></li>
</ul>
</li>
<li>
<ul>
<li><a href="hosting-reseller.html" class="sub-menu-item"><img src="images/icons/reseller.svg" class="avatar avatar-ex-sm me-2" alt=""> Reseller Hosting</a></li>
<li><a href="hosting-domain.html" class="sub-menu-item"><img src="images/icons/domain.svg" class="avatar avatar-ex-sm me-2" alt=""> Domain Name</a></li>
<li><a href="hosting-wordpress.html" class="sub-menu-item"><img src="images/icons/wordpress.svg" class="avatar avatar-ex-sm me-2" alt=""> Worpress Server</a></li>
<li><a href="hosting-email.html" class="sub-menu-item"><img src="images/icons/email.svg" class="avatar avatar-ex-sm me-2" alt=""> Email Server</a></li>
</ul>
</li>
</ul>
</li>
<li class="has-submenu parent-parent-menu-item">
<a href="javascript:void(0)">Pages</a><span class="menu-arrow"></span>
<ul class="submenu">
<li><a href="page-about.html" class="sub-menu-item">Company</a></li>
<li class="has-submenu parent-menu-item">
<a href="javascript:void(0)"> Blog</a><span class="submenu-arrow"></span>
<ul class="submenu">
<li><a href="page-blog.html" class="sub-menu-item">Blog</a></li>
<li><a href="page-blog-sidebar.html" class="sub-menu-item">Blog Sidebar</a></li>
<li><a href="page-blog-single.html" class="sub-menu-item">Single Blog</a></li>
</ul>
</li>
<li><a href="page-faqs.html" class="sub-menu-item">FAQs</a></li>
<li><a href="page-support.html" class="sub-menu-item">Support Center</a></li>
<li><a href="page-privacy.html" class="sub-menu-item">Privacy Policy</a></li>
<li><a href="page-terms.html" class="sub-menu-item">Terms & Conditions</a></li>
<li class="has-submenu parent-menu-item">
<a href="javascript:void(0)"> Auth Pages</a><span class="submenu-arrow"></span>
<ul class="submenu">
<li><a href="page-login.html" class="sub-menu-item">Login</a></li>
<li><a href="page-signup.html" class="sub-menu-item">Signup</a></li>
<li><a href="page-forgot-password.html" class="sub-menu-item">Forgot Password</a></li>
</ul>
</li>
<li><a href="page-404.html" class="sub-menu-item">404</a></li>
</ul>
</li>
<li><a href="contact.html" class="sub-menu-item">Contact</a></li>
</ul><!--end navigation menu-->
</div><!--end navigation-->
</div><!--end container-->
</header><!--end header-->
<!-- Navbar End -->
<!-- Home Start -->
<section class="bg-half-170 d-table w-100 bg-primary" style="background: url('images/bg/cloud.png') center center;" id="home">
<div class="bg-overlay"></div>
<div class="container">
<div class="row mt-5 align-items-center">
<div class="col-lg-8 col-md-7 col-12">
<div class="title-heading me-lg-5">
<h4 class="heading text-white title-dark mb-3">Cloud Hosting</h4>
<p class="text-white-50 para-desc">Create, collaborate, and turn your ideas into incredible products with the definitive platform for digital design.</p>
<ul class="feature-list list-unstyled mb-0">
<li class="text-white-50 my-1"><i class="mdi mdi-arrow-right text-warning me-2"></i><span class="fw-bold">10GB</span> Ram</li>
<li class="text-white-50 my-1"><i class="mdi mdi-arrow-right text-warning me-2"></i><span class="fw-bold">100GB</span> Bandwith</li>
<li class="text-white-50 my-1"><i class="mdi mdi-arrow-right text-warning me-2"></i><span class="fw-bold">100GB SSD</span> Storage</li>
<li class="text-white-50 my-1"><i class="mdi mdi-arrow-right text-warning me-2"></i><span class="fw-bold">3 Domain</span> Hosted Support</li>
<li class="text-white-50 my-1"><i class="mdi mdi-arrow-right text-warning me-2"></i><span class="fw-bold">50</span> Email Account</li>
<li class="text-white-50 my-1"><i class="mdi mdi-arrow-right text-warning me-2"></i><span class="fw-bold">5</span> Database</li>
<li class="text-white-50 my-1"><i class="mdi mdi-arrow-right text-warning me-2"></i><span class="fw-bold">Unlimited</span> Traffic</li>
</ul>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-5 col-12">
<div class="card border-0 rounded-pill shadow bg-white text-center">
<div class="card-body px-4 py-5">
<h5 class="text-primary">Special Offer Price</h5>
<div class="d-flex justify-content-center my-3">
<span class="h5 text-uted mb-0 mt-2">$</span>
<span class="price text-dark display-4 fw-bold mb-0">4.99</span>
<span class="h5 text-uted align-self-end mb-1">/mo</span>
</div>
<h6 class="mb-0">Original Price <span class="text-warning">$10.99</span></h6>
<a href="javascript:void(0)" class="btn btn-soft-primary mt-4">Get Started</a>
</div>
</div>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</section><!--end section-->
<!-- Home End -->
<!-- Start -->
<section class="section">
<div class="container">
<div class="row justify-content-center">
<div class="col-12">
<div class="section-title text-center mb-4 pb-2">
<h4 class="title mb-3">Server Features</h4>
<p class="text-muted para-desc mx-auto mb-0">Create, collaborate, and turn your ideas into incredible products with the definitive platform for digital design.</p>
</div>
</div><!--end col-->
</div><!--end row-->
<div class="row">
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card services p-4 rounded-pill border-0 text-center">
<span class="h1 text-primary mb-2">
<i class="uil uil-panel-add"></i>
</span>
<div class="card-body p-0 content">
<h5 class="mb-3"><a href="hosting-shared.html" class="title text-dark">Free cPanel</a></h5>
<p class="text-muted mb-3">We provide cloud based enterprise hosting, server and storage solutions of unmatched quality.</p>
<a href="hosting-shared.html" class="text-primary">Read More <i data-feather="chevron-right" class="fea icon-sm"></i></a>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card services p-4 rounded-pill border-0 text-center">
<span class="h1 text-primary mb-2">
<i class="uil uil-cell"></i>
</span>
<div class="card-body p-0 content">
<h5 class="mb-3"><a href="hosting-shared.html" class="title text-dark">Easy Installation SSL</a></h5>
<p class="text-muted mb-3">We provide cloud based enterprise hosting, server and storage solutions of unmatched quality.</p>
<a href="hosting-shared.html" class="text-primary">Read More <i data-feather="chevron-right" class="fea icon-sm"></i></a>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card services p-4 rounded-pill border-0 text-center">
<span class="h1 text-primary mb-2">
<i class="uil uil-webcam"></i>
</span>
<div class="card-body p-0 content">
<h5 class="mb-3"><a href="hosting-shared.html" class="title text-dark">Easy 1-click-installer</a></h5>
<p class="text-muted mb-3">We provide cloud based enterprise hosting, server and storage solutions of unmatched quality.</p>
<a href="hosting-shared.html" class="text-primary">Read More <i data-feather="chevron-right" class="fea icon-sm"></i></a>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card services p-4 rounded-pill border-0 text-center">
<span class="h1 text-primary mb-2">
<i class="uil uil-tachometer-fast-alt"></i>
</span>
<div class="card-body p-0 content">
<h5 class="mb-3"><a href="hosting-shared.html" class="title text-dark">Fast Websites</a></h5>
<p class="text-muted mb-3">We provide cloud based enterprise hosting, server and storage solutions of unmatched quality.</p>
<a href="hosting-shared.html" class="text-primary">Read More <i data-feather="chevron-right" class="fea icon-sm"></i></a>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card services p-4 rounded-pill border-0 text-center">
<span class="h1 text-primary mb-2">
<i class="uil uil-webcam"></i>
</span>
<div class="card-body p-0 content">
<h5 class="mb-3"><a href="hosting-shared.html" class="title text-dark">Website Migrations</a></h5>
<p class="text-muted mb-3">We provide cloud based enterprise hosting, server and storage solutions of unmatched quality.</p>
<a href="hosting-shared.html" class="text-primary">Read More <i data-feather="chevron-right" class="fea icon-sm"></i></a>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card services p-4 rounded-pill border-0 text-center">
<span class="h1 text-primary mb-2">
<i class="uil uil-users-alt"></i>
</span>
<div class="card-body p-0 content">
<h5 class="mb-3"><a href="hosting-shared.html" class="title text-dark">Customer Support</a></h5>
<p class="text-muted mb-3">We provide cloud based enterprise hosting, server and storage solutions of unmatched quality.</p>
<a href="hosting-shared.html" class="text-primary">Read More <i data-feather="chevron-right" class="fea icon-sm"></i></a>
</div>
</div>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</section><!--end section-->
<!-- End -->
<!-- Price Start -->
<section class="section bg-primary">
<div class="container">
<div class="row mb-md-4 pb-md-2 justify-content-center">
<div class="col-12">
<div class="section-title text-center mb-md-5 pb-md-5">
<h4 class="title text-white title-dark mb-3">Hosting / Server Rates</h4>
<p class="text-white-50 para-desc mx-auto mb-0">Create, collaborate, and turn your ideas into incredible products with the definitive platform for digital design.</p>
</div>
</div><!--end col-->
<div class="home-shape-arrow d-block d-md-none">
<a href="#price" class="mouse-down"><i class="mdi mdi-arrow-down arrow-icon bg-light text-dark h5"></i></a>
</div>
</div><!--end row-->
</div><!--end container-->
</section><!--end section-->
<section class="section" id="price">
<div class="container">
<div class="row">
<div class="col-md-4 mt-md-5 pt-md-3 mt-lg-0 pt-lg-0">
<div class="card pricing hosting-rate box-top-position shadow box-hover border-0 rounded overflow-hidden">
<div class="plan-name p-4 border-bottom">
<h4 class="title mb-3">Starter</h4>
<p class="para text-muted mb-0">We offers a <strong>free month</strong> of service for new customers.</p>
</div>
<div class="card-body p-4">
<div class="d-flex mb-3">
<span class="h6 text-muted mb-0 mt-2">$</span>
<span class="price text-primary h1 mb-0">4.99</span>
<span class="h6 text-muted align-self-end mb-1">/mo</span>
</div>
<ul class="feature-list list-unstyled mb-0">
<li class="text-muted"><i class="mdi mdi-arrow-right text-primary me-2"></i><span class="fw-bold">10GB</span> Ram</li>
<li class="text-muted"><i class="mdi mdi-arrow-right text-primary me-2"></i><span class="fw-bold">100GB</span> Bandwith</li>
<li class="text-muted"><i class="mdi mdi-arrow-right text-primary me-2"></i><span class="fw-bold">100GB SSD</span> Storage</li>
<li class="text-muted"><i class="mdi mdi-arrow-right text-primary me-2"></i><span class="fw-bold">3 Domain</span> Hosted Support</li>
<li class="text-muted"><i class="mdi mdi-arrow-right text-primary me-2"></i><span class="fw-bold">50</span> Email Account</li>
<li class="text-muted"><i class="mdi mdi-arrow-right text-primary me-2"></i><span class="fw-bold">5</span> Database</li>
<li class="text-muted"><i class="mdi mdi-arrow-right text-primary me-2"></i><span class="fw-bold">Unlimited</span> Traffic</li>
</ul>
<a href="javascript:void(0)" class="btn btn-primary mt-4">Get Started</a>
</div>
</div>
</div><!--end col-->
<div class="col-md-4 mt-md-5 pt-md-3 mt-lg-0 pt-lg-0">
<div class="card pricing hosting-rate best-plan box-top-position shadow box-hover border-0 rounded">
<div class="ribbon ribbon-right ribbon-warning overflow-hidden"><span class="text-center d-block shadow small h6">Best</span></div>
<div class="plan-name p-4 border-bottom">
<h4 class="title mb-3">Business</h4>
<p class="para text-muted mb-0">We offers a <strong>free 7 days</strong> of service for new customers.</p>
</div>
<div class="card-body p-4">
<div class="d-flex mb-3">
<span class="h6 text-muted mb-0 mt-2">$</span>
<span class="price text-primary h1 mb-0">8.99</span>
<span class="h6 text-muted align-self-end mb-1">/mo</span>
</div>
<ul class="feature-list list-unstyled mb-0">
<li class="text-muted"><i class="mdi mdi-arrow-right text-primary me-2"></i><span class="fw-bold">30GB</span> Ram</li>
<li class="text-muted"><i class="mdi mdi-arrow-right text-primary me-2"></i><span class="fw-bold">500GB</span> Bandwith</li>
<li class="text-muted"><i class="mdi mdi-arrow-right text-primary me-2"></i><span class="fw-bold">500GB SSD</span> Storage</li>
<li class="text-muted"><i class="mdi mdi-arrow-right text-primary me-2"></i><span class="fw-bold">10 Domain</span> Hosted Support</li>
<li class="text-muted"><i class="mdi mdi-arrow-right text-primary me-2"></i><span class="fw-bold">100</span> Email Account</li>
<li class="text-muted"><i class="mdi mdi-arrow-right text-primary me-2"></i><span class="fw-bold">10</span> Database</li>
<li class="text-muted"><i class="mdi mdi-arrow-right text-primary me-2"></i><span class="fw-bold">Unlimited</span> Traffic</li>
</ul>
<a href="javascript:void(0)" class="btn btn-primary mt-4">Try It Now</a>
</div>
</div>
</div><!--end col-->
<div class="col-md-4 mt-md-5 pt-md-3 mt-lg-0 pt-lg-0">
<div class="card pricing hosting-rate box-top-position shadow box-hover border-0 rounded overflow-hidden">
<div class="plan-name p-4 border-bottom">
<h4 class="title mb-3">Enterprise</h4>
<p class="para text-muted mb-0">We offers a <strong>free 14 days</strong> of service for new customers.</p>
</div>
<div class="card-body p-4">
<div class="d-flex mb-3">
<span class="h6 text-muted mb-0 mt-2">$</span>
<span class="price text-primary h1 mb-0">14.99</span>
<span class="h6 text-muted align-self-end mb-1">/mo</span>
</div>
<ul class="feature-list list-unstyled mb-0">
<li class="text-muted"><i class="mdi mdi-arrow-right text-primary me-2"></i><span class="fw-bold">100GB</span> Ram</li>
<li class="text-muted"><i class="mdi mdi-arrow-right text-primary me-2"></i><span class="fw-bold">1000GB</span> Bandwith</li>
<li class="text-muted"><i class="mdi mdi-arrow-right text-primary me-2"></i><span class="fw-bold">1000GB SSD</span> Storage</li>
<li class="text-muted"><i class="mdi mdi-arrow-right text-primary me-2"></i><span class="fw-bold">Unlimited Domain</span> Hosted Support</li>
<li class="text-muted"><i class="mdi mdi-arrow-right text-primary me-2"></i><span class="fw-bold">Unlimited</span> Email Account</li>
<li class="text-muted"><i class="mdi mdi-arrow-right text-primary me-2"></i><span class="fw-bold">Unlimited</span> Database</li>
<li class="text-muted"><i class="mdi mdi-arrow-right text-primary me-2"></i><span class="fw-bold">Unlimited</span> Traffic</li>
</ul>
<a href="javascript:void(0)" class="btn btn-primary mt-4">Started Now</a>
</div>
</div>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
<div class="container mt-100 mt-60">
<div class="row justify-content-center">
<div class="col-12">
<div class="section-title text-center mb-4 pb-2">
<h4 class="title mb-3">Frequently Aksed Questions</h4>
<p class="text-muted para-desc mx-auto mb-0">Create, collaborate, and turn your ideas into incredible products with the definitive platform for digital design.</p>
</div>
</div><!--end col-->
</div><!--end row-->
<div class="row align-items-center mb-md-5 mb-4 pb-lg-5">
<div class="col-lg-6 col-md-6 col-12 mt-4 pt-2 order-1 order-md-2">
<div class="ms-lg-5">
<img src="images/faqs2.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-md-6 col-12 mt-4 pt-2 order-2 order-md-1">
<div class="accordion" id="accordionExample">
<div class="accordion-item rounded shadow bg-white">
<h2 class="accordion-header" id="headingOne">
<button class="accordion-button border-0 bg-light" type="button" data-bs-toggle="collapse" data-bs-target="#collapseOne"
aria-expanded="true" aria-controls="collapseOne">
How our Hostick work ?
</button>
</h2>
<div id="collapseOne" class="accordion-collapse border-0 collapse show" aria-labelledby="headingOne"
data-bs-parent="#accordionExample">
<div class="accordion-body">
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.
</div>
</div>
</div>
<div class="accordion-item rounded shadow bg-white mt-2">
<h2 class="accordion-header" id="headingTwo">
<button class="accordion-button border-0 bg-light collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
What is the main process open account ?
</button>
</h2>
<div id="collapseTwo" class="accordion-collapse border-0 collapse" aria-labelledby="headingTwo"
data-bs-parent="#accordionExample">
<div class="accordion-body">
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.
</div>
</div>
</div>
<div class="accordion-item rounded shadow bg-white mt-2">
<h2 class="accordion-header" id="headingThree">
<button class="accordion-button border-0 bg-light collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
How to make unlimited data entry ?
</button>
</h2>
<div id="collapseThree" class="accordion-collapse border-0 collapse" aria-labelledby="headingThree"
data-bs-parent="#accordionExample">
<div class="accordion-body">
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.
</div>
</div>
</div>
<div class="accordion-item rounded shadow bg-white mt-2">
<h2 class="accordion-header" id="headingFour">
<button class="accordion-button border-0 bg-light collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
Is Hostick safer to use with my account ?
</button>
</h2>
<div id="collapseFour" class="accordion-collapse border-0 collapse" aria-labelledby="headingFour"
data-bs-parent="#accordionExample">
<div class="accordion-body">
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.
</div>
</div>
</div>
<div class="accordion-item rounded shadow bg-white mt-2">
<h2 class="accordion-header" id="headingFive">
<button class="accordion-button border-0 bg-light collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseFive" aria-expanded="false" aria-controls="collapseFive">
How can i contact your technical team ?
</button>
</h2>
<div id="collapseFive" class="accordion-collapse border-0 collapse" aria-labelledby="headingFive"
data-bs-parent="#accordionExample">
<div class="accordion-body">
There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form.
</div>
</div>
</div>
</div>
</div>
</div><!--end row-->
</div><!--end container-->
<div class="container mt-100 mt-60">
<div class="rounded-pill bg-primary py-5 px-4">
<div class="row justify-content-center">
<div class="col-12">
<div class="section-title text-center">
<h4 class="title text-white title-dark mb-4">Get the latest update from Hostick</h4>
<p class="text-white-50">Subscribe and receive the latest update</p>
<div class="subscribe-form mt-5">
<form action="#" class="position-relative" style="max-width: 600px; margin: 0 auto;">
<input name="email" id="email" type="email" class="rounded-pill bg-white" placeholder="example@mail.com">
<button type="submit" class="btn btn-pills btn-primary">Subscribe</button>
</form>
</div>
</div>
</div><!--end col-->
</div><!--end row-->
</div>
</div><!--end container-->
</section><!--end section-->
<!-- Price end -->
<!-- Footer Start -->
<footer class="footer bg-footer">
<div class="container">
<div class="row justify-content-center">
<div class="col-12">
<div class="section-title text-md-center">
<h4 class="text-light title-dark mb-0">Get In Touch !</h4>
</div>
</div><!--end col-->
</div><!--end row-->
<div class="row mt-3 justify-content-center">
<div class="col-md-4 mt-4 pt-2">
<div class="text-md-center">
<div class="icon">
<i data-feather="mail" class="fea icon-md text-light title-dark"></i>
</div>
<div class="content mt-2">
<h5 class="title text-light title-dark">Email</h5>
<a href="mailto:contact@example.com" class="text-foot">contact@example.com</a>
</div>
</div>
</div><!--end col-->
<div class="col-md-4 mt-4 pt-2">
<div class="text-md-center">
<div class="icon">
<i data-feather="phone" class="fea icon-md text-light title-dark"></i>
</div>
<div class="content mt-2">
<h5 class="title text-light title-dark">Phone</h5>
<a href="tel:+152534-468-854" class="text-foot">+152 534-468-854</a>
</div>
</div>
</div><!--end col-->
<div class="col-md-4 mt-4 pt-2">
<div class="text-md-center">
<div class="icon">
<i data-feather="map-pin" class="fea icon-md text-light title-dark"></i>
</div>
<div class="content mt-2">
<h5 class="title text-light title-dark">Location</h5>
<a href="#" class="text-foot">Australia</a>
</div>
</div>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
<div class="container mt-5">
<div class="footer-bar">
<div class="row mt-5">
<div class="col-lg-4 col-md-12">
<a class="logo-footer h4 mouse-down text-light" href="#home">
<img src="images/logo-light.png" height="16" alt="">
</a>
<p class="mt-4 text-foot">There is now an abundance of <br> readable dummy texts. These are is required purely to fill a space.</p>
<ul class="list-unstyled social-icon social mb-0 mt-4">
<li class="list-inline-item"><a href="javascript:void(0)" class="rounded"><i data-feather="facebook" class="fea icon-sm fea-social"></i></a></li>
<li class="list-inline-item"><a href="javascript:void(0)" class="rounded"><i data-feather="instagram" class="fea icon-sm fea-social"></i></a></li>
<li class="list-inline-item"><a href="javascript:void(0)" class="rounded"><i data-feather="twitter" class="fea icon-sm fea-social"></i></a></li>
<li class="list-inline-item"><a href="javascript:void(0)" class="rounded"><i data-feather="linkedin" class="fea icon-sm fea-social"></i></a></li>
</ul><!--end icon-->
</div>
<div class="col-lg-8">
<div class="row">
<div class="col-lg-3 col-md-4 col-12 mt-4 pt-2 mt-lg-0 pt-lg-0">
<h5 class="text-light title-dark footer-head fw-normal mb-0">Hosting</h5>
<ul class="list-unstyled footer-list mt-4">
<li><a href="javascript:void(0)" class="text-foot"><i class="mdi mdi-chevron-right me-1"></i>Shared Hosting</a></li>
<li><a href="javascript:void(0)" class="text-foot"><i class="mdi mdi-chevron-right me-1"></i>VPS Hosting</a></li>
<li><a href="javascript:void(0)" class="text-foot"><i class="mdi mdi-chevron-right me-1"></i>Dedicated Hosting</a></li>
<li><a href="javascript:void(0)" class="text-foot"><i class="mdi mdi-chevron-right me-1"></i>Cloud Hosting</a></li>
<li><a href="javascript:void(0)" class="text-foot"><i class="mdi mdi-chevron-right me-1"></i>Reseller Hosting</a></li>
<li><a href="javascript:void(0)" class="text-foot"><i class="mdi mdi-chevron-right me-1"></i>Domain Name</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-4 col-12 mt-4 pt-2 mt-lg-0 pt-lg-0">
<h5 class="text-light title-dark footer-head fw-normal mb-0">About</h5>
<ul class="list-unstyled footer-list mt-4">
<li><a href="javascript:void(0)" class="text-foot"><i class="mdi mdi-chevron-right me-1"></i>About us</a></li>
<li><a href="javascript:void(0)" class="text-foot"><i class="mdi mdi-chevron-right me-1"></i>Contact us</a></li>
<li><a href="javascript:void(0)" class="text-foot"><i class="mdi mdi-chevron-right me-1"></i>Terms & Services</a></li>
<li><a href="javascript:void(0)" class="text-foot"><i class="mdi mdi-chevron-right me-1"></i>Privacy Policy</a></li>
</ul>
</div>
<div class="col-lg-6 col-md-4 col-12 mt-4 pt-2 mt-lg-0 pt-lg-0">
<h5 class="text-light title-dark footer-head fw-normal mb-0">Newsletter</h5>
<p class="mt-4 text-foot">Sign up and receive the latest tips via email.</p>
<form>
<div class="row">
<div class="col-lg-12">
<div class="foot-subscribe mb-3 position-relative">
<label class="form-label text-foot">Write your email <span class="text-danger">*</span></label>
<input type="email" name="email" id="emailsubscribe" class="form-control rounded" placeholder="Your email : " required>
</div>
</div>
<div class="col-lg-12">
<input type="submit" id="submitsubscribe" name="send" class="btn btn-primary w-100" value="Subscribe">
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</footer><!--end footer-->
<footer class="footer footer-line bg-footer">
<div class="container">
<div class="row text-center">
<div class="col-sm-6 col-md-7">
<div class="text-sm-start">
<p class="mb-0 text-foot">© <script>document.write(new Date().getFullYear())</script> Hostick. Design with <i class="mdi mdi-heart text-danger"></i> by <a href="http://www.shreethemes.in/" target="_blank" class="text-reset">Shreethemes</a>.</p>
</div>
</div><!--end col-->
<div class="col-sm-6 col-md-5 mt-4 mt-sm-0 pt-2 pt-sm-0">
<ul class="list-unstyled terms-service text-sm-end mb-0">
<li class="list-inline-item mb-0"><a href="page-privacy.html" class="text-foot me-2">Privacy</a></li>
<li class="list-inline-item mb-0"><a href="page-terms.html" class="text-foot me-2">Terms</a></li>
<li class="list-inline-item mb-0"><a href="page-faqs.html" class="text-foot me-2">FAQs</a></li>
<li class="list-inline-item mb-0"><a href="contact.html" class="text-foot">Contact</a></li>
</ul>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</footer><!--end footer-->
<!-- Footer End -->
<!-- Login Modal Content Start -->
<div class="modal fade" id="LoginForm" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-sm modal-dialog-centered" role="document">
<div class="modal-content rounded shadow border-0">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalCenterTitle">Login </h5>
<button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
<form class="login-form">
<div class="row">
<div class="col-12">
<div class="mb-3 position-relative">
<label class="form-label">Your Email <span class="text-danger">*</span></label>
<input type="email" class="form-control" name="email" required="" placeholder="Your Email :">
</div>
</div><!--end col-->
<div class="col-12">
<div class="mb-3 position-relative">
<label class="form-label">Password <span class="text-danger">*</span></label>
<input type="password" class="form-control" required="" placeholder="Password :">
</div>
</div><!--end col-->
<div class="col-12">
<div class="d-flex justify-content-between">
<div class="mb-3 d-inline-block">
<div class="form-check">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault">
<label class="form-check-label" for="flexCheckDefault">Remember me</label>
</div>
</div>
<p class="forgot-pass mb-0"><a href="page-forgot-password.html" class="text-dark fw-bold">Forgot password ?</a></p>
</div>
</div><!--end col-->
<div class="col-12 mb-0">
<button class="btn btn-primary w-100">Sign in</button>
</div><!--end col-->
<div class="col-12 mt-4 text-center">
<h6 class="mb-0">Or Login With</h6>
</div>
<div class="col-12">
<div class="row">
<div class="col-sm-6 mt-4">
<a href="#" class="btn w-100 btn-light bg-facebook"><i class="mdi mdi-facebook"></i> Facebook</a>
</div>
<div class="col-sm-6 mt-4">
<a href="#" class="btn w-100 btn-light"><i class="mdi mdi-google"></i> Google</a>
</div>
</div>
</div>
<div class="col-12 text-center">
<p class="mb-0 mt-3"><small class="text-dark me-2">Don't have an account ?</small> <a href="page-signup.html" class="text-dark fw-bold">Sign Up</a></p>
</div><!--end col-->
</div><!--end row-->
</form><!--end form-->
</div>
</div>
</div>
</div>
<!-- Login Modal Content End -->
<!-- Back to top -->
<a href="#" class="btn btn-icon btn-soft-primary back-to-top"><i data-feather="arrow-up" class="icons"></i></a>
<!-- Back to top -->
<!-- javascript -->
<script src="js/bootstrap.bundle.min.js"></script>
<!-- Icons -->
<script src="js/feather.min.js"></script>
<!-- Main Js -->
<script src="js/app.js"></script>
</body>
</html>