-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
489 lines (357 loc) · 24.5 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
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
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Medic Care Bootstrap 5 CSS Template</title>
<!-- CSS FILES -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap" rel="stylesheet">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-icons.css" rel="stylesheet">
<link href="css/owl.carousel.min.css" rel="stylesheet">
<link href="css/owl.theme.default.min.css" rel="stylesheet">
<link href="css/templatemo-medic-care.css" rel="stylesheet">
<!--
TemplateMo 566 Medic Care
https://templatemo.com/tm-566-medic-care
-->
</head>
<body id="top">
<main>
<nav class="navbar navbar-expand-lg bg-light fixed-top shadow-lg">
<div class="container">
<a class="navbar-brand mx-auto d-lg-none" href="index.html">
Medic Care
<strong class="d-block">Health Specialist</strong>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mx-auto">
<li class="nav-item active">
<a class="nav-link" href="#hero">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#timeline">Timeline</a>
</li>
<a class="navbar-brand d-none d-lg-block" href="index.html">
Medic Care
<strong class="d-block">Health Specialist</strong>
</a>
<li class="nav-item">
<a class="nav-link" href="#reviews">Testimonials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#booking">Booking</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<section class="hero" id="hero">
<div class="container">
<div class="row">
<div class="col-12">
<div id="myCarousel" class="carousel slide carousel-fade" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img src="images/slider/portrait-successful-mid-adult-doctor-with-crossed-arms.jpg" class="img-fluid" alt="">
</div>
<div class="carousel-item">
<img src="images/slider/young-asian-female-dentist-white-coat-posing-clinic-equipment.jpg" class="img-fluid" alt="">
</div>
<div class="carousel-item">
<img src="images/slider/doctor-s-hand-holding-stethoscope-closeup.jpg" class="img-fluid" alt="">
</div>
</div>
</div>
<div class="heroText d-flex flex-column justify-content-center">
<h1 class="mt-auto mb-2">
Better
<div class="animated-info">
<span class="animated-item">health</span>
<span class="animated-item">days</span>
<span class="animated-item">lives</span>
</div>
</h1>
<p class="mb-4">Medic Care is a Bootstrap 5 Template provided by TemplateMo website. Credits go to FreePik and RawPixel for images used in this template.</p>
<div class="heroLinks d-flex flex-wrap align-items-center">
<a class="custom-link me-4" href="#about" data-hover="Learn More">Learn More</a>
<p class="contact-phone mb-0"><i class="bi-phone"></i> 010-020-0340</p>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-padding" id="about">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-6 col-12">
<h2 class="mb-lg-3 mb-3">Meet Dr. Carson</h2>
<p>Protect yourself and others by wearing masks and washing hands frequently. Outdoor is safer than indoor for gatherings or holding events. People who get sick with Coronavirus disease (COVID-19) will experience mild to moderate symptoms and recover without special treatments.</p>
<p>You can feel free to use this CSS template for your medical profession or health care related websites. You can <a rel="nofollow" href="http://paypal.me/templatemo" target="_blank">support us a little</a> via PayPal if this template is good and useful for your work.</p>
</div>
<div class="col-lg-4 col-md-5 col-12 mx-auto">
<div class="featured-circle bg-white shadow-lg d-flex justify-content-center align-items-center">
<p class="featured-text"><span class="featured-number">12</span> Years<br> of Experiences</p>
</div>
</div>
</div>
</div>
</section>
<section class="gallery">
<div class="container">
<div class="row">
<div class="col-lg-6 col-6 ps-0">
<img src="images/gallery/medium-shot-man-getting-vaccine.jpg" class="img-fluid galleryImage" alt="get a vaccine" title="get a vaccine for yourself">
</div>
<div class="col-lg-6 col-6 pe-0">
<img src="images/gallery/female-doctor-with-presenting-hand-gesture.jpg" class="img-fluid galleryImage" alt="wear a mask" title="wear a mask to protect yourself">
</div>
</div>
</div>
</section>
<section class="section-padding pb-0" id="timeline">
<div class="container">
<div class="row">
<h2 class="text-center mb-lg-5 mb-4">Our Timeline</h2>
<div class="timeline">
<div class="row g-0 justify-content-end justify-content-md-around align-items-start timeline-nodes">
<div class="col-9 col-md-5 me-md-4 me-lg-0 order-3 order-md-1 timeline-content bg-white shadow-lg">
<h3 class=" text-light">Get the vaccine</h3>
<p>Donec facilisis urna dui, a dignissim mauris pretium a. Quisque quis libero fermentum, tempus felis eu, consequat nibh.</p>
</div>
<div class="col-3 col-sm-1 order-2 timeline-icons text-md-center">
<i class="bi-patch-check-fill timeline-icon"></i>
</div>
<div class="col-9 col-md-5 ps-md-3 ps-lg-0 order-1 order-md-3 py-4 timeline-date">
<time>2021-07-31 Saturday</time>
</div>
</div>
<div class="row g-0 justify-content-end justify-content-md-around align-items-start timeline-nodes my-lg-5 my-4">
<div class="col-9 col-md-5 ms-md-4 ms-lg-0 order-3 order-md-1 timeline-content bg-white shadow-lg">
<h3 class=" text-light">Consulting your health</h3>
<p>You are fully permitted to use this template for your commercial or personal website. You are not permitted to redistribute the template ZIP file for a download purpose on any other <a href="https://www.google.com/search?q=free+css" target="_blank">Free CSS collection</a> website.</p>
</div>
<div class="col-3 col-sm-1 order-2 timeline-icons text-md-center">
<i class="bi-book timeline-icon"></i>
</div>
<div class="col-9 col-md-5 pe-md-3 pe-lg-0 order-1 order-md-3 py-4 timeline-date">
<time>2021-07-15 Thursday</time>
</div>
</div>
<div class="row g-0 justify-content-end justify-content-md-around align-items-start timeline-nodes">
<div class="col-9 col-md-5 me-md-4 me-lg-0 order-3 order-md-1 timeline-content bg-white shadow-lg">
<h3 class=" text-light">Certified Nurses</h3>
<p>Phasellus eleifend, urna interdum congue viverra, arcu neque ultrices ligula, id pulvinar nisi nibh et lacus. Vivamus gravida, ipsum non euismod tincidunt, sapien elit fermentum mi, quis iaculis enim ligula at arcu.</p>
</div>
<div class="col-3 col-sm-1 order-2 timeline-icons text-md-center">
<i class="bi-file-medical timeline-icon"></i>
</div>
<div class="col-9 col-md-5 ps-md-3 ps-lg-0 order-1 order-md-3 py-4 timeline-date">
<time>2021-06-28 Monday</time>
</div>
</div>
<div class="row g-0 justify-content-end justify-content-md-around align-items-start timeline-nodes my-lg-5 my-4">
<div class="col-9 col-md-5 ms-md-4 ms-lg-0 order-3 order-md-1 timeline-content bg-white shadow-lg">
<h3 class=" text-light">Covid-19 Hospitals</h3>
<p class="mb-0 pb-0">Fusce vestibulum euismod nulla sed ultrices. Praesent rutrum nulla vel sapien euismod, quis tempus dui placerat.</p>
<p>Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla</p>
</div>
<div class="col-3 col-sm-1 order-2 timeline-icons text-md-center">
<i class="bi-globe timeline-icon"></i>
</div>
<div class="col-9 col-md-5 pe-md-3 pe-lg-0 order-1 order-md-3 py-4 timeline-date">
<time>2021-05-30 Sunday</time>
</div>
</div>
<div class="row g-0 justify-content-end justify-content-md-around align-items-start timeline-nodes">
<div class="col-9 col-md-5 me-md-4 me-lg-0 order-3 order-md-1 timeline-content bg-white shadow-lg">
<h3 class=" text-light">Freelance Nursing</h3>
<p>If you need a working contact form that submits email to your inbox, please <a rel="nofollow" href="https://templatemo.com/contact" target="_parent">visit our contact page</a> for more information.</p>
</div>
<div class="col-3 col-sm-1 order-2 timeline-icons text-md-center">
<i class="bi-person timeline-icon"></i>
</div>
<div class="col-9 col-md-5 ps-md-3 ps-lg-0 order-1 order-md-3 py-4 timeline-date">
<time>2021-05-18 Tuesday</time>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-padding pb-0" id="reviews">
<div class="container">
<div class="row">
<div class="col-12">
<h2 class="text-center mb-lg-5 mb-4">Our Patients</h2>
<div class="owl-carousel reviews-carousel">
<figure class="reviews-thumb d-flex flex-wrap align-items-center rounded">
<div class="reviews-stars">
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star"></i>
</div>
<p class="text-primary d-block mt-2 mb-0 w-100"><strong>Best Health Care</strong></p>
<p class="reviews-text w-100">Phasellus ligula ante, tempus ac imperdiet ut, mattis ac nibh. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
<img src="images/reviews/beautiful-woman-face-portrait-brown-background.jpeg" class="img-fluid reviews-image" alt="">
<figcaption class="ms-4">
<strong>Marie</strong>
<span class="text-muted">Patient</span>
</figcaption>
</figure>
<figure class="reviews-thumb d-flex flex-wrap align-items-center rounded">
<div class="reviews-stars">
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star"></i>
</div>
<p class="text-primary d-block mt-2 mb-0 w-100"><strong>Doctor cares everyone!</strong></p>
<p class="reviews-text w-100">Donec in elementum orci, nec posuere ligula. Quisque vulputate diam et ullamcorper ullamcorper. Pellentesque vestibulum neque at leo fermentum mattis.</p>
<img src="images/reviews/senior-man-wearing-white-face-mask-covid-19-campaign-with-design-space.jpeg" class="img-fluid reviews-image" alt="">
<figcaption class="ms-4">
<strong>Ben Walker</strong>
<span class="text-muted">Recovered</span>
</figcaption>
</figure>
<figure class="reviews-thumb d-flex flex-wrap align-items-center rounded">
<div class="reviews-stars">
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
</div>
<p class="text-primary d-block mt-2 mb-0 w-100"><strong>Great services!</strong></p>
<p class="reviews-text w-100">Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Donec sit amet velit vitae purus aliquam efficitur.</p>
<img src="images/reviews/portrait-british-woman.jpeg" class="img-fluid reviews-image" alt="">
<figcaption class="ms-4">
<strong>Laura Zono</strong>
<span class="text-muted">New Patient</span>
</figcaption>
</figure>
<figure class="reviews-thumb d-flex flex-wrap align-items-center rounded">
<div class="reviews-stars">
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star-fill"></i>
<i class="bi-star"></i>
<i class="bi-star"></i>
</div>
<p class="text-primary d-block mt-2 mb-0 w-100"><strong>Best Advices</strong></p>
<p class="reviews-text w-100">Integer posuere erat a ante venenatis dapibus posuere velit aliquet. Maecenas faucibus mollis interdum. Donec ullamcorper nulla non metus auctor fringilla.</p>
<img src="images/reviews/woman-wearing-mask-face-closeup-covid-19-green-background.jpeg" class="img-fluid reviews-image" alt="">
<figcaption class="ms-4">
<strong>Rosey</strong>
<span class="text-muted">Almost Recovered</span>
</figcaption>
</figure>
</div>
</div>
</div>
</div>
</section>
<section class="section-padding" id="booking">
<div class="container">
<div class="row">
<div class="col-lg-8 col-12 mx-auto">
<div class="booking-form">
<h2 class="text-center mb-lg-3 mb-2">Book an appointment</h2>
<form role="form" action="#booking" method="post">
<div class="row">
<div class="col-lg-6 col-12">
<input type="text" name="name" id="name" class="form-control" placeholder="Full name" required>
</div>
<div class="col-lg-6 col-12">
<input type="email" name="email" id="email" pattern="[^ @]*@[^ @]*" class="form-control" placeholder="Email address" required>
</div>
<div class="col-lg-6 col-12">
<input type="telephone" name="phone" id="phone" pattern="[0-9]{3}-[0-9]{3}-[0-9]{4}" class="form-control" placeholder="Phone: 123-456-7890">
</div>
<div class="col-lg-6 col-12">
<input type="date" name="date" id="date" value="" class="form-control">
</div>
<div class="col-12">
<textarea class="form-control" rows="5" id="message" name="message" placeholder="Additional Message"></textarea>
</div>
<div class="col-lg-3 col-md-4 col-6 mx-auto">
<button type="submit" class="form-control" id="submit-button">Book Now</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer section-padding" id="contact">
<div class="container">
<div class="row">
<div class="col-lg-5 me-auto col-12">
<h5 class="mb-lg-4 mb-3">Opening Hours</h5>
<ul class="list-group list-group-flush">
<li class="list-group-item d-flex">
Sunday : Closed
</li>
<li class="list-group-item d-flex">
Monday, Tuesday - Firday
<span>8:00 AM - 3:30 PM</span>
</li>
<li class="list-group-item d-flex">
Saturday
<span>10:30 AM - 5:30 PM</span>
</li>
</ul>
</div>
<div class="col-lg-2 col-md-6 col-12 my-4 my-lg-0">
<h5 class="mb-lg-4 mb-3">Our Clinic</h5>
<p><a href="mailto:[email protected]">[email protected]</a><p>
<p>123 Digital Art Street, San Diego, CA 92123</p>
</div>
<div class="col-lg-3 col-md-6 col-12 ms-auto">
<h5 class="mb-lg-4 mb-2">Socials</h5>
<ul class="social-icon">
<li><a href="#" class="social-icon-link bi-facebook"></a></li>
<li><a href="#" class="social-icon-link bi-twitter"></a></li>
<li><a href="#" class="social-icon-link bi-instagram"></a></li>
<li><a href="#" class="social-icon-link bi-youtube"></a></li>
</ul>
<div>
<p class="copyright-text">Copyright © Medic Care 2021
<br><br>Design: <a href="https://templatemo.com" target="_parent">TemplateMo</a></p>
<p class="copyright-text">Distributed By: <a href="https://themewagon.com" target="_parent">Themewagon</a></p>
</div>
</div>
</div>
</section>
</footer>
<!-- JAVASCRIPT FILES -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/scrollspy.min.js"></script>
<script src="js/custom.js"></script>
<!--
TemplateMo 566 Medic Care
https://templatemo.com/tm-566-medic-care
-->
</body>
</html>