-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
376 lines (371 loc) · 14.3 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
<!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" />
<!-- Css -->
<link rel="stylesheet" href="css/style.css" />
<!-- bootstrap -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<!-- google font -->
<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=Kanit:wght@700&family=Raleway:wght@900&display=swap"
rel="stylesheet"
/>
<!-- awsome icon -->
<script
src="https://kit.fontawesome.com/d1af9e0d25.js"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
<title>Baxshin</title>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<a class="navbar-brand ml-5 fs-1 pb-2 title_bar" href="#about"
><i class="fas fa-heartbeat me-2"></i>BAXSHIN</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 mb-2 mb-lg-0 ms-auto">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#service">SERVICES</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#specilize">SPECIALITE</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About us</a>
</li>
</ul>
<form class="d-flex">
<input
class="form-control me-2"
type="search"
placeholder="Search"
aria-label="Search"
/>
<button class="btn btn-outline-dark" type="submit">Search</button>
</form>
</div>
</div>
</nav>
</header>
<div class="container-fluid home_bg">
<img
class="imag_home"
src="https://images.pexels.com/photos/5215007/pexels-photo-5215007.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500"
alt=""
/>
<div class="row">
<div class="col rec">
<h1 class="moto">Be HOME ,Be SAVE</h1>
<p class="ph">Your health , is our goal</p>
</div>
</div>
</div>
<!-- SPECIALITE -->
<section id="specilize">
<div class="container-fluid specile">
<div class="row">
<h1 class="headere" target>SPECIALITE</h1>
<div
class="row row-cols-1 row-cols-lg-3 align-items-stretch g-4 py-5"
>
<div class="col-lg-4 col-md-6 col-sm-6">
<div
class="
card card-cover
h-100
overflow-hidden
text-white
bg-dark
rounded-5
shadow-lg
"
style="
background-image: url('https://cdn.pixabay.com/photo/2015/11/18/17/08/surgeon-1049534__480.jpg');
"
>
<div class="d-flex flex-column h-100 p-5 pb-3 text-shadow-1">
<h2 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">
DR.Sardar specialize in Nephrology
</h2>
<ul class="d-flex list-unstyled mt-auto">
<li class="d-flex align-items-center m-auto">
<svg class="bi me-2" width="1em" height="1em">
<use xlink:href="#geo-fill"></use>
</svg>
<small>Karkud</small>
</li>
<li class="d-flex align-items-center">
<svg class="bi me-2" width="1em" height="1em">
<use xlink:href="#calendar3"></use>
</svg>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div
class="
card card-cover
h-100
overflow-hidden
text-white
bg-dark
rounded-5
shadow-lg
"
style="
background-image: url('https://5.imimg.com/data5/SC/CP/MY-7198533/selection_065-500x500.png');
"
>
<div class="d-flex flex-column h-100 p-5 pb-3 text-shadow-1">
<h2 class="pt-5 mt-5 mb-4 display-6 lh-1 fw-bold">
Dr.Nasrin specialize in Neurology
</h2>
<ul class="d-flex list-unstyled mt-auto">
<li class="d-flex align-items-center m-auto">
<svg class="bi me-2" width="1em" height="1em">
<use xlink:href="#geo-fill"></use>
</svg>
<small>Erbil</small>
</li>
<li class="d-flex align-items-center">
<svg class="bi me-2" width="1em" height="1em">
<use xlink:href="#calendar3"></use>
</svg>
</li>
</ul>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-6">
<div
class="
card card-cover
h-100
overflow-hidden
text-white
bg-dark
rounded-5
shadow-lg
"
style="
background-image: url('https://cdn.pixabay.com/photo/2017/05/23/17/12/doctor-2337835__480.jpg');
"
>
<div class="d-flex flex-column h-100 p-5 pb-3 text-shadow-1">
<h2 class="pt-5 mt-5 mb-3 display-6 lh-1 fw-bold">
Prof.DR.qadr specialize in bone
</h2>
<ul class="d-flex list-unstyled mt-auto">
<li class="d-flex align-items-center m-auto">
<svg class="bi me-2" width="1em" height="1em">
<use xlink:href="#geo-fill"></use>
</svg>
<small>Baghdad</small>
</li>
<li class="d-flex align-items-center">
<svg class="bi me-2" width="1em" height="1em">
<use xlink:href="#calendar3"></use>
</svg>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="rec_cer m-auto">
<h3 class="p-5">
“The best doctors in the world are at your fingertips. Visit our
channelling page today to channel the best doctor for you”
</h3>
</div>
</div>
<!-- why trust us -->
<div class="container mt-3 mb-5">
<div class="row">
<div class="col-xl-6 col-lg-6">
<div class="trust">
<img
class="img"
src="https://images.pexels.com/photos/5327647/pexels-photo-5327647.jpeg?auto=compress&cs=tinysrgb&dpr=2&w=500"
alt=""
/>
</div>
</div>
<div class="col-xl-6 col-lg-6">
<div class="whytrust">
<h3 class="fr_titl">WHY CHOOSE US?</h3>
<hr class="line" />
<h6>
<i class="fas fa-check-circle me-2"></i> Quality is our motto
</h6>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit<br />
maxime maiores odit sunt? Earum facilis nemo recusandae quia
<br />
tempore voluptas, modi soluta fugiat id temporibus voluptatem
laudantium quas?
</p>
<br />
<h6>
<i class="fas fa-layer-group me-2"></i> Cutting-edge technology
</h6>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit<br />
maxime maiores odit sunt? Earum facilis nemo recusandae quia
<br />
tempore voluptas, modi soluta fugiat id temporibus voluptatem
laudantium quas?
</p>
<br />
<h6>
<i class="fas fa-medkit me-2"></i>The best facilities ever
</h6>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit<br />
maxime maiores odit sunt? Earum facilis nemo recusandae quia
<br />
tempore voluptas, modi soluta fugiat id temporibus voluptatem
laudantium quas?
</p>
</div>
</div>
</div>
</div>
</section>
<hr>
<!-- service -->
<section id="service">
<div class="row text_about serve">
<div class="col-lg-4">
<i class="fas fa-clock iconfav na_about"></i>
<h2>Family Discount</h2>
<p>
Lorem ipsum dolor sit amet consectetur, adipisicing elit. Aut no
</p>
<p><a class="btn btn-secondary" href="#">View details »</a></p>
</div>
<!-- /.col-lg-4 -->
<div class="col-lg-4">
<i class="fas fa-capsules iconfav na_about"></i>
<h2>24-hour Pharmacy</h2>
<p>
Another exciting bit of representative placeholder content. This
time, we've moved on to the second column.
</p>
<p><a class="btn btn-secondary" href="#">View details »</a></p>
</div>
<!-- /.col-lg-4 -->
<div class="col-lg-4">
<i class="fas fa-stethoscope iconfav na_about"></i>
<h2>24-hour Surgery</h2>
<p>
And lastly this, the third column of representative placeholder
content.
</p>
<p><a class="btn btn-secondary" href="#">View details »</a></p>
</div>
<!-- /.col-lg-4 -->
</div>
</section>
<!-- about -->
<section id="about">
<div class="container-fluid mt-5 about">
<div class="row">
<div class="col-xl-6 col-lg-6">
<div class="mt-5 text_about">
<h2 class="na_about">
<i class="fas fa-heartbeat me-2 mt-2"></i>
BAXSHIN
</h2>
<p class="phase">
Lorem ipsum dolor sit amet,<br />
consectetur adipisicing elit maxime maiores odit<br />
sunt? Earum facilis nemo recusandae quia <br />
tempore voluptas, modi soluta fugiat id temporibus voluptatem
laudantium quas? Lorem ipsum dolor sit amet, consectetur
adipisicing elit<br />
maxime maiores odit sunt? Earum facilis nemo recusandae quia
<br /><br />
tempore voluptas, modi soluta fugiat id temporibus voluptatem
laudantium quas? Lorem ipsum dolor sit amet, consectetur
adipisicing elit<br />
maxime maiores odit sunt? Earum facilis nemo recusandae quia
<br />
tempore voluptas, modi soluta fugiat id temporibus voluptatem
laudantium quas?
</p>
</div>
</div>
<div class="col-xl-6 col-lg-6">
<div class="mt-4">
<img
class="img"
src="https://images.pexels.com/photos/1692693/pexels-photo-1692693.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"
alt=""
/>
<a class="tel" href="tel:+964710000000"
><i class="fas fa-phone-alt"></i> +964710000000</a
>
<br />
<br />
<a class="tel " href="mailto:">Mail US </a>
</div>
</div>
<a class="na_about mt-4" href="http://">
<i class="fas fa-map-marker-alt"></i> lore,lorem,lorem,10088</a>
</div>
</div>
</section>
<footer id="footers">
<i class="fab fa-twitter iconfavv"></i>
<i class="fab fa-facebook-f iconfavv"></i>
<i class="fab fa-instagram iconfavv"></i>
<i class="fas fa-envelope iconfavv"></i>
<p class="copy">© Copyright 2021 Baxshin By Hana Mohammad</p>
</footer>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF"
crossorigin="anonymous"
></script>
</body>
</html>