-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
461 lines (452 loc) · 28.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
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
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
<!DOCTYPE html>
<html class="trafalgar" 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>Trafalgar</title>
<meta name="author" content="Krzysztof Borecki">
<meta name="keywords" content="template, trafalgar, html, css, javascript, js">
<link rel="icon" href="./assets/images/png/trafalgar-favicon.png">
<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=Mulish:wght@300;400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./assets/css/normalize.css" />
<link rel="stylesheet" href="./assets/css/style.css">
</head>
<body id="page" class="page">
<header class="header-grid navbar">
<div class="header-grid__navbar navbar-desktop">
<div class="navbar-mobile mobile-padding">
<a class="logo" href="/" aria-label="Trafalgar logo">
<span class="logo__icon" aria-hidden="true">T</span>
<span class="logo__text" aria-hidden="true">Trafalgar</span>
</a>
<button id="navbar-mobile__button" class="navbar-mobile__button" aria-controls="navbar-navigation" aria-expanded="false">
<span></span>
</button>
</div>
<nav id="navbar-navigation" class="navbar-navigation mobile-padding">
<ul class="navbar-navigation__menu nav-list">
<li class="navbar-navigation__item">
<a class="navbar-navigation__link navbar-navigation__link--active" href="/" data-title="Home">Home</a>
</li>
<li class="navbar-navigation__item">
<a class="navbar-navigation__link" href="#" data-title="Find a doctor">Find a doctor</a>
</li>
<li class="navbar-navigation__item">
<a class="navbar-navigation__link" href="#" data-title="Apps">Apps</a>
</li>
<li class="navbar-navigation__item">
<a class="navbar-navigation__link" href="#" data-title="Testimonials">Testimonials</a>
</li>
<li class="navbar-navigation__item">
<a class="navbar-navigation__link" href="#" data-title="About us">About us</a>
</li>
</ul>
</nav>
</div>
</header>
<main class="main-grid">
<section class="main-grid__section section-hero-container section-height">
<div class="section-grid decor--nooverflow mobile-padding section-hero">
<img class="decor-dots--hero" src="./assets/images/png/decor-dots.png" alt="decor dots" aria-hidden="true">
<div class="section-grid__container article-container article-container--hero">
<article class="article-item--hero">
<h1 class="heading-hero heading-bold heading-padding heading-short">
Virtual healthcare for you
</h1>
<p class="item__info--hero item__info margin-medium">
Trafalgar provides progressive, and affordable healthcare,
accessible on mobile and online for everyone
</p>
<a class="btn btn--hero" href="#">Consult today</a>
</article>
<div class="image-wrapper">
<img class="image" type="image/svg" src="./assets/images/png/illustration-01.png" alt="illustration 1" aria-hidden="true" />
</div>
</div>
</div>
</section>
<section class="main-grid__section section-grid section-height mobile-padding decor--nooverflow ">
<div class="section-grid__container section-container--center section-padding">
<h2 class="
heading-large
heading-bold
heading-bar
heading-bar--dark
heading-bar--center
">
Our services
</h2>
<p class="item__info item__info--section item__info--wide margin-medium">
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 conslut with us which type of service is suitable for
your health
</p>
<div class="article-container--services margin-large">
<article class="article-item--services item__box">
<div class="item__image-wraper">
<img src="./assets/images/png/ico-01-search-doctor.png" alt="Search doctor icon" aria-hidden="true" />
</div>
<div class="item__info-wraper">
<h3 class="heading-medium">Search doctor</h3>
<p class="item__info item__info--card">
Choose your doctor from thousands of specialist, general, and
trusted hospitals
</p>
</div>
</article>
<article class="article-item--services item__box">
<div class="item__image-wraper">
<img src="./assets/images/png/ico-02-online-pharmacy.png" alt="Online pharmacy icon" aria-hidden="true" />
</div>
<div class="item__info-wraper">
<h3 class="heading-medium">Online pharmacy</h3>
<p class="item__info item__info--card">
Buy your medicines with our mobile application with a simple
delivery system
</p>
</div>
</article>
<article class="article-item--services item__box">
<div class="item__image-wraper">
<img src="./assets/images/png/ico-03-consultation.png" alt="Consultation icon" aria-hidden="true" />
</div>
<div class="item__info-wraper">
<h3 class="heading-medium">Consultation</h3>
<p class="item__info item__info--card">
Free consultation with our trusted doctors and get the best
recommendations
</p>
</div>
</article>
<article class="article-item--services item__box">
<div class="item__image-wraper">
<img src="./assets/images/png/ico-04-details-info.png" alt="Details info icon" aria-hidden="true" />
</div>
<div class="item__info-wraper">
<h3 class="heading-medium">Details info</h3>
<p class="item__info item__info--card">
Free consultation with our trusted doctors and get the best
recommendations
</p>
</div>
</article>
<article class="article-item--services item__box">
<div class="item__image-wraper">
<img src="./assets/images/png/ico-05-emergency-care.png" alt="Emergency care icon" aria-hidden="true" />
</div>
<div class="item__info-wraper">
<h3 class="heading-medium">Emergency care</h3>
<p class="item__info item__info--card">
You can get 24/7 urgent care for yourself or your children and
your lovely family
</p>
</div>
</article>
<article class="article-item--services item__box">
<div class="item__image-wraper">
<img src="./assets/images/png/ico-06-tracking.png" alt="Tracking icon" aria-hidden="true" />
</div>
<div class="item__info-wraper">
<h3 class="heading-medium">Tracking</h3>
<p class="item__info item__info--card">
Track and save your medical history and health data
</p>
</div>
</article>
</div>
<a class="btn" href="#">Learn more</a>
<img class="decor-bg-left" src="./assets/images/png/decor-background-01.png" alt="decor background" aria-hidden="true">
</div>
<img class="decor-dots--services" src="./assets/images/png/decor-dots.png" alt="decor dots" aria-hidden="true">
</section>
<section class="main-grid__section section-grid section-height mobile-padding decor--nooverflow ">
<div class="section-grid__container section-container">
<div class="article-container">
<div class="image-wrapper">
<img class="image" src="./assets/images/png/illustration-02.png" alt="illustration 2" aria-hidden="true" />
</div>
<article class="article-item--section">
<h2 class="
heading-large
heading-bold
heading-bar
heading-bar--dark
heading-bar--left
heading-short
">
Leading healthcare providers
</h2>
<p class="item__info item__info--section">
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>
<a class="btn" href="#">Consult today</a>
</article>
</div>
</div>
<img class="decor-dots--section" src="./assets/images/png/decor-dots.png" alt="decor dots" aria-hidden="true">
</section>
<section class="main-grid__section section-grid section-height mobile-padding">
<div class="section-grid__container section-container">
<div class="article-container">
<article class="article-item--section">
<h2 class="
heading-large
heading-bold
heading-bar
heading-bar--dark
heading-bar--left
heading-short
">
Download our mobile apps
</h2>
<p class="item__info item__info--section">
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>
<a class="btn" href="/">Download</a>
</article>
<div class="image-wrapper">
<img class="image" src="./assets/images/png/illustration-03.png" alt="illustration 3" aria-hidden="true" />
</div>
</div>
</div>
</section>
<section class="main-grid__section section-grid section-height mobile-padding">
<div class="section-grid__container section-container--testimonials section-padding">
<div class="testimonials decor">
<img class="decor-dots--testimonials-left" src="./assets/images/png/decor-dots.png" alt="decor dots" aria-hidden="true">
<div class="decor-dots--testimonials-right">
<img src="./assets/images/png/decor-dots.png" alt="decor dots" aria-hidden="true">
</div>
<h2 class="testimonials__header heading-large heading-bar heading-bar--center heading-bar--light">
What our customer are saying
</h2>
<div id="testimonials" class="carousel">
<article id="testimonials-art-01" class="article-item--testimonials carousel__item carousel__item--active">
<div class="testimonials__info">
<img class="testimonials__img" src="./assets/images/jpg/avatar-01.jpg" alt="avatar" />
<div class="testimonials__personal">
<p class="testimonials__name">Edward Newgate</p>
<p class="testimonials__footer">Founder Circle</p>
</div>
</div>
<blockquote class="testimonials__blockquote">
<p class="testimonials__quote">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>
</blockquote>
</article>
<article id="testimonials-art-02" class="article-item--testimonials carousel__item carousel__item--next">
<div class="testimonials__info">
<img class="testimonials__img" src="./assets/images/jpg/avatar-02.jpg" alt="avatar" />
<div class="testimonials__personal">
<p class="testimonials__name">Alisa Mazer</p>
<p class="testimonials__footer">Founder Circle</p>
</div>
</div>
<blockquote class="testimonials__blockquote">
<p class="testimonials__quote">Lorem ipsum dolor sit amet consectetur adipisicing elit.
Tempora possimus esse facilis, excepturi nisi saepe quis adipisci illum beatae nesciunt
odio reiciendis hic cumque autem totam architecto recusandae quod! Itaque!</p>
</blockquote>
</article>
<article id="testimonials-art-03" class="article-item--testimonials carousel__item carousel__item--next">
<div class="testimonials__info">
<img class="testimonials__img" src="./assets/images/jpg/avatar-03.jpg" alt="avatar" />
<div class="testimonials__personal">
<p class="testimonials__name">Thomas Bergsen</p>
<p class="testimonials__footer">Founder Circle</p>
</div>
</div>
<blockquote class="testimonials__blockquote">
<p class="testimonials__quote">Lorem ipsum dolor sit amet, consectetur adipisicing elit.
Debitis ut doloremque ipsam dicta deleniti repellat quam aspernatur aperiam a,
nam quae saepe impedit quisquam! Earum.</p>
</blockquote>
</article>
<article id="testimonials-art-04" class="article-item--testimonials carousel__item carousel__item--next">
<div class="testimonials__info">
<img class="testimonials__img" src="./assets/images/jpg/avatar-04.jpg" alt="avatar" />
<div class="testimonials__personal">
<p class="testimonials__name">Anastasia Mensen</p>
<p class="testimonials__footer">Founder Circle</p>
</div>
</div>
<blockquote class="testimonials__blockquote">
<p class="testimonials__quote">Lorem ipsum dolor sit amet consectetur adipisicing elit.
Amet, optio velit recusandae officia voluptates distinctio expedita soluta, saepe doloremque,
blanditiis necessitatibus nulla quia! Pariatur vitae repellendus eos.</p>
</blockquote>
</article>
</div>
</div>
<div class="pagination-container">
<div class="pagination">
<button id="carousel__btn--previous" class="pagination-arrow-btn" type="button">
<img src="./assets/images/svg/arrow-left.svg" alt="arrow left" />
</button>
<div class="pagination-dots">
<button id="carousel__dot-btn-01" value="01" class="pagination-dot-btn pagination-dot-btn--active" type="button"><img src="./assets/images/svg/dot.svg" alt="dot"></button>
<button id="carousel__dot-btn-02" value="02" class="pagination-dot-btn" type="button"><img src="./assets/images/svg/dot.svg" alt="dot"></button>
<button id="carousel__dot-btn-03" value="03" class="pagination-dot-btn" type="button"><img src="./assets/images/svg/dot.svg" alt="dot"></button>
<button id="carousel__dot-btn-04" value="04" class="pagination-dot-btn" type="button"><img src="./assets/images/svg/dot.svg" alt="dot"></button>
</div>
<button id="carousel__btn--next" class="pagination-arrow-btn">
<img src="./assets/images/svg/arrow-right.svg" alt="arrow right" />
</button>
</div>
</div>
</div>
</section>
<section class="main-grid__section section-grid section-height mobile-padding decor--nooverflow ">
<div class="section-grid__container section-container--center section-padding">
<img class="decor-dots--articles-bottom" src="./assets/images/png/decor-dots.png" alt="decor dots" aria-hidden="true">
<h2 class="heading-large heading-bold heading-bar heading-bar--dark heading-bar--center">
Check our latest article
</h2>
<div class="article-container--articles margin-large decor">
<img class="decor-dots--articles-top"src="./assets/images/png/decor-dots.png" alt="decor dots" aria-hidden="true">
<article class="article-item--articles">
<img class="item__image" src="./assets/images/png/image-1.png" alt="article image 1" />
<div class="item__box item__box--articles">
<h3 class="heading-medium margin-small">
Disease detection, check up in the laboratory
</h3>
<p class="item__info item__info--card margin-small">
In this case, the role of the health laboratory is very
important to do a disease detection...
</p>
<div>
<a class="item__link" href="">Read more
<img class="link__arrow" src="./assets/images/svg/arrow-right.svg" alt="arrow right" />
</a>
</div>
</div>
</article>
<article class="article-item--articles">
<img class="item__image" src="./assets/images/png/image-2.png" alt="article image 2" />
<div class="item__box item__box--articles">
<h3 class="heading-medium margin-small">
Herbal medicines that are safe for consumption
</h3>
<p class="item__info item__info--card margin-small">
Herbal medicine is very widely used at this time because of its
very good for your health...
</p>
<div>
<a class="item__link" href="">Read more
<img class="link__arrow" src="./assets/images/svg/arrow-right.svg" alt="arrow right" />
</a>
</div>
</div>
</article>
<article class="article-item--articles">
<img class="item__image" src="./assets/images/png/image-3.png" alt="article image 3" />
<div class="item__box item__box--articles">
<h3 class="heading-medium margin-small">
Natural care for healthy facial skin
</h3>
<p class="item__info item__info--card margin-small">
A healthy lifestyle should start from now and also for your skin
health. There are some...
</p>
<div>
<a class="item__link" href="">Read more
<img class="link__arrow" src="./assets/images/svg/arrow-right.svg" alt="arrow right" />
</a>
</div>
</div>
</article>
</div>
<a class="btn" href="">View all</a>
</div>
<img class="decor-bg-right" src="./assets/images/png/decor-background-02.png" alt="decor background" aria-hidden="true">
</section>
</main>
<footer class="footer-grid footer-section mobile-padding decor--nooverflow ">
<img class="decor-dots--footer" src="./assets/images/png/decor-dots.png" alt="decor dots" aria-hidden="true">
<div class="footer-grid__info footer-info__container">
<a class="logo logo--footer" href="/" aria-label="Trafalgar logo">
<span class="logo__icon logo__icon--light" aria-hidden="true">T</span>
<span class="logo__text logo__text--light" aria-hidden="true">Trafalgar</span>
</a>
<div class="item__info--footer">
<p class="footer-info__trafalgar margin-footer-nav">
Trafalgar provides progressive, and affordable healthcare, accessible
on mobile and online for everyone
</p>
<p class="footer-info__rights margin-none">©Trafalgar PTY LTD 2020. All rights reserved</p>
</div>
</div>
<nav id="footer-navigation" class="footer-grid__nav">
<ul class="footer-navigation__menu nav-list">
<li>
<button id="footer-btn-01" class="footer-navigation__btn" aria-controls="footer-menu-company" aria-expanded="false">
<h3 class="heading-footer heading-bold margin-none">Company</h3>
</button>
<ul id="footer-menu-company" class="footer-navigation__list nav-list ">
<li>
<a class="footer-navigation__link" href="" data-title="About">About</a>
</li>
<li>
<a class="footer-navigation__link" href="" data-title="Testimonials">Testimonials</a>
</li>
<li>
<a class="footer-navigation__link" href="" data-title="Find a doctor">Find a doctor</a>
</li>
<li>
<a class="footer-navigation__link" href="" data-title="Apps">Apps</a>
</li>
</ul>
</li>
<li>
<button id="footer-btn-02" class="footer-navigation__btn" aria-controls="footer-menu-region" aria-expanded="false">
<h3 class="heading-footer heading-bold margin-none">Region</h3>
</button>
<ul id="footer-menu-region" class="footer-navigation__list nav-list">
<li>
<a class="footer-navigation__link" href="" data-title="Indonesia">Indonesia</a>
</li>
<li>
<a class="footer-navigation__link" href="" data-title="Singapore">Singapore</a>
</li>
<li>
<a class="footer-navigation__link" href="" data-title="Hongkong">Hongkong</a>
</li>
<li>
<a class="footer-navigation__link" href="" data-title="Canada">Canada</a>
</li>
</ul>
</li>
<li>
<button id="footer-btn-03" class="footer-navigation__btn" aria-controls="footer-menu-help" aria-expanded="false">
<h3 class="heading-footer heading-bold margin-none">Help</h3>
</button>
<ul id="footer-menu-help" class="footer-navigation__list nav-list">
<li>
<a class="footer-navigation__link" href="" data-title="Help center">Help center</a>
</li>
<li>
<a class="footer-navigation__link" href="" data-title="Contact support">Contact support</a>
</li>
<li>
<a class="footer-navigation__link" href="" data-title="Instructions">Instructions</a>
</li>
<li>
<a class="footer-navigation__link" href="" data-title="How it works">How it works</a>
</li>
</ul>
</li>
</ul>
</nav>
</footer>
<script src="./assets/js/main.js"></script>
</body>
</html>