-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
311 lines (311 loc) · 13.2 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
<!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>Trafalgar</title>
<link rel="stylesheet" href="style.css">
<link
href="https://fonts.googleapis.com/css?family=Source+Code+Pro:400,900|Source+Sans+Pro:300,900&display=swap"
rel="stylesheet"/>
<link href='https://fonts.googleapis.com/css?family=Mulish' rel='stylesheet'>
<script
src="https://kit.fontawesome.com/9a7edbcfd6.js"
crossorigin="anonymous"
></script>
</head>
<body>
<header>
<section class="nav-bar">
<div class="logo">
<h2>T</h2>
<h1>Trafalgar</h1>
</div>
<nav class="nav">
<ul class="nav-list">
<li class="nav-item"><a href="#hero" class="nav-link">Home</a></li>
<li class="nav-item"><a href="#providers" class="nav-link">Find a doctor</a></li>
<li class="nav-item"><a href="#download" class="nav-link">Apps</a></li>
<li class="nav-item"><a href="#review" class="nav-link">Testimonials</a></li>
<li class="nav-item"><a href="#blog" class="nav-link">About us</a></li>
</ul>
</nav>
</section>
<section class="hero" id="hero">
<div class="hero-txt">
<h1>Virtual healthcare for you</h1>
<p>Trafalgar provides progressive, and affordable healthcare, accessible on mobile and online for everyone</p>
<button>Consult today</button>
</div>
<div class="hero-img">
<img src="images/hero.jpg" alt="hero image">
</div>
</section>
</header>
<main>
<section class="services">
<div class="services-txt">
<h1>Our Services</h1>
<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-container">
<div class="service-container">
<img src="images/service-img1.JPG" alt="service image">
<h2>Search doctor</h2>
<p>Choose your doctor from thousands of specialist, general, and trusted hospitals</p>
</div>
<div class="service-container">
<img src="images/service-img2.JPG" alt="service image">
<h2>Online pharmacy</h2>
<p>Buy your medicines with our mobile application with a simple delivery system</p>
</div>
<div class="service-container">
<img src="images/service-img3.JPG" alt="service image">
<h2>Consultation</h2>
<p>Free consultation with our trusted doctors and get the best recomendations</p>
</div>
<div class="service-container">
<img src="images/service-img4.JPG" alt="service image">
<h2>Details info</h2>
<p>Free consultation with our trusted doctors and get the best recomendations</p>
</div>
<div class="service-container img-5">
<img src="images/service-img5.JPG" alt="service image">
<h2>Emergency carer</h2>
<p>You can get 24/7 urgent care for yourself or your children and your lovely family</p>
</div>
<div class="service-container">
<img src="images/service-img6.JPG" alt="service image">
<h2>Tracking</h2>
<p>Track and save your medical history and health data</p>
</div>
</div>
</section>
<section class="providers" id="providers">
<div class="hero-img-2">
<img src="images/hero-img-2.jpg" alt="image">
</div>
<div class="hero-txt-2">
<h1>Leading healthcare providers</h1>
<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>Learn more</button>
</div>
</section>
<section class="download" id="download">
<div class="hero-txt-3">
<h1>Download our
mobile apps</h1>
<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>Download<i class="fa-solid fa-arrow-down"></i></button>
</div>
<div class="hero-img-3">
<img src="images/hero-img-3.jpg" alt="image">
</div>
</section>
<section class="review" id="review">
<div class="slider">
<div class="slides">
<input type="radio" name="radio-btn" id="radio1" />
<input type="radio" name="radio-btn" id="radio2" />
<input type="radio" name="radio-btn" id="radio3" />
<input type="radio" name="radio-btn" id="radio4" />
<div class="slide first">
<div class="review-1">
<h1>What our customer are saying</h1>
<div class="content">
<div class="review-img">
<img src="images/review.JPG" alt="img">
</div>
<div class="name">
<h2>Edward Newgate</h2>
<p>Founder Circle</p>
</div>
<div class="saying">
<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>
<div class="slide">
<div class="review-2">
<h1>What our customer are saying</h1>
<div class="content">
<div class="review-img">
<img src="images/review.JPG" alt="img">
</div>
<div class="name">
<h2>hello Newgate</h2>
<p>Founder Circle</p>
</div>
<div class="saying">
<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>
<div class="slide">
<div class="review-3">
<h1>What our customer are saying</h1>
<div class="content">
<div class="review-img">
<img src="images/review.JPG" alt="img">
</div>
<div class="name">
<h2>hi Newgate</h2>
<p>Founder Circle</p>
</div>
<div class="saying">
<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>
<div class="slide">
<div class="review-4">
<h1>What our customer are saying</h1>
<div class="content">
<div class="review-img">
<img src="images/review.JPG" alt="img">
</div>
<div class="name">
<h2>ok Newgate</h2>
<p>Founder Circle</p>
</div>
<div class="saying">
<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>
</div>
<div class="navigation-manual">
<i class="fa-solid fa-arrow-left"></i>
<label for="radio1" class="manual-btn"></label>
<label for="radio2" class="manual-btn"></label>
<label for="radio3" class="manual-btn"></label>
<label for="radio4" class="manual-btn"></label>
<i class="fa-solid fa-arrow-right"></i>
</div>
</div>
</section>
<section class="blog" id="blog">
<h1>Check out our latest article</h1>
<div class="blog-container">
<div class="blog-container-content">
<img src="images/blog-img-1.JPG" alt="image">
<h2>Disease detection, check
up in the laboratory</h2>
<p>In this case, the role of the health laboratory is very important to do
a disease detection...</p>
<a>Read more <i class="fa-solid fa-arrow-right"></i></a>
</div>
<div class="blog-container-content">
<img src="images/blog-img-2.JPG" alt="image">
<h2>Herbal medicines that are
safe for consumption</h2>
<p>Herbal medicine is very widely used at this time because of its very good for your health...</p>
<a>Read more <i class="fa-solid fa-arrow-right"></i></a>
</div>
<div class="blog-container-content">
<img src="images/blog-img-3.JPG" alt="image">
<h2>Natural care for healthy
facial skin</h2>
<p>A healthy lifestyle should start from now and also for your skin health.
There are some...</p>
<a>Read more <i class="fa-solid fa-arrow-right"></i></a>
</div>
</div>
<button>View all</button>
</section>
<section class="contact">
<h1>Contact us</h1>
<p> Have any questions? We’d love to hear from you.</p>
<div class="contact-area">
<form class="form" action="email">
<div class="detail">
<div class="inputbox">
<div class="label">Your Name</div>
<input type="text" placeholder="" />
</div>
<div class="number">
<div class="label">Phone No.</div>
<input type="tel" placeholder="" pattern="[0-9]{10}" />
</div>
</div>
<div class="inputbox">
<div class="label">Email Id</div>
<input type="email" placeholder="" size="49"/>
</div>
<div class="inputbox">
<div class="label">Your Message</div>
<textarea rows="4" cols="46" name="comment"></textarea>
</div>
<div class="button">
<input type="submit" class="submit" value="Send Message" />
</div>
</div>
</form>
</div>
</section>
<section class="to-top">
<a href="">
<i class="fa-solid fa-chevron-up" style="font-size: 16px;"></i><br>
<div class="second-arrow">
<i class="fa-solid fa-chevron-up" style="font-size: 16px;"></i>
</div>
<p>Scroll to Top</p>
</a>
</section>
</main>
<footer>
<div class="about">
<div class="logo-footer">
<h2>T</h2>
<h1>Trafalgar</h1>
</div>
<p>Trafalgar provides progressive, and affordable healthcare, accessible on mobile and online
for everyone</p>
<p class="copyright">©Trafalgar PTY LTD 2020. All rights reserved</p>
</div>
<div class="company">
<h1>Company</h1>
<ul class="company-item-list">
<li class="company-item"><a href="#blog" class="footer-link">About</a></li>
<li class="company-item"><a href="#review" class="footer-link">Testimonials</a></li>
<li class="company-item"><a href="#providers" class="footer-link">Find a doctor</a></li>
<li class="company-item"><a href="#download" class="footer-link">Apps</a></li>
</ul>
</div>
<div class="region">
<h1>Region</h1>
<ul class="region-list">
<li class="region-item"><a href="#" class="footer-link">Indonesia</a></li>
<li class="region-item"><a href="#" class="footer-link">Singapore</a></li>
<li class="region-item"><a href="#" class="footer-link">Hongkong</a></li>
<li class="region-item"><a href="#" class="footer-link">Canada</a></li>
</ul>
</div>
<div class="help">
<h1>Help</h1>
<ul class="help-list">
<li class="help-item"><a href="#blog" class="footer-link">Help center</a></li>
<li class="help-item"><a href="#review" class="footer-link">Contact support</a></li>
<li class="help-item"><a href="#providers" class="footer-link">Instructions</a></li>
<li class="help-item"><a href="#download" class="footer-link">How it works</a></li>
</ul>
</div>
</footer>
<script src="main.js"></script>
</html>