-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
371 lines (313 loc) · 20.7 KB
/
about.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title> Saara Siddha Clinic </title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="" name="keywords">
<meta content="" name="description">
<!-- Favicons -->
<link rel="icon" href="img/favicon.ico">
<!-- <link href="img/apple-touch-icon.png" rel="apple-touch-icon"> -->
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600|Nunito:600,700,800,900" rel="stylesheet">
<!-- Bootstrap CSS File -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<!-- Libraries CSS Files -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<link href="vendor/animate/animate.min.css" rel="stylesheet">
<link href="vendor/ionicons/css/ionicons.min.css" rel="stylesheet">
<link href="vendor/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Main Stylesheet File -->
<link href="css/hover-style.css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet">
</head>
<body>
<!-- Top Header Start -->
<section class="banner-header">
<div class="container text-center">
<div class="row">
<div class="col-md-12">
<h1><a href="index.html">SAARA SIDDHA CLINIC</a></h1>
<!-- <a class="brand" href="index.html" title="Home"><img alt="Logo" src="img/logo.png"></a> -->
</div>
</div>
<div class="col-md-12">
<h2> சாரா சித்தா கிளினிக் </h2>
</div>
</div>
</section>
<!-- Top Header End -->
<!-- Header Start -->
<header id="header">
<div class="container">
<nav id="nav-menu-container">
<ul class="nav-menu">
<li><a href="index.html">Home</a></li>
<li class="menu-active"><a href="about.html">About</a></li>
<li><a href="service.html">Services</a></li>
<li><a href="booking.html">Booking</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
</div>
</header>
<!-- Header End -->
<main id="main">
<!-- About Section Start-->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-5 col-md-6">
<div class="about-col-left">
<img alt="doctor-profile" class="img-fluid" src="img/about-us.jpg" />
</div>
</div>
<div class="col-lg-7 col-md-6">
<div class="about-col-right">
<header class="section-header">
<h3> Dr.S.Tim Davidson , B.S.M.S., </h3>
</header>
<ul class="icon">
<li><a href="#" class="fa-brands fa-twitter"></a></li>
<li><a href="#" class="fa-brands fa-facebook"></a></li>
<!-- <li><a href="#" class="fa fa-pinterest"></a></li> -->
<li><a href="#" class="fa-brands fa-whatsapp"></a></li>
</ul>
<div class="container">
<p>
<b> Dr.S.Tim Davidson , B.S.M.S.,</b> was an general siddha physician and a passionate dermatologist with over a decade of
experience in diagnosing and treating skin conditions.
</p>
</div>
<!-- <a href="about.html">Read More</a> -->
</div>
</div>
</div>
<br>
<hr class="horizontal-line">
<br>
<div class=" container">
<div class="row">
<div class="col-lg-8 col-md-7">
<p>
<b> Saara Siddha Clinic </b> was established in the year 2020, in Kosapalayam, Pondicherry is a top player in the
category
Dermatologists in the Pondicherry.
<br> <br>
This well-known establishment acts as a one-stop destination servicing
customers
both
local and from other parts of Pondicherry.
<br> <br>
Over the course of its journey, this business has established a
firm foothold in it's industry. The belief that customer satisfaction is as important as their products and services, have
helped this establishment garner a vast base of customers, which continues to grow by the day.
Reg.No : 3363 .
</p>
</div>
<div class="col-lg-4 col-md-5">
<div>
<img class="" src="img/icon/clinic-icon.png" alt="Saara-Siddha-clinic" height="auto" width="250px" />
</div>
</div>
</div>
</div>
<!-- <div class="row">
<div class="col-sm-6">
<div class="about-col">
<h4>Education</h4>
<p>Medical School - University of Dulton Health Science Center.</p>
<p>Residency in Family Medicine - University of Dulton Health Science Center.</p>
</div>
</div>
<div class="col-sm-6">
<div class="about-col">
<h4>Experience</h4>
<p>Medical School - University of Dulton Health Science Center.</p>
<p>Residency in Family Medicine - University of Dulton Health Science Center.</p>
</div>
</div>
</div> -->
</div>
</section>
<!-- About Section End-->
<!-- counter-Section Section Start -->
<section id="counter-Section">
<div class="container">
<div class="section-header">
<h3>Our Records!</h3>
</div>
<div class="container">
<div claass="row counter">
<div class="col-lg-3 col-md-3 col-sm-10 counts">
<h2 id="counter1">0</h2>
<h3>Our Happy Clients</h3>
</div>
<div class="col-lg-3 col-md-3 col-sm-10 counts">
<h2 id="counter2">0</h2>
<h3> Clients Satisfication</h3>
</div>
<div class="col-lg-3 col-md-3 col-sm-10 counts">
<h2 id="counter3">0</h2>
<h3> Years of Experience <h3>
</div>
</div>
</div>
</div>
</section>
<!-- counter-Section Section End -->
<section id="contact" class="section-bg wow fadeInUp">
<div class="container">
<div class="section-header">
<h3>Contact Us</h3>
</div>
<div class="row">
<div class="col-md-6">
<div class="contact-detail">
<div class="contact-hours">
<h4> Consulting Time : </h4>
<table>
<tr>
<td>
<p>Monday - Friday : </p>
</td>
<td>
<p> 10:00 am - 1:00 pm </p>
</td>
</tr>
<tr>
<td></td>
<td>
<p> 6:00 pm - 9:00 pm </p>
</td>
</tr>
<tr>
<td>
<p> Sunday :</p>
</td>
<td>
<p> Closed </p>
</td>
</tr>
</table>
</div>
</div>
</div>
<br> <br>
<div class="col-md-6">
<div class="contact-detail contact-info">
<h4>Contact Info : </h4>
<p>
<img width="48" height="48" src="https://img.icons8.com/color/48/place-marker--v1.png" alt="place-marker--v1" />
No : 251, Lenin Street, Kosapalayam, Pondicherry-605013 <br>
</p>
<br>
<!-- in href add your mobile number -->
<a href="tel:+919976864464" target="_blank"> <button class="contact-btn">
<img width="25" height="25" src="https://img.icons8.com/color/48/phone.png" alt="phone" />
<span> Call </span> </button>
</a>
<!-- in href add your mail id -->
<a href="mailto:your mail@gmail.com" target="_blank"> <button class="contact-btn">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="25" height="25" viewBox="0 0 48 48">
<path fill="#4caf50" d="M45,16.2l-5,2.75l-5,4.75L35,40h7c1.657,0,3-1.343,3-3V16.2z">
</path>
<path fill="#1e88e5" d="M3,16.2l3.614,1.71L13,23.7V40H6c-1.657,0-3-1.343-3-3V16.2z">
</path>
<polygon fill="#e53935" points="35,11.2 24,19.45 13,11.2 12,17 13,23.7 24,31.95 35,23.7 36,17">
</polygon>
<path fill="#c62828"
d="M3,12.298V16.2l10,7.5V11.2L9.876,8.859C9.132,8.301,8.228,8,7.298,8h0C4.924,8,3,9.924,3,12.298z">
</path>
<path fill="#fbc02d"
d="M45,12.298V16.2l-10,7.5V11.2l3.124-2.341C38.868,8.301,39.772,8,40.702,8h0 C43.076,8,45,9.924,45,12.298z">
</path>
</svg>
<span> Mail </span> </button></a>
<!-- in href add your whatsapp link -->
<a href=" Your whatsapp link " target="_blank"> <button class="contact-btn">
<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="30" height="30" viewBox="0 0 48 48">
<path fill="#fff"
d="M4.868,43.303l2.694-9.835C5.9,30.59,5.026,27.324,5.027,23.979C5.032,13.514,13.548,5,24.014,5c5.079,0.002,9.845,1.979,13.43,5.566c3.584,3.588,5.558,8.356,5.556,13.428c-0.004,10.465-8.522,18.98-18.986,18.98c-0.001,0,0,0,0,0h-0.008c-3.177-0.001-6.3-0.798-9.073-2.311L4.868,43.303z">
</path>
<path fill="#fff"
d="M4.868,43.803c-0.132,0-0.26-0.052-0.355-0.148c-0.125-0.127-0.174-0.312-0.127-0.483l2.639-9.636c-1.636-2.906-2.499-6.206-2.497-9.556C4.532,13.238,13.273,4.5,24.014,4.5c5.21,0.002,10.105,2.031,13.784,5.713c3.679,3.683,5.704,8.577,5.702,13.781c-0.004,10.741-8.746,19.48-19.486,19.48c-3.189-0.001-6.344-0.788-9.144-2.277l-9.875,2.589C4.953,43.798,4.911,43.803,4.868,43.803z">
</path>
<path fill="#cfd8dc"
d="M24.014,5c5.079,0.002,9.845,1.979,13.43,5.566c3.584,3.588,5.558,8.356,5.556,13.428c-0.004,10.465-8.522,18.98-18.986,18.98h-0.008c-3.177-0.001-6.3-0.798-9.073-2.311L4.868,43.303l2.694-9.835C5.9,30.59,5.026,27.324,5.027,23.979C5.032,13.514,13.548,5,24.014,5 M24.014,42.974C24.014,42.974,24.014,42.974,24.014,42.974C24.014,42.974,24.014,42.974,24.014,42.974 M24.014,42.974C24.014,42.974,24.014,42.974,24.014,42.974C24.014,42.974,24.014,42.974,24.014,42.974 M24.014,4C24.014,4,24.014,4,24.014,4C12.998,4,4.032,12.962,4.027,23.979c-0.001,3.367,0.849,6.685,2.461,9.622l-2.585,9.439c-0.094,0.345,0.002,0.713,0.254,0.967c0.19,0.192,0.447,0.297,0.711,0.297c0.085,0,0.17-0.011,0.254-0.033l9.687-2.54c2.828,1.468,5.998,2.243,9.197,2.244c11.024,0,19.99-8.963,19.995-19.98c0.002-5.339-2.075-10.359-5.848-14.135C34.378,6.083,29.357,4.002,24.014,4L24.014,4z">
</path>
<path fill="#40c351"
d="M35.176,12.832c-2.98-2.982-6.941-4.625-11.157-4.626c-8.704,0-15.783,7.076-15.787,15.774c-0.001,2.981,0.833,5.883,2.413,8.396l0.376,0.597l-1.595,5.821l5.973-1.566l0.577,0.342c2.422,1.438,5.2,2.198,8.032,2.199h0.006c8.698,0,15.777-7.077,15.78-15.776C39.795,19.778,38.156,15.814,35.176,12.832z">
</path>
<path fill="#fff" fill-rule="evenodd"
d="M19.268,16.045c-0.355-0.79-0.729-0.806-1.068-0.82c-0.277-0.012-0.593-0.011-0.909-0.011c-0.316,0-0.83,0.119-1.265,0.594c-0.435,0.475-1.661,1.622-1.661,3.956c0,2.334,1.7,4.59,1.937,4.906c0.237,0.316,3.282,5.259,8.104,7.161c4.007,1.58,4.823,1.266,5.693,1.187c0.87-0.079,2.807-1.147,3.202-2.255c0.395-1.108,0.395-2.057,0.277-2.255c-0.119-0.198-0.435-0.316-0.909-0.554s-2.807-1.385-3.242-1.543c-0.435-0.158-0.751-0.237-1.068,0.238c-0.316,0.474-1.225,1.543-1.502,1.859c-0.277,0.317-0.554,0.357-1.028,0.119c-0.474-0.238-2.002-0.738-3.815-2.354c-1.41-1.257-2.362-2.81-2.639-3.285c-0.277-0.474-0.03-0.731,0.208-0.968c0.213-0.213,0.474-0.554,0.712-0.831c0.237-0.277,0.316-0.475,0.474-0.791c0.158-0.317,0.079-0.594-0.04-0.831C20.612,19.329,19.69,16.983,19.268,16.045z"
clip-rule="evenodd"></path>
</svg>
<span> Whatsapp </span> </button> </a>
</div>
</div>
</div>
<div class="row">
<!-- <div class=" "> -->
<iframe class="Gmap"
src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d2828.84149168596!2d79.81382121013337!3d11.935242010378595!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3a5361755af209a5%3A0x1dec2680eeb5f067!2sSAARA%20SIDDHA%20CLINIC!5e0!3m2!1sen!2sin!4v1712941657324!5m2!1sen!2sin"
width="200" height="200" style="border:0;" allowfullscreen="" loading="lazy"
referrerpolicy="no-referrer-when-downgrade"></iframe>
<!-- </div> -->
</div>
</div>
</section>
<!-- Contact end -->
<!-- clinic-logo Section Start -->
<section id="clinic-logo">
<div class="container">
<div class="row">
<div class="col-12">
<img src="img/SSC_Logo.png" height="90px" width=" auto" alt="Saara Siddha Clinic">
</div>
<br>
<div class="col-12">
<h2> சாரா சித்தா கிளினிக் </h2>
<h4> SAARA SIDDHA CLINIC </h4>
</div>
</div>
</div>
</section>
<!-- clinic-logo Section end -->
</main>
<!-- Footer Start -->
<footer id="footer">
<div class="container">
<div class="copyright">
<p> <b id="Year"> </b> © Copyright <a href="#">Saara Siddha Clinic</a>. All Rights Reserved</p>
</div>
</div>
</footer>
<!-- Footer end -->
<button onclick="topFunction()" id="go-to-top" title="Go to top">
<i class="fa fa-chevron-up"></i>
</button>
<!-- Uncomment below i you want to use a preloader -->
<!-- <div id="preloader"></div> -->
<!-- JavaScript Libraries -->
<script src="vendor/jquery/jquery.min.js"></script>
<script src="vendor/jquery/jquery-migrate.min.js"></script>
<script src="vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="vendor/easing/easing.min.js"></script>
<script src="vendor/stickyjs/sticky.js"></script>
<script src="vendor/superfish/hoverIntent.js"></script>
<script src="vendor/superfish/superfish.min.js"></script>
<script src="vendor/owlcarousel/owl.carousel.min.js"></script>
<script src="vendor/touchSwipe/jquery.touchSwipe.min.js"></script>
<!-- Main Javascript File -->
<script src="js/main.js"></script>
<script src="js/back-to-top.js"></script>
<script src="js/counter.js"></script>
<script src="js/Year.js"></script>
</body>
</html>