-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathcanyoudonate.html
468 lines (450 loc) · 18.9 KB
/
canyoudonate.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
462
463
464
465
466
467
468
<!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>Red Stream - Connect the Donors</title>
<!-- favicon-->
<link rel="shortcut icon" href="./favicon.svg" type="image/svg+xml">
<!--css-->
<link rel="stylesheet" href="./assets/css/style.css">
<!-- google font link-->
<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=Poppins:wght@600;700;800&family=Roboto:wght@400;500;600&display=swap" rel="stylesheet">
<style>
hr {
border: none;
height: 1px;
background-color: #c5c7c9;
margin: 20px 0;
}
/* Define the column layout */
.column {
width: 33.33%;
float: left;
padding: 20px;
box-sizing: border-box;
}
/* Clear floats after the columns */
.row:after {
content: "";
display: table;
clear: both;
}
/* Responsive layout */
@media screen and (max-width: 1024px) {
.column {
width: 100%;
}
}
/* Adjust font size for smaller screens */
@media screen and (max-width: 768px) {
h1 {
font-size: 22px;
}
p {
font-size: 14px;
}
}
</style>
</head>
<body>
<header class="header">
<div class="header-top">
<div class="container">
<ul class="contact-list">
<li class="contact-item">
<ion-icon name="mail-outline"></ion-icon>
<a href="mailto:[email protected]" class="contact-link">[email protected]</a>
</li>
<li class="contact-item">
<ion-icon name="call-outline"></ion-icon>
<a href="tel:+917558951351" class="contact-link">+91-7558-951-351</a>
</li>
</ul>
<ul class="social-list">
<li>
<a href="https://www.facebook.com/andro.pool.54?mibextid=ZbWKwL" class="social-link">
<ion-icon name="logo-facebook"></ion-icon>
</a>
</li>
<li>
<a href="https://www.instagram.com/_vladimir_putin.___/" class="social-link">
<ion-icon name="logo-instagram"></ion-icon>
</a>
</li>
<li>
<a href="https://twitter.com/Annabel07785340" class="social-link">
<ion-icon name="logo-twitter"></ion-icon>
</a>
</li>
<li>
<a href="https://youtu.be/Af0gk_kiGac" class="social-link">
<ion-icon name="logo-youtube"></ion-icon>
</a>
</li>
</ul>
</div>
</div>
<div class="header-bottom" data-header>
<div class="container">
<a href="#" class="logo">Red Stream</a>
<nav class="navbar container" data-navbar>
<ul class="navbar-list">
<li>
<a href="index.php" class="navbar-link" data-nav-link>Home</a>
</li>
<li>
<a href="#service" class="navbar-link" data-nav-link>Find donor</a>
</li>
<li>
<a href="about.html" class="navbar-link" data-nav-link>About Us</a>
</li>
<li>
<a href="#blog" class="navbar-link" data-nav-link>Blog</a>
</li>
<li>
<a href="contact.php" class="navbar-link" data-nav-link>Contact</a>
</li>
</ul>
</nav>
<a href="register.php" class="btn">Login / Register</a>
<button class="nav-toggle-btn" aria-label="Toggle menu" data-nav-toggler>
<ion-icon name="menu-sharp" aria-hidden="true" class="menu-icon"></ion-icon>
<ion-icon name="close-sharp" aria-hidden="true" class="close-icon"></ion-icon>
</button>
</div>
</div>
</header>
<!--HERO-->
<section class="section hero" id="home" style="background-image: url('./assets/images/hero-bg.png')"
aria-label="hero">
<div class="container">
<div class="hero-content">
<img src="assets/images/blood-icon.png" alt="ICON" width="70" height="70">
<p class="section-subtitle">Clear your doubts now...</p>
<h1 class="h1 hero-title">Can you donate blood ?</h1>
<p class="hero-text">
Giving blood saves lives. The blood you give is a lifeline in an emergency
and for people who need longterm treatments. Donating blood is a selfless act that can save lives and make a positive impact on your community.
However, not everyone is eligible to donate blood. To ensure the safety of both donors and recipients, specific eligibility criteria must be met.<br><br>
Remember, even if you cannot donate blood, there are other ways you can support blood donation efforts, such as encouraging eligible friends and
family members to donate or volunteering at blood drives and donation centers.
</p><br><br><br>
</div>
<figure class="hero-banner">
<img src="./assets/images/about.png" width="587" height="839" alt="hero banner" class="w-100">
</figure>
</div>
</section>
<!--HERO SECOND-->
<section class="section hero" id="home" style="background-image: url('./assets/images/hero-bg.png')"
aria-label="hero">
<div class="container">
<div class="hero-content">
<p class="hero-text">
<img src="./assets/images/canyou.png" width="587" height="839" alt="hero banner" class="w-100">
</p>
</div>
<figure class="hero-banner">
<h1 class="h1 hero-title">Who can give blood</h1>
<p class="section-subtitle">Find out if you are able give blood for the first time.</p>
<p style="font-size: larger;"><h1>To donate blood you will need to :</h1><br><br>
<ul>
<li>• Be generally fit and well</li><br>
<li>• Be aged between 17 and 65</li><br>
<li>• Weigh between 7 stone 12 lbs (50kg) and 25 stone (158kg)</li><br>
<li>• Have suitable veins (we will check these before you donate)</li><br>
<li>• Meet all donor eligibility criteria (we will check this before you donate) </li>
</ul></p>
</figure>
</div>
</section>
<!--Hero THIRD-->
<section class="section hero" id="home" style="background-image: url('./assets/images/hero-bg.png')"
aria-label="hero">
<div class="container">
<div class="hero-content">
<img src="assets/images/blood-icon.png" alt="ICON" width="70" height="70">
<p class="section-subtitle">Red Stream</p>
<h1 class="h1 hero-title">Who can't donate blood</h1>
<p class="hero-text">
<h1>You can't donate blood if you:</h1>
<ul>
<li>• Are a hepatitis B carrier</li><br>
<li>• Are a hepatitis C carrier </li><br>
<li>• Have some heart conditions</li><br>
<li>• Have tested positive for HIV </li><br>
<li>• Have had an organ transplant</li><br>
<li>• Have had most types of cancer </li><br>
<li>• Have received blood, platelets, plasma or any other blood products after 1 January 1980</li><br>
<li>• Have injected non-prescribed drugs including body-building and injectable tanning agents. You may be
able to give if a doctor prescribed the drugs</li><br>
</ul>
<p>• There are other medical conditions that may mean you can't donate...</p>
</p>
</div>
<figure class="hero-banner">
<img src="./assets/images/canyou2.png" width="587" height="839" alt="hero banner" class="w-100">
</figure>
</div>
</section>
<!--Hero THIRD-->
<section class="section hero" id="home" style="background-image: url('./assets/images/hero-bg.png')"
aria-label="hero">
<div class="container">
<div class="hero-content">
<p class="hero-text">
<img src="./assets/images/canyou3.png" width="587" height="839" alt="hero banner" class="w-100">
</p>
</div>
<figure class="hero-banner">
<h1 class="h1 hero-title">Who might have to wait to donate blood !</h1>
<p style="font-size: larger;">
<p>There are some health, travel and lifestyle reasons that may stop you from being able to donate blood on
a
temporary basis.<br>
If you are not sure you can donate, please contact us to discuss your situation.</p>
<ul>
<li>
<h1>Sexual activity that means you may have to wait</h1>
<h4>You may have to wait up to three months before you can donate if: </h4>
<ul>
<li>• You have had anal sex with a new partner in the last three months</li>
<li>• You finished taking Pre-Exposure Prophylaxis (PrEP) or Post-Exposure Prophylaxis (PEP) in
the last threemonths</li>
</ul>
<h4>In the last three months you have had sexual contact with a partner who is:</h4>
<ul>
<li>• HIV positive</li>
<li>• HTLV positive</li>
<li>• A hepatitis B carrier</li>
<li>• A hepatitis C carrier</li>
<li>• Syphilis positive</li>
<li>• Has received money or drugs for sex</li>
<li>• Has injected non-prescribed drugs including body-building and injectable tanning agents</li>
</ul>
</li>
<li>
<h3>Other reasons why you might need to wait </h3>
<h4>You will need to wait before you can donate if you:</h4>
<ul>
<li>• Feel ill</li>
<li>• Are pregnant or had a baby in the last 6 months</li>
<li>• Have recently got a tattoo or piercing</li>
<li>• Are undergoing assessment or investigations for a medical condition. For example, heart
condition</li>
</ul>
</li>
</ul>
</p>
</figure>
</div>
</section>
<!--Hero FOURTH-->
<section class="section hero" id="home" style="background-image: url('./assets/images/hero-bg.png')"
aria-label="hero">
<div class="container">
<div class="hero-content">
<img src="assets/images/blood-icon.png" alt="ICON" width="70" height="70">
<p class="section-subtitle">Red Stream</p>
<h1 class="h1 hero-title">Female donors under 20 years</h1>
<p class="section-subtitle">Check how much blood you have</p>
<p class="hero-text">
If you are a woman under 20 and you weigh under 10st 3lb (65kg) or are under 5' 6" (168cm) tall you will
need to check you have enough blood to donate safely.
</p>
</div>
<figure class="hero-banner">
<img src="./assets/images/female.png" width="587" height="839" alt="hero banner" class="w-100">
</figure>
</div>
<hr style="margin-left: 3cm; margin-right: 3cm;">
</section>
<!--HERO FIFTH-->
<section class="section hero" id="home" style="background-image: url('./assets/images/hero-bg.png')"
aria-label="hero">
<div class="container">
<div class="hero-content">
<p class="hero-text">
<img src="./assets/images/mf.png" width="587" height="839" alt="hero banner" class="w-100">
</p>
</div>
<figure class="hero-banner">
<h1 class="h1 hero-title">How often can I give blood?</h1>
<p class="section-subtitle">There is difference !</p>
<p style="font-size: larger;"><h1>Men can give blood every 12 weeks and women can give blood every 16 weeks.
This is because men generally have higher iron levels than women. </h1><br><br>
</figure>
</div>
</section>
<!--Footer-->
<footer class="footer">
<div class="footer-top section">
<div class="container">
<div class="footer-brand">
<a href="#" class="logo">Red Stream</a>
<p class="footer-text">
We are passionate about connecting blood donors with recipients and bridging the gap in the healthcare industry.
We strive to create a community that fosters empathy, support, and solidarity among individuals who are committed to making a difference.
</p>
<div class="schedule">
<div class="schedule-icon">
<ion-icon name="time-outline"></ion-icon>
</div>
<span class="span">
24 X 7:<br>
365 Days
</span>
</div>
</div>
<ul class="footer-list">
<li>
<p class="footer-list-title">Other Links</p>
</li>
<li>
<a href="#" class="footer-link">
<ion-icon name="add-outline"></ion-icon>
<span class="span">Home</span>
</a>
</li>
<li>
<a href="#" class="footer-link">
<ion-icon name="add-outline"></ion-icon>
<span class="span">Find donor</span>
</a>
</li>
<li>
<a href="#" class="footer-link">
<ion-icon name="add-outline"></ion-icon>
<span class="span">About us</span>
</a>
</li>
<li>
<a href="#" class="footer-link">
<ion-icon name="add-outline"></ion-icon>
<span class="span">Blog</span>
</a>
</li>
<li>
<a href="#" class="footer-link">
<ion-icon name="add-outline"></ion-icon>
<span class="span">Contact</span>
</a>
</li>
<li>
<a href="#" class="footer-link">
<ion-icon name="add-outline"></ion-icon>
<span class="span">Login / Register</span>
</a>
</li>
</ul>
<ul class="footer-list">
<li>
<p class="footer-list-title">Our Services</p>
</li>
<li>
<a href="#" class="footer-link">
<ion-icon name="add-outline"></ion-icon>
<span class="span">xxxxxxxxx</span>
</a>
</li>
<li>
<a href="#" class="footer-link">
<ion-icon name="add-outline"></ion-icon>
<span class="span">xxxxxxxxx</span>
</a>
</li>
<li>
<a href="#" class="footer-link">
<ion-icon name="add-outline"></ion-icon>
<span class="span">xxxxxxxxx</span>
</a>
</li>
<li>
<a href="#" class="footer-link">
<ion-icon name="add-outline"></ion-icon>
<span class="span">xxxxxxxxx</span>
</a>
</li>
<li>
<a href="#" class="footer-link">
<ion-icon name="add-outline"></ion-icon>
<span class="span">xxxxxxxxx</span>
</a>
</li>
<li>
<a href="#" class="footer-link">
<ion-icon name="add-outline"></ion-icon>
<span class="span">xxxxxxxxx</span>
</a>
</li>
</ul>
<ul class="footer-list">
<li>
<p class="footer-list-title">Contact Us</p>
</li>
<li class="footer-item">
<div class="item-icon">
<ion-icon name="location-outline"></ion-icon>
</div>
<a href="https://goo.gl/maps/BYA5MxQUg5B8ZFLcA">
<address class="item-text">
Near Thaluk Headquarters,<br>
Vaikom, Kottayam, Kerala IN
</address>
</a>
</li>
<li class="footer-item">
<div class="item-icon">
<ion-icon name="call-outline"></ion-icon>
</div>
<a href="tel:+917052101786" class="footer-link">+91-7558-951-351</a>
</li>
<li class="footer-item">
<div class="item-icon">
<ion-icon name="mail-outline"></ion-icon>
</div>
<a href="mailto:[email protected]" class="footer-link">[email protected]</a>
</li>
</ul>
</div>
</div>
<div class="footer-bottom">
<div class="container">
<p class="copyright">
© 2024 All Rights Reserved by Red Stream
</p>
<ul class="social-list">
<li>
<a href="https://www.facebook.com/andro.pool.54?mibextid=ZbWKwL" class="social-link">
<ion-icon name="logo-facebook"></ion-icon>
</a>
</li>
<li>
<a href="https://www.instagram.com/_vladimir_putin.___/" class="social-link">
<ion-icon name="logo-instagram"></ion-icon>
</a>
</li>
<li>
<a href="https://twitter.com/Annabel07785340" class="social-link">
<ion-icon name="logo-twitter"></ion-icon>
</a>
</li>
</ul>
</div>
</div>
</footer>
<!--BACK TO TOP-->
<a href="#top" class="back-top-btn" aria-label="back to top" data-back-top-btn>
<ion-icon name="caret-up" aria-hidden="true"></ion-icon>
</a>
<!--custom js link-->
<script src="./assets/js/script.js" defer></script>
<!--ionicon link-->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>