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 pathcontact.html
More file actions
241 lines (217 loc) · 13.6 KB
/
contact.html
File metadata and controls
241 lines (217 loc) · 13.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Contact | 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="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">
<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=""> 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-170 d-table w-100 bg-light" style="background: url('images/bg/contact.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>Get in touch !</h3>
<p class="text-muted para-desc mt-3 mb-0">Contact now, it's free!</p>
<nav aria-label="breadcrumb" class="d-inline-block mt-4">
<ul class="breadcrumb mb-0">
<li class="breadcrumb-item"><a href="https://discord.gg/Nbm7sCp7Ae">HostSolutions Discord</a></li>
<li class="breadcrumb-item active" aria-current="page">Contact Us</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 -->
<div class="container mt-100 mt-60">
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="custom-form">
<form method="post" name="myForm" onsubmit="return validateForm()">
<p id="error-msg"></p>
<div id="simple-msg"></div>
<div class="row">
<div class="col-12">
<div class="d-grid">
<iframe src="https://discord.com/widget?id=873351296072175686&theme=dark" width="750" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</div>
</div><!--end col-->
</div><!--end row-->
</form>
</div><!--end custom-form-->
</div><!--end col-->
</div><!--end row-->
</div><!--end container-->
</section><!--end section-->
<br>
<!-- 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="javascript:void(0)" class="text-foot"><i class="mdi mdi-chevron-right me-1"></i>Minecraft Hosting</a></li>
<li><a href="javascript:void(0)" class="text-foot"><i class="mdi mdi-chevron-right me-1"></i>Discord Bot 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>
</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="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><!--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>
</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="https://discord.gg/Nbm7sCp7Ae" 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>
<!-- Contact -->
<script src="js/contact.js"></script>
<!-- Icons -->
<script src="js/feather.min.js"></script>
<!-- Main Js -->
<script src="js/app.js"></script>
</body>
</html>