-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
220 lines (202 loc) · 11.9 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
<!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>Document</title>
<link rel="stylesheet" href="../Static/css/bootstrap.min.css">
<link rel="stylesheet" href="../Static/css/style.css">
<link rel="stylesheet" href="./departments.html">
<link rel="stylesheet" href="./doctor.html">
</head>
<body>
<nav class="navbar navbar-expand-lg bg-white shadow-lg sticky-top top-0 py-1">
<div class="container">
<a class="navbar-brand" href="#welcome">
<img src="./Static/img/logo.png" alt="logo">
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent"
aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0 fw-bold">
<li class="nav-item mx-2">
<a class="nav-link text-blue" href="index.html">HOME</a>
</li>
<li class="nav-item mx-2">
<a class="nav-link" href="departments.html">DEPARTMENT</a>
</li>
<li class="nav-item mx-2 dropdown">
<a class="nav-link dropdown-toggle" href="#" role="button" data-bs-trigger="hover focus"
data-bs-toggle="dropdown" aria-expanded="false">
PAGES
</a>
<ul class="dropdown-menu border-0 rounded-0 shadow">
<li><a class="dropdown-item" href="#">BOOK AN APPOINTMENT</a></li>
</ul>
</li>
<li class="nav-item mx-2">
<a class="nav-link" href="doctor.html">DOCTORS</a>
</li>
<li class="nav-item mx-2">
<a class="nav-link" href="#B">CONTACT</a>
</li>
</ul>
</div>
</div>
</nav>
<header class="" style="padding: 60px 0;">
<div class="container" >
<div class="row g-2">
<div class="col-md-6 order-2 order-md-0">
<div class="p-1 text-center text-md-start">
<h1 class="fw-bold text-dark">
MAKING HEALTH <br> CARE BETTER TOGETHER
</h1>
<p class="text-blac fs-5">
In health care sector, service excellence is the facility of the hospital as healthcare service provider to consistently
</p>
<a href="#welcome" class="text-uppercase btn btn-blue px-3 m-3">Get started</a>
<a href="#serve" class="text-uppercase btn btn-outline-dark px-3 rounded-2 text-light"> Check out our Services</a>
</div>
</div>
</div>
</div>
</header>
<div class="container-fluid box" id="serve">
<div class="container-fluid px-3 text-center">
<div class="row ">
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="pt-4 ps-4 pe-4 pb-4 text-start text-light"><h2> Hospitality</h2>
Clinical excellence must be the priority for any health care service provider.Lorem ipsum dolor sit amet consectetur adipisicing elit. Illum eius iusto, dignissimos quidem commodi rerum dicta voluptas, ipsa tempore ad dolor ex rem! Repellat omnis nulla quae cupiditate. Sed, corrupti officiis nesciunt cum soluta quia eius cumque adipisci recusandae nisi commodi quis, dicta voluptas! Nostrum, impedit! Totam earum rerum.
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12">
<div class="pt-4 ps-4 pe-4 pb-4 text-start text-light bo"><h2>Emergency Care</h2>
Clinical excellence must be the priority for any health care service provider.Lorem ipsum dolor sit amet consectetur adipisicing elit. Illum eius iusto, dignissimos quidem commodi rerum dicta voluptas, ipsa tempore ad dolor ex rem! Repellat omnis nulla quae cupiditate. Sed, corrupti officiis nesciunt cum soluta quia eius cumque adipisci recusandae nisi commodi quis, dicta voluptas! Nostrum, impedit! Totam earum rerum.</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mx-md-auto">
<div class="pt-4 ps-4 pe-4 pb-4 text-start text-light"><h2>Chamber Service</h2>
Clinical excellence must be the priority for any health care service provider Lorem ipsum dolor sit amet consectetur adipisicing elit. Illum eius iusto, dignissimos quidem commodi rerum dicta voluptas, ipsa tempore ad dolor ex rem! Repellat omnis nulla quae cupiditate. Sed, corrupti officiis nesciunt cum soluta quia eius cumque adipisci recusandae nisi commodi quis, dicta voluptas! Nostrum, impedit! Totam earum rerum.</div>
</div>
</div>
</div>
</div>
<div class="container-fluid text-center" style="margin-bottom:15%;">
<div class="row">
<div class="col-lg-6">
<div class="p-4">
<img src="./Static/img/img01.png" alt="" style="width:635px; height: 425px;" class=" img-fluid">
</div>
</div>
<div class="col-lg-6" id="welcome">
<div class="p-4 text-start text-dark"><h5 class="mb-4">Welcome To Docmed</h5>
<h2 class=" fw-semibold text-dark fs-1">Best Care For Your <br> Good Health</h2>
<p class="fs-5 fw-light">Esteem spirit temper too say adieus who direct esteem. It <br> esteems luckily or picture placing drawing. Apartments <br> frequently or motionless on reasonable projecting expression. </p>
<p class=" lh-1"> Apartments frequently or motionless.</p>
<p class=" lh-1"> Duis aute irure dolor in reprehenderit in voluptate.</p>
<p class=" lh-1"> Voluptatem quia voluptas sit aspernatur.</p>
<a href="" class="btn btn-outline-primary rounded-1 px-3 mt-3">Learn More</a>
</div>
</div>
</div>
</div>
<div class="container-fluid text-center" style="margin-bottom:15%;">
<div class="row">
<div class="col-lg-6">
<div class="p-4 text-start text-dark">
<div class="bod"> <p class=" pt-2 ps-2">
</p></div>
<p class=" fw-semibold fs-4">Leading edge care for Your family</p>
<p class="">Esteem spirit temper too say adieus who direct esteem. It esteems luckily <br> or picture placing drawing. Apartments frequently or motionless on reasonable <br> projecting expression. </p>
</div>
</div>
<div class="col-lg-6">
<div class="">
<img src="./Static/img/business.png" alt="" class="img-fluid">
</div>
</div>
</div>
</div>
<div class="quote text-center fst-italic fw-semibold fs-5 mt-3 p-4 mb-4">
<p >"High-quality medication and swift access to treatment must be provided to all free of cost. .<br> There should be no difference in the treatment received by the high-powered <br> and the weakest"<br></p>
<div class="ron">
<a href="https://wa.me/+2349056914753/"><img src="./Static/img/me.jpg" alt="" style="width: 40px; height: 40px; border-radius: 50%;"></a>
</div> <p> Tommy / Ceo Faltom Tech</p>
</div>
<div class="container-fluid bg-blue p-5 text-light" id="B">
<div class="row">
<div class="col-lg-6 p-4">
<p class=" fs-4"> For Any Emergency Contact <br> <p class="fs-6 lead">Incase of Emergency</p> </p> <a href="tel:+2348028790374" class="btn btn-outline-light rounded-pill px-3">+234 802 8790 374</a>
</div>
<div class="col-lg-6 p-4">
<p class=" fs-4"> Make an Online Appointment <br> <p class="fs-6 lead">At your Own Convenience</p> </p>
<button type="button" class="btn btn-outline-light rounded-pill px-3" data-bs-toggle="modal" data-bs-target="#exampleModal">
Make an Online Appointment
</button>
<!-- Modal -->
<div class="modal fade shadow-lg text-dark" id="exampleModal" tabindex="-1" aria-labelledby="exampleModalLabel" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered border border-0">
<div class="modal-content ">
<div class="modal-header border border-0">
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAASRJREFUSEu1lGFRAzEQhb86wAFFATiglYCCFgc4ACSgoK2DOigOShWABBzAvJnLzV5INpsp3T+ZuWTf9za32RkXjtmF9ekFvAM/wDJqrAewBjaD8COwjUCigCvgCMwH0S/g5j8BL8BzJvgK6LsbkQrk/hPQauN7qEJrNSKAkvsk2KyiBai5T4BmFS2AOmVl6k/n1aop3oCn2h15AHWM7t5GCaB9dZQ66094gNy9kmuAHaB3EgaU3HuAahW1CjQS7h1D9h+kY3vgIc8pARbAwettZ08zSubGKAFq7iNM5U4GYQ5oua/9ZAufVJEDPoBbx2oEMKnCAuw4jlyHd2Yc5xagh3J9rvKQP45zC2hdTw/7BNzZh9OT3HW2Ney6xHpGxdnCSeAXJ0svGdyq7uQAAAAASUVORK5CYII="/>
<h1 class="modal-title fs-5 ps-3" id="exampleModalLabel">ERROR</h1>
<button type="button" class="btn-close border-0" data-bs-dismiss="modal" aria-label="Close"></button>
</div>
<div class="modal-body">
We could not process your request due to a technical issue on our end. Please retry again. If the issue keeps happening contact Customer Care.
</div>
<div class="modal-footer border border-0">
<button type="button" class="btn btn-outline-danger rounded-pill px-3" data-bs-dismiss="modal">Cancel</button>
<button type="button" class="btn btn-danger rounded-pill">Try Again</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container-fluid bg-darc p-3 text-light">
<div class="row">
<div class="col-lg-3">
<img src="./Static/img/footlog.png" alt="" class="pt-5 ps-5">
<p class="ps-5 pt-4 text-black"> Health is wealth and your Health is our Priority</p>
</div>
<div class="col-lg-3">
<p class="pt-5 ps-5 fs-4"> Departments </p>
<ul>
<li class="pb-2 ps-3 pt-2"> <a href="departments.html">Eye Care</a> </li>
<li class="pb-2 ps-3 pt-2"> <a href="departments.html">Skin Care</a> </li>
<li class="pb-2 ps-3 pt-2"> <a href="departments.html">Pathology</a> </li>
<li class="pb-2 ps-3 pt-2"> <a href="departments.html">Medicine</a> </li>
<li class="pb-2 ps-3 pt-2"> <a href="departments.html">Dental</a> </li>
</ul>
</div>
<div class="col-lg-3">
<p class="pt-5 ps-5 fs-4">Useful Links</p>
<ul>
<li class="pb-2 ps-3 pt-2"> <a href="#welcome">About</a> </li>
<li class="pb-2 ps-3 pt-2"> <a href="">Blog</a> </li>
<li class="pb-2 ps-3 pt-2"> <a href="#B">Contact</a> </li>
<li class="pb-2 ps-3 pt-2"> <a href="#B">Appointment</a> </li>
</ul>
</div>
<div class="col-lg-3 text-">
<p class="pt-5 ps-5 fs-4">Address</p>
<ul>
<li class="pb-2 ps-3 text-black">200, D-block, Green lane USA</li>
<li class="pb-2 ps-3"> <a href="tel:+2349056914753">+234 905 691 4753</a></li>
<li class="pb-2 ps-3"> <a href="docmed-faltom.netlify.app">docmed-faltom.netlify.app</a></li>
</ul>
</div>
</div>
</div>
<div class="end bg-blue py-1">
<p class="text-center pt-3 fs-5">Copyright ©2022 All rights reserved | This website was made by Faltom Tecnologies</p>
</div>
<script src="../Static/js/index.js"></script>
<script src="./Static/js/bootstrap.bundle.min.js"></script>
</body>
</html>