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-wordpress.html
More file actions
776 lines (716 loc) · 52.1 KB
/
hosting-wordpress.html
File metadata and controls
776 lines (716 loc) · 52.1 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
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Wordpress 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/wordpress.png') center center;" id="home">
<div class="bg-overlay"></div>
<div class="container">
<div class="row mt-5 justify-content-center">
<div class="col-12">
<div class="title-heading text-center">
<h4 class="heading text-white title-dark mb-3">WordPress Hosting</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 class="mt-4">
<a href="javascript:void(0)" class="btn btn-primary mx-1">Get Started</a>
<a href="javascript:void(0)" class="btn btn-light mx-1">See Plans</a>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="position-relative">
<div class="shape overflow-hidden text-white">
<svg viewBox="0 0 1000 100" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M 0 0 c 0 0 200 50 500 50 s 500 -50 500 -50 v 101 h -1000 v -100 z" fill="currentColor"></path>
</svg>
</div>
</div>
<!-- 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">Best WordPress Hosting Solution</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-3 col-md-6 col-12 mt-4 pt-2">
<div class="card services serv-primary rounded p-4 bg-light position-relative overflow-hidden border-0">
<span class="h1 icon2 text-primary">
<i class="uil uil-cloud-unlock"></i>
</span>
<div class="card-body p-0 content">
<h5>Auto-Setup</h5>
<p class="para text-muted mb-0">If the distribution of letters and 'words' is random, the reader from making a neutral judgement</p>
</div>
<div class="big-icon icon-right">
<i class="uil uil-cloud-unlock"></i>
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="card services serv-primary rounded p-4 bg-light position-relative overflow-hidden border-0">
<span class="h1 icon2 text-primary">
<i class="uil uil-rocket"></i>
</span>
<div class="card-body p-0 content">
<h5>Up To 20X Faster</h5>
<p class="para text-muted mb-0">If the distribution of letters and 'words' is random, the reader from making a neutral judgement</p>
</div>
<div class="big-icon icon-right">
<i class="uil uil-rocket"></i>
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="card services serv-primary rounded p-4 bg-light position-relative overflow-hidden border-0">
<span class="h1 icon2 text-primary">
<i class="uil uil-code-branch"></i>
</span>
<div class="card-body p-0 content">
<h5>Free SSL</h5>
<p class="para text-muted mb-0">If the distribution of letters and 'words' is random, the reader from making a neutral judgement</p>
</div>
<div class="big-icon icon-right">
<i class="uil uil-code-branch"></i>
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="card services serv-primary rounded p-4 bg-light position-relative overflow-hidden border-0">
<span class="h1 icon2 text-primary">
<i class="uil uil-globe"></i>
</span>
<div class="card-body p-0 content">
<h5>Global Servers</h5>
<p class="para text-muted mb-0">If the distribution of letters and 'words' is random, the reader from making a neutral judgement</p>
</div>
<div class="big-icon icon-right">
<i class="uil uil-globe"></i>
</div>
</div>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</section><!--end section-->
<!-- End -->
<!-- Start Price -->
<section class="section bg-light">
<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">WordPress Hosting Pricing</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-3 col-md-6 col-12 mt-4 pt-2">
<div class="card pricing border-0 rounded bg-transparent overflow-hidden text-center">
<div class="plan-name p-4 bg-warning">
<h4 class="title text-white title-dark mb-3">Startup</h4>
<p class="para text-light title-dark mb-0">We offers a <strong>free month</strong> of service for new customers.</p>
</div>
<div class="p-4 bg-white">
<div class="d-flex justify-content-center">
<span class="h6 text-muted mb-0 mt-2">$</span>
<span class="price text-warning h1 mb-0">4.99</span>
<span class="h6 text-muted align-self-end mb-1">/mo</span>
</div>
<h6 class="text-muted mt-1"><span class="text-danger">20%</span> Special Off</h6>
<a href="javascript:void(0)" class="btn btn-soft-warning mt-2">Get Startup</a>
</div>
<div class="py-3 bg-light">
<p class="text-muted mb-0">Great Start For A <strong>Single</strong> Site.</p>
</div>
<div class="bg-white p-4 border-bottom">
<ul class="feature-list list-unstyled mb-0">
<li class="text-muted"><strong>1</strong> Website</li>
<li class="text-muted"><strong>100 GB</strong> SSD Storage</li>
<li class="text-muted"><strong>Free & Easy</strong> Site Migration</li>
<li class="text-muted">Anytime <strong>Money Back</strong> Guarantee</li>
</ul>
</div>
<div class="p-4 bg-white">
<a href="javascript:void(0)" class="text-warning">See More <i class="mdi mdi-arrow-right"></i></a>
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="card pricing border-0 rounded bg-transparent overflow-hidden text-center">
<div class="plan-name p-4 bg-primary">
<h4 class="title text-white title-dark mb-3">Drive</h4>
<p class="para text-light title-dark mb-0">We offers a <strong>free month</strong> of service for new customers.</p>
</div>
<div class="p-4 bg-white">
<div class="d-flex justify-content-center">
<span class="h6 text-muted mb-0 mt-2">$</span>
<span class="price text-primary h1 mb-0">9.99</span>
<span class="h6 text-muted align-self-end mb-1">/mo</span>
</div>
<h6 class="text-muted mt-1"><span class="text-danger">30%</span> Special Off</h6>
<a href="javascript:void(0)" class="btn btn-soft-primary mt-2">Get Drive</a>
</div>
<div class="py-3 bg-light">
<p class="text-muted mb-0">More Sites & <strong>2X</strong> Resources.</p>
</div>
<div class="bg-white p-4 border-bottom">
<ul class="feature-list list-unstyled mb-0">
<li class="text-muted"><strong>1</strong> Website</li>
<li class="text-muted"><strong>100 GB</strong> SSD Storage</li>
<li class="text-muted"><strong>Free & Easy</strong> Site Migration</li>
<li class="text-muted">Anytime <strong>Money Back</strong> Guarantee</li>
<li class="text-muted">Free Automatic Backups</li>
</ul>
</div>
<div class="p-4 bg-white">
<a href="javascript:void(0)" class="text-primary">See More <i class="mdi mdi-arrow-right"></i></a>
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="card pricing border-0 rounded bg-transparent overflow-hidden text-center">
<div class="plan-name p-4 bg-success">
<h4 class="title text-white title-dark mb-3">Boost</h4>
<p class="para text-light title-dark mb-0">We offers a <strong>free month</strong> of service for new customers.</p>
</div>
<div class="p-4 bg-white">
<div class="d-flex justify-content-center">
<span class="h6 text-muted mb-0 mt-2">$</span>
<span class="price text-success h1 mb-0">14.99</span>
<span class="h6 text-muted align-self-end mb-1">/mo</span>
</div>
<h6 class="text-muted mt-1"><span class="text-danger">20%</span> Special Off</h6>
<a href="javascript:void(0)" class="btn btn-soft-success mt-2">Get Boost</a>
</div>
<div class="py-3 bg-light">
<p class="text-muted mb-0">Boost Servers <strong>+ More Power</strong></p>
</div>
<div class="bg-white p-4 border-bottom">
<ul class="feature-list list-unstyled mb-0">
<li class="text-muted"><strong>1</strong> Website</li>
<li class="text-muted"><strong>100 GB</strong> SSD Storage</li>
<li class="text-muted"><strong>Free & Easy</strong> Site Migration</li>
<li class="text-muted">Anytime <strong>Money Back</strong> Guarantee</li>
<li class="text-muted">Free Automatic Backups</li>
<li class="text-muted">Turbo (Up To 20X Faster)</li>
</ul>
</div>
<div class="p-4 bg-white">
<a href="javascript:void(0)" class="text-success">See More <i class="mdi mdi-arrow-right"></i></a>
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="card pricing border-0 rounded bg-transparent overflow-hidden text-center">
<div class="plan-name p-4 bg-info">
<h4 class="title text-white title-dark mb-3">Turbo</h4>
<p class="para text-light title-dark mb-0">We offers a <strong>free month</strong> of service for new customers.</p>
</div>
<div class="p-4 bg-white">
<div class="d-flex justify-content-center">
<span class="h6 text-muted mb-0 mt-2">$</span>
<span class="price text-info h1 mb-0">24.99</span>
<span class="h6 text-muted align-self-end mb-1">/mo</span>
</div>
<h6 class="text-muted mt-1"><span class="text-danger">20%</span> Special Off</h6>
<a href="javascript:void(0)" class="btn btn-soft-info mt-2">Get Turbo</a>
</div>
<div class="py-3 bg-light">
<p class="text-muted mb-0">Our <strong>Fastest Service</strong> Yet</p>
</div>
<div class="bg-white p-4 border-bottom">
<ul class="feature-list list-unstyled mb-0">
<li class="text-muted"><strong>1</strong> Website</li>
<li class="text-muted"><strong>100 GB</strong> SSD Storage</li>
<li class="text-muted"><strong>Free & Easy</strong> Site Migration</li>
<li class="text-muted">Anytime <strong>Money Back</strong> Guarantee</li>
<li class="text-muted">Free Automatic Backups</li>
<li class="text-muted">Turbo (Up To 20X Faster)</li>
<li class="text-muted">5X More Resources</li>
</ul>
</div>
<div class="p-4 bg-white">
<a href="javascript:void(0)" class="text-info">See More <i class="mdi mdi-arrow-right"></i></a>
</div>
</div>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</section><!--end section-->
<!-- End Price -->
<!-- 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">Best Wordpress Hosting 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 justify-content-center">
<div class="col-lg-10 col-md-12 mt-4 pt-2 text-center">
<ul class="nav nav-pills nav-justified flex-column flex-sm-row rounded px-0" id="pills-tab" role="tablist">
<li class="nav-item">
<a class="nav-link rounded active" id="pills-one-tab" data-bs-toggle="pill" href="#pills-one" role="tab" aria-controls="pills-one" aria-selected="false">
<div class="text-center py-2">
<h4 class="title fw-normal mb-0">Perpetual Security</h4>
</div>
</a><!--end nav link-->
</li><!--end nav item-->
<li class="nav-item">
<a class="nav-link rounded" id="pills-two-tab" data-bs-toggle="pill" href="#pills-two" role="tab" aria-controls="pills-two" aria-selected="false">
<div class="text-center py-2">
<h4 class="title fw-normal mb-0">Developer Friendly</h4>
</div>
</a><!--end nav link-->
</li><!--end nav item-->
<li class="nav-item">
<a class="nav-link rounded" id="pills-three-tab" data-bs-toggle="pill" href="#pills-three" role="tab" aria-controls="pills-three" aria-selected="false">
<div class="text-center py-2">
<h4 class="title fw-normal mb-0">High Performance</h4>
</div>
</a><!--end nav link-->
</li><!--end nav item-->
<li class="nav-item">
<a class="nav-link rounded" id="pills-four-tab" data-bs-toggle="pill" href="#pills-four" role="tab" aria-controls="pills-four" aria-selected="false">
<div class="text-center py-2">
<h4 class="title fw-normal mb-0">LiteSpeed Cache</h4>
</div>
</a><!--end nav link-->
</li><!--end nav item-->
</ul><!--end nav pills-->
</div><!--end col-->
</div><!--end row-->
<div class="row justify-content-center">
<div class="col-lg-10 col-12 mt-4 pt-2">
<div class="tab-content" id="pills-tabContent">
<div class="tab-pane fade show active" id="pills-one" role="tabpanel" aria-labelledby="pills-one-tab">
<div class="row">
<div class="col-12">
<div class="d-flex align-items-center">
<div class="display-1 text-primary me-md-4 me-3">
<i class="uil uil-shield-check"></i>
</div>
<div class="flex-1">
<p class="text-muted mb-0">Due to its widespread use as filler text for layouts, non-readability is of great importance: human perception is tuned to recognize certain patterns and repetitions in texts. If the distribution of letters and 'words' is random, the reader will not be distracted from making a neutral judgement on the visual impact and readability of the typefaces (typography), or the distribution of text on the page (layout or type area).</p>
</div>
</div>
</div>
</div><!--end row-->
</div><!--end teb pane-->
<div class="tab-pane fade" id="pills-two" role="tabpanel" aria-labelledby="pills-two-tab">
<div class="row">
<div class="col-12">
<div class="d-flex align-items-center">
<div class="display-1 text-primary me-md-4 me-3">
<i class="uil uil-users-alt"></i>
</div>
<div class="flex-1">
<p class="text-muted mb-0">Due to its widespread use as filler text for layouts, non-readability is of great importance: human perception is tuned to recognize certain patterns and repetitions in texts. If the distribution of letters and 'words' is random, the reader will not be distracted from making a neutral judgement on the visual impact and readability of the typefaces (typography), or the distribution of text on the page (layout or type area).</p>
</div>
</div>
</div>
</div><!--end row-->
</div><!--end teb pane-->
<div class="tab-pane fade" id="pills-three" role="tabpanel" aria-labelledby="pills-three-tab">
<div class="row">
<div class="col-12">
<div class="d-flex align-items-center">
<div class="display-1 text-primary me-md-4 me-3">
<i class="uil uil-monitor-heart-rate"></i>
</div>
<div class="flex-1">
<p class="text-muted mb-0">Due to its widespread use as filler text for layouts, non-readability is of great importance: human perception is tuned to recognize certain patterns and repetitions in texts. If the distribution of letters and 'words' is random, the reader will not be distracted from making a neutral judgement on the visual impact and readability of the typefaces (typography), or the distribution of text on the page (layout or type area).</p>
</div>
</div>
</div>
</div><!--end row-->
</div><!--end teb pane-->
<div class="tab-pane fade" id="pills-four" role="tabpanel" aria-labelledby="pills-four-tab">
<div class="row">
<div class="col-12">
<div class="d-flex align-items-center">
<div class="display-1 text-primary me-md-4 me-3">
<i class="uil uil-tachometer-fast-alt"></i>
</div>
<div class="flex-1">
<p class="text-muted mb-0">Due to its widespread use as filler text for layouts, non-readability is of great importance: human perception is tuned to recognize certain patterns and repetitions in texts. If the distribution of letters and 'words' is random, the reader will not be distracted from making a neutral judgement on the visual impact and readability of the typefaces (typography), or the distribution of text on the page (layout or type area).</p>
</div>
</div>
</div>
</div><!--end row-->
</div><!--end teb pane-->
</div><!--end tab content-->
</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 asked 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">
<div class="col-md-6 col-12 mt-4 pt-2">
<div class="d-flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-help-circle fea icon-ex-md text-primary me-2 mt-1"><circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"></line></svg>
<div class="flex-1">
<h5 class="mt-0">How our <span class="text-primary">Hostick</span> work ?</h5>
<p class="answer text-muted mb-0">Due to its widespread use as filler text for layouts, non-readability is of great importance: human perception is tuned to recognize certain patterns and repetitions in texts.</p>
</div>
</div>
</div><!--end col-->
<div class="col-md-6 col-12 mt-4 pt-2">
<div class="d-flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-help-circle fea icon-ex-md text-primary me-2 mt-1"><circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"></line></svg>
<div class="flex-1">
<h5 class="mt-0"> What is the main process open account ?</h5>
<p class="answer text-muted mb-0">If the distribution of letters and 'words' is random, the reader will not be distracted from making a neutral judgement on the visual impact</p>
</div>
</div>
</div><!--end col-->
<div class="col-md-6 col-12 mt-4 pt-2">
<div class="d-flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-help-circle fea icon-ex-md text-primary me-2 mt-1"><circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"></line></svg>
<div class="flex-1">
<h5 class="mt-0"> How to make unlimited data entry ?</h5>
<p class="answer text-muted mb-0">Furthermore, it is advantageous when the dummy text is relatively realistic so that the layout impression of the final publication is not compromised.</p>
</div>
</div>
</div><!--end col-->
<div class="col-md-6 col-12 mt-4 pt-2">
<div class="d-flex">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-help-circle fea icon-ex-md text-primary me-2 mt-1"><circle cx="12" cy="12" r="10"></circle><path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path><line x1="12" y1="17" x2="12.01" y2="17"></line></svg>
<div class="flex-1">
<h5 class="mt-0"> Is <span class="text-primary">Hostick</span> safer to use with my account ?</h5>
<p class="answer text-muted mb-0">The most well-known dummy text is the 'Lorem Ipsum', which is said to have originated in the 16th century. Lorem Ipsum is composed in a pseudo-Latin language which more or less corresponds to 'proper' Latin.</p>
</div>
</div>
</div><!--end col-->
</div><!--end row-->
<div class="row mt-5 pt-4 justify-content-center">
<div class="col-12 text-center">
<div class="section-title">
<h4 class="title mb-3">Have Question ? Get in touch!</h4>
<p class="text-muted para-desc mx-auto">Create, collaborate, and turn your ideas into incredible products with the definitive platform for digital design.</p>
<a href="javascript:void(0)" class="btn btn-primary mt-4"><i class="mdi mdi-phone"></i> Contact us</a>
</div>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</section><!--end section-->
<!-- 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>