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 pathindex.html
More file actions
548 lines (498 loc) · 35.5 KB
/
index.html
File metadata and controls
548 lines (498 loc) · 35.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Home | 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" />
<!-- Slider -->
<link rel="stylesheet" href="css/tiny-slider.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="32" alt="">
<img src="images/logo-light.png" class="l-light" height="32" 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="#" 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=""> Gameserver 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=""> Discord Bot Hosting</a></li>
</ul>
</li>
<li>
<ul>
<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-domain.html" class="sub-menu-item"><img src="images/icons/domain.svg" class="avatar avatar-ex-sm me-2" alt=""> Domain Name</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><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>
</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-260 d-table w-100 bg-primary" style="background: url('images/bg/bg1.png') top 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">Host Solutions For You!</h4>
<p class="text-white-50 para-desc mx-auto mb-0">We offer the best hosting services on the market. With unbeatable prices, 24/7 high-tier support, and blazing fast server speeds, HostSolutions is the perfect choice for your needs.</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">Learn More</a>
</div>
</div>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</section><!--end section-->
<!-- Home End -->
<!-- Services 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">Hosting Services</h4>
<p class="text-muted para-desc mx-auto mb-0">We offer the best hosting services on the market. With unbeatable prices, 24/7 high-tier support, and blazing fast server speeds, HostSolutions is the perfect choice for your needs.</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">
<div class="icon text-center mb-4">
<img src="images/icons/shared.svg" alt="">
</div>
<div class="card-body p-0 content">
<h5 class="mb-3"><a href="hosting-discord.html" class="title text-dark">Discord Bot Hosting</a></h5>
<p class="text-muted mb-3">Create your own Discord Bot and let our system do the rest for you! Need help to set it up? We are just one question away!</p>
<a href="https://billing.hostsolutions.dev/index.php?rp=/store/discord-bots" class="text-primary">Buy Service <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">
<div class="icon text-center mb-4">
<img src="images/icons/vps.svg" alt="">
</div>
<div class="card-body p-0 content">
<h5 class="mb-3"><a href="hosting-games.html" class="title text-dark">Gameserver Hosting</a></h5>
<p class="text-muted mb-3">We try to provide high quality hosting for our customers, as well as additional tools to make your lives easier.</p>
<a href="https://billing.hostsolutions.dev/index.php?rp=/store/game-servers" class="text-primary">Buy Service <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">
<div class="icon text-center mb-4">
<img src="images/icons/cloud.svg" alt="">
</div>
<div class="card-body p-0 content">
<h5 class="mb-3"><a href="hosting-cloud.html" class="title text-dark">Cloud Hosting</a></h5>
<p class="text-muted mb-3">Purchase how many resources you want and use those to create your own custom servers, doesn't matter how many!</p>
<a href="https://billing.hostsolutions.dev/index.php?rp=/store/cloud-servers" class="text-primary">Buy Service <i data-feather="chevron-right" class="fea icon-sm"></i></a>
</div>
</div>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
<div class="container-fluid mt-100 mt-60">
<div class="rounded-pill bg-primary py-5 px-4">
<div class="row py-md-5 py-4">
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-lg-6 col-md-6 col-12">
<div class="section-title">
<h6 class="text-white title-dark mb-3">Powered by SSD</h6>
<h2 class="text-white title-dark mb-0">100% Faster Solid State Drive Servers</h2>
</div>
</div><!--end col-->
<div class="col-lg-6 col-md-6 col-12 mt-4 pt-2 mt-sm-0 pt-sm-0">
<ul class="list-unstyled mb-0 ms-lg-5">
<li class="text-white-50 my-2"><i data-feather="arrow-right-circle" class="fea icon-ex-md me-1"></i> Ultrafast Data Read/Write Speeds</li>
<li class="text-white-50 my-2"><i data-feather="arrow-right-circle" class="fea icon-ex-md me-1"></i> Enterprise Grade Hardware</li>
<li class="text-white-50 my-2"><i data-feather="arrow-right-circle" class="fea icon-ex-md me-1"></i> 24/7 Support in our Discord</li>
</ul>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</div><!--end row-->
</div><!--end div-->
</div><!--end container-->
<div class="container mt-100 mt-60">
<div class="row align-items-center">
<div class="col-lg-6 col-md-6 col-12">
<div class="me-lg-5">
<img src="images/features/1.png" class="img-fluid" alt="">
</div>
</div><!--end col-->
<div class="col-lg-6 col-md-6 col-12 mt-4 pt-2 mt-sm-0 pt-sm-0">
<div class="ms-lg-5">
<div class="d-flex services serv-primary rounded align-items-center p-4 bg-light position-relative overflow-hidden">
<span class="h1 icon2 text-primary">
<i class="uil uil-swatchbook"></i>
</span>
<div class="flex-1 content ms-3">
<h5>Enhance Security</h5>
<p class="para text-muted mb-0">You control who can control your services, and add users.</p>
</div>
<div class="big-icon">
<i class="uil uil-swatchbook"></i>
</div>
</div>
<div class="d-flex services serv-primary rounded align-items-center p-4 bg-light mt-4 position-relative overflow-hidden">
<span class="h1 icon2 text-primary">
<i class="uil uil-tachometer-fast-alt"></i>
</span>
<div class="flex-1 content ms-3">
<h5>High Performance</h5>
<p class="para text-muted mb-0">All servers are hosted in high performing dataservers.</p>
</div>
<div class="big-icon">
<i class="uil uil-tachometer-fast-alt"></i>
</div>
</div>
<div class="d-flex services serv-primary rounded align-items-center p-4 bg-light mt-4 position-relative overflow-hidden">
<span class="h1 icon2 text-primary">
<i class="uil uil-user-check"></i>
</span>
<div class="flex-1 content ms-3">
<h5>Unbeatable Support</h5>
<p class="para text-muted mb-0">We try to help as much as possible, and offer refunds if something does not work at all.</p>
</div>
<div class="big-icon">
<i class="uil uil-user-check"></i>
</div>
</div>
</div>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
<div class="container mt-100 mt-60">
<div class="row align-items-center">
<div class="col-lg-6 col-md-6 col-12 order-1 order-md-2">
<div class="ms-lg-5">
<img src="images/features/2.png" class="img-fluid" alt="">
</div>
</div><!--end col-->
<div class="col-lg-6 col-md-6 col-12 mt-4 pt-2 mt-sm-0 pt-sm-0 order-2 order-md-1">
<div class="section-title me-lg-5">
<h4 class="title mb-3">Quick Responce <br> and Secure Server</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>
<ul class="list-unstyled text-muted mt-3">
<li class="my-2"><i data-feather="check-circle" class="fea icon-ex-md text-primary me-2"></i>Digital Marketing Solutions for Tomorrow</li>
<li class="my-2"><i data-feather="check-circle" class="fea icon-ex-md text-primary me-2"></i>Our Talented & Experienced Marketing Agency</li>
<li class="my-2"><i data-feather="check-circle" class="fea icon-ex-md text-primary me-2"></i>Create your own skin to match your brand</li>
</ul>
<a href="javascript:void(0)" class="mt-4 text-primary">Find Out More <i class="mdi mdi-chevron-right"></i></a>
</div>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</section><!--end section-->
<!-- Services End -->
<!-- Price Start -->
<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">Popular Pricing Plans</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 pricing hosting-rate border-0 rounded overflow-hidden">
<div class="plan-name p-4 border-bottom">
<h4 class="title mb-3">Discord Bot</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">1.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">1</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-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card pricing hosting-rate best-plan 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">Cloud Servers</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">2.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">GB</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">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">Get Started</a>
</div>
</div>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<div class="card pricing hosting-rate border-0 rounded overflow-hidden">
<div class="plan-name p-4 border-bottom">
<h4 class="title mb-3">Minecraft Servers</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">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">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> 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-12 mt-4 pt-2 text-center">
<div class="alert alert-light alert-pills mb-0 shadow" role="alert">
<span class="badge rounded-pill bg-primary me-1">Pricing</span>
<span class="content"> <a href="javascript:void(0)" class="text-primary">See plan details</a> And Pricing for more Details</span>
</div>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</section><!--end section-->
<!-- Price End -->
<!-- CLient and faq Start -->
<section class="section">
<div class="container mt-100 mt-60">
<div class="row align-items-center mb-4 pb-2">
<div class="col-md-6">
<div class="section-title">
<h4 class="title mb-md-0 mb-4">Frequently asked <br> questions</h4>
</div>
</div>
<div class="col-md-6">
<div class="section-title">
<p class="text-muted para-desc mb-0">Create, collaborate, and turn your ideas into incredible products with the definitive platform for digital design.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-12 mt-4 pt-2">
<div class="d-flex">
<i data-feather="help-circle" class="fea icon-ex-md text-primary me-2 mt-1"></i>
<div class="flex-1">
<h5 class="mt-0">How do our <span class="text-primary">Services</span> work ?</h5>
<p class="answer text-muted mb-0">You can either buy a pre-made server, or a CloudServer.<br> Cloudservers are unlimited servers, but limited on the amount of resources you buy.</p>
</div>
</div>
</div><!--end col-->
<div class="col-md-6 col-12 mt-4 pt-2">
<div class="d-flex">
<i data-feather="help-circle" class="fea icon-ex-md text-primary me-2 mt-1"></i>
<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">
<i data-feather="help-circle" class="fea icon-ex-md text-primary me-2 mt-1"></i>
<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">
<i data-feather="help-circle" class="fea icon-ex-md text-primary me-2 mt-1"></i>
<div class="flex-1">
<h5 class="mt-0"> Is <span class="text-primary">HostSolutions</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="https://discord.gg/Nbm7sCp7Ae" class="btn btn-primary mt-4"><i class="mdi mdi-discord"></i> Contact us</a>
</div>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</section><!--end section-->
<!-- CLient and faq 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="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="32" alt="">
</a>
<p class="mt-4 text-foot">Feel free to contact us! <br> We try everything to keep you happy.</p>
</div><!--end col-->
<div class="col-lg-8">
<div class="row">
<div class="col-lg-4 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="./hosting-minecraft" class="text-foot"><i class="mdi mdi-chevron-right me-1"></i>Minecraft Hosting</a></li>
<li><a href="./hosting-discord" class="text-foot"><i class="mdi mdi-chevron-right me-1"></i>Discord Bot Hosting</a></li>
<li><a href="./hosting-cloud.html" class="text-foot"><i class="mdi mdi-chevron-right me-1"></i>Cloud Hosting</a></li>
</ul>
</div><!--end col-->
<div class="col-lg-4 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="./page-about.html" class="text-foot"><i class="mdi mdi-chevron-right me-1"></i>About us</a></li>
<li><a href="./contact.html" class="text-foot"><i class="mdi mdi-chevron-right me-1"></i>Contact us</a></li>
<li><a href="./page-terms.html" class="text-foot"><i class="mdi mdi-chevron-right me-1"></i>Terms & Services</a></li>
<li><a href="./page-privacy.html" class="text-foot"><i class="mdi mdi-chevron-right me-1"></i>Privacy Policy</a></li>
</ul>
</div><!--end col-->
<div class="col-lg-4 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">Other</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>Discord Server</a></li>
<li><a href="javascript:void(0)" class="text-foot"><i class="mdi mdi-chevron-right me-1"></i>Uptime Status</a></li>
<li><a href="./page-faqs.html" class="text-foot"><i class="mdi mdi-chevron-right me-1"></i>FAQ</a></li>
</ul>
</div><!--end col-->
</div><!--end row-->
</div><!--end col-->
</div><!--end row-->
</div>
</div><!--end container-->
</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> Designed and created with <i class="mdi mdi-heart text-danger"></i> by <a href="https://hostsolutions.dev/" target="_blank" class="text-reset">HostSolutions</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 -->
<!-- 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>
<!-- SLIDER -->
<script src="js/tiny-slider.js "></script>
<script src="js/tiny-slider-init.js "></script>
<!-- Icons -->
<script src="js/feather.min.js"></script>
<!-- Main Js -->
<script src="js/app.js"></script>
</body>
</html>