-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
369 lines (364 loc) · 12.8 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
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
<!--A Design by W3layouts
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
-->
<!DOCTYPE html>
<html>
<head>
<title>Waves 2017 | The Ripple Project</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="Waves 2017, Waves Bits Goa, Bits Goa, Goa, Charity, Teach for India, Non Government organisation" />
<script type="application/x-javascript"> addEventListener("load", function() { setTimeout(hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); } </script>
<link href="css/bootstrap.css" rel='stylesheet' type='text/css' />
<link href="css/style.css" rel='stylesheet' type='text/css' />
<script src="js/jquery.min.js"></script>
<!--start-smoth-scrolling-->
<script type="text/javascript" src="js/move-top.js"></script>
<script type="text/javascript" src="js/easing.js"></script>
<script type="text/javascript">
jQuery(document).ready(function($) {
$(".scroll").click(function(event){
event.preventDefault();
$('html,body').animate({scrollTop:$(this.hash).offset().top},1000);
});
});
</script>
<!--start-smoth-scrolling-->
</head>
<body>
<!--head-->
<div class="head" id="home">
<div class="container">
<div class="head-top">
<div class="col-md-6 h-left">
<p>+91 89766 95524 , +91 75076 89437</p>
</div>
<div class="col-md-6 h-right">
<ul>
<li><a href="https://www.facebook.com/bitswaves/"><span class="fb"> </span></a></li>
</ul>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!--head-->
<!--header-->
<div class="header">
<div class="container">
<div class="header-main">
<div class="logo">
<a href="index.html"><img src="images/logo.PNG" alt=""></a>
</div>
<div class="head-right">
<div class="top-nav">
<span class="menu"><img src="images/nav-icon.png" alt=""> </span>
<ul>
<li><a href="index.html" class="active"><span class="glyphicon glyphicon-home"></span>Home</a></li>
<li><a href="#helpstart"><span class="glyphicon glyphicon-info-sign"></span>Cause</a></li>
<li><a href="#whatwedo"><span class="glyphicon glyphicon-certificate"></span>What We do</a></li>
<li><a href="gallery.html"><span class="glyphicon glyphicon-picture"></span>Media</a></li>
<li><a href="reg.html"><span class="glyphicon glyphicon-envelope"></span>Volunteer</a></li>
<div class="clearfix"> </div>
</ul>
<!--script-->
<script>
$("span.menu").click(function(){
$(".top-nav ul").slideToggle(500, function(){
});
});
</script>
</div>
</div>
<div class="clearfix"> </div>
</div>
</div>
</div>
<!--//header-->
<!--banner-starts-->
<div class="banner">
<div class="container">
<div class="banner-top">
<section class="slider">
<div class="flexslider">
<ul class="slides">
<li>
<div class="banner-text">
<h3>Hello, Help us Help you</h3>
<p>We understand our social responsibility</p>
</div>
</li>
<!--<li>
<div class="banner-text">
<h3>Lorem ipsum dolor sit amet</h3>
<p>Aenean consectetur fringilla mi</p>
</div>
</li>
<li>
<div class="banner-text">
<h3>Lorem ipsum dolor sit amet</h3>
<p>Aenean consectetur fringilla mi</p>
</div>
</li>-->
</ul>
</div>
</section>
</div>
</div>
</div>
<!--banner-end-->
<!--FlexSlider-->
<link rel="stylesheet" href="css/flexslider.css" type="text/css" media="screen" />
<script defer src="js/jquery.flexslider.js"></script>
<script type="text/javascript">
$(window).load(function(){
$('.flexslider').flexslider({
animation: "slide",
start: function(slider){
$('body').removeClass('loading');
}
});
});
</script>
<!--End-slider-script-->
<!--welcome-starts-->
<div class="welcome">
<div class="container">
<div class="welcome-top">
<div class="col-md-4 welcome-left heading">
<h2>Welcome</h2>
<h5>To the Ripple Project</h5>
<p>If the problems of humanity are the demons we need to encounter, then, the spear of education must be the weapon of our choice.</p>
</div>
<div class="col-md-4 welcome-left">
<div class="welcome-one">
<div class="wel-left">
<span class="glyphicon glyphicon-heart" aria-hidden="true"></span>
</div>
<div class="wel-right">
<h4></h4>
<p>The initiative includes a book collection drive that will take place in many major cities of the nation.</p>
</div>
<div class="clearfix"></div>
</div>
<div class="welcome-two">
<div class="wel-left">
<span class="glyphicon glyphicon-plus-sign" aria-hidden="true"></span>
</div>
<div class="wel-right">
<h4></h4>
<p>These books can be used for education less fortunate students who are in an honest need of material to read and learn from.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="col-md-4 welcome-left">
<div class="welcome-one">
<div class="wel-left">
<span class="glyphicon glyphicon-globe" aria-hidden="true"></span>
</div>
<div class="wel-right">
<h4></h4>
<p>The use of school books gets reduced to a minimum after a student moves on to college.</p>
</div>
<div class="clearfix"></div>
</div>
<div class="welcome-two">
<div class="wel-left">
<span class="glyphicon glyphicon-briefcase" aria-hidden="true"></span>
</div>
<div class="wel-right">
<h4></h4>
<p>The collection drive is boosted manifold by the involvement of Goonj, a famous NGO that is famous for its collaborative work in the field of recycled clothes and upliftment of standards of living of masses.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!--welcome-end-->
<!--help-starts-->
<div class="help" id="helpstart">
<div class="help-left">
<img src="images/h2.jpg" alt="" />
</div>
<div class="help-right heading">
<h3>Cause</h3>
<h5>“Education is not preparation for life; education is life itself.”</h5>
<p>India has made strides in primary school enrolment but despite an initially high rate of enrolment, drop-out rates are very high. India continues to have 2.27 million children out of school. A number of reasons have been attributed for this situation, but the most popularly accepted reason is the quality of education in schools. 17% of teachers are absent from classrooms every day. India is currently facing one of the worst educational crises in the world.</p>
<div class="tool">
<a class="tooltips" href="#">
<span></span></a>
</div>
</div>
<div class="clearfix"></div>
</div>
<!--help-end-->
<!--events-starts-->
<div class="events" id="whatwedo">
<div class="container">
<div class="events-top heading">
<h3>What We Do</h3>
<p>The Ripple Project,launched as the social wing of Waves is dedicated to the cause of children's education,starting it's maiden year.
In collaboration with Teach for India,we've launched a volunteership program wherein anyone interested in contributing towards children's education can do so through Teach for India classrooms and a variety of related projects.<br><br>
In addition to this,together with Teach for India,Nirmaan and Goonj,we plan to give as much as we can to less fortunate students through nation-wide collection drives in the months of August and September this year.Join us and be the change!</p>
<a href="#reg"><h4>Join The Movement</h4></a>
</div>
<!--<div class="events-bottom">
<div class="col-md-6 event-left">
<img src="images/e1.jpg" alt="" />
<div class="event">
<h4>Vivamus pulvinar lectus eu purus</h4>
<p> Etiam varius facilisis mauris, vitae consectetur ipsum pellentesque nec. Mauris iaculis mollis ante a sagittis. Sed eu ligula urna. Suspendisse potenti. Donec eu porttitor diam, eget eleifend massa.</p>
</div>
<div class="date">
<p>May 29,2015</p>
</div>
</div>
<div class="col-md-3 event-right">
<div class="e-1">
<img src="images/e2.jpg" alt="" />
<h4>Morbi et facilisis tellus</h4>
</div>
<div class="e-2">
<img src="images/e3.jpg" alt="" />
<h4>Morbi et facilisis tellus</h4>
</div>
</div>
<div class="col-md-3 event-right">
<div class="e-1">
<img src="images/e4.jpg" alt="" />
<h4>Morbi et facilisis tellus</h4>
</div>
<div class="e-2">
<img src="images/e5.jpg" alt="" />
<h4>Morbi et facilisis tellus</h4>
</div>
</div>-->
<div class="clearfix"></div>
</div>
</div>
</div>
<!--events-end-->
<!--letter-starts-->
<!--<div class="letter">
<div class="container">
<div class="letter-top heading">
<h3>Newsletter Subscription</h3>
<div class="letter-bottom">
<form>
<input type="text" value="Enter Name" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Enter Name';}">
<input type="text" value="Enter Email" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Enter Email';}">
<input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>-->
<!--letter-end-->
<!--team-starts-->
<div class="team">
<div class="container">
<div class="team-top heading">
<h3>In Collaboration with</h3>
</div>
<div class="team-bottom">
<div class="col-md-4 team-left"></div>
<div class="col-md-4 team-left wow bounceIn animated" data-wow-delay=".5s" style="visibility: visible; -webkit-animation-delay: .5s;">
<a target="_blank" href="http://www.teachforindia.org/">
<img src="images/t1.png" alt="" style="width: 100%">
<div class="captn">
<h4></h4>
<p></p>
</div>
<div class="team-text">
<h5></h5>
<p></p>
</div>
</a>
</div>
<!--<div class="col-md-3 team-left wow bounceIn animated" data-wow-delay=".5s" style="visibility: visible; -webkit-animation-delay: .5s;">
<a href="#">
<img src="images/t2.jpg" alt="">
<div class="captn">
<h4>Adaline</h4>
<p>Nam id urna ipsum</p>
</div>
<div class="team-text">
<h5>Adaline</h5>
<p>Nam id urna ipsum</p>
</div>
</a>
</div>
<div class="col-md-3 team-left wow bounceIn animated" data-wow-delay=".5s" style="visibility: visible; -webkit-animation-delay: .5s;">
<a href="#">
<img src="images/t3.jpg" alt="">
<div class="captn">
<h4>Thomas</h4>
<p>Nam id urna ipsum</p>
</div>
<div class="team-text">
<h5>Thomas</h5>
<p>Nam id urna ipsum</p>
</div>
</a>
</div>
<div class="col-md-3 team-left wow bounceIn animated" data-wow-delay=".5s" style="visibility: visible; -webkit-animation-delay: .5s;">
<a href="#">
<img src="images/t4.jpg" alt="">
<div class="captn">
<h4>Selena</h4>
<p>Nam id urna ipsum</p>
</div>
<div class="team-text">
<h5>Selena</h5>
<p>Nam id urna ipsum</p>
</div>
</a>
</div>-->
<div class="clearfix"></div>
</div>
</div>
</div>
<!--team-end-->
<!--address-starts-->
<div class="address">
<div class="container">
<div class="address-top">
<div class="col-md-4 add-left">
<span class="glyphicon glyphicon-map-marker" aria-hidden="true"></span>
<p><label>BITS Pilani, KK Birla Goa Campus</label>
</p>
</div>
<div class="col-md-4 add-left">
<span class="glyphicon glyphicon-earphone" aria-hidden="true"></span>
<p>+91 89766 95524 ,<br> +91 75076 89437
</p>
</div>
<div class="col-md-4 add-left">
<span class="glyphicon glyphicon-envelope" aria-hidden="true"></span>
<p><a href="mailto:[email protected]">[email protected]</a></p>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<!--address-end-->
<!--footer-starts-->
<div class="footer">
<div class="container">
<div class="footer-top">
<a href="http://bits-waves.org"><h3>Waves</h3></a>
<p>Site Design: <a href="www.prefedge.com">Aryan Agarwal</a></p>
<a href="#home" class="scroll"><img src="images/top-arrow.png" alt="" /></a>
</div>
</div>
</div>
<!--footer-end-->
</body>
</html>