-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
268 lines (252 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
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
<!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">
<link rel="stylesheet" href="./css/normalize.css">
<!-- <link rel="stylesheet" href="css/main.css"> -->
<link rel="stylesheet" href="./css/main.min.css">
<title>Trafalgar</title>
</head>
<body>
<!-- HEADER -->
<header class="hero">
<div class="container">
<div class="hero-nav">
<div class="logo">
<img src="./images/logobek.svg" alt="" width="160" height="41">
</div>
<nav class="links">
<ul>
<li>
<a href="#">Home</a>
</li>
<li>
<a href="#">Find a doctor</a>
</li>
<li>
<a href="#">Apps</a>
</li>
<li>
<a href="#">Testimonials</a>
</li>
<li>
<a href="#">About us</a>
</li>
</ul>
</nav>
</div>
<div class="hero-bottom">
<div class="hero-bot-left">
<h1>Virtual healthcare for you</h1>
<p>Trafalgar provides progressive, and affordable healthcare, accessible on mobile and online for
everyone</p>
<button class="hero-bot-but">Consult today</button>
</div>
<div class="hero-bot-right">
<img src="./images/trafalgar-headerillustration1.png" alt="" width="693" height="598">
</div>
</div>
</div>
</header>
<!-- MAIN -->
<main>
<!-- SERVICES SECTION -->
<section class="services">
<div class="container">
<div class="services-top">
<h2>Our services</h2>
<span class="servises-divider"></span>
<p>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>
<div class="services-bot">
<div class="box">
<img src="./images/lupa.png" alt="" width="92" height="95">
</div>
<div class="box">
<img src="./images/Frame.png" alt="" width="70" height="95">
<p class="servises-word-top">Online pharmacy</p>
<p class="servises-word-bot">Buy your medicines with our mobile application with a simple delivery system</p>
</div>
<div class="box">
<img src="./images/Frame(1).png" alt="" width="70" height="95">
<p class="servises-word-top">Consultation</p>
<p class="servises-word-bot">Free consultation with our trusted doctors and get the best recomendations</p>
</div>
<div class="box">
<img src="./images/Frame(2).png" alt="" width="70" height="95">
<p class="servises-word-top">Details info</p>
<p class="servises-word-bot">Free consultation with our trusted doctors and get the best recomendations</p>
</div>
<div class="box">
<img src="./images/Frame(3).png" alt="" width="95" height="95">
<p class="servises-word-top">Emergency care</p>
<p class="servises-word-bot">You can get 24/7 urgent care for yourself or your children and your lovely family</p>
</div>
<div class="box">
<img src="./images/Frame(4).png" alt="" width="70" height="95">
<p class="servises-word-top">Tracking</p>
<p class="servises-word-bot">Track and save your medical history and health data </p>
</div>
</div>
<button class="services-bot-but">Learn more</button>
</div>
</section>
<!-- PROVIDERS SECTION -->
<section class="providers">
<div class="container">
<div class="providers-img">
<img src="./images/trafalgar-headerillustration1.png" alt="" width="650" height="477">
</div>
<div class="providers-words">
<h2>Leading healthcare providers</h2>
<span class="providers-divider"></span>
<p>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="providers-bot-but">Learn more</button>
</div>
</div>
</section>
<!-- DOWNLOAD SECTON -->
<section class="download">
<div class="container">
<div class="download-words">
<h2>Download our <br> mobile apps</h2>
<span class="download-divider"></span>
<p>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="download-bot-but">Learn more</button>
</div>
<div class="download-img">
<img src="./images/app-illustration.png" alt="" width="650" height="477">
</div>
</div>
</section>
<!-- PACE SECTION -->
<section class="pace">
<div class="container">
<div class="pace-face">
<div class="pace-top">
<h2>What our customer are saying</h2>
<span class="pace-divider"></span>
</div>
<div class="pace-bot">
<div class="pace-bot-right">
<img src="./images/MaskGroup.png" alt="" width="133" height="133">
<p>Edward Newgate <br> <span>Founder Circle</span></p>
</div>
<div class="pace-bot-left">
<p>“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>
</section>
<!-- CHECK SECTION -->
<section class="check">
<div class="container">
<div class="part-1">
<h2>Check out our latest article</h2>
<span class="check-divider"></span>
</div>
<div class="part-2">
<div class="box">
<img src="./images/MaskGroup(1).png" alt="" width="350" height="240">
<div class="numb">
<p class="check-word-top">Disease detection, check up in the laboratory</p>
<p class="check-word-bot">In this case, the role of the health laboratory is very important to do a disease
detection...</p>
<a href="#">Read more</a>
</div>
</div>
<div class="box">
<img src="./images/image2.png" alt="" width="350" height="240">
<div class="numb">
<p class="check-word-top">Herbal medicines that are safe for consumption</p>
<p class="check-word-bot">Herbal medicine is very widely used at this time because of its very good for your
health...
</p>
<a href="#">Read more</a>
</div>
</div>
<div class="box">
<img src="./images/image3.png" alt="" width="350" height="240">
<div class="numb">
<p class="check-word-top">Natural care for healthy facial skin</p>
<p class="check-word-bot">A healthy lifestyle should start from now and also for your skin health. There are
some...
</p>
<a href="#">Read more</a>
</div>
</div>
</div>
<button class="check-bot-but">Learn more</button>
</div>
</section>
</main>
<!-- FOOTER -->
<footer>
<div class="container">
<div class="site-footer">
<div class="footer-left">
<img class="site-footer-logo" src="./images/Group7.svg" alt="" width="160" height="41">
<p class="footer-left-wodr-top">Trafalgar provides progressive, and affordable healthcare,
accessible on mobile and online for everyone</p>
<p class="footer-left-word-bot">©Trafalgar PTY LTD 2020. All rights reserved</p>
</div>
<div class="footer-right">
<ul class="site-footer-list">
<li class="site-footer-item"><b>Company</b></li>
<li class="site-footer-item">
<p>About</p>
</li>
<li class="site-footer-item">
<p>About Testimonials</p>
</li>
<li class="site-footer-item">
<p>Find a doctor</p>
</li>
<li class="site-footer-item">
<p>Apps</p>
</li>
</ul>
<ul class="site-footer-list">
<li class="site-footer-item"><b>Region</b></li>
<li class="site-footer-item">
<p>Indonesia</p>
</li>
<li class="site-footer-item">
<p> Singapore</p>
</li>
<li class="site-footer-item">
<p>Hongkong</p>
</li>
<li class="site-footer-item">
<p> Canada</p>
</li>
</ul>
<ul class="site-footer-list">
<li class="site-footer-item"><b>Help</b></li>
<li class="site-footer-item">
<p>Help center</p>
</li>
<li class="site-footer-item">
<p> Contact support</p>
</li>
<li class="site-footer-item">
<p>Instructions</p>
</li>
<li class="site-footer-item">
<p> How it works</p>
</li>
</ul>
</div>
</div>
</div>
</footer>
</body>
</html>