forked from TheAdelowo/main_files
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
94 lines (86 loc) · 3.43 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Giftapad">
<meta name="keywords" content="girl child, girl, adolescent, teenager, menstrual, mestruation, pad, Sanitary pad
Sanitary pad, donate, NGO, giftapad, teenage, teenage girl, girls">
<title>Giftapad | About Us</title>
<!--adding tab icon image-->
<link rel="icon" type="image/png" href="https://res.cloudinary.com/ezeko/image/upload/v1567192680/favicon_2_zwujoa.png">
<!--linking style from css folder-->
<link rel="stylesheet" href="css/about.css">
<meta name="viewport" content="width=device-with">
<meta name="description" content="Giftapad">
<meta name="keywords" content="">
<title>Giftapad | About Us</title>
</head>
<body>
<header>
<!--GIFTAPAD LOGO -->
<div class="container">
<div id="giftapadlogo">
<a href="index.html"><img class src="https://res.cloudinary.com/ibrahimygana/image/upload/v1567158561/START%20NG/ny4kqb4jzs7hdcnoklxm.png" alt="giftapad logo">
<!-- I made the logo clickable -akeju -->
</div></a>
<!--NAV BAR-->
<nav>
<ul>
<li><a href="contact.html">Contact</a></li>
<li><a href="team.html" class="nav-links">Team</a></li>
<li><a href="https://forms.gle/97kHEfjkLAZzqHWE9">Membership</a></li>
<li class="current"><a href="about.html">About</a></li>
</ul>
</nav>
</div>
</header>
<!--SHOWCASE-->
<section id="showcase">
<div class="container">
<h1>Who are we?</h1>
<p>A group of young, vibrant and Pragmatic developers.
brought together by the quest of self-development
under the HNG Tech Internship.
</p>
<p>United by unspoken yet Overwhelming believe in the right of
all female child to a good quality of life regardless of
family and economic background. </p>
</div>
</section>
<!--FIRST SECTION-->
<section id="boxes">
<div class="container">
<div class="box">
<h1>1,000+</h1>
<p>Sanitary</p>
</div>
<div class="box">
<h1>500+</h1>
<p>Communities visited</p>
</div>
<div class="box">
<h1>200+</h1>
<p>Successful project</p>
</div>
</div>
</section>
</section>
<!--SECOND SECTION-->
<section id="main">
<div class="container">
<div id="first-col">
<img src="https://res.cloudinary.com/joshuafolorunsho/image/upload/v1567448922/optimized%20pages/ktpmq1df3vitsdb8zdsl-min.jpg" alt="volunteers">
</div>
<div id="second-col">
<p>We aim to leverage technology and an appeal to all human sense of decency and emphathy to ensure that
no child experiences any form of stigma because of menstrual related challenges or prejudice whatsoever.
</p>
</div>
</div>
</section>
<footer>
<p> Giftapad, Copyright © 2019</p>
</footer>
</body>
</html>