-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
391 lines (346 loc) · 23.9 KB
/
index.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
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
<!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 active"><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"><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> .<img class="img img-fluid" style="max-height: 50px" src="./img/phone.png"><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 row-content">
<div class="col">
<div id="mycarousel" class="carousel slide" data-ride="carousel">
<div class="carousel-inner" role="list-box">
<div class="carousel-item active">
<img class="d-block img-fluid" src="img/slideshow1.jpeg" alt="Ladies Designer Tailor">
<div class="carousel-caption mb-5 d-block ">
<h2 > <span class="badge badge-danger">Women Employement</span> </h2>
<p class="d-none d-sm-block"style="font-size:20px; color:white;">
<strong>Freelancing women, grab a chance to soar high.Let your untapped reservoir of talent flow by expanding your business from home!!</strong>
</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="img/slideshow2.jpeg" alt="Shopkeeper">
<div class="carousel-caption mb-4 d-block">
<h2>
<span class="badge badge-danger">Local Bussiness'</span>
</h2>
<p class="d-none d-sm-block"style="font-size:20px; color:white;">
<strong>A little help is what you need to push down walls and expand your borders. At "GOT Services" we push your walls down for you. Expand your Local Bussiness now with EASE </strong>
</p>
</div>
</div>
<div class="carousel-item">
<img class="d-block img-fluid" src="img/slideshow3.jpg" alt="E-ads">
<div class="carousel-caption mb-2 d-block">
<h2>
<span class="badge badge-danger">E-Ads</span>
</h2>
<h4>"Clean Advertising"</h4>
<p class="d-none d-sm-block"style="font-size:20px; color:white;">
<strong>Irritated with banners or tired of hoardings? Join us and enjoy the perks of technology! Advertise and expand your business without becoming a burden on walls & poles !!</strong>
</p>
</div>
</div>
</div>
<ol class="carousel-indicators">
<li data-target="#mycarousel" data-slide-to="0" class="active"></li>
<li data-target="#mycarousel" data-slide-to="1"></li>
<li data-target="#mycarousel" data-slide-to="2"></li>
</ol>
<a class="carousel-control-prev" href="#mycarousel" role="button" data-slide="prev">
<span class="carousel-control-prev-icon"></span>
</a>
<a class="carousel-control-next" href="#mycarousel" role="button" data-slide="next">
<span class="carousel-control-next-icon"></span>
</a>
<button class="btn btn-danger btn-sm" id="carouselButton">
<span id="carousel-button-icon" class="fa fa-pause"></span>
</button>
</div>
</div>
</div>
<div class="row row-content align-items-center">
<div class="col-12 order-md-first col-md-4">
<img class="d-flex mr-3 align-self-center img-fluid" src="img/3we.png" alt="3 W's">
</div>
<div class="col-12 order-md-last col-md">
<div class="media-body">
<img src="img/got.png" class="img-fluid">
<p>Welcome all to the GOT(Get On Tap) Services. A startup company aiming to create a largest platform for the
talented vendors and people who all are willing to work but not getting a right platform or chance to convert
their passion and talent into their scalable profession. Creating a good and fair competition in the market
allowing them to grow. This will allow customers to have a bunch of talents to select among the best combination
(rate + rating).
</p>
</div>
</div>
</div>
<div class="row row-content align-items-center">
<div class="col-12 col-sm-3 order-md-last col-md-3">
<h3>Women Employement</h3>
</div>
<div class="col-12 col-sm-2 order-md-first col-md-2">
<img class="d-flex mr-3 img-thumbnail align-self-center img-fluid" src="img/women.png" alt="Women Employed">
</div>
<div class="col-12 col-sm order-md-first col-md">
<div class="media-body">
<h2 class="mt-0 media-heading"> </h2>
<p>We are focusing on home sitting female workers like beauticians, designer tailors, etc. This will give
employment to womens. A STEP TOWARDS A MODERN NATION.
</p>
</div>
</div>
</div>
<div class="row row-content align-items-center">
<div class="col-12 col-sm-3 order-md-last col-md-3">
<!--<h3>Local Business'</h3>-->
<img class="img-fluid" src="img/localbussiness.png" alt="Local Business'">
</div>
<div class="col-12 col-sm-2 order-md-first col-md-2">
<img class="d-flex mr-3 img-thumbnail align-self-center img-fluid" src="img/localbusslogo.png" alt="Local Business'">
</div>
<div class="col-12 col-sm order-md-first col-md">
<div class="media-body">
<h2 class="mt-0 media-heading"> </h2>
<p>
We have one more corner of interest. This will allow local businessmen, shopkeepers specially the new ones to
scale their business and spread their special offers and sales quickly to the public. This has 2 impacts:
<br>
<br>
1. Help to people to directly go the target location at once rather then roaming in the whole market in search
of the required product. Solving the issue of local road jams and will also save fuel to a much extent.
<br>
<br>
2. Curb the pollution caused by plastic banners and posters, pamphlets to a greater extent.
</p>
</div>
</div>
</div>
<div class="row row-content align-items-center">
<div class="col-12 col-sm-3 order-md-last col-md-3">
<!--<h3>Digital Advertising</h3>-->
<img class="img-fluid" src="img/advertise1.png" alt="Digital Advertising">
</div>
<div class="col-12 col-sm-3 order-md-first col-md-3">
<img class="d-flex mr-3 align-self-center img-fluid" src="img/advertise.png" alt="Digital Advertising">
</div>
<div class="col-12 col-sm order-md-first col-md">
<div class="media-body">
<h2 class="mt-0 media-heading"> </h2>
<p>
Somebody can spread the message of an upcoming event or some occasion quickly. So reducing the huge amount
of dirt and pollution caused by posters and eventually the message will reach to a larger junta in a short time.
<br><br>
SO WHY NOT MAKE MORE USE OF THAT TECHNOLOGY THAT EVERYONE CARRIES IN HIS/HER POCKET.
</p>
</div>
</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:[email protected]">[email protected]</a>
</address>
</div>
<div class="col-12 col-sm-6 align-self-center">
<div class="text-center">
<a class="btn" href="mailto:[email protected]"><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(){
$("#testimg2").glow({ radius: "10", color:"green" });
//Blink with time Interval (timegap)
$("#testimg").glow({ radius: "16", color: "orange", disable: true, blink: true, timegap: 500 });
});
</script>
<script>
$(document).ready(function(){
$("#carouselButton").click(function(){
if ($("#carouselButton").children("span").hasClass('fa-pause')) {
$("#mycarousel").carousel('pause');
$("#carouselButton").children("span").removeClass('fa-pause');
$("#carouselButton").children("span").addClass('fa-play');
}
else if ($("#carouselButton").children("span").hasClass('fa-play')){
$("#mycarousel").carousel('cycle');
$("#carouselButton").children("span").removeClass('fa-play');
$("#carouselButton").children("span").addClass('fa-pause');
}
});
});
</script>
</body>
</html>