-
Notifications
You must be signed in to change notification settings - Fork 0
/
service.html
218 lines (183 loc) · 8.94 KB
/
service.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
<!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><a href="about.html">About</a></li>
<li class="menu-active"><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">
<!-- Services Section Start -->
<section id="services">
<div class="container">
<header class="section-header">
<h3>Services</h3>
</header>
<div class="row">
<div class="col-sm-6 col-md-4 col-lg-3">
<div class="single-service">
<div class="icon icon-1"></div>
<h4> Skin Diseases </h4>
<p> Acne , Tinea , Vitiligo , Psoriasis etc,. </p>
<a href="booking.html">Book Now</a>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3">
<div class="single-service">
<div class="icon icon-2"></div>
<h4>Hair Treatments </h4>
<p> Hair loss , Dandruff , Scalp Psoriasis etc,.</p>
<a href="booking.html">Book Now</a>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3">
<div class="single-service">
<div class="icon icon-5"></div>
<h4>Infertility </h4>
<p> Sexual Disfunction , Infertility etc., </p>
<a href="booking.html">Book Now</a>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3">
<div class="single-service">
<div class="icon icon-3"></div>
<h4>Respiratory Disorders </h4>
<p> Asthma , Alergy , Sainus etc,. </p>
<a href="booking.html">Book Now</a>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3">
<div class="single-service">
<div class="icon icon-6"></div>
<h4>Kidney / Gall Bladder Stones</h4>
<p> Renal calculi , Gallstones removal.</p>
<a href="booking.html">Book Now</a>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3">
<div class="single-service">
<div class="icon icon-7"></div>
<h4> Pain Related Disorders </h4>
<p> Migraines , Chronic pain , Back pain etc,. </p>
<a href="booking.html">Book Now</a>
</div>
</div>
<div class="col-sm-6 col-md-4 col-lg-3">
<div class="single-service">
<div class="icon icon-4"></div>
<h4>Menstrual & Uterine Disorders </h4>
<p> Dysmenorrhea , menstrual problems etc,.</p>
<a href="booking.html">Book Now</a>
</div>
</div>
</div>
</div>
</section>
<!-- Service Section 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 -->
<!-- Support Section Start -->
<!-- <section id="support" class="wow fadeInUp">
<div class="container">
<h1>
Need help? Call me 24/7 at +1-234-567-8900
</h1>
</div>
</section> -->
<!-- Support 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>