-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWFP.html
244 lines (220 loc) · 10.2 KB
/
WFP.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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>World Food Program</title>
<link rel="stylesheet" type="text/css" href="WFP.css">
<link rel="stylesheet" type="text/css" href="Footer.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css">
<link rel="stylesheet" type="text/css" href="mainbody.css">
<link rel="stylesheet" type="text/css" href="Form.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css" integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous"/>
</head>
<body>
<header>
<a href="#" class="logo">The HealthORG</a>
<div class="toggle" onclick="toggleMenu();"></div>
<ul class="menu">
<li><a href="Coverpage.html">Home</a></li>
<li><a href="Covid.html">Covid-19</a></li>
<li><a href="cancer.html">Cancer</a></li>
<li><a href="dengueFever.html">Dengue</a></li>
<li><a href="kidney.html">Kidney</a></li>
<li><a href="Diabetes.html">Diabetics</a></li>
<li><a href="WFP.html">WFP</a></li>
</ul>
</header>
<script type="text/javascript">
window.addEventListener('scroll',function(){
var header = document.querySelector('header');
header.classList.toggle('sticky', window.scrollY>0);
});
function toggleMenu()
{
var menuToggle = document.querySelector('.toggle');
var menu = document.querySelector('.menu');
menuToggle.classList.toggle('active');
menu.classList.toggle('active');
}
</script>
<section class="home" id="home">
<div class="cont">
<h1>Keep Donate People</h1>
<p></p>
<a href="#about" class="btn">Details</a>
</div>
</section>
<section class="about" id="about">
<div class="heading">
<h2>World Food Program</h2>
</div>
<div class="content">
<div class="contentBx">
<p>Today, 690 million people around the world will go to bed on an empty stomach. But your gift means that one less child will be at risk of starvation tonight.
Whether you decide to make a one-off donation or set up a monthly gift, you can change a life forever today. Often, one meal at the right time will be enough to make a difference between life and death.
<br> <br></p>
<p>As soon as you complete your donation, your gift will start its journey. First your money will be turned into food, and then sent to one of the over 80 countries where people are most vulnerable..<br></p>
<p> Every single day, WFP has 5,600 trucks, 30 ships and nearly 100 planes ready to deliver the food you send. Because you can't go there and hand out the food yourself, we do it for you.
Please send food to save a life today and join the fight against hunger.
GIVE </p>
</div>
<div class="w50">
<img src="Images/fooddonate.jpg" class="img1">
</div>
</div>
</section>
<section class="programs" id="programSection">
<div class="container">
<h2 class="sectionTitle">Programs</h2>
</div>
<div class="boxContainer">
<div class="box">
<div class="cardImage"></div>
<div class="programTitle">Education</div>
<div class="donationCount">
Donation Goal : <span>$500</span>
</div>
<button>Donate Now</button>
</div>
<div class="box">
<div class="cardImage"></div>
<div class="programTitle">Welthy Life</div>
<div class="donationCount">
Donation Goal : <span>$600</span>
</div>
<button>Donate Now</button>
</div>
<div class="box">
<div class="cardImage"></div>
<div class="programTitle">Giving them water</div>
<div class="donationCount">
Donation Goal : <span>$700</span>
</div>
<button>Donate Now</button>
</div>
<div class="box">
<div class="cardImage"></div>
<div class="programTitle">Cleaning matters</div>
<div class="donationCount">
Donation Goal : <span>$800</span>
</div>
<button>Donate Now</button>
</div>
</div>
</section>
<div class="Form_container">
<div class="form">
<div class="contact-info">
<h3 class="title">Let's get in touch</h3>
<p class="text">
If you'd like to join with us fill following form and send us to our The HealthORG community.
</p>
<div class="info">
<div class="information">
<img src="Form/Social Icons/location.png" class="icon" alt="" />
<p>210/A Pitipana South Colombo</p>
</div>
<div class="information">
<img src="Form/Social Icons/email.png" class="icon" alt="" />
<p>The [email protected]</p>
</div>
<div class="information">
<img src="Form/Social Icons/phone.png" class="icon" alt="" />
<p>+94 71585969416</p>
</div>
</div>
<div class="social-media">
<p>Connect with us :</p>
<div class="socialIcons">
<a href="#">
<i class="fab fa-facebook-f"></i>
</a>
<a href="#">
<i class="fab fa-twitter"></i>
</a>
<a href="#">
<i class="fab fa-instagram"></i>
</a>
<a href="#">
<i class="fab fa-linkedin-in"></i>
</a>
</div>
</div>
</div>
<div class="contact-form">
<span class="circle one"></span>
<span class="circle two"></span>
<form action="C:\xampp\htdocs\WEB project" autocomplete="off" method="POST">
<h3 class="title">Contact us</h3>
<div class="input-container">
<input type="text" name="UName" class="input" />
<label for="">Username</label>
<span>Username</span>
</div>
<div class="input-container">
<input type="email" name="Email" class="input" />
<label for="">Email</label>
<span>Email</span>
</div>
<div class="input-container">
<input type="tel" name="Phone" class="input" />
<label for="">Phone</label>
<span>Phone</span>
</div>
<div class="input-container textarea">
<textarea name="Message" class="input"></textarea>
<label for="">Message</label>
<span>Message</span>
</div>
<input type="submit" value="Send" class="button" />
</form>
</div>
</div>
</div>
<script src="Form.js"></script>
<footer>
<div class="row">
<div class="col">
<h2>The HealthORG</h2>
<p> If you'd like to join with us fill following form and send us to our The HealthORG community. </p>
</div>
<div class="col">
<h3>Contact us <div class="underline"><span></span></div></h3>
<p>Homagama</p>
<p>Pitipana,South</p>
<p>10200, Delgahawaththa , Colombo</p>
<p class="email-id">The [email protected]</p>
<h4>+94 7154865215</h4>
</div>
<div class="col">
<h3>Services <div class="underline"><span></span></div></h3>
<ul>
<li><a href="">Home</a></li>
<li><a href="">Covid-19</a></li>
<li><a href="">Vaccines</a></li>
<li><a href="">WFP</a></li>
</ul>
</div>
<div class="col">
<h3>Health Deseases <div class="underline"><span></span></div></h3>
<ul>
<li><a href="">Cancer</a></li>
<li><a href="">Dengue</a></li>
<li><a href="">Kidney</a></li>
<li><a href="">Diabetics</a></li>
</ul>
</div>
<div class="col">
<h3>Contact <div class="underline"><span></span></div></h3>
<div class="social-icons">
<i class="fab fa-facebook-f"></i>
<i class="fab fa-twitter"></i>
<i class="fab fa-whatsapp"></i>
</div>
</div>
</div>
<hr>
<p class="copyright">The HealthORG © 2021 - All Rights Reserved</p>
</footer>
</body>
</html>