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 pathpage-support.html
More file actions
517 lines (470 loc) · 34.8 KB
/
page-support.html
File metadata and controls
517 lines (470 loc) · 34.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Support | 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" 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">
<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-light" style="background: url('images/bg/page.png') top center;" id="home">
<div class="container">
<div class="row mt-5">
<div class="col-lg-12">
<div class="title-heading text-center text-md-start">
<h3>Support Portal</h3>
<p class="text-muted para-desc mt-3 mb-0">If any issues or problems please take a support system</p>
<nav aria-label="breadcrumb" class="d-inline-block mt-4">
<ul class="breadcrumb mb-0">
<li class="breadcrumb-item"><a href="index.html">Hostick</a></li>
<li class="breadcrumb-item active" aria-current="page">Support Center</li>
</ul>
</nav>
</div>
</div><!--end col-->
</div><!--end row-->
</div> <!--end container-->
</section><!--end 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">
<div class="col-12">
<div class="section-title">
<h4 class="title mb-4">Log in for personalised support</h4>
<p class="text-muted mb-0">Get help with your reservations, account, and more.</p>
<div class="mt-4">
<a href="javascript:void(0)" class="btn btn-primary">Sign up</a>
<a href="javascript:void(0)" class="btn btn-outline-primary ms-1">Login</a>
</div>
</div>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
<div class="container mt-100 mt-60">
<div class="row">
<div class="col-12">
<div class="section-title mb-4 pb-2">
<h4 class="title">Recommended articles</h4>
</div>
</div><!--end col-->
</div><!--end row-->
<div class="row">
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<h5>Payouts and taxes</h5>
<ul class="list-unstyled mt-4 mb-0">
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>How do I edit or change my payout method?</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>When will I get my payout?</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>How do taxes work for hosts?</a></li>
</ul>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<h5>Trust and safety</h5>
<ul class="list-unstyled mt-4 mb-0">
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>How does it work when Hostick verifies your identity?</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Why can’t I check a guest’s profile photo?</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>What does it mean when someone’s ID has been checked?</a></li>
</ul>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<h5>Cancellations</h5>
<ul class="list-unstyled mt-4 mb-0">
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Extenuating circumstances policy and the coronavirus.</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>How do I file an extenuating circumstances claim?</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>What if I need to cancel because of an emergency or unavoidable circumstance?</a></li>
</ul>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
<div class="container mt-100 mt-60">
<div class="row">
<div class="col-12">
<div class="section-title mb-4 pb-2">
<h4 class="title">Browse all topics</h4>
</div>
</div><!--end col-->
</div><!--end row-->
<div class="row">
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<h5>Getting started</h5>
<ul class="list-unstyled mt-4 mb-0">
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Deciding to host</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>List your space</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Host an experience or adventure</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Top host questions</a></li>
</ul>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<h5>Your calendar</h5>
<ul class="list-unstyled mt-4 mb-0">
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Pricing & availability</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Booking settings</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Responding to enquiries & requests</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Snoozing or deactivating your listing</a></li>
</ul>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<h5>Your listings</h5>
<ul class="list-unstyled mt-4 mb-0">
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Updating your listing</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Neighbourhoods</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Listing photos & photography</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Co-hosts & other hosting help</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Hostick Plus</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>API-connected software</a></li>
</ul>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<h5>How payouts work</h5>
<ul class="list-unstyled mt-4 mb-0">
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Getting paid</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Adding payout info</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Your payout status</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Donations</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Taxes</a></li>
</ul>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<h5>Your reservations</h5>
<ul class="list-unstyled mt-4 mb-0">
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Hosting safely</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Hostick Experiences and Adventures</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Changing a reservation</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Cancelling a reservation</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Long-term reservations</a></li>
</ul>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<h5>Reservation help</h5>
<ul class="list-unstyled mt-4 mb-0">
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Help with a reservation or guest</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Guest cancellations</a></li>
</ul>
</div><!--end col-->
<div class="col-lg-4 col-md-6 col-12 mt-4 pt-2">
<h5>Your account</h5>
<ul class="list-unstyled mt-4 mb-0">
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Your profile</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Account security</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Identification & verifications</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Reviews</a></li>
<li class="mt-2"><a href="javascript:void(0)" class="text-muted"><i class="mdi mdi-arrow-right text-primary me-1"></i>Superhost status</a></li>
</ul>
</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>