-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
299 lines (213 loc) · 8.87 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
<!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">
<link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>
<header>
<div class="container">
<div class="logo">
<a href="index.html" title="home">
<img src="images/2023-04-19 (1).png" alt="">
</a>
</div>
<nav>
<ul>
<li><a href="index.html#about">About us</a></li>
<li><a href="index.html#cards-id">Solution</a></li>
<li><a href="index.html#form-id">Share Food</a></li>
<li><a href="index.html#volunteer-id">Volunteer</a></li>
<li><a href="index.html#footer-id">Contact-Us</a></li>
<!-- <li class="menu"><img src="images/menu_icon.png" alt=""></li> -->
</ul>
</nav>
</div>
</header>
<section class="hero">
<img src="images/slums-g276ce9a88_1920.jpg" alt="">
<div class="hero-content">
<div class="container">
<h1>Have Food? <br>
Share it
</h1>
<p>
Do you know that one-third of all food globally goes to waste? That’s enough to feed 3 billion
people!
</p>
<a href="hunger.html"><button id="about-food-hunger">Learn More</button></a>
</div>
</div>
</section>
<div class="about-container" id="about">
<div class="global-page-container">
<div id="about-us">
<h3>About us</h3>
<hr>
</hr>
</div>
<div class="space"></div> <!--just for space between element -->
<div class="tab-box">
<div class="box-tabs">
<div style="background-color: #2A2D34; font-weight: bold" class="single-tab">Mission</div>
<div class="single-tab">Vision</div>
<div class="single-tab">Focus</div>
</div>
<div id="box-text">
Our <b>Mission</b> is to collect and distribute household food to those in need . You can donate
leftover or excess fruits or vegetables and also non-perishable food items such as canned
goods,rice,cereal to us
</div>
</div>
</div>
</div>
<section class="cards" id="cards-id">
<div class="cards-heading">
<h2>HOW WE FIGHT HUNGER</h2>
<p>We take decisive action against the causes and effects of hunger.</p>
</div>
<div class="cards-container">
<!-- CARD 1 -->
<div class="card card1">
<div class="polaroid1">
<img src="#" alt="" ">
<div class=" desp">
<p> REDUCE FOOD WASTE </p>
</div>
</div>
<div class="overlay1">
<div class="text">
<p> Indian households rank second-highest for food wastage in the world. Are you surprised? </p>
<a href="cards/card1.html"><button>Learn More</button></a>
</div>
</div>
</div>
<!-- CARD 2 -->
<div class="card card2">
<div class="polaroid2">
<img src="#" alt="" ">
<div class=" desp2">
<p>INCREASE AWARENESS</p>
</div>
</div>
<div class="overlay2">
<div class="text">
<p>According to a new survey, Indian households accounted for 7.4% of the entire 931 million tonnes of food wasted in the world in the world.
</p>
<a href="cards/card2.html"><button>Learn More</button></a>
</div>
</div>
</div>
<!-- CARD 3 -->
<div class="card card3">
<div class="polaroid3">
<img src="#" alt="" ">
<div class=" desp3">
<p> ACCESS TO FOOD </p>
</div>
</div>
<div class="overlay3">
<div class="text">
<p>"Throwing away food is like stealing from the table of those who are poor and hungry"</p>
<a href="cards/card3.html"><button>Learn More</button></a>
</div>
</div>
</div>
</div>
</section>
<section class="food-form" id="form-id">
<div id="form-heading">
<h3>Contribute Food</h3>
<hr>
</hr>
<p>
If you manage a restaurant or generally want to contribute excess meals from your<br>
household or workplace, lets connect.
</p>
</div>
<div class="food-container">
<form action="" method="post" id="email_form">
<input type="text" name="First Name" placeholder="First Name" /><br>
<input type="text" name="Last Name" placeholder="Last Name" /><br>
<input type="text" name="email" placeholder="E-mail Address" /><br>
<input type="text" name="Phone Number" placeholder="Phone number" /><br>
<input type="text" name="When food was cooked" placeholder="When food was cooked" /><br>
<input type="text" name="Address" placeholder="Address-Pincode" /><br>
<textarea name="text" placeholder="Message"></textarea><br>
<input id="submit_form" type="submit" value="Send" />
</form>
</div>
</section>
<section class="QR">
<div class="qrcontainer">
<img src="images/qr.jpg" alt="">
<p>
Scan to pay <b>Rs 5</b> <br>
<span>As a handling fees If you cant provide food packed in disposible container</span> <br>
<span>And want us to bring our own</span>
</p>
</div>
</section>
<section class="volunteer" id="volunteer-id">
<div class="vol-container">
<div id="vol">
<h3>Join Us To Be The Hunger Saviour</h3>
<hr>
</hr>
</div>
<div class="space-class"></div>
<div id="vol-content">
<div class="left">
<img src="images/pexels-julia-m-cameron-6995221.jpg" alt="">
</div>
<div class="right">
<p>
"We make a living by what we get, but we make a life by what we give."<br>
</p>
<span><i>'Winston Churchill'</i></span> <br>
<a
href="https://docs.google.com/forms/d/1l3kpN2dZ7EafOusDyCkaHQBrPxN9kv7DFmtlMUCqDPc/edit?usp=drivesdk" target="_blank"><button
class="button-56" role="button">Join Us</button></a>
</div>
</div>
</div>
</section>
<footer class="footer" id="footer-id">
<div class="footer-container">
<div class="follow-us">
<h4 class="footer-section-title">Follow us</h4>
<a href="http://www.facebook.com"><img src="images/social-icon/fb.svg" alt="facebook-icon"></a>
<a href="http://www.twitter.com"><img src="images/social-icon/twitter.svg" alt="facebook-icon"></a>
<a href="http://www.instagram.com"><img src="images/social-icon/insta.svg" alt="facebook-icon"></a>
</div>
<div class="address">
<h4 class="footer-section-title">Location</h4>
<p>
New Delhi , Saket<br>
India<br>
T : +91 8822556600<br>
Email : [email protected]
</p>
</div>
<div class="time">
<h4 class="footer-section-title">Opening times</h4>
<p>
Mon-Fri : 9:00 AM - 9:00 PM<br>
Saturday : 12:00 AM - 9:00 PM<br>
Sunday : 12:00 AM - 9:00 PM
</p>
</div>
</div>
<div class="copyright ">
<hr>
</hr>
<span id="current_year"></span> © All rights reserved
</div>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>