-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
433 lines (393 loc) · 23.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
<!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">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-KK94CHFLLe+nY2dmCWGMq91rCGa5gtU4mk92HdvYe+M/SXH301p5ILy+dN9+nJOZ" crossorigin="anonymous" />
<link rel="stylesheet" href="style.css" />
<title>Medical-Website</title>
</head>
<body>
<header id="home" class="min-vh-100 full-height">
<nav class="navbar navbar-expand-lg fixed-top bg-white bg-opacity-75" aria-label="Main Navigation">
<div class="container">
<a class="navbar-brand" href="#home">
<img class="mainLogo img-fluid" src="img/Medical.png" alt="Medical logo" />
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarTogglerDemo01">
<a class="navbar-brand" href="#">
</a>
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Services</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Porfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="container vh-100 d-flex align-items-center justify-content-center">
<div class="row w-100">
<div class="card col-lg-6 bg-transparent border-0 text-white">
<div class="card-body">
<div class="circle"></div>
<div class="hero">
<h1 class="card-title display-3">The Best Doctors in <b>Medicine!!</b></h1>
<h5 class="card-subtitle mb-2">In the World of Modern Medicine!</h5>
<p class="card-text my-5">"Your health, simplified. Explore telemedicine options, find
specialists, and access reliable health information—all in one place."</p>
</div>
</div>
</div>
</div>
</div>
</header>
<main>
<div class="py-5">
<div class="container">
<div class="row align-items-center">
<div class="col-md-6 ">
<div class="card bg-transparent border-0">
<div class="card-body">
<h6 class="card-title text-mavi text-uppercase">Welcome to clinic</h6>
<h2 class="card-subtitle mb-2">Why you should choose us?</h2>
<p class="card-text my-4">Transforming healthcare accessibility. Instantly book
appointments, receive virtual consultations, and explore personalized treatment
options with our innovative online platform..</p>
<button class="btn btn-info bg-mavi text-white border-0 rounded-0 text-uppercase"
type="submit">Get started now</button>
</div>
</div>
</div>
<div class="col-md-6 text-end">
<img src="img/hekimbaba.jpg" class="mw-100" alt="Hekim baba" />
</div>
</div>
</div>
</div>
<div class="bg-mavi">
<div class="container-fluid">
<div class="row">
<div class="col-md-6 vh-50 d-flex align-items-center order-md-1">
<div class="card bg-transparent border-0 text-white text-center mx-md-5 px-md-5">
<div class="card-body">
<h6 class="card-title text-uppercase">Features</h6>
<h2 class="card-subtitle mb-2">Professional surgeons</h2>
<p class="card-text my - 4">Your health, our priority. Streamline your medical journey
with seamless specialist referrals, real-time telemedicine, and comprehensive health
resources at your fingertips.</p>
</div>
</div>
</div>
<div class="col-md-6 vh-50 features" style="background: url('img/features1.jpg') center/cover;">
</div>
<div class="col-md-6 vh-50 d-flex align-items-center order-md-1">
<div class="card bg-transparent border-0 text-white text-center mx-md-5 px-md-5 ">
<div class="card-body">
<h6 class="card-title text-uppercase">Features</h6>
<h2 class="card-subtitle mb-2">Emergency care fore children</h2>
<p class="card-text my-4">Empowering you with personalized care. Experience a new era of
healthcare convenience with our intuitive platform offering virtual visits, tailored
treatment plans, and expert guidance.</p>
</div>
</div>
</div>
<div class="col-md-6 vh-50 order-md-1 features"
style="background: url('img/features2.jpg') center/cover"></div>
</div>
</div>
</div>
<div class="py-5">
<div class="container">
<div class="row">
<div class="col-md-4 justify-content-center flex-column">
<div class="card my-5 border-0 align-items-center">
<img src="img/ic1.jpg" class="card-img-top serviceimgs img-fluid" alt="Telemedicine Consultations" loading="lazy">
<div class="card-body text-center">
<h5 class="card-title">Telemedicine Consultations</h5>
<p class="card-text">Connect with our healthcare professionals from the comfort of your home through secure video consultations.</p>
</div>
</div>
<div class="card border-0 align-items-center">
<img src="img/ic2.jpg" class="card-img-top serviceimgs img-fluid" alt="Emergency Services" loading="lazy">
<div class="card-body text-center">
<h5 class="card-title">Emergency Services</h5>
<p class="card-text">24/7 emergency care for critical health situations, ensuring immediate and comprehensive medical attention.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card my-5 border-0 align-items-center">
<img src="img/ic3.jpg" class="card-img-top serviceimgs img-fluid" alt="Pediatric Care" loading="lazy">
<div class="card-body text-center">
<h5 class="card-title">Pediatric Care</h5>
<p class="card-text">Specialized healthcare services tailored for infants, children, and adolescents to promote healthy development.</p>
</div>
</div>
<div class="card border-0 align-items-center">
<img src="img/ic4.jpg" class="card-img-top serviceimgs img-fluid" alt="Mental Health Support" loading="lazy">
<div class="card-body text-center">
<h5 class="card-title">Mental Health Support</h5>
<p class="card-text">Comprehensive mental health services to support your emotional and psychological well-being.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card my-5 border-0 align-items-center">
<img src="img/ic5.jpg" class="card-img-top serviceimgs img-fluid" alt="Cardiac Care" loading="lazy">
<div class="card-body text-center">
<h5 class="card-title">Cardiac Care</h5>
<p class="card-text">Advanced cardiac treatments and preventive measures to maintain a healthy heart.</p>
</div>
</div>
<div class="card border-0 align-items-center">
<img src="img/ic6.jpg" class="card-img-top serviceimgs img-fluid" alt="Orthopedic Services" loading="lazy">
<div class="card-body text-center">
<h5 class="card-title">Orthopedic Services</h5>
<p class="card-text">Comprehensive orthopedic care to treat musculoskeletal issues and enhance mobility.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <div class="bg-boz py-3">
<div class="container">
<div class="row">
<div class="col-md-4">
<img src="img/portfolio-6.jpg" class="card-img my-5" alt="...">
<img src="img/portfolio-2.jpg" class="card-img " alt="...">
</div>
<div class="col-md-4">
<img src="img/portfolio-3.jpg" class="card-img my-5" alt="...">
<img src="img/portfolio-4.jpg" class="card-img" alt="...">
</div>
<div class="col-md-4">
<img src="img/portfolio-5.jpg" class="card-img my-5" alt="...">
<img src="img/portfolio-1.jpg" class="card-img mb-5" alt="...">
</div>
</div>
</div>
</div> -->
<div class="bg-boz py-3">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="image-container">
<img src="img/portfolio-6.jpg" class="card-img my-5" alt="...">
<div class="overlay">Precision in Surgery</div>
</div>
<div class="image-container">
<img src="img/portfolio-2.jpg" class="card-img " alt="...">
<div class="overlay">Advanced Diagnostics</div>
</div>
</div>
<div class="col-md-4">
<div class="image-container">
<img src="img/portfolio-3.jpg" class="card-img my-5" alt="...">
<div class="overlay">Specialized Medical Team</div>
</div>
<div class="image-container">
<img src="img/portfolio-4.jpg" class="card-img" alt="...">
<div class="overlay">Breakthrough Research</div>
</div>
</div>
<div class="col-md-4">
<div class="image-container">
<img src="img/portfolio-5.jpg" class="card-img my-5" alt="...">
<div class="overlay">Care for the Future</div>
</div>
<div class="image-container">
<img src="img/portfolio-1.jpg" class="card-img mb-5" alt="...">
<div class="overlay">Precision Analysis</div>
</div>
</div>
</div>
</div>
</div>
<div class="bg-mavi py-5">
<div class="container">
<div class="col d-flex flex-column">
<div class="d-flex justify-content-center mb-5">
<div class="card-body text-center text-white w-50 d-flex flex-column">
<h1 class="card-title">''</h1>
<p class="card-text">Welcome to a world of personalized healthcare. Schedule appointments,
consult with specialists, and access medical resources conveniently online.</p>
</div>
</div>
<div id="carouselExampleCaptions" class="carousel slide" data-bs-ride="carousel" role="region" aria-label="Testimonials Carousel">
<div class="carousel-indicators">
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="0"
class="active bt1" aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="1"
class="bt2" aria-label="Slide 2"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="2"
class="bt3" aria-label="Slide 3"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="3"
class="bt4" aria-label="Slide 4"></button>
<button type="button" data-bs-target="#carouselExampleCaptions" data-bs-slide-to="4"
class="bt5" aria-label="Slide 5"></button>
</div>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="carousel-caption d-flex flex-column py-3 d-md-block py-md-5">
<h6>Jane Galadriel</h6>
<p>CEO, Tengkurep</p>
<p>"Medical has transformed the way I access healthcare services. The platform is intuitive and efficient."</p>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption d-flex flex-column py-3 d-md-block py-md-5">
<h6>John Doe</h6>
<p>Chief Surgeon, HealthCare Inc.</p>
<p>"Exceptional care and professional staff. I felt valued and well-cared for throughout my treatment."</p>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption d-flex flex-column py-3 d-md-block py-md-5">
<h6>Emily Smith</h6>
<p>Head of Pediatrics, CarePlus</p>
<p>"Our children receive the best possible care. The pediatric services are outstanding and compassionate."</p>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption d-flex flex-column py-3 d-md-block py-md-5">
<h6>Michael Brown</h6>
<p>Director of Operations, MedLife</p>
<p>"A reliable and efficient medical platform that has streamlined our operations significantly."</p>
</div>
</div>
<div class="carousel-item">
<div class="carousel-caption d-flex flex-column py-3 d-md-block py-md-5">
<h6>Sarah Johnson</h6>
<p>Lead Nurse, WellCare</p>
<p>"The support and resources provided have greatly enhanced patient care and nurse efficiency."</p>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#carouselExampleCaptions"
data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</div>
</div>
</section>
<div class="py-5">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-4">
<div class="mb-3">
<input type="text" class="form-control" id="exampleFormControlInput1" placeholder="Name">
</div>
<div class="mb-3">
<input type="email" class="form-control" id="exampleFormControlInput1" placeholder="E-mail">
</div>
<div class="mb-3">
<input type="text" class="form-control" id="exampleFormControlInput1" placeholder="Subject">
</div>
<div class="mb-3">
<textarea class="form-control" id="exampleFormControlTextarea1" rows="3"
placeholder="Your Message"></textarea>
</div>
<div class="col d-flex justify-content-center">
<button type="button" class="btn btn-outline-primary">Contact</button>
</div>
</div>
</div>
</div>
</div>
<div class="col-md-6">
<h2 class="mb-4">Contact Us</h2>
<form id="contactForm">
<div class="mb-3">
<input type="text" class="form-control" id="name" placeholder="Name" required>
</div>
<div class="mb-3">
<input type="email" class="form-control" id="email" placeholder="E-mail" required>
</div>
<div class="mb-3">
<input type="text" class="form-control" id="subject" placeholder="Subject" required>
</div>
<div class="mb-3">
<textarea class="form-control" id="message" rows="4" placeholder="Your Message" required></textarea>
</div>
<div class="d-flex justify-content-center">
<button type="submit" class="btn btn-outline-primary">Contact</button>
</div>
<!-- Confirmation message directly after the submit button -->
<div class="d-flex justify-content-center">
<div id="confirmationMessage" class="alert alert-success mt-3" style="display: none;">
Thank you! Your message has been sent successfully.
</div>
</div>
</form>
</div>
</div>
</div>
</section>
<script>
document.getElementById('contactForm').addEventListener('submit', function(event) {
event.preventDefault(); // Prevents the form from being submitted to a server
// Show the confirmation message
document.getElementById('confirmationMessage').style.display = 'block';
// Clear form fields (optional)
document.getElementById('contactForm').reset();
});
</script>
</main>
<footer class="bg-goy">
<div class="container">
<div class="row py-4 jus d-flex justify-content-center">
<div class="col-md-5 text-white ">
<h5>Medical</h5>
<p>Putting your health first. Connect with top-tier healthcare providers, receive personalized
treatment recommendations, and manage your health journey effortlessly</p>
</div>
<div class="col-md-4 text-white ">
<h5>New York</h5>
<p>709 Honey Creek Dr. <br> Delhi <br> NY 10028</p>
<p>1-888-299-2000 <br> medical.in </p>
</div>
<div class="col-md-3 text-white">
<h5>Aligarh</h5>
<p>4851 Willow Greene Drive <br> Montgomery <br> AL 36109</p>
<p>1-888-299-2000 <br> med </p>
</div>
</div>
</div>
</footer>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe"
crossorigin="anonymous"></script>
<script src="./index.js"></script>
</body>
</html>
</html>