-
Notifications
You must be signed in to change notification settings - Fork 3
/
experts.html
260 lines (256 loc) · 11.3 KB
/
experts.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
<!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" />
<!--Links Title Icon-->
<link rel="icon" href="images/title-icon.png" />
<!--Link to font awesome-->
<title>Meno Kenya | Meet our Experts</title>
<!-- css links here -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3"
crossorigin="anonymous"
/>
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/expert.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!--TALIWIND CSS HERE-->
<!--AOS ANIMATION SCRIPT-->
<link href="./css/tailwind.css" />
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body class="bg-blue-100">
<nav class="navbar navbar-expand-lg navbar-light bg-light sticky-top -mt-6" data-aos="zoom-in" data-aos-duration="2000">
<div class="container container-fluid">
<a class="navbar-brand" href="index.html">
<img
src="images/meno-kenya-logo.png"
alt="logo"
width="100"
height="50"
/>
</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">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html"
>Home</a
>
</li>
<li class="nav-item">
<a class="nav-link" href="about.html">About</a>
</li>
<li class="nav-item dropdown">
<a
class="nav-link dropdown-toggle"
href="#"
id="navbarDropdown"
role="button"
data-bs-toggle="dropdown"
aria-expanded="false"
>
Services
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="experts.html">Dentists</a></li>
<li>
<hr class="dropdown-divider" />
</li>
<li><a class="dropdown-item" href="#">Shop</a></li>
</ul>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Testimonials</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Contacts</a>
</li>
<li>
<a href="appointment.html" class="btn active book-button">Book Appointment</a>
</li>
</ul>
</div>
</div>
</nav>
<main class="">
<section class="space-y-5 mt-5 mx-auto justify-center items-center w-10/12 ">
<a href="./appointment.html" class="text-black no-underline">
<div
class="box bg-white hover:bg-black hover:bg-opacity-30 row-start-3 row-span-1 col-start-2 col-end-auto p-5 rounded-xl shadow-2xl w-full border-2 border-blue-400"
>
<img
src="./images/pexels-andrea-piacquadio-3769021.jpg"
alt="doctor1"
class="rounded-full flex flex-col mx-auto justify-center items-center p-2 mb-3 w-32 h-32"
/>
<div class="text-center italics mx-auto justify-center">
<h1 class="font-bold text-lg">~Dr Concee</h1>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Aspernatur repudiandae impedit rem, consectetur, omnis
necessitatibus <br />et quod reprehenderit explicabo dolorum
incidunt. Suscipit cupiditate facere fugiat unde, iusto expedita
nobis veritatis.
</p>
<p>
Lorem ipsum dolor, sit amet consectetur adipisicing elit.
Expedita in perferendis esse? Rem fugit pariatur repudiandae
esse voluptatem voluptatum quas neque similique voluptas eaque.
Ab aliquam reprehenderit repudiandae facere perferendis!
</p>
<article class="footer-socials items-center justify-center mx-auto mt-5">
<a href="https://www.facebook.com/monie.car.7" target="_blank"
><img src="images/icons/facebook-light.svg" alt="facebook"
/></a>
<a href="https://github.com/John-Kimani/Meno-Kenya.git" target="_blank"
><img src="images/icons/github.svg" alt="github"
/></a>
<a href="mailto:[email protected]" target="_blank"
><img src="images/icons/gmail.svg" alt="gmail"
/></a>
<a href="https://twitter.com/crabs_ke" target="_blank"
><img src="images/icons/twitter.svg" alt="twitter"
/></a>
</article>
</div>
<div>
</div>
</div>
</a>
</section>
<section class="space-y-5 mt-5 w-10/12 mx-auto justify-center items-center ">
<a href="./appointment.html" class="text-black hover:bg-black hover:bg-opacity-30 no-underline">
<div
class="box bg-white row-start-3 row-span-1 col-start-2 col-end-auto p-5 rounded-xl shadow-2xl w-full border-2 border-blue-400"
>
<img
src="./images/pexels-ivan-samkov-4989165.jpg"
alt="doctor2"
class="rounded-full flex flex-col mx-auto justify-center items-center p-2 mb-3 w-32 h-32"
/>
<div class="text-center italics mx-auto justify-center">
<h1 class="font-bold text-lg">~Dr Kim</h1>
<p>
Lorem ipsum, dolor sit amet consectetur adipisicing elit.
Aspernatur repudiandae impedit rem, consectetur, omnis
necessitatibus <br />et quod reprehenderit explicabo dolorum
incidunt. Suscipit cupiditate facere fugiat unde, iusto expedita
nobis veritatis.
</p>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Voluptatem corrupti ab sed inventore <br />nisi, suscipit modi
id totam sit, atque consectetur velit? Blanditiis maiores
possimus consequatur deserunt neque omnis quas!
</p>
<article class="footer-socials items-center justify-center mx-auto mt-5">
<a href="https://www.facebook.com/monie.car.7" target="_blank"
><img src="images/icons/facebook-light.svg" alt="facebook"
/></a>
<a href="https://github.com/John-Kimani/Meno-Kenya.git" target="_blank"
><img src="images/icons/github.svg" alt="github"
/></a>
<a href="mailto:[email protected]" target="_blank"
><img src="images/icons/gmail.svg" alt="gmail"
/></a>
<a href="https://twitter.com/crabs_ke" target="_blank"
><img src="images/icons/twitter.svg" alt="twitter"
/></a>
</article>
</div>
</div>
</a>
</section>
<section class="mt-5 mb-10 mx-auto justify-center items-center w-10/12">
<a href="./appointment.html" class="text-black no-underline">
<div
class="box bg-white hover:bg-black hover:bg-opacity-40 row-start-4 row-span-1 col-start-2 col-end-auto p-5 rounded-xl shadow-2xl w-full border-2 border-blue-400"
>
<img
src="./images/pexels-tima-miroshnichenko-5452195.jpg"
alt="doctor3"
class="rounded-full mx-auto justify-center items-center flex flex-col mb-3 p-2 w-32 h-32"
/>
<div class="text-center italics text-base mx-auto justify-center">
<h1 class="font-bold text-lg">~Dr Oluoch</h1>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Facere
excepturi minus, itaque ducimus ab quisquam est consequatur
similique.<br />
Nesciunt ad illum quasi eligendi laudantium eius pariatur magnam
alias commodi repellat?
</p>
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Ipsa id
fuga animi numquam.<br />Cumque, modi provident pariatur nulla
quidem veritatis tenetur, exercitationem amet ducimus maiores
quis in iusto, minima ratione.
</p>
<article class="footer-socials items-center justify-center mx-auto mt-5">
<a href="https://www.facebook.com/monie.car.7" target="_blank"
><img src="images/icons/facebook-light.svg" alt="facebook"
/></a>
<a href="https://github.com/John-Kimani/Meno-Kenya.git" target="_blank"
><img src="images/icons/github.svg" alt="github"
/></a>
<a href="mailto:[email protected]" target="_blank"
><img src="images/icons/gmail.svg" alt="gmail"
/></a>
<a href="https://twitter.com/crabs_ke" target="_blank"
><img src="images/icons/twitter.svg" alt="twitter"
/></a>
</article>
</div>
</div>
</a>
</section>
</main>
<!-- footer start -->
<footer class="footer">
<article class="footer-logo">
<a href="#"><img src="images/meno-kenya-logo.png" alt="logo" /></a>
</article>
<article class="footer-links">
<ul class="footer-links-ul">
<li><a href="#">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="#">Testimonials</a></li>
<li><a href="#">Contacts</a></li>
</ul>
</article>
<article class="footer-socials">
<a href="https://www.facebook.com/monie.car.7" target="_blank"
><img src="images/icons/facebook-light.svg" alt="facebook"
/></a>
<a href="https://github.com/John-Kimani/Meno-Kenya.git" target="_blank"
><img src="images/icons/github.svg" alt="github"
/></a>
<a href="mailto:[email protected]" target="_blank"
><img src="images/icons/gmail.svg" alt="gmail"
/></a>
<a href="https://twitter.com/crabs_ke" target="_blank"
><img src="images/icons/twitter.svg" alt="twitter"
/></a>
</article>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"></script>
</body>
</html>