forked from TheAdelowo/main_files
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
100 lines (87 loc) · 4.62 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Promoting a healthy menstural hygiene - GiftaPad</title>
<meta name="description" content="Giftapad main aim is to promote a healthy menstrual hygiene by distributing sanitary products and creating awareness. Help impact a life.">
<meta name="keywords" content="pad, healthy, menstrual, healthy menstural hygiene, sanitary products">
<link rel="stylesheet" type="text/css" href="style.css">
<!--adding tab icon image-->
<link rel="icon" type="image/png" href="https://res.cloudinary.com/ezeko/image/upload/v1567192680/favicon_2_zwujoa.png">
<link href="https://fonts.googleapis.com/css?family=Nunito&display=swap" rel="stylesheet">
</head>
<body>
<section>
<header>
<div>
<img id="logo" src="https://res.cloudinary.com/nkechi-christabel/image/upload/v1567206514/otnnkwoslqs04bzmln5d.png" alt="Logo">
</div>
<nav id="navbar">
<ul id="nav-container">
<li><a href="about.html" class="nav-links">About</a></li>
<li><a href="https://forms.gle/97kHEfjkLAZzqHWE9" class="nav-links" target=_blank>Membership</a></li>
<li><a href="team.html" class="nav-links">Team</a></li>
<li><a href="contact.html" class="nav-links">Contact</a></li>
</ul>
</nav>
</header>
<div id="img-container">
<img id="image" src="https://res.cloudinary.com/joshuafolorunsho/image/upload/v1567444479/optimized%20pages/a_young_child_and_his_mother.png" alt="img-banner">
</div>
<div id="banner-text">
<h1>Live with dignity</h1>
<p> We aim to promote a healthy menstrual hygiene by<br>distributing sanitary products and creating awareness.<br>Help impact a life.</p>
<button><a href="https://rave.flutterwave.com/pay/gifta_a_pad" target="_blank">Donate Now</a></button>
</div>
<section class="container">
<div class="videoWrapper">
<video src="https://res.cloudinary.com/giftapad/video/upload/v1567212745/GiftaPad_i6mbj1.mp4" controls preload="auto"></video></div>
</section>
</section>
<main>
<!-- SECTION B -->
<section class="section-b">
<h1 class="title-b">Did you know?</h1>
<p>The United Nations Educational, Scientific and Cultural Organisation (UNESCO) report an estimate of one in ten girls
in Sub-Saharan Africa who miss school during their menstrual cycle.
</p>
</section>
<!-- SECTION C -->
<section class="section-c">
<div class="img">
<img src="https://res.cloudinary.com/joshuafolorunsho/image/upload/v1567444679/optimized%20pages/iwuyhmfml7ig1iypwjhm-min.jpg" alt="Girl" class="mission-img">
</div>
<div class="mission">
<h1>Our Mission</h1>
<p>To raise a nationwide awareness and a global campaign on the right of the girl child
to a monthly availability of personal hygiene supplies.
</p>
</div>
</section>
</main>
<section id="sponsor-logo">
<p><h2 style="text-align:center"> SPONSORS </h2></p><br />
<a href="https://flutterwave.com/" target="-blank"><img src="https://res.cloudinary.com/joshuafolorunsho/image/upload/v1567445264/optimized%20pages/rsz_flutter_logo.png" alt="flutterwave-logo" width="200px"></a>
<a href="https://hng.tech/" target="-blank"><img src="https://res.cloudinary.com/joshuafolorunsho/image/upload/v1567445264/optimized%20pages/rsz_hng_logo.jpg" alt="hng-log" width="200px"></a>
</section>
<!-- FOOTER -->
<footer class="footer">
<div class="mail-box">
<p><a href="mailto: [email protected]" class="mail">[email protected]</a></p>
</div>
<div class="address">
<p>23, Ogundana Street, Off Allen Avenue, Ikeja, Lagos</p>
</div>
<div class="social-media-handles">
<a href="https://twitter.com/GiftAPad" target="_blank"><i class="fab fa-twitter"></i></a>
<a href="https://facebook.com/GiftAPad" target="_blank"><i class="fab fa-facebook-square"></i></a>
<a href="https://www.instagram.com/giftapad/" target="_blank"><i class="fab fa-instagram"></i></a>
</div>
<p class="reg">GiftAPad copyright 2019. All rights resreved.</p>
</footer>
<script src="https://kit.fontawesome.com/64ab2a0281.js"></script>
</body>
</html>