-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcontactus.html
More file actions
335 lines (301 loc) · 19.3 KB
/
contactus.html
File metadata and controls
335 lines (301 loc) · 19.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Viewport -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="utility/bootstrap/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="utility/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="utility/bootstrap-social/bootstrap-social.css">
<title>GOT services</title>
</head>
<body>
<nav class="navbar navbar-dark navbar-expand-sm fixed-top">
<div class="container">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#Navbar">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand mr-auto logo" href="./index.html"><img src="img/icon.png" height="30" width="41"></a>
<div class="collapse navbar-collapse" id="Navbar">
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link" href="./index.html"><span class="fa fa-home fa-lg"></span> Home</a></li>
<li class="nav-item"><a class="nav-link" href="./aboutus.html"><span class="fa fa-info fa-lg"></span> About</a></li>
<li class="nav-item"><a class="nav-link" href="./donate.html"><span class="fa fa-dollar fa-lg"></span> Donate</a></li>
<li class="nav-item"><a class="nav-link" href="./offers.html"><span class="fa fa-tags fa-lg"></span> Offers</a></li>
<li class="nav-item active"><a class="nav-link" href="./contactus.html"><span class="fa fa-address-card fa-lg"></span> Contact</a></li>
</ul>
<span hidden class="navbar-text btn" >
<a data-toggle="modal" data-target="#loginModal">
<span class="fa fa-sign-in"></span> Login</a>
</span>
</div>
</div>
</nav>
<div id="loginModal" class="modal fade" role="dialog">
<div class="modal-dialog modal-lg" role="content">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Login </h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<form>
<div class="form-row">
<div class="form-group col-sm-4">
<label class="sr-only" for="exampleInputphone3">Phone no.</label>
<input type="tel" class="form-control form-control-sm mr-1" id="exampleInputphone3" placeholder="Enter Phone no.">
</div>
<div class="form-group col-sm-4">
<label class="sr-only" for="exampleInputPassword3">Password</label>
<input type="password" class="form-control form-control-sm mr-1" id="exampleInputPassword3" placeholder="Password">
</div>
<div class="col-sm-auto">
<div class="form-check">
<input class="form-check-input" type="checkbox">
<label class="form-check-label"> Remember me
</label>
</div>
</div>
</div>
<div class="form-row">
<button type="button" class="btn btn-secondary btn-sm ml-auto" data-dismiss="modal">Cancel</button>
<button type="submit" class="btn btn-primary btn-sm ml-1">Sign in</button>
</div>
</form>
</div>
</div>
</div>
</div>
<header class="jumbotron">
<div class="container">
<div class="row row-header">
<div class="col-12 col-sm-6">
<br><br>
<img style="filter: drop-shadow(20px -20px 4px #555555);" src="img/titles.png" class="img-fluid">
</div>
<div class="col-12 col-sm-3 align-self-center">
<img src="img/man.png" class="img-fluid">
</div>
<div class="col-12 col-sm-3 align-self-center">
<a role="button" class="btn" data-toggle="modal" data-target="#registermodal"><img src="./img/Register-Now.png" id="testimg" class=" img-fluid"></a>
</div>
</div>
</div>
</header>
<div id="registermodal" class="modal fade" role="dialog">
<div class="modal-dialog modal-lg" role="content">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title">Register</h4>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body">
<!--<form>
<div class="form-group row">
<label for="datetime" class="col-12 col-sm-2 col-form-label"><strong>Section</strong></label>
<div class="col-12 col-sm-10">
<div class="btn-group btn-group-toggle" data-toggle="buttons">
<label class="btn btn-success active">
<input type="radio" name="options" id="option1" autocomplete="off" checked> section 1
</label>
<label class="btn btn-danger">
<input type="radio" name="options" id="option2" autocomplete="off"> section 2
</label>
</div>
</div>
</div>
<div class="form-group row">
<label for="datetime" class="col-12 col-sm-2 col-form-label"><strong>Date and Time</strong></label>
<div class="col-12 col-sm-4">
<input type="date" class="form-control" id="date" name="date" placeholder="Date">
</div>
<div class="col-12 col-sm-4">
<input type="time" class="form-control" id="time" name="time" placeholder="Time">
</div>
</div>
<div class="form-group row">
<div class="col-12 offset-sm-2">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Cancel</button>
<button type="submit" class="btn btn-primary">Register</button>
</div>
</div>
</form>-->
<h2>Guidelines For Registration : </h2>
<p>
1. Download the <strong>GOT SERVICES</strong> app from the <strong>Google play store</strong>. <br><img style="max-height: 500px" class="img img-thumbnail img-fluid" src="img/register/1.png">
<br>2. Create your account with the mobile number through which you will be paying for the subscription through Paytm. <br><img style="max-height: 500px" class="img img-thumbnail img-fluid" src="img/register/2.png">
<br>3. Complete the account setup. Now after this your account will be created. <img style="max-height: 500px" class="img img-thumbnail img-fluid" src="img/register/3.png">
<br>4. Choose your <a href="aboutus.html#category">category</a> and proceed according to the guidelines. <img style="max-height: 500px" class="img img-thumbnail img-fluid" src="img/register/4.png">
<br>5. Rest all the information is in <a href="aboutus.html#tandc">Terms and Conditions</a>.
<br>6. Then read <a href="offers.html#payment">Payment Method</a>. <br> <img style="max-height: 500px" class="img img-thumbnail img-fluid" src="img/register/5.png">
</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<ol class="col-12 breadcrumb">
<li class="breadcrumb-item"><a href="./index.html">Home</a></li>
<li class="breadcrumb-item active">Contact Us</li>
</ol>
<div class="col-12">
<h3>Contact Us</h3>
<hr>
</div>
</div>
<div class="row row-content">
<div class="col-12">
<h3>Location Information</h3>
</div>
<div class="col-12 col-sm-4 offset-sm-1">
<h5>Our Address</h5>
<address style="font-size: 100%">
327<br>
Saket Colony<br>
Roorkee<br>
<i class="fa fa-phone"></i>: +91 8011991156<br>
<i class="fa fa-phone"></i>: +91 8279790227<br>
<i class="fa fa-envelope"></i>:
<a href="mailto:got.services.01@gmail.com">got.services.01@gmail.com</a>
</address>
</div>
<div class="col-12 col-sm-6 offset-sm-1">
<h5>Map of our Location</h5>
</div>
<div class="col-12 col-sm-11 offset-sm-1">
<div class="btn-group" role="group">
<a role="button" class="btn btn-primary" href="tel:+918011991156"><i class="fa fa-phone"></i> Call 1</a>
<a role="button" class="btn btn-info" href="tel:+918279790227"><i class="fa fa-phone"></i> Call 2</a>
<a role="button" class="btn btn-success" href="mailto:got.services.01@gmail.com"><i class="fa fa-envelope-o"></i> Email</a>
</div>
</div>
</div>
<div class="row row-content">
<div class="col-12">
<h3>Send us your Feedback</h3>
</div>
<div class="col-12 col-md-9">
<form>
<div class="form-group row">
<label for="firstname" class="col-md-2 col-form-label">First Name</label>
<div class="col-md-10">
<input type="text" class="form-control" id="firstname" name="firstname" placeholder="First Name">
</div>
</div>
<div class="form-group row">
<label for="lastname" class="col-md-2 col-form-label">Last Name</label>
<div class="col-md-10">
<input type="text" class="form-control" id="lastname" name="lastname" placeholder="Last Name">
</div>
</div>
<div class="form-group row">
<label for="telnum" class="col-12 col-md-2 col-form-label">Contact Tel.</label>
<div class="col-5 col-md-3">
<input type="tel" class="form-control" id="areacode" name="areacode" placeholder="Area code">
</div>
<div class="col-7 col-md-7">
<input type="tel" class="form-control" id="telnum" name="telnum" placeholder="Tel. number">
</div>
</div>
<div class="form-group row">
<label for="emailid" class="col-md-2 col-form-label">Email</label>
<div class="col-md-10">
<input type="email" class="form-control" id="emailid" name="emailid" placeholder="Email">
</div>
</div>
<div class="form-group row">
<div class="col-md-6 offset-md-2">
<div class="form-check">
<input type="checkbox" class="form-check-input" name="approve" id="approve" value="">
<label class="form-check-label" for="approve">
<strong>May we contact you?</strong>
</label>
</div>
</div>
<div class="col-md-3 offset-md-1">
<select class="form-control">
<option>Tel.</option>
<option>Email</option>
</select>
</div>
</div>
<div class="form-group row">
<label for="feedback" class="col-md-2 col-form-label">Your Feedback</label>
<div class="col-md-10">
<textarea class="form-control" id="feedback" name="feedback" rows="12"></textarea>
</div>
</div>
<div class="form-group row">
<div class="offset-md-2 col-md-10">
<button type="submit" class="btn btn-primary">Send Feedback</button>
</div>
</div>
</form>
</div>
<div class="col-12 col-md">
</div>
</div>
</div>
<footer class="footer foot">
<div class="container">
<div class="row">
<div class="col-4 offset-1 col-sm-2">
<h5><strong>Links</strong></h5>
<ul class="list-unstyled ">
<li><a style="color:#d9ebff;font-size: 16px" href="./index.html">Home</a></li>
<li><a style="color:#d9ebff;font-size: 16px" href="./aboutus.html">About</a></li>
<li><a style="color:#d9ebff;font-size: 16px" href="./donate.html">Donate</a></li>
<li><a style="color:#d9ebff;font-size: 16px" href="./offers.html">Offers</a></li>
<li><a style="color:#d9ebff;font-size: 16px" href="./contactus.html">Contact</a></li>
</ul>
</div>
<div class="col-7 col-sm-3">
<h5><strong>Our Address</strong></h5>
<address style="color:#d9ebff;font-size: 16px;">327
<br>
Saket Colony
<br>
Roorkee<br>
<i style=" font-size:small" class="fa fa-phone fa-lg">: <a style="color:#d9ebff" href="tel:+918011991156">+91 8279790227</a></i><br>
<i style=" font-size:small" class="fa fa-phone fa-lg">: <a style="color:#d9ebff" href="tel:+918279790227">+91 8011991156</a></i><br>
<i class="fa fa-envelope fa-lg"></i>: <a style="color:#d9ebff;" href="mailto:got.services.01@gmail.com">got.services.01@gmail.com</a>
</address>
</div>
<div class="col-12 col-sm-6 align-self-center">
<div class="text-center">
<a class="btn" href="mailto:got.services.01@gmail.com"><img style="max-height: 50px" src="./img/gmail.png"></a>
<a class="btn" href="https://www.facebook.com/pg/GOT-services-1592523064179374"><img style="max-height: 50px" src="./img/facebook.png"></a>
<a class="btn" href="https://twitter.com/ServicesGot"><img style="max-height: 50px" src="./img/twitter.png"></a>
<a class="btn" href="https://www.linkedin.com/company/got-services/"><img style="max-height: 50px" src="./img/linkedin.png"></a>
<a class="btn" href="https://www.instagram.com/gotservices/?hl=en"><img style="max-height: 57px" src="./img/instagram.png"></a>
<a class="btn" href="https://play.google.com/store/apps/details?id=com.GOT.login1"><img src="./img/playstore.png"></a>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-auto">
<br><p>© Copyright 2018 GOT Services</p>
</div>
</div>
</div>
</footer>
<script src="utility/jquery/dist/jquery.slim.min.js"></script>
<script src="utility/popper.js/dist/umd/popper.min.js"></script>
<script src="utility/bootstrap/dist/js/bootstrap.min.js"></script>
<script src="./utility/jquery/src/jquery-3.1.1.min.js" type="text/javascript"></script>
<script src="./utility/jquery/src/jquery.glow.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".social0").glow({ radius: "3", color:"white" });
//Blink with time Interval (timegap)
$("#testimg").glow({ radius: "16", color: "orange", disable: true, blink: true, timegap: 500 });
});
</script>
</body>
</html>