-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
313 lines (217 loc) · 8.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dentist Website</title>
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<!-- bootstrap cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.6.1/css/bootstrap.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="images/favicon.png"/>
</head>
<body>
<!-- header section starts -->
<header class="header fixed-top">
<div class="container">
<div class="row align-items-center justify-content-between">
<a href="#home" class="logo">dental<span>Clinic.</span></a>
<nav class="nav">
<a href="#home">home</a>
<a href="#about">about</a>
<a href="#services">services</a>
<a href="#reviews">reviews</a>
<a href="#contact">contact</a>
</nav>
<a href="#contact" class="link-btn">make appointment</a>
<div id="menu-btn" class="fas fa-bars"></div>
</div>
</div>
</header>
<!-- header section ends -->
<!-- home section starts -->
<section class="home" id="home">
<div class="container">
<div class="row min-vh-100 align-items-center">
<div class="content text-center text-md-left">
<h3>Allow us to make your smile brighter.</h3>
<p>DentalClinic Can Help You Get the Smile You've Always Wanted. We offer cosmetic dentistry, root canal therapy, cavity inspections, and more.</p>
<a href="#contact" class="link-btn">make appointment</a>
</div>
</div>
</div>
</section>
<!-- home section ends -->
<!-- about section starts -->
<section class="about" id="about">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 image">
<img src="images/about-img.jpg" class="w-100 mb-5 mb-md-0" alt="">
</div>
<div class="col-md-6 content">
<span>about us</span>
<h3>Genuine Family Healthcare</h3>
<p>DentalClinic helps you achieve the quintessentially oriented smile you have always craved. Our product gets the job done without making you go through any hassle or discomfort.</p>
<a href="#contact" class="link-btn">make appointment</a>
</div>
</div>
</div>
</section>
<!-- about section ends -->
<!-- services section starts -->
<section class="services" id="services">
<h1 class="heading">our services</h1>
<div class="box-container container">
<div class="box">
<img src="images/icon-1.svg" alt="">
<h3>Alignment specialist</h3>
</div>
<div class="box">
<img src="images/icon-2.svg" alt="">
<h3>Cosmetic dentistry</h3>
</div>
<div class="box">
<img src="images/icon-3.svg" alt="">
<h3>Oral hygiene experts</h3>
</div>
<div class="box">
<img src="images/icon-4.svg" alt="">
<h3>Root canal specialist</h3>
</div>
<div class="box">
<img src="images/icon-5.svg" alt="">
<h3>Live dental advisory</h3>
</div>
<div class="box">
<img src="images/icon-6.svg" alt="">
<h3>Cavity inspection</h3>
</div>
</div>
</section>
<!-- services section ends -->
<!-- process section starts -->
<section class="process">
<h1 class="heading">work process</h1>
<div class="box-container container">
<div class="box">
<img src="images/process-1.png" alt="">
<h3>Cosmetic Dentistry</h3>
<p>Cosmetic dentistry includes teeth whitening, dental implants, dental crowns, and teeth shaping.</p>
</div>
<div class="box">
<img src="images/process-2.png" alt="">
<h3>Pediatric Dentistry</h3>
<p>Padiatric dentistry include stainless steel crowns, tooth-colored fillings, dental cleanings, and cavities.</p>
</div>
<div class="box">
<img src="images/process-3.png" alt="">
<h3>Dental Implants</h3>
<p>Dental implants are artificial tooth roots that are surgically placed into the jawbone.</p>
</div>
</div>
</section>
<!-- process section ends -->
<!-- reviews section starts -->
<section class="reviews" id="reviews">
<h1 class="heading"> Our Clients </h1>
<div class="box-container container">
<div class="box">
<img src="images/pic-1.png" alt="">
<p> I couldn’t believe that it was so afordable compared to the alternatives available in the market.</p>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<h3>Alan Harris</h3>
<span>Manager</span>
</div>
<div class="box">
<img src="images/pic-2.png" alt="">
<p>Earlier I used to hide my smile and now I can’t stop smiling. Flexalign aligners changed my life & smile completely.</p>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<h3>Sophie Johnson</h3>
<span>Assistant Manager</span>
</div>
<div class="box">
<img src="images/pic-3.png" alt="">
<p>Great experience with DentalClinic aligners. I would recommend this place for they have the best quality service</p>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star-half-alt"></i>
</div>
<h3>James Williams</h3>
<span>CEO</span>
</div>
</div>
</section>
<!-- reviews section ends -->
<!-- contact section starts -->
<section class="contact" id="contact">
<h1 class="heading">make appointment</h1>
<form action="<?php echo $_SERVER['PHP_SELF']; ?>" method="post">
<!--<?php
if(isset($message)){
foreach($message as $message){
echo '<p class="message">'.$message.'</p>';
}
}
?>-->
<span>Enter your name :</span>
<input type="text" name="name" placeholder="Enter your name" class="box" required>
<span>Enter your email :</span>
<input type="email" name="email" placeholder="Enter your email" class="box" required>
<span>Enter your number :</span>
<input type="number" name="number" placeholder="Enter your number" class="box" required>
<span>Enter appointment date :</span>
<input type="datetime-local" name="date" class="box" required>
<input type="submit" value="make appointment" name="submit" class="link-btn">
</form>
</section>
<!-- contact section ends -->
<!-- footer section starts -->
<section class="footer">
<div class="box-container container">
<div class="box">
<i class="fas fa-phone"></i>
<h3>phone number</h3>
<p>+123-456-7890</p>
</div>
<div class="box">
<i class="fas fa-map-marker-alt"></i>
<h3>our address</h3>
<p>Mumbai, India - 400054</p>
</div>
<div class="box">
<i class="fas fa-clock"></i>
<h3>opening hours</h3>
<p>10:00am to 07:00pm</p>
</div>
<div class="box">
<i class="fas fa-envelope"></i>
<h3>email address</h3>
<p>[email protected]</p>
</div>
</div>
<div class="credit"> ©2022 <?php echo date('Y'); ?> <span>DentalClinic</span> All Reserved Rights </div>
</section>
<!-- footer section ends -->
<!-- custom js file link -->
<script src="js/script.js"></script>
</body>
</html>