-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
461 lines (407 loc) · 23.1 KB
/
gallery.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
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
<!doctype html>
<html lang="en">
<head>
<title> Gallery | LIC Agent(AJMER)</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<!-- Bootstrap CSS -->
<!-- fa fa-icon-link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.4/css/fontawesome.min.css">
<!-- css-link -->
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
</head>
<body>
<section id="top-navbar-1" class="top-navbar-1">
<div class="container-fluid">
<div class="row">
<div class="container">
<div class="row mt-2">
<div class="col-lg-3 col-sm-3">
<ul class="mt-1 header-info">
<li>
<a href=""> <i class="fa fa-facebook"></i></a>
</li>
<li>
<a href=""> <i class="fa fa-twitter"></i></a>
</li>
<li>
<a href=""> <i class="fa fa-instagram"></i></a>
</li>
</ul>
</div>
<div class="col-lg-6 col-sm-5">
<marquee behavior="" direction="right"><a href="https://licindia.in/" style="color: #fff; text-decoration: none;"> Click here to go to our official website www.licindia.in </a></marquee>
</div>
<div class="col-lg-3 col-sm-4 menu-bars1">
<ul class="menu-bars mt-2">
<li>
<a href="About.html">
<h3> About</h3>
</a>
</li>
<li>
<a href="gallery.html">
<h3> Gallery</h3>
</a>
</li>
<li>
<a href="contact.html">
<h3>Contact Us</h3>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="top-navbar-2" id="top-navbar-2">
<div class="container">
<div class="row mt-3">
<div class="col-lg-3 col-12">
<img src="images/LIC-Logo-PNG-Transparent-HD.png" alt="" srcset="">
</div>
<div class="col-lg-2"></div>
<div class="col-lg-2 col-sm-4 col-12">
<div class="box">
<div class="row text-center">
<div class="col-lg-3 col-sm-12 col-12">
<i class="fa fa-map-marker"></i>
</div>
<div class="col-lg-9 col-sm-12 col-12">
<p>Alwar Gate, Ajmer Rajasthan 305001</p>
</div>
</div>
</div>
</div>
<div class="col-lg-2 col-sm-4 col-12">
<div class="box">
<div class="row text-center">
<div class="col-lg-3 col-sm-12 col-12">
<i class="fa fa-phone"></i>
</div>
<div class="col-lg-9 col-sm-12 col-12">
<p class="mt-2 ml-2">9928186700</p>
</div>
</div>
</div>
</div>
<div class="col-lg-3 col-sm-4 col-12">
<div class="box">
<div class="row text-center">
<div class="col-lg-2 col-sm-12">
<i class="fa fa-envelope"></i>
</div>
<div class="col-lg-10 col-sm-12">
<p class="mt-2 ml-2">vsmathurdolic@gmail.com</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="header-navbar" class="header-navbar">
<nav class="navbar navbar-expand-lg navbar-dark mt-2">
<a class="navbar-brand" href="index.html">
<img src="images/LIC-Logo-PNG-Transparent-HD.png" alt="">
</a>
<button class="navbar-toggler d-lg-none" type="button" data-toggle="collapse" data-target="#collapsibleNavId" aria-controls="collapsibleNavId" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="container">
<div class="row">
<div class="collapse navbar-collapse" id="collapsibleNavId">
<ul class="navbar-nav mr-auto mt-2 mt-lg-0">
<li class="nav-item ">
<a class="nav-link" href="index.html">Home <span class="sr-only">(current)</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="Benefits.html">Benefits</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Eligibilty.html">Eligibility</a>
</li>
<li class="nav-item">
<a class="nav-link" href="why_us.html">Why US</a>
</li>
<li class="dropdown">
<a class="nav-link dropdown-toggle" href="#" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Career @LIC Agent</a>
<div class="dropdown-menu">
<a class="dropdown-item" href="Introduction_lic_career.html">Introduction</a>
<a class="dropdown-item" href="career_angecy.html">Carrer @ LIC Agency</a>
<a class="dropdown-item" href="job_profile.html">Job Profile Of LIC Agent</a>
<a class="dropdown-item" href="Successful_LIC_Agent.html">Become a Successful LIC Agent</a>
<a class="dropdown-item" href="procedure.html">Procedure</a>
<a class="dropdown-item" href="club_membership.html">Club Memberships</a>
<a class="dropdown-item" href="Gratuity.html">Gratuity</a>
<a class="dropdown-item" href="MDRT.html">MDRT</a>
<a class="dropdown-item" href="Remuneration.html">Remuneration</a>
</div>
</li>
<li class="nav-item">
<a type="button" class="btn nav-link" data-toggle="modal" data-target="#modelId">
Suggest Me Best LIC Policy
</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://ebiz.licindia.in/D2CPM/#DirectPay">Online Premium Payment</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="dropdownId" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Agent Corner</a>
<div class="dropdown-menu" aria-labelledby="dropdownId">
<a class="dropdown-item" href="New_Joiners.html">New Joiners</a>
<a class="dropdown-item" href="Exisiting_advisors.html">Existing Advisors</a>
</div>
</li>
</ul>
</div>
</div>
</div>
</nav>
</section>
<section class="gallery-section" id="gallery-section">
<div class="container">
<h1 class="heading">Awards Gallery</h1>
<div class="gallery">
<div class="gallery-item">
<img class="gallery-image" src="images/awards1.jpeg" alt="person writing in a notebook beside by an iPad, laptop, printed photos, spectacles, and a cup of coffee on a saucer">
</div>
<div class="gallery-item">
<img class="gallery-image" src="images/awards2.jpeg" alt="sunset behind San Francisco city skyline">
</div>
<div class="gallery-item">
<img class="gallery-image" src="images/awards3.jpeg" alt="people holding umbrellas on a busy street at night lit by street lights and illuminated signs in Tokyo, Japan">
</div>
<div class="gallery-item">
<img class="gallery-image" src="images/gallery-1.jpeg" alt="car interior from central back seat position showing driver and blurred view through windscreen of a busy road at night">
</div>
<div class="gallery-item">
<img class="gallery-image" src="images/gallery-2.jpeg" alt="car interior from central back seat position showing driver and blurred view through windscreen of a busy road at night">
</div>
<div class="gallery-item">
<img class="gallery-image" src="images/gallery-3.jpeg" alt="car interior from central back seat position showing driver and blurred view through windscreen of a busy road at night">
</div>
<div class="gallery-item">
<img class="gallery-image" src="images/awards4.jpeg" alt="car interior from central back seat position showing driver and blurred view through windscreen of a busy road at night">
</div>
<div class="gallery-item">
<img class="gallery-image" src="images/awards5.jpeg" alt="back view of woman wearing a backpack and beanie waiting to cross the road on a busy street at night in New York City, USA">
</div>
<div class="gallery-item">
<img class="gallery-image" src="images/awards6.jpeg" alt="man wearing a black jacket, white shirt, blue jeans, and brown boots, playing a white electric guitar while sitting on an amp">
</div>
<div class="gallery-item">
<img class="gallery-image" src="images/gallery-4.jpeg" alt="car interior from central back seat position showing driver and blurred view through windscreen of a busy road at night">
</div>
<div class="gallery-item">
<img class="gallery-image" src="images/gallery-5.jpeg" alt="car interior from central back seat position showing driver and blurred view through windscreen of a busy road at night">
</div>
<div class="gallery-item">
<img class="gallery-image" src="images/gallery-6.jpeg" alt="car interior from central back seat position showing driver and blurred view through windscreen of a busy road at night">
</div>
</div>
</div>
</section>
<section class="connction-info" id="connction-info">
<div class="container">
<div class="row mt-5">
<div class="col-lg-4 col-sm-4">
<div class="box">
<div class="row">
<div class="col-lg-3 col-sm-3 col-3">
<div class="s-box text-center">
<i class="fa fa-map-marker"></i>
</div>
</div>
<div class="col-lg-9 col-sm-9 col-9">
<p>Jeevan Prakash Building, Ranade Marg, Alwar Gate, Ajmer Rajasthan 305001</p>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-4">
<div class="box">
<div class="row">
<div class="col-lg-3 col-sm-3 col-3">
<div class="s-box text-center">
<i class="fa fa-envelope"></i>
</div>
</div>
<div class="col-lg-9 col-sm-9 col-9 mt-4">
<a href="vsmathurdolic@gmail.com">vsmathurdolic@gmail.com</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-sm-4">
<div class="box">
<div class="row">
<div class="col-lg-3 col-sm-3 col-3">
<div class="s-box text-center">
<i class="fa fa-phone"></i>
</div>
</div>
<div class="col-lg-9 col-sm-9 col-9 mt-4">
<a href="+91 9928186700">+91 9928186700</a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="footer-section" id="footer-section">
<div class="container">
<div class="row">
<div class="col-lg-4 col-sm-12">
<img src="images/LIC-Logo-PNG.png" alt="" srcset="">
<p>LIC or Life Insurance Corporation of India is among the most established and plainly the biggest life safety net provider in India. It is an administration claimed insurance agency. Set up in 1956, LIC was framed by alliance of 243
insurance agencies and it has become the most believed extra security brand in India.</p>
</div>
<div class="col-lg-4 col-sm-12">
<h5>IMPORTANT LINKS</h5>
<hr>
<ul class="fa-info-media">
<li>
<i class="fa fa-chevron-right" aria-hidden="true"></i>
<span> <a href="index.html">Home</a></span>
</li>
<li>
<i class="fa fa-chevron-right" aria-hidden="true"></i>
<span><a href="Benefits.html">Benefits</a></span>
</li>
<li>
<i class="fa fa-chevron-right" aria-hidden="true"></i>
<span><a href="Eligibilty.html">Eligibility</a></span>
</li>
<li>
<i class="fa fa-chevron-right" aria-hidden="true"></i>
<span><a href="why_us.html">Why Us</a></span>
</li>
<li>
<i class="fa fa-chevron-right" aria-hidden="true"></i>
<span><a href="#">Suggest Me Best LIC Policy</a></span>
</li>
<li>
<i class="fa fa-chevron-right" aria-hidden="true"></i>
<span><a href="https://ebiz.licindia.in/D2CPM/#DirectPay">Online Premium Payment</a></span>
</li>
</ul>
</div>
<div class="col-lg-4 col-sm-12">
<h5>SUBSCRIBE WITH US</h5>
<hr>
<p class="sub-info">Subscribe with our newsletters and receive news about our discounts.</p>
<div class="box">
<input type="email" name="email" placeholder="Your Email Here">
<button type="button" class="btn btn-info"><i class="fa fa-telegram"></i></button>
</div>
<h5>STAY CONNECTED</h5>
<hr>
<ul class="media-info">
<li>
<div class="box text-center hover-box1">
<i class="fa fa-facebook" aria-hidden="true"></i>
</div>
</li>
<li>
<div class="box text-center hover-box2">
<i class="fa fa-instagram" aria-hidden="true"></i>
</div>
</li>
<li>
<div class="box text-center hover-box3">
<i class="fa fa-twitter" aria-hidden="true"></i>
</div>
</li>
</ul>
</div>
</div>
</div>
<div class="container">
<div class="box2">
<div class="row ">
<div class="col-lg-6 col-sm-6">
<p>© 2021 LIC Agent Ajmer. All Rights Reserved.</p>
</div>
<div class="col-lg-6 col-sm-6">
<ul class="footer-info">
<li>
<a href="contact.html">Contant</a>
</li>
<li>
<a href="gallery.html">Gallery</a>
</li>
<li>
<a href="About.html">About</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<section class="" id="Modal-First">
<div class="container">
<div class="row">
<div class="col-lg-12">
<!-- Button trigger modal -->
<!-- Modal -->
<div class="modal fade" id="modelId" tabindex="-1" role="dialog" aria-labelledby="modelTitleId" aria-hidden="true">
<div class="modal-dialog" role="document">
<div class="modal-content">
<div class="modal-body">
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<div class="mdt">
<center>
<h2>Apply Now</h2>
</center>
<hr>
<div class="row">
<div class="col-lg-12 col-12 col-sm-12 mt-2">
<div class="form-group">
<label for="">Name</label>
<input type="text" class="form-control" name="" id="" aria-describedby="helpId" placeholder="Enter Your Name...">
<label for="">Age</label>
<input type="number" class="form-control" name="" id="" aria-describedby="helpId" placeholder="Enter Your Age...">
<label for="">Contact</label>
<input type="number" class="form-control" name="" id="" aria-describedby="helpId" placeholder="Enter Your Mobile Number...">
<label for="">Email</label>
<input type="email" class="form-control" name="" id="" aria-describedby="helpId" placeholder="Enter Your E-mail...">
<center>
<a name="" id="" class="btn mt-3" href="#" role="button">Send</a>
</center>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Optional JavaScript -->
<script src="script.js"></script>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
</body>
</html>