-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
474 lines (443 loc) · 29.9 KB
/
index.html
File metadata and controls
474 lines (443 loc) · 29.9 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
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
462
463
464
465
466
467
468
469
470
471
472
473
474
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-giJF6kkoqNQ00vy+HMDP7azOuL0xtbfIcaT9wjKHr8RbDVddVHyTfAAsrekwKmP1" crossorigin="anonymous">
<link rel="stylesheet" href="style.css">
<title>Opto Vision</title>
</head>
<body>
<!-- Navbar -->
<nav class="navbar fixed-top navbar-expand-lg navbar-light">
<div class="container">
<a class="navbar-brand text-capitalize" href="#">opto vision</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">
<li class="nav-item px-3">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item px-3">
<a class="nav-link text-capitalize" href="#aboutus">about us</a>
</li>
<li class="nav-item px-3">
<a class="nav-link text-capitalize" href="#services">services</a>
</li>
<li class="nav-item px-3">
<a class="nav-link text-capitalize" href="#artificialeye">artificial eye</a>
</li>
<li class="nav-item px-3">
<a class="nav-link text-capitalize" href="#gallary">gallary</a>
</li>
<li class="nav-item px-3 bg-light rounded-pill">
<a class="nav-link text-capitalize text-success" href="#"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hand-index-thumb-fill me-1" style="transform: rotate(90deg);" viewBox="0 0 16 16">
<path d="M8.5 1.75v2.716l.048-.002c.311-.012.74-.016 1.05.046.28.056.543.18.738.288.274.152.456.385.56.642l.132-.012c.312-.024.794-.038 1.158.108.37.148.689.487.88.716.075.09.141.175.195.248h.582a2 2 0 0 1 1.99 2.199l-.272 2.715a3.5 3.5 0 0 1-.444 1.389l-1.395 2.441A1.5 1.5 0 0 1 12.42 16H6.118a1.5 1.5 0 0 1-1.342-.83l-1.215-2.43L1.07 8.589a1.517 1.517 0 0 1 2.373-1.852L5 8.293V1.75a1.75 1.75 0 0 1 3.5 0z"/>
</svg>book appointment</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Showcase -->
<header>
<div id="carouselExampleInterval" class="carousel slide" data-bs-ride="carousel" id="home">
<ol class="carousel-indicators">
<li data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0" class="active"></li>
<li data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1"></li>
<li data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active" data-bs-interval="5000">
<img src="images/bg.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-md-block">
<h5>First slide label</h5>
<p>Nulla vitae elit libero, a pharetra augue mollis interdum.</p>
</div>
</div>
<div class="carousel-item" data-bs-interval="5000">
<img src="images/bg.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-md-block">
<h5>Second slide label</h5>
<p>Nulla vitae elit libero, a pharetra augue mollis interdum.</p>
</div>
</div>
<div class="carousel-item">
<img src="images/bg.jpg" class="d-block w-100" alt="...">
<div class="carousel-caption d-md-block">
<h5>Third slide label</h5>
<p>Nulla vitae elit libero, a pharetra augue mollis interdum.</p>
</div>
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleInterval" role="button" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleInterval" role="button" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</a>
</div>
</header>
<!-- About Us -->
<section class="main_heading py-5" id="aboutus">
<div class="text-center">
<h1 class="display-4 my-4 text-capitalize">about us</h1>
<hr class="w-25 mx-auto">
</div>
<div class="container">
<div class="row my-5">
<div class="col-lg-6 col-md-6 col-12 col-xxl-6">
<figure>
<img src="images/about-us.jpg" alt="" class="img-fluid about_img">
</figure>
</div>
<div
class="col-lg-6 col-md-6 col-12 col-xxl-6 d-flex justify-content-center align-items-start flex-column">
<h1>Welcome to Opto vision</h1>
<p>Opto vision is known for specialized services in eye care field since 2010.
We offer a complete range of vision care services including comprehensive eye examination,
vision therapy, speciality contact lens, custom made artificial eye, low vision aids, crutch
spectacles, spectacle dispensing and many more services.
We are optometrist and ocularist expert in vision care and artificial eye maker, having well
equipped clinic.
Please feel free with any questions or schedule an appointment.
</p>
</div>
</div>
</div>
</section>
<!-- Services -->
<section class="main_heading py-5 services" id="services">
<div class="text-center">
<h1 class="display-4 my-4 text-capitalize">services</h1>
<hr class="w-25 mx-auto">
</div>
<div class="container service">
<div class="row gx-3 my-5 mx-auto">
<div class="col-md-5 col-lg-5 col-10 col-xxl-4 mx-auto">
<div class="card mb-3" style="max-width: 540px;">
<div class="row g-0">
<div class="col-md-4">
<img src="images/service-7.jpg" class="img-fluid" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a wider card with supporting text below as a natural
lead-in to additional content. This content is a little bit longer.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-5 col-10 col-lg-5 col-xxl-4 mx-auto">
<div class="card mb-3" style="max-width: 540px;">
<div class="row g-0">
<div class="col-md-4">
<img src="images/service-7.jpg" class="img-fluid" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a wider card with supporting text below as a natural
lead-in to additional content. This content is a little bit longer.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-5 col-10 col-lg-5 col-xxl-4 mx-auto">
<div class="card mb-3" style="max-width: 540px;">
<div class="row g-0">
<div class="col-md-4">
<img src="images/service-7.jpg" class="img-fluid" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a wider card with supporting text below as a natural
lead-in to additional content. This content is a little bit longer.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-5 col-10 col-lg-5 col-xxl-4 mx-auto">
<div class="card mb-3" style="max-width: 540px;">
<div class="row g-0">
<div class="col-md-4">
<img src="images/service-7.jpg" class="img-fluid" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a wider card with supporting text below as a natural
lead-in to additional content. This content is a little bit longer.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-5 col-10 col-lg-5 col-xxl-4 mx-auto">
<div class="card mb-3" style="max-width: 540px;">
<div class="row g-0">
<div class="col-md-4">
<img src="images/service-7.jpg" class="img-fluid" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a wider card with supporting text below as a natural
lead-in to additional content. This content is a little bit longer.</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-5 col-10 col-lg-5 col-xxl-4 mx-auto">
<div class="card mb-3" style="max-width: 540px;">
<div class="row g-0">
<div class="col-md-4">
<img src="images/service-7.jpg" class="img-fluid" alt="...">
</div>
<div class="col-md-8">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">This is a wider card with supporting text below as a natural
lead-in to additional content. This content is a little bit longer.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Artificial Eye -->
<section class="main_heading py-5" id="artificialeye">
<div class="text-center">
<h1 class="display-4 my-4 text-capitalize">artificial eye</h1>
<hr class="w-25 mx-auto">
</div>
<div class="container">
<div class="row my-5">
<div
class="col-lg-6 col-md-6 col-12 col-xxl-6 d-flex justify-content-center align-items-center flex-column my-4">
<h1>Welcome</h1>
<p>Lorem ipsum dolor, sit amet consectetur adipisicing elit. Asperiores iure, veniam excepturi rem
itaque reiciendis temporibus aperiam, a nulla voluptates explicabo possimus alias minus modi
vitae. Eius, optio minus libero aliquid quam deleniti corporis, dicta perspiciatis esse ex
facilis recusandae sequi, magni aliquam distinctio unde at maxime mollitia eligendi praesentium!
</p>
</div>
<div class="col-lg-6 col-md-6 col-12 col-xxl-6">
<figure>
<img src="images/about-us.jpg" alt="" class="img-fluid about_img">
</figure>
</div>
</div>
</div>
</section>
<!-- Appointment -->
<section class="py-5 appointment">
<div class="container-fluid">
<div class="row">
<div class="col-xxl-12 col-12 text-center text-dark">
<h1 class="text-capitalize">book appointment</h1>
<button type="button" class="btn btn-outline-dark my-4 text-capitalize text-bold">click here<svg
xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-arrow-right-circle ms-1" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M1 8a7 7 0 1 0 14 0A7 7 0 0 0 1 8zm15 0A8 8 0 1 1 0 8a8 8 0 0 1 16 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z" />
</svg></button>
</div>
</div>
</div>
</section>
<!-- Gallary -->
<section class="main_heading py-5" id="gallary">
<div class="text-center">
<h1 class="display-4 my-4 text-capitalize">gallary</h1>
<hr class="w-25 mx-auto">
</div>
<div class="container">
<div class="row my-5 gy-3">
<div class="col-lg-5 col-xl-3 col-5 mx-auto">
<figure>
<img src="images/service-1.jpg" alt="" class="img-fluid">
</figure>
</div>
<div class="col-lg-5 col-xl-3 col-5 mx-auto">
<figure>
<img src="images/service-1.jpg" alt="" class="img-fluid">
</figure>
</div>
<div class="col-lg-5 col-xl-3 col-5 mx-auto">
<figure>
<img src="images/service-1.jpg" alt="" class="img-fluid">
</figure>
</div>
<div class="col-lg-5 col-xl-3 col-5 mx-auto">
<figure>
<img src="images/service-1.jpg" alt="" class="img-fluid">
</figure>
</div>
<div class="col-lg-5 col-xl-3 col-5 mx-auto">
<figure>
<img src="images/service-1.jpg" alt="" class="img-fluid">
</figure>
</div>
<div class="col-lg-5 col-xl-3 col-5 mx-auto">
<figure>
<img src="images/service-1.jpg" alt="" class="img-fluid">
</figure>
</div>
<div class="col-lg-5 col-xl-3 col-5 mx-auto">
<figure>
<img src="images/service-1.jpg" alt="" class="img-fluid">
</figure>
</div>
<div class="col-lg-5 col-xl-3 col-5 mx-auto">
<figure>
<img src="images/service-1.jpg" alt="" class="img-fluid">
</figure>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="page-footer bg-dark">
<div class="bg-footer">
<div class="container">
<div class="row py-4 d-flex align-items center">
<div class="col-md-12 text-center">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
class="bi bi-facebook me-4" viewBox="0 0 16 16">
<path
d="M16 8.049c0-4.446-3.582-8.05-8-8.05C3.58 0-.002 3.603-.002 8.05c0 4.017 2.926 7.347 6.75 7.951v-5.625h-2.03V8.05H6.75V6.275c0-2.017 1.195-3.131 3.022-3.131.876 0 1.791.157 1.791.157v1.98h-1.009c-.993 0-1.303.621-1.303 1.258v1.51h2.218l-.354 2.326H9.25V16c3.824-.604 6.75-3.934 6.75-7.951z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
class="bi bi-instagram me-4" viewBox="0 0 16 16">
<path
d="M8 0C5.829 0 5.556.01 4.703.048 3.85.088 3.269.222 2.76.42a3.917 3.917 0 0 0-1.417.923A3.927 3.927 0 0 0 .42 2.76C.222 3.268.087 3.85.048 4.7.01 5.555 0 5.827 0 8.001c0 2.172.01 2.444.048 3.297.04.852.174 1.433.372 1.942.205.526.478.972.923 1.417.444.445.89.719 1.416.923.51.198 1.09.333 1.942.372C5.555 15.99 5.827 16 8 16s2.444-.01 3.298-.048c.851-.04 1.434-.174 1.943-.372a3.916 3.916 0 0 0 1.416-.923c.445-.445.718-.891.923-1.417.197-.509.332-1.09.372-1.942C15.99 10.445 16 10.173 16 8s-.01-2.445-.048-3.299c-.04-.851-.175-1.433-.372-1.941a3.926 3.926 0 0 0-.923-1.417A3.911 3.911 0 0 0 13.24.42c-.51-.198-1.092-.333-1.943-.372C10.443.01 10.172 0 7.998 0h.003zm-.717 1.442h.718c2.136 0 2.389.007 3.232.046.78.035 1.204.166 1.486.275.373.145.64.319.92.599.28.28.453.546.598.92.11.281.24.705.275 1.485.039.843.047 1.096.047 3.231s-.008 2.389-.047 3.232c-.035.78-.166 1.203-.275 1.485a2.47 2.47 0 0 1-.599.919c-.28.28-.546.453-.92.598-.28.11-.704.24-1.485.276-.843.038-1.096.047-3.232.047s-2.39-.009-3.233-.047c-.78-.036-1.203-.166-1.485-.276a2.478 2.478 0 0 1-.92-.598 2.48 2.48 0 0 1-.6-.92c-.109-.281-.24-.705-.275-1.485-.038-.843-.046-1.096-.046-3.233 0-2.136.008-2.388.046-3.231.036-.78.166-1.204.276-1.486.145-.373.319-.64.599-.92.28-.28.546-.453.92-.598.282-.11.705-.24 1.485-.276.738-.034 1.024-.044 2.515-.045v.002zm4.988 1.328a.96.96 0 1 0 0 1.92.96.96 0 0 0 0-1.92zm-4.27 1.122a4.109 4.109 0 1 0 0 8.217 4.109 4.109 0 0 0 0-8.217zm0 1.441a2.667 2.667 0 1 1 0 5.334 2.667 2.667 0 0 1 0-5.334z" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
class="bi bi-whatsapp me-4" viewBox="0 0 16 16">
<path
d="M13.601 2.326A7.854 7.854 0 0 0 7.994 0C3.627 0 .068 3.558.064 7.926c0 1.399.366 2.76 1.057 3.965L0 16l4.204-1.102a7.933 7.933 0 0 0 3.79.965h.004c4.368 0 7.926-3.558 7.93-7.93A7.898 7.898 0 0 0 13.6 2.326zM7.994 14.521a6.573 6.573 0 0 1-3.356-.92l-.24-.144-2.494.654.666-2.433-.156-.251a6.56 6.56 0 0 1-1.007-3.505c0-3.626 2.957-6.584 6.591-6.584a6.56 6.56 0 0 1 4.66 1.931 6.557 6.557 0 0 1 1.928 4.66c-.004 3.639-2.961 6.592-6.592 6.592zm3.615-4.934c-.197-.099-1.17-.578-1.353-.646-.182-.065-.315-.099-.445.099-.133.197-.513.646-.627.775-.114.133-.232.148-.43.05-.197-.1-.836-.308-1.592-.985-.59-.525-.985-1.175-1.103-1.372-.114-.198-.011-.304.088-.403.087-.088.197-.232.296-.346.1-.114.133-.198.198-.33.065-.134.034-.248-.015-.347-.05-.099-.445-1.076-.612-1.47-.16-.389-.323-.335-.445-.34-.114-.007-.247-.007-.38-.007a.729.729 0 0 0-.529.247c-.182.198-.691.677-.691 1.654 0 .977.71 1.916.81 2.049.098.133 1.394 2.132 3.383 2.992.47.205.84.326 1.129.418.475.152.904.129 1.246.08.38-.058 1.171-.48 1.338-.943.164-.464.164-.86.114-.943-.049-.084-.182-.133-.38-.232z" />
</svg>
<a href="mailto:vinishagrawal58@gmail.com" class="text-decoration-none text-dark">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
class="bi bi-envelope-fill me-4" viewBox="0 0 16 16">
<path
d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555zM0 4.697v7.104l5.803-3.558L0 4.697zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757zm3.436-.586L16 11.801V4.697l-5.803 3.546z" />
</svg>
</a>
<a href="tel:7020030205" class="text-decoration-none text-dark">
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
class="bi bi-telephone-fill" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z" />
</svg>
</a>
</div>
</div>
</div>
</div>
<div class="container text-center text-md-left mt-5">
<div class="row">
<div class="col-md-3 mx-auto mb-4">
<h6 class="text-uppercase font-weight-bold text-white">map</h6>
<hr class="bg-footer mb-4 mt-0 d-inline-block mx-auto" style="width: 125px; height: 2px;">
<iframe
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3407.4927881951376!2d75.58234421499134!3d31.34537798142788!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x391a5a7af526f383%3A0x67168e993c2e8742!2sOpto%20Vision%20-%20Best%20Optical%20Store%20%7C%20Best%20Artificial%20Eye%20Maker%20%7C%20Specialized%20Contact%20Lenses%20In%20Jalandhar!5e0!3m2!1sen!2sin!4v1612883822917!5m2!1sen!2sin"
width="300" height="300" frameborder="0" style="border:0;" allowfullscreen=""
aria-hidden="false" tabindex="0"></iframe>
</div>
<div class="col-md-2 mx-auto mb-4">
<h6 class="text-uppercase font-weight-bold text-white">explore</h6>
<hr class="bg-footer mb-4 mt-0 d-inline-block mx-auto" style="width: 125px; height: 2px;">
<ul class="list-unstyled">
<li class="my-2"><a href="" class="text-decoration-none text-light">Home</a></li>
<li class="my-2"><a href="" class="text-decoration-none text-light">About Us</a></li>
<li class="my-2"><a href="" class="text-decoration-none text-light">Services</a></li>
<li class="my-2"><a href="" class="text-decoration-none text-light">Artificial Eye</a></li>
<li class="my-2"><a href="" class="text-decoration-none text-light">Gallary</a></li>
<li class="my-2 py-2 bg-light rounded-pill"><a href="" class="text-decoration-none text-success "><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-hand-index-thumb-fill me-1" style="transform: rotate(90deg);" viewBox="0 0 16 16">
<path d="M8.5 1.75v2.716l.048-.002c.311-.012.74-.016 1.05.046.28.056.543.18.738.288.274.152.456.385.56.642l.132-.012c.312-.024.794-.038 1.158.108.37.148.689.487.88.716.075.09.141.175.195.248h.582a2 2 0 0 1 1.99 2.199l-.272 2.715a3.5 3.5 0 0 1-.444 1.389l-1.395 2.441A1.5 1.5 0 0 1 12.42 16H6.118a1.5 1.5 0 0 1-1.342-.83l-1.215-2.43L1.07 8.589a1.517 1.517 0 0 1 2.373-1.852L5 8.293V1.75a1.75 1.75 0 0 1 3.5 0z"/>
</svg>Book Appointment</a></li>
</ul>
</div>
<div class="col-md-2 mx-auto mb-4">
<h6 class="text-uppercase font-weight-bold text-white">services</h6>
<hr class="bg-footer mb-4 mt-0 d-inline-block mx-auto" style="width: 125px; height: 2px;">
<ul class="list-unstyled">
<li class="my-2"><a href="" class="text-decoration-none text-light">Service-1</a></li>
<li class="my-2"><a href="" class="text-decoration-none text-light">Service-2</a></li>
<li class="my-2"><a href="" class="text-decoration-none text-light">Service-3</a></li>
<li class="my-2"><a href="" class="text-decoration-none text-light">Service-4</a></li>
<li class="my-2"><a href="" class="text-decoration-none text-light">Service-5</a></li>
<li class="my-2"><a href="" class="text-decoration-none text-light">Service-6</a></li>
</ul>
</div>
<div class="col-md-3 mx-auto mb-4">
<h6 class="text-uppercase font-weight-bold text-white">contact</h6>
<hr class="bg-footer mb-4 mt-0 d-inline-block mx-auto" style="width: 125px; height: 2px;">
<ul class="list-unstyled">
<li class="my-2 text-white">
<a href="https://g.page/optovisionjalandhar?share" class="text-decoration-none text-light" target="__blank">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-house-door-fill me-3" viewBox="0 0 16 16">
<path
d="M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5z" />
</svg>4,Doaba School Market, Preet Nagar, Sodal Road, New Doaba Chowk, Jalandhar, Punjab
144001
</a>
</li>
<li class="my-2 text-white">
<a href="mailto:vinishagrawal58@gmail.com" class="text-decoration-none text-light">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-envelope-fill me-3" viewBox="0 0 16 16">
<path
d="M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555zM0 4.697v7.104l5.803-3.558L0 4.697zM6.761 8.83l-6.57 4.027A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.027L8 9.586l-1.239-.757zm3.436-.586L16 11.801V4.697l-5.803 3.546z" />
</svg>vinishagrawal58@gmail.com
</a>
</li>
<li class="my-2 text-white">
<a href="tel:7020030205" class="text-decoration-none text-light">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor"
class="bi bi-telephone-fill me-3" viewBox="0 0 16 16">
<path fill-rule="evenodd"
d="M1.885.511a1.745 1.745 0 0 1 2.61.163L6.29 2.98c.329.423.445.974.315 1.494l-.547 2.19a.678.678 0 0 0 .178.643l2.457 2.457a.678.678 0 0 0 .644.178l2.189-.547a1.745 1.745 0 0 1 1.494.315l2.306 1.794c.829.645.905 1.87.163 2.611l-1.034 1.034c-.74.74-1.846 1.065-2.877.702a18.634 18.634 0 0 1-7.01-4.42 18.634 18.634 0 0 1-4.42-7.009c-.362-1.03-.037-2.137.703-2.877L1.885.511z" />
</svg>+917020030205
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="footer-copyright text-center text-white py-3">
<p>© Copyright Designed by Pristine Techpro Solutions Pvt. Ltd.</p>
</div>
</footer>
<!-- Optional JavaScript; choose one of the two! -->
<!-- Option 1: Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ygbV9kiqUc6oa4msXn9868pTtWMgiQaeYH7/t7LECLbyPA2x65Kgf80OJFdroafW"
crossorigin="anonymous"></script>
<!-- Option 2: Separate Popper and Bootstrap JS -->
<!--
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js" integrity="sha384-q2kxQ16AaE6UbzuKqyBE9/u/KzioAlnx2maXQHiDX9d4/zp8Ok3f+M7DPm+Ib6IU" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta1/dist/js/bootstrap.min.js" integrity="sha384-pQQkAEnwaBkjpqZ8RU1fF1AKtTcHJwFl3pblpTlHXybJjHpMYo79HY3hIi4NKxyj" crossorigin="anonymous"></script>
-->
</body>
</html>