-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
289 lines (260 loc) · 11 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/index.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<link rel="icon" href="images/fevicon_assect/favicon-16x16.png" sizes="16x16" type="image/png">
<link rel="stylesheet" href="css/header_footer.css">
<link rel="stylesheet" href="other/bot/bot.css">
<title>Annapurna</title>
</head>
<body>
<nav class="navbar fixed-top sticky-top navbar-expand-lg navbar-dark bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="#">
<img src="images/logo.png" alt="logo" width="80px" height="80px">
<span>Annapurna</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="supportus.html">Support</a>
</li>
<li class="nav-item">
<a class="nav-link" href="aboutus.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contactus.html">Contact Us</a>
</li>
</ul>
<li class="nav-item dropdown">
<a class="dropdown-toggle navbtn" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">Donate </a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="https://pmny.in/qrgpx69I5tQw">Money</a>
<a class="dropdown-item" href="food_donate.html">Food</a>
<a class="dropdown-item" href="cloths_donate.html">Cloths</a>
</div>
</li>
<a href="login.html">
<button class="navbtn mx-4" type="button">Login and Register</button>
</a>
<!-- <a href="login_admin.php">
<button class="navbtn" type="button">Admin Login</button>
</a>
<div class="mx-2"></div> -->
</div>
</div>
</nav>
<div style="display:none;">
<a id="donate_button"
style="width: 135px; background-color: #1065B7; text-align: center; font-weight: 800; padding: 11px 0px; color: white; font-size: 12px; display: inline-block; text-decoration: none; "
href='https://pmny.in/qrgpx69I5tQw'>Donate Now</a>
</div>
<div class="img_slideshow" align="center">
<img class="mySlides" src="images/home_slideshow/home_slideshow1.jpg">
<img class="mySlides" src="images/home_slideshow/home_slideshow2.jpg">
<img class="mySlides" src="images/home_slideshow/home_slideshow3.jpg">
<img class="mySlides" src="images/home_slideshow/home_slideshow4.jpg">
</div>
<div class="content1">
<div class="text reveal">
<p>
<h4>
Hey, are u thinking our society is happy coz we get food whenever we want....isn't it?
</h4>
</p><br>
<p>
But what if I say that two-thirds of our society didn't get food for a week. Yes that's how it is....single
largest contributor to disease in the world is "MALNUTRITION"
</p>
<p>
People experiencing food insecurity have typically run out of food for days......imagine you are experiencing
this....isn't it terrible?
</p><br>
</div>
<div class="content1img reveal" align="center">
<img src="images/home/home_content1a.png" alt="logo" width="300px" height="250px">
<img src="images/home/home_content1b.png" alt="logo" width="300px" height="250px">
<img src="images/home/home_content1c.png" alt="logo" width="300px" height="250px">
</div>
</div>
<div class="parallax"></div>
<div class="content2">
<div class="left reveal">
<p>
Hunger is the leading cause of death in the world. Our planet has provided us with tremendous resources, but
unequal access and inefficient handling leave millions of people malnourished.
</p>
<p>
Children are particularly badly affected. In traditional societies, they suffer heavily from the consequences of
structural inequalities.
</p>
</div>
<div class="right reveal">
<p>
925 million <br>
people worldwide will go to bed <br>
hungry tonight <br>
</p>
</div>
</div>
<div class="block_content_right">
<center>
<img src="images/home/causeOfhunger.jpg" width="250px" height="250" class=" reveal">
</center>
<div class="text reveal">
<h2>Cause of Hunger</h2><br>
<p>
Due to an unbalanced diet, vital vitamins are lacking, along with iron, iodine, zinc, or diet A. At first
glance, the effects aren't always very visible, however, over the long-time period, those nutrient deficiencies
result in severe diseases. In particular, youngsters are not able to expand correctly, neither mentally nor
physically. The danger of dying is high.
</p>
<a href="https://pmny.in/qrgpx69I5tQw"><button type="button">Donate Now</button></a>
</div>
</div>
<div class="block_content_left">
<div class="text reveal">
<h2>What we are trying to do?</h2><br>
<p>
We are trying to help people who didn't get food by supplying food from people to people
</p>
<p>
We want that everyone gets food...so that they don't face things like malnutrition
</p>
<p>
supply the food to those in need from those who want to help
</p>
</div>
<center>
<img src="images/home/tryingToDo.jpg" width="250px" height="250" class="reveal">
</center>
</div>
<div class="block_content_right">
<center>
<img src="images/home/membersDo.jpg" width="250px" height="250" class=" reveal">
</center>
<div class="text reveal">
<h2>What members do :</h2><br>
<p>
Supply to those in need from those who want to help
create your team (if u can) to supply food(cook or uncooked)
</p>
<p>
If possible, try to provide daily food using the concept of daily (1 roti from 1 family) ... if not, try to
supply monthly food If possible, connect with the hotel and try to provide the remaining food to the needy.
</p><br>
<a href="registration.html"><button type="button">Be a Member</button></a>
</div>
</div>
<input type="checkbox" id="check"> <label class="chat-btn" for="check"> <i class="fa fa-commenting-o comment"></i>
<i class="fa fa-close close"></i> </label>
<div class="wrapper">
<div class="header">
<h6>Quick Responce</h6>
</div>
<div class="content">
<span>Please fill out the form to start chat!</span>
<form action="" class="instant">
<input class="name" type="text" class="form-control name" placeholder="Name" required>
<input class="email" type="text" class="form-control email" placeholder="Email" required>
<textarea class="message" class="form-control message" placeholder="Your Text Message" required></textarea>
<span><small>Your query will solved within 24hrs</small></span>
<button type="submit">Submit</button>
</form>
</div>
</div>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-3 mb-4 mb-lg-0">
<div class="block-7">
<h3 class="footer-heading mb-4">About Us</h3>
<p>
We are students from Gokhale education society. We are currently pursuing a degree in computer
engineering.
</p>
</div>
</div>
<div class="col-lg-3 mx-auto mb-5 mb-lg-0">
<h3 class="footer-heading mb-4">Quick Links</h3>
<ul class="list-unstyled">
<li><a class="nav-link active" href="index.html">Home</a></li>
<li><a class="nav-link active" href="supportus.html">Support</a></li>
<li><a class="nav-link active" href="https://pmny.in/qrgpx69I5tQw">Donate</a></li>
<li><a class="nav-link active" href="aboutus.html">About Us</a></li>
<li><a class="nav-link active" href="contactus.html">Contact Us</a></li>
</ul>
</div>
<div class="col-md-6 col-lg-3">
<div class="block-5 mb-5">
<h3 class="footer-heading mb-4">Contact Info</h3>
<ul class="list-unstyled">
<li>Gokhale Education Society's
<br>R. H. Sapat College Engineering,
<br>Collage Road, Nashik, Maharashtra,
<br>India 422005
</li>
<!-- <li class="phone"><a href="tel://9876543210">+91 9876543210</a></li> -->
<li class="email"><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
</div>
</div>
<div class="row pt-5 mt-3 text-center">
<div class="col-md-12">
<p>
Copyright ©
<script> document.write(new Date().getFullYear()); </script> All rights reserved</a>
</p>
</div>
</div>
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/firebase/7.14.1-0/firebase.js"></script>
<script src="other/bot/bot_backend.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<script type="text/javascript">
// image slider js
var myIndex = 0;
carousel();
function carousel() {
var i;
var x = document.getElementsByClassName("mySlides");
for (i = 0; i < x.length; i++) {
x[i].style.display = "none";
}
myIndex++;
if (myIndex > x.length) { myIndex = 1 }
x[myIndex - 1].style.display = "block";
setTimeout(carousel, 2000); // Change image every 2 seconds
}
// revel animation js
window.addEventListener('scroll', reveal);
function reveal() {
var reveals = document.querySelectorAll('.reveal');
for (var i = 0; i < reveals.length; i++) {
var windowheight = window.innerHeight;
var revealtop = reveals[i].getBoundingClientRect().top;
var revealpoint = 150;
if (revealtop < windowheight - revealpoint) {
reveals[i].classList.add('reveal_active');
}
else {
reveals[i].classList.remove('reveal_active');
}
}
}
</script>
</body>
</html>