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-about.html
More file actions
695 lines (635 loc) · 43.8 KB
/
page-about.html
File metadata and controls
695 lines (635 loc) · 43.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>About | 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="#" 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>About Company</h3>
<p class="text-muted para-desc mt-3 mb-0">Brief information and story of Hostick hosting site</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">Company</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 align-items-center">
<div class="col-lg-6 col-md-6 col-12">
<div class="me-lg-4">
<img src="images/development.svg" 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="section-title">
<h6 class="text-primary">Company Story</h6>
<h4 class="title mb-4">Hostick Hosting</h4>
<p class="text-muted para-desc">The most well-known dummy text is the 'Lorem Ipsum', which is said to have originated in the 16th century.</p>
<p class="text-muted para-desc mb-0">Lorem Ipsum is composed in a pseudo-Latin language which more or less corresponds to 'proper' Latin. It contains a series of real Latin words. This ancient dummy text is also incomprehensible, but it imitates the rhythm of most European languages in Latin script. The advantage of its Latin origin and the relative meaninglessness of Lorum Ipsum is that the text does not attract attention to itself or distract the viewer's attention from the layout.</p>
<div class="mt-4">
<a href="javascript:void(0)" class="btn btn-soft-primary">Get Started <i class="mdi mdi-arrow-right"></i></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-4">Why choose Hosting ?</h4>
<p class="text-muted mx-auto para-desc 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 align-items-center">
<div class="col-lg-3 col-md-4 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-server"></i>
</span>
<div class="card-body p-0 content">
<h5>Web Hosting</h5>
<p class="para text-muted mb-0">There are many variations of passages of Lorem Ipsum available</p>
</div>
<div class="big-icon icon-right">
<i class="uil uil-server"></i>
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-4 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-heart"></i>
</span>
<div class="card-body p-0 content">
<h5>Domains</h5>
<p class="para text-muted mb-0">There are many variations of passages of Lorem Ipsum available</p>
</div>
<div class="big-icon icon-right">
<i class="uil uil-cloud-heart"></i>
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-4 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-envelope-check"></i>
</span>
<div class="card-body p-0 content">
<h5>Emails</h5>
<p class="para text-muted mb-0">There are many variations of passages of Lorem Ipsum available</p>
</div>
<div class="big-icon icon-right">
<i class="uil uil-envelope-check"></i>
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-4 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-users-alt"></i>
</span>
<div class="card-body p-0 content">
<h5>Supported</h5>
<p class="para text-muted mb-0">There are many variations of passages of Lorem Ipsum available</p>
</div>
<div class="big-icon icon-right">
<i class="uil uil-users-alt"></i>
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-4 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-tachometer-fast-alt"></i>
</span>
<div class="card-body p-0 content">
<h5>Speedy</h5>
<p class="para text-muted mb-0">There are many variations of passages of Lorem Ipsum available</p>
</div>
<div class="big-icon icon-right">
<i class="uil uil-tachometer-fast-alt"></i>
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-4 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-compact-disc"></i>
</span>
<div class="card-body p-0 content">
<h5>Reliable</h5>
<p class="para text-muted mb-0">There are many variations of passages of Lorem Ipsum available</p>
</div>
<div class="big-icon icon-right">
<i class="uil uil-compact-disc"></i>
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-4 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-weight"></i>
</span>
<div class="card-body p-0 content">
<h5>Scalable</h5>
<p class="para text-muted mb-0">There are many variations of passages of Lorem Ipsum available</p>
</div>
<div class="big-icon icon-right">
<i class="uil uil-weight"></i>
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-4 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-invoice"></i>
</span>
<div class="card-body p-0 content">
<h5>Easy Upgrade</h5>
<p class="para text-muted mb-0">There are many variations of passages of Lorem Ipsum available</p>
</div>
<div class="big-icon icon-right">
<i class="uil uil-invoice"></i>
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-4 col-12 mt-4 pt-2">
<div class="text-center">
<a href="javascript:void(0)" class="btn btn-primary">See More <i class="mdi mdi-arrow-right"></i></a>
</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 Server</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> Highest Data Protection Reliability</li>
</ul>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</div><!--end row-->
</div><!--end div-->
</div><!--end container-fluid-->
<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-4">Team Members</h4>
<p class="text-muted mx-auto para-desc 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 border-0 team overflow-hidden">
<img src="images/client/01.jpg" class="img-fluid rounded-pill" alt="">
<div class="card-body content pt-4 text-center">
<h5 class="mb-0">Calvin Carlo</h5>
<small class="text-muted">Owner</small>
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="card border-0 team overflow-hidden">
<img src="images/client/02.jpg" class="img-fluid rounded-pill" alt="">
<div class="card-body content pt-4 text-center">
<h5 class="mb-0">Mirium Codex</h5>
<small class="text-muted">Owner</small>
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="card border-0 team overflow-hidden">
<img src="images/client/03.jpg" class="img-fluid rounded-pill" alt="">
<div class="card-body content pt-4 text-center">
<h5 class="mb-0">Jafrin SOso</h5>
<small class="text-muted">Owner</small>
</div>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-6 col-12 mt-4 pt-2">
<div class="card border-0 team overflow-hidden">
<img src="images/client/04.jpg" class="img-fluid rounded-pill" alt="">
<div class="card-body content pt-4 text-center">
<h5 class="mb-0">Cristino Murphy</h5>
<small class="text-muted">Owner</small>
</div>
</div>
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
<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">
<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-->
<section class="py-md-4 py-5 bg-primary">
<div class="container">
<div class="row justify-content-center align-items-center">
<div class="col-lg-6 col-md-6 col-12 text-center text-md-start">
<h4 class="text-white title-dark mb-0">Start Building Your Website Today!</h4>
</div><!--end col-->
<div class="col-lg-3 col-md-3 col-12 mt-4 mt-sm-0 text-center">
<div class="d-flex justify-content-center">
<span class="h6 text-white-50 mb-0 mt-2">$</span>
<span class="price text-light title-dark h1 mb-0">9.99</span>
<span class="h6 text-white-50 align-self-end mb-1">/month</span>
</div>
</div><!--end col-->
<div class="col-lg-3 col-md-3 col-12 mt-4 mt-sm-0 text-center text-md-end">
<a href="javascript:void(0)" class="btn btn-warning">Get Started</a>
</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>