-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
361 lines (360 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
<!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>Virtual healthcare for you</title>
<link rel="stylesheet" href="./css/reset.css" />
<link rel="stylesheet" href="./css/styles.css" />
<link
href="https://fonts.googleapis.com/css?family=Mulish:200,300,regular,500,600,700,800,900,200italic,300italic,italic,500italic,600italic,700italic,800italic,900italic"
rel="stylesheet"
/>
</head>
<body>
<!-- header start -->
<header class="header">
<div class="header__container">
<div class="header__navbar">
<div class="header__logo">
<a class="header__logo__link" href="#!"
><img src="./img/svg/logo.svg" alt="logo"
/></a>
</div>
<nav class="navbar">
<ul class="navbar__list">
<li class="navbar__item navbar__item-home">
<a href="#!" class="navbar__link">Home</a>
</li>
<li class="navbar__item">
<a href="#!" class="navbar__link">Find a doctor</a>
</li>
<li class="navbar__item">
<a href="#!" class="navbar__link">Apps</a>
</li>
<li class="navbar__item">
<a href="#!" class="navbar__link">Testimonials</a>
</li>
<li class="navbar__item">
<a href="#!" class="navbar__link">About us</a>
</li>
</ul>
</nav>
</div>
<div class="header__card">
<h1 class="header__card-title header__card-title_align">
Virtual healthcare for you
</h1>
<p class="header__card-desc">
Trafalgar provides progressive, and affordable healthcare,
accessible on mobile and online for everyone
</p>
<button class="button header__card__button">Consult today</button>
</div>
<div class="header__img">
<img src="./img/trafalgar-header illustration.jpg" alt="illustration"
</div>
</div>
</header>
<!-- header end -->
<main class="main">
<!-- our services start -->
<section class="intro">
<div class="intro__container">
<h2 class="intro__title">Our services</h2>
<div class="intro__line"></div>
<p class="intro__description">
We provide to you the best choiches for you. Adjust it to your
health needs and make sure your undergo treatment with our highly
qualified doctors you can consult with us which type of service is
suitable for your health
</p>
</div>
</section>
<section class="intro-cards">
<div class="intro-cards__container">
<div class="intro-card intro-card-1">
<div class="intro-card__picture">
<img src="./img/svg/loop.svg" alt="loop" />
</div>
<h3 class="intro-card__title">Search doctor</h3>
<p class="intro-card__description">
Choose your doctor from thousands of specialist, general, and
trusted hospitals
</p>
</div>
<div class="intro-card intro-card-2">
<div class="intro-card__picture">
<img src="./img/svg/pharma.svg" alt="pharma" />
</div>
<h3 class="intro-card__title">Online pharmacy</h3>
<p class="intro-card__description">
Buy your medicines with our mobile application with a simple
delivery system
</p>
</div>
<div class="intro-card intro-card-3">
<div class="intro-card__picture">
<img src="./img/svg/tablet.svg" alt="tablet" />
</div>
<h3 class="intro-card__title">Consultation</h3>
<p class="intro-card__description">
Free consultation with our trusted doctors and get the best
recomendations
</p>
</div>
<div class="intro-card intro-card-4">
<div class="intro-card__picture">
<img src="./img/svg/diagnosis.svg" alt="diagnosis" />
</div>
<h3 class="intro-card__title">Details info</h3>
<p class="intro-card__description">
Free consultation with our trusted doctors and get the best
recomendations
</p>
</div>
<div class="intro-card intro-card-5">
<div class="intro-card__picture">
<img src="./img/svg/first_aid_kit.svg" alt="first_aid_kit" />
</div>
<h3 class="intro-card__title">Emergency care</h3>
<p class="intro-card__description">
You can get 24/7 urgent care for yourself or your children and
your lovely family
</p>
</div>
<div class="intro-card intro-card-6">
<div class="intro-card__picture">
<img src="./img/svg/tracking.svg" alt="tracking" />
</div>
<h3 class="intro-card__title">Tracking</h3>
<p class="intro-card__description">
Track and save your medical history and health data
</p>
</div>
</div>
<button class="button button_align">Learn more</button>
</section>
<!-- our services end -->
<!-- download start -->
<section class="download">
<div class="download-wrapp">
<div class="download__top">
<div class="download__pic d_pic-1">
<img
src=".//img/download_illustration_1.jpg"
alt="illustration"
/>
</div>
<div class="download__card d_card-1">
<h3 class="download__card__title d-title_1">
Leading healthcare providers
</h3>
<div class="download__card__line"></div>
<p class="download__card__desc d-desc_1">
Trafalgar provides progressive, and affordable healthcare,
accessible on mobile and online for everyone. To us, it’s not
just work. We take pride in the solutions we deliver
</p>
<button class="button">Learn more</button>
</div>
</div>
<div class="download__bottom">
<div class="download__card d_card-2">
<h3 class="download__card__title d-title_2">
Download our mobile apps
</h3>
<div class="download__card__line"></div>
<p class="download__card__desc d-desc_2">
Our dedicated patient engagement app and web portal allow you to
access information instantaneously (no tedeous form, long calls,
or administrative hassle) and securely
</p>
<button class="button d-btn-2">
Download
<img
class="arrow-down"
src="./img/svg/arrow_down.svg"
alt="illustration"
/>
</button>
</div>
<div class="download__pic d_pic-2">
<img src="./img/download_illustration_2.jpg" alt="illustration" />
</div>
</div>
</div>
</section>
<!-- our download end -->
<!-- reviews start -->
<section class="reviews">
<div class="reviews_wrapp">
<div class="review">
<h3 class="reviews__title">What our customer are saying</h3>
<div class="reviews__line"></div>
<div class="reviews__card">
<div class="person">
<div class="person__info">
<div class="person__icon">
<!-- <img src="./img/person_icon.png" alt="person" /> -->
</div>
<div class="person__about">
<p class="name">Edward Newgate</p>
<p class="status">Founder Circle</p>
</div>
</div>
<p class="person_desc">
“Our dedicated patient engagement app and web portal allow you
to access information instantaneously (no tedeous form, long
calls, or administrative hassle) and securely”
</p>
</div>
</div>
</div>
<div class="reviews_selector">
<a href="#!"
><img
class="arrow-left"
src="./img/svg/arrow_left.svg"
alt="arrow left"
/></a>
<img src="./img/svg/4_dots.svg" alt="dots" />
<a href="#!"
><img
class="arrow-right"
src="./img/svg/arrow_right.svg"
alt="arrow right"
/></a>
</div>
</div>
</section>
<!-- reviews end -->
<!-- articles start -->
<section class="articles">
<div class="articles_wrapp">
<h3 class="articles__title">Check out our latest article</h3>
<div class="download__card__line articles-card-line_align"></div>
<div class="articles__cards">
<div class="articles__card">
<div class="articles-card__pic">
<img src="./img/vaccination.jpg" alt="vaccination" />
</div>
<h3 class="articles-card__title">
Disease detection, check up in the laboratory
</h3>
<p class="articles-card__description">
In this case, the role of the health laboratory is very
important to do a disease detection...
</p>
<a class="articles-card__btn" href="#!"
>Read more
<img
class="arrow-right_min"
src="./img/svg/arrow_right_min.svg"
alt="arrow"
/></a>
</div>
<div class="articles__card">
<div class="articles-card__pic">
<img src="./img/inspection.jpg" alt="inspection" />
</div>
<h3 class="articles-card__title">
Herbal medicines that are safe for consumption
</h3>
<p class="articles-card__description">
Herbal medicine is very widely used at this time because of its
very good for your health...
</p>
<a class="articles-card__btn" href="#!"
>Read more
<img
class="arrow-right_min"
src="./img/svg/arrow_right_min.svg"
alt="arrow"
/></a>
</div>
<div class="articles__card">
<div class="articles-card__pic">
<img src="./img/spa.jpg" alt="spa" />
</div>
<h3 class="articles-card__title">
Natural care for healthy facial skin
</h3>
<p class="articles-card__description">
A healthy lifestyle should start from now and also for your skin
health. There are some...
</p>
<a class="articles-card__btn" href="#!"
>Read more
<img
class="arrow-right_min"
src="./img/svg/arrow_right_min.svg"
alt="arrow"
/></a>
</div>
</div>
<button class="button aricles-btn_align">View all</button>
</div>
</section>
<!-- articles end -->
</main>
<!-- footer start -->
<footer class="footer">
<div class="footer_wrapp">
<div class="footer__line"></div>
<div class="footer-main">
<div class="footer__logo">
<div class="footer__logo__pic">
<img src="./img/svg/logo_footer.svg" alt="logo" />
</div>
<div class="footer__logo__desc">
Trafalgar provides progressive, and affordable healthcare,
accessible on mobile and online for everyone
</div>
<div class="footer__logo__rights">
©Trafalgar PTY LTD 2020. All rights reserved
</div>
</div>
<div class="footer__menu">
<div class="footer__ul company">
<ul>
<li class="footer__li footer__li_first">
<a href="#!">Company</a>
</li>
<li class="footer__li"><a href="#!">About</a></li>
<li class="footer__li"><a href="#!">Testimonials</a></li>
<li class="footer__li"><a href="#!">Find a doctor</a></li>
<li class="footer__li"><a href="#!">Apps</a></li>
</ul>
</div>
<div class="footer__ul region">
<ul>
<li class="footer__li footer__li_first">
<a href="#!">Region</a>
</li>
<li class="footer__li"><a href="#!">Indonesia</a></li>
<li class="footer__li"><a href="#!">Singapore</a></li>
<li class="footer__li"><a href="#!">Hongkong</a></li>
<li class="footer__li"><a href="#!">Canada</a></li>
</ul>
</div>
<div class="footer__ul help">
<ul>
<li class="footer__li footer__li_first">
<a href="#!">Help</a>
</li>
<li class="footer__li"><a class="asfadsf" href="#!">Help center</a></li>
<li class="footer__li"><a href="#!">Contact support</a></li>
<li class="footer__li"><a href="#!">Instructions</a></li>
<li class="footer__li"><a href="#!">How it works</a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- footer end -->
<script src="./index.js"></script>
</body>
</html>