-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
351 lines (329 loc) · 16.6 KB
/
contact.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Root -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="robots" content="index,follow">
<!-- Meta -->
<title>Contact WriteLN</title>
<meta name="description" content="WriteLN HTML Cloud Theme">
<meta name="keywords" content="WriteLN, Theme"/>
<meta name="copyright" content="WriteLN">
<!-- Icons -->
<link rel="icon" href="assets/static/favicon.png">
<!-- Assets -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.1.1/css/all.css">
<link rel="stylesheet" href="assets/dist/bootstrap.css">
<link rel="stylesheet" href="assets/dist/app.css">
<script src="assets/dist/jquery.min.js"></script>
<script src="assets/dist/bootstrap.min.js"></script>
<script src="assets/dist/app.js"></script>
</head>
<body>
<!--
Head Nav
-->
<nav class="navbar navbar-expand-md">
<div class="container">
<!-- Logo -->
<a class="navbar-brand logo" href="index.html"><img src="assets/static/logo.svg" alt="WriteLN"></a>
<!-- End Logo -->
<!-- Navbar Toggler -->
<button class="navbar-toggler collapsed" data-toggle="collapse" data-target="#navigation">
<i class="fas fa-bars"></i>
</button>
<!-- End Navbar Toggler -->
<!-- Navigation -->
<div id="navigation" class="navbar-collapse collapse">
<div class="content d-md-flex">
<!--Left Menu Section-->
<ul class="navbar-nav ml-md-5 mr-auto">
<li class="nav-item"><a class="nav-link" href="cloud.html">Features</a></li>
<li class="nav-item"><a class="nav-link" href="pricing.html">Pricing</a></li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown">Resources</a>
<div class="dropdown-menu">
<a class="dropdown-item media" href="faq.html">
<i class="far fa-question-circle"></i>
<span class="media-body align-self-center">FAQ</span>
</a>
<a class="dropdown-item media" href="refferer.html">
<i class="fas fa-hand-holding-usd"></i>
<span class="media-body align-self-center">Support Programs</span>
</a>
<a class="dropdown-item media" href="api.html">
<i class="fas fa-code"></i>
<span class="media-body align-self-center">Api Documentation</span>
</a>
<a class="dropdown-item media" href="network-status.html">
<i class="fas fa-server"></i>
<span class="media-body align-self-center">Network Status</span>
</a>
</div>
</li>
</ul>
<!-- End Left Menu Section -->
<!-- Right Menu Section -->
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown">Company</a>
<div class="dropdown-menu">
<a class="dropdown-item media" href="about.html">About</a>
<a class="dropdown-item media" href="teams.html">Teams</a>
<a class="dropdown-item media" href="careers.html">Careers</a>
<a class="dropdown-item media" href="news.html">News</a>
<a class="dropdown-item media" href="legal.html">Legal</a>
<a class="dropdown-item media" href="contact.html">Contact</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown">
<i class="fas fa-globe"></i>
<span class="text">Language</span>
</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="#!">Deutsche</a>
<a class="dropdown-item" href="#!">English</a>
</div>
</li>
<li class="nav-item"><a class="nav-link" href="#!">Login</a></li>
<li class="nav-item hrbottom">
<hr>
<a class="btn btn-success btnregister" href="#!">Register</a>
</li>
</ul>
<!-- End Right Menu Section -->
</div>
</div>
<!-- End Navigation -->
</div>
</nav>
<!--
Container
-->
<main>
<!--Hero Section-->
<div class="d-flex align-items-center section-main">
<div class="back-gradient">
<span></span><span></span><span></span><span></span><span></span>
<span></span><span></span><span></span><span></span><span></span>
</div>
<div class="container title text-white">
<h1 class="display-4 mb-0">Contact</h1>
</div>
<ul class="nav-pages">
<li><a data-toggle="collapse" href="#contact">Headquarters</a></li>
<li><a data-toggle="collapse" aria-expanded="true" href="#support">Support</a></li>
<li><a data-toggle="collapse" href="#abuseReport">Abuse Report</a></li>
</ul>
</div>
<!--End Hero Section-->
<div id="contact-accordion">
<!--Headquarters Question Tab-->
<div id="contact" data-parent="#contact-accordion" class="collapse">
<div class="section pt-0 overflow-hidden">
<div id="map" class="btn-block" style="height: 500px"></div>
<div class="container mt-5 pt-5 position-relative">
<div class="media mb-3">
<div class="media-body col-sm-8 col-xs-12">
<h2 class="text-terminal d-block mb-4">WriteLN Inc.</h2>
<div class="mb-4">Our working hours are from 09:00 to 18:00. For other transactions, please subscribe and create a request for technical support.</div>
<table class="table table-borderless th-slim">
<tr>
<th>Address</th>
<td></td>
</tr>
<tr>
<th>Tax Number:</th>
<td>8150520466</td>
</tr>
<tr>
<th>E-Mail:</th>
<td>[email protected]</td>
</tr>
</table>
</div>
<i class="globe-icon-contact fas fa-map-marked-alt"></i>
</div>
</div>
<script>
function initMap() {
var writeln = {lat: 37.063789, lng: 36.237633};
var map = new google.maps.Map(document.getElementById('map'), {zoom: 16, center: writeln});
var marker = new google.maps.Marker({position: writeln, map: map});
}
</script>
<script async defer src="https://maps.googleapis.com/maps/api/js?callback=initMap"></script>
</div>
</div>
<!--End Headquarters Question Tab-->
<!--Support Question Tab-->
<div id="support" data-parent="#contact-accordion" class="collapse show">
<div class="section">
<div class="container">
<h2 class="text-center mb-4">Support Questions</h2>
<p class="text-center mb-5">You have a question? You can ask without hesitation, one of our team will
contact you during working hours. You can use our customer panel for technical support about our
products.</p>
<form method="post" action="#!" class="ajaxForm">
<div class="form-row">
<div class="form-group col-md-6">
<label for="name" class="required">Name</label>
<input type="text" name="name" required="required" class="form-control" />
</div>
<div class="form-group col-md-6">
<label for="email" class="required">E-mail</label>
<input type="email" name="email" required="required" class="form-control" />
</div>
</div>
<div class="form-group">
<label for="company">Company</label>
<input type="text" name="company" class="form-control" />
</div>
<div class="form-group">
<label class="required" for="subject">Subject</label>
<select name="subject" class="custom-select form-control">
<option value="account">Account</option>
<option value="software">Software</option>
<option value="payment">Payment</option>
<option value="proposal">Proposal</option>
<option value="other">Other</option>
</select>
</div>
<div class="form-group">
<label for="message" class="required">Messsage</label>
<textarea name="message" required="required" rows="5" class="form-control"></textarea>
</div>
<button type="submit" name="submit" class="btn btn-primary btn">SEND</button>
<span class="loading ml-4"></span>
</form>
</div>
</div>
</div>
<!--End Support Question Tab-->
<!--Abuse Report Tab-->
<div id="abuseReport" data-parent="#contact-accordion" class="collapse">
<div class="section">
<div class="container">
<h2 class="text-center mb-4">Report Abuse</h2>
<p class="text-center mb-5 ">You can report any site that contains the intended use of the attack on
WriteLN. Your questions will be answered by the support team during working hours.
You can use our customer panel for technical support about our products.
</p>
<form method="post" action="#!" class="ajaxForm">
<div class="form-row">
<div class="form-group col-md-6">
<label for="name" class="required">Name</label>
<input type="text" id="name" name="name" required="required" class="form-control" />
</div>
<div class="form-group col-md-6">
<label for="email" class="required">E-mail</label>
<input type="email" id="email" name="email" required="required" class="form-control" />
</div>
</div>
<div class="form-group">
<label for="company">Company</label>
<input type="text" id="company" name="company" class="form-control" />
</div>
<div class="form-group">
<label for="subject" class="required">Subject</label>
<input type="text" id="subject" name="subject" required="required" class="form-control" />
</div>
<div class="form-group">
<label for="message" class="required">Messsage</label>
<textarea id="message" name="message" required="required" rows="5" class="form-control"></textarea>
</div>
<button type="submit" name="submit" class="btn btn-primary btn">SEND</button>
<span class="loading ml-4"></span>
</form>
</div>
</div>
</div>
<!--End Abuse Report Tab-->
</div>
<!--Ads Section-->
<div class="section section-color">
<div class="container">
<div class="text-center">
<h2 class="mb-5 text-center">We're working with the best. Consider joining us!</h2>
<a href="careers.html" class="btn btn-success btn-lg">SEE THE OPPORTUNITIES</a>
</div>
</div>
</div>
<!--End Ads Section-->
</main>
<!--
Footer
-->
<footer class="footer">
<!--Footer Background Section-->
<div class="back-footer">
<span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span><span></span>
</div>
<!--End Footer Background Section-->
<!--Footer Links Section-->
<div class="footersub">
<div class="container">
<div class="row">
<div class="col-md col-sm-3 col-6 mb-4 collogo">
<ul class="list-unstyled colinfo">
<li>
<a class="logo d-block mb-4" href="index.html"><img src="assets/static/logo.svg" alt="WriteLN"></a>
</li>
</ul>
</div>
<div class="col-md col-sm-3 col-6 mb-sm-0 mb-4">
<h4>Support</h4>
<ul class="list-unstyled mb-0">
<li><a href="contact.html">Support Ticket</a></li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
<li><a href="contact.html"></a></li>
</ul>
</div>
<div class="col-md col-sm-3 col-6 mb-sm-0 mb-4">
<h4>Product</h4>
<ul class="list-unstyled mb-0">
<li><a href="cloud.html">Cloud Server</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="api.html">API Documentation</a></li>
<li><a href="api.html">API Library</a></li>
</ul>
</div>
<div class="col-md col-sm-3 col-6 mb-sm-0 mb-4">
<h4>Resources</h4>
<ul class="list-unstyled mb-0">
<li><a href="faq.html">FAQ</a></li>
<li><a href="network-status.html">Network Status</a></li>
<li><a href="refferer.html">Support Programs</a></li>
<li><a href="operating-system.html">Operating System</a></li>
<li><a href="applications.html">Applications</a></li>
<li><a href="datacenters.html">Datacenter</a></li>
</ul>
</div>
<div class="col-md col-sm-3 col-6 mb-sm-0 mb-4">
<h4>Company</h4>
<ul class="list-unstyled mb-0">
<li><a href="about.html">About</a></li>
<li><a href="teams.html">Teams</a></li>
<li><a href="careers.html">Carrers</a></li>
<li><a href="news.html">News</a></li>
<li><a href="legal.html">Legal</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<!--End Footer Links Section-->
<!--Copyright Section-->
<div class="container">
<div class="pt-4 pb-4 d-flex copyright">
<div class="text-white mr-auto align-self-center">© Copyright 2021 WriteLN. All Right Reserved.
</div>
</div>
</div>
<!--End Copyright Section-->
</footer>
</body>
</html>