forked from kashyapvyas/trpwsweb
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
476 lines (437 loc) · 22.6 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
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no, minimum-scale=1, maximum-scale=1, user-scalable=no" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<title>TRPWS - HOME</title>
<!-- Favicon-->
<link rel="icon" type="image" href="./images/website-favicon.png" sizes="192x192" />
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<!-- custom add-ons for nav bar and footer -->
<link rel="stylesheet" type="text/css" href="add.css">
<link rel="stylesheet" type="text/css" href="index.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link href="boxicons/css/boxicons.min.css" rel="stylesheet">
<link rel="stylesheet" href="fontawesome/css/all.css">
</head>
<body>
<!------navigation------->
<div class="container-fluid menu">
<nav class="navbar navbar-expand-lg my-navbar">
<a class="navbar-brand " href="#"><img src="./images/trpws.png" height="100" width='150' alt="" loading="lazy"></a>
<button class="navbar-toggler custom-toggler" type="button" data-toggle="collapse"
data-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 ml-auto">
<li class="nav-item">
<a class="nav-link active" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="./aboutus.html">About us</a>
</li>
<li class="nav-item">
<a href="./events.html" class="nav-link">Events</a>
</li>
<li class="nav-item">
<a href="./internship.html" class="nav-link">Internship</a>
</li>
<li class="nav-item">
<a href="./vol.html" class="nav-link">Volunteer</a>
</li>
<li class="nav-item">
<a href="./projectaahar.html" class="nav-link">Project Aahar</a>
</li>
<li class="nav-item">
<a href="./contactus.html" class="nav-link">Contact Us</a>
</li>
</ul>
</div>
</nav>
</div>
<!--------------------------------------- header image --------------------------------------->
<div id="header">
<div class="container text-center">
<div class="header-box">
<h1>The Rising People Welfare Society</h1>
</div>
</div>
</div>
<!---------------------------------------- jumbotron ---------------------------------------->
<div class="container-fluid">
<div class="row jumbotron">
<div class="col-xs-20 col-sm-12 col-md-20 col-lg-20 col-xl-100" >
<h1 class="text-center" data-aos="zoom-in-up" data-aos-easing="ease-in-sine" data-aos-delay="100">WHO WE ARE AND WHAT DO WE DO?</h1>
<div class="border1 "></div>
<p class="text-center px-md-5">The rising people welfare society aims to build a better living ecosystem to the underprivileged childeren in New Delhi by providing them with the right education and care at the right time in life.</p>
</div>
<div class="col-xs-12 col-sm-12 col-md-3 col-lg-3 col-xl-2 text-center">
<a href="./aboutus.html"><button type="button" class="btn btn-lg border border-secondary read-more">Read More</button></a>
</div>
</div>
</div>
<!---------------------------------- welcome section ------------------------------------->
<div class="container-fluid padding">
<div class="row welcome text-center">
<div class="col-12">
<h1 data-aos="zoom-in-up" data-aos-easing="ease-in-sine" data-aos-delay="100">WE TEACH THEM THE RIGHT WAY</h1>
<div class="border1"></div>
</div>
<div class="col-12">
<p>TRPWS is a joint programme with the mission to empower and support underprivileged chidren by ensuring that every child has at least 1 adult assigned to them.</p>
</div>
</div>
</div>
<!-------------------------------------- Three column section --------------------------------->
<section class="services section-bg">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="row">
<div class="col-md-4 d-flex align-items-stretch" data-aos="zoom-in-up" data-aos-easing="ease-in-sine" data-aos-delay="100">
<div class="icon-box" >
<div class="icon"><i class="fa fa-hands-helping fa-3x"></i></div>
<h4><a href="">Donation drives</a></h4>
<p>One man's trash is another man's treasure. Our needy children get donations everymonth from the privileged section. You never know, a pen to you, is worth a career to another.</p>
</div>
</div>
<div class="col-md-4 d-flex align-items-stretch mt-4 mt-lg-0" data-aos="zoom-in" data-aos-easing="ease-in-sine" data-aos-delay="100">
<div class="icon-box" >
<div class="icon"><i class="fa fa-university fa-3x"></i></div>
<h4><a href="">Teaching</a></h4>
<p>In todays world, everyone needs to be educated. To survive in this world, More literacy isn't enough. Our kids are taught alphabets to alpha beta gama. We make sure that at the end of the day, the child doesn't only have fun but learn somthing of value.
</p>
</div>
</div>
<div class="col-md-4 d-flex align-items-stretch mt-4 mt-lg-0" data-aos="zoom-in-up" data-aos-easing="ease-in-sine" data-aos-delay="100">
<div class="icon-box" >
<div class="icon"><i class="fa fa-box fa-3x"></i></div>
<h4><a href="">Project Aahar</a></h4>
<p>Sponsor a food packet @50 that would comprise of vegetable and three chappatis to save a starving soul in these turbulent times of the corona crisis.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!------------------- EDUCATION @TRPWS SECTION --------------------------->
<section id="portfolio" class="portfolio section-bg">
<div class="container" >
<div class="section-title">
<h2>EDUCATION</h2>
</div>
<div class="row portfolio-container">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap" data-aos="fade-right" data-aos-easing="ease-in-sine" data-aos-delay="100">
<img src="./images/home_images/edu-1.jpg" class="img-fluid">
<div class="portfolio-info">
<h4>WE LOVE</h4>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap" data-aos="zoom-in" data-aos-easing="ease-in-sine" data-aos-delay="100">
<img src="./images/home_images/edu-2.jpg" class="img-fluid">
<div class="portfolio-info">
<h4>WE CARE</h4>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap" data-aos="fade-left" data-aos-easing="ease-in-sine" data-aos-delay="100">
<img src="./images/home_images/edu-3.jpg" class="img-fluid">
<div class="portfolio-info">
<h4>WE TEACH</h4>
</div>
</div>
</div>
</div>
</div>
</section>
<!----------------------------- Portfolio Section ------------------------------>
<section id="portfolio" class="portfolio">
<div class="container" >
<div class="section-title">
<h2>Our Gallery</h2>
<p>We reach out to children and make them interact with young people from universities and teach them in a friendly way so as to provide them with a family environment for learning, make them understand our culture and hardships they need to overcome in the journey of their life.</p>
</div>
<div class="row portfolio-container">
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap" data-aos="fade-right" data-aos-easing="ease-in-sine" data-aos-delay="100">
<img src="./images/home_images/gal-1.png" class="img-fluid">
<div class="portfolio-info">
<h4>Fun Time</h4>
<div class="portfolio-links">
<a href="#" data-gall="portfolioGallery" class="venobox" title="Fun Time"><i class="icofont-eye"></i></a>
<a href="#" title="More Details"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap" data-aos="zoom-in" data-aos-easing="ease-in-sine" data-aos-delay="100">
<img src="./images/home_images/gal-2.jpg" class="img-fluid">
<div class="portfolio-info">
<h4>Great Time</h4>
<div class="portfolio-links">
<a href="#" data-gall="portfolioGallery" class="venobox" title="Great Time"><i class="icofont-eye"></i></a>
<a href="#" title="More Details"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap" data-aos="fade-left" data-aos-easing="ease-in-sine" data-aos-delay="100">
<img src="./images/home_images/gal-3.png" class="img-fluid">
<div class="portfolio-info">
<h4>Study Time</h4>
<div class="portfolio-links">
<a href="#" data-gall="portfolioGallery" class="venobox" title="Study Time"><i class="icofont-eye"></i></a>
<a href="#" title="More Details"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap" data-aos="fade-right" data-aos-easing="ease-in-sine" data-aos-delay="100">
<img src="./images/home_images/gal-4.png" class="img-fluid">
<div class="portfolio-info">
<h4>Fun Time</h4>
<div class="portfolio-links">
<a href="#" data-gall="portfolioGallery" class="venobox" title="Fun Time"><i class="icofont-eye"></i></a>
<a href="#" title="More Details"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap" data-aos="zoom-in" data-aos-easing="ease-in-sine" data-aos-delay="100">
<img src="./images/home_images/gal-5.jpg" class="img-fluid">
<div class="portfolio-info">
<h4>Great Time</h4>
<div class="portfolio-links">
<a href="#" data-gall="portfolioGallery" class="venobox" title="Great Time"><i class="icofont-eye"></i></a>
<a href="#" title="More Details"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-app">
<div class="portfolio-wrap" data-aos="fade-left" data-aos-easing="ease-in-sine" data-aos-delay="100">
<img src="./images/home_images/gal-6.jpg" class="img-fluid">
<div class="portfolio-info">
<h4>Study Time</h4>
<div class="portfolio-links">
<a href="#" data-gall="portfolioGallery" class="venobox" title="Study Time"><i class="icofont-eye"></i></a>
<a href="portfolio-details.html" title="More Details"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap" data-aos="fade-right" data-aos-easing="ease-in-sine" data-aos-delay="100">
<img src="./images/home_images/gal-7.jpg" class="img-fluid">
<div class="portfolio-info">
<h4>Fun Time</h4>
<div class="portfolio-links">
<a href="#" data-gall="portfolioGallery" class="venobox" title="Fun Time"><i class="icofont-eye"></i></a>
<a href="portfolio-details.html" title="More Details"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-card">
<div class="portfolio-wrap" data-aos="zoom-in" data-aos-easing="ease-in-sine" data-aos-delay="100">
<img src="./images/home_images/gal-8.jpg" class="img-fluid">
<div class="portfolio-info">
<h4>Great Time</h4>
<div class="portfolio-links">
<a href="#" data-gall="portfolioGallery" class="venobox" title="Great Time"><i class="icofont-eye"></i></a>
<a href="portfolio-details.html" title="More Details"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-web">
<div class="portfolio-wrap" data-aos="fade-left" data-aos-easing="ease-in-sine" data-aos-delay="100">
<img src="./images/home_images/gal-9.png" class="img-fluid">
<div class="portfolio-info">
<h4>Study Time</h4>
<div class="portfolio-links">
<a href="#" data-gall="portfolioGallery" class="venobox" title="Study Time"><i class="icofont-eye"></i></a>
<a href="portfolio-details.html" title="More Details"><i class="icofont-external-link"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--------------------------------- Testinomials -------------------------------------->
<div class="testimonials">
<div class="inner ">
<h1>TESTIMONIALS</h1>
<div class="border1"></div>
<div class="row1">
<div class="col" data-aos="fade-right" data-aos-easing="ease-in-sine" data-aos-delay="100">
<div class="testimonial" style="padding-bottom: 32px;">
<img src="./images/testimonial-images/shilpi-gupta.png">
<div class="name">Shilpi Gupta</div>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>It's a great place for people who want to do social work. Environment is good very friendly. NGO is doing great by helping the poor children to achieve their dreams .</p>
</div>
</div>
<div class="col" data-aos="zoom-in" data-aos-easing="ease-in-sine" data-aos-delay="100">
<div class="testimonial">
<img src="./images/testimonial-images/akshita-babutta.png">
<div class="name">Akshita Babutta</div>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>I have been working with The rising people welfare society from past 3 weeks and it feels great to be part of this organisation. Each and every team member is extremely supportive and enthusiastic towards their work.</p>
</div>
</div>
<div class="col" data-aos="fade-left" data-aos-easing="ease-in-sine" data-aos-delay="100">
<div class="testimonial">
<img src="./images/testimonial-images/bineet-singh.png">
<div class="name">Bineet Singh</div>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>The Rising People Welfare Society is doing an absolute exemplary work by giving these little kids a beautiful life not only by the means of education but also through their overall development.</p>
</div>
</div>
<div class="col" data-aos="fade-right" data-aos-easing="ease-in-sine" data-aos-delay="100">
<div class="testimonial">
<img src="./images/testimonial-images/khushi-atolia.png">
<div class="name">Khushi Atolia</div>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>This NGO is doing amazing work by helping for upliftment of the children from slum so they have a good career and a brighter future.The things they do without any help from the government or any other organization is just remarkable and worth mentioning.</p>
</div>
</div>
<div class="col" data-aos="fade-left" data-aos-easing="ease-in-sine" data-aos-delay="100">
<div class="testimonial">
<img src="./images/testimonial-images/devesh-mittal.png">
<div class="name">Devesh Mittal</div>
<div class="stars">
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
<i class="fas fa-star"></i>
</div>
<p>Trpws is working for a noble and selfless cause... Providing education to children who do not have access to it is highly appreciated... and I feel pleased to be a part of this group...<br><strong>#TRPWS</strong><br><strong>#ProjectAAHAR</strong></p>
</div>
</div>
</div>
</div>
</div>
<!--------------------------------- footer ------------------------------------------>
<footer id="footer">
<div class="footer-top pb-4">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 footer-contact" style="height:200px">
<img src="./images/logo.png" height="85%">
</div>
<div class="col-lg-4 col-md-6 footer-contact" style="height: 200px">
<h3 style="color: #009970"><b>The Rising People Welfare Society</b></h3>
<p><a href="https://goo.gl/maps/VCWbSRy8RZHmmAAe9" target="_blank" style="color: #777777;">
Woodland Park, Block C<br>
Tagore Garden, Subhash Nagar<br>
Delhi, 110018</a><br><br>
<strong>Phone:</strong> <a href="tel:+918800100021" style="color: #777777;">+918800100021</a><br>
<strong>Email:</strong> <a href="mailto:trpws2012@gmail.com" style="color: #777777;">trpws2012@gmail.com</a><br>
</p>
</div>
<div class="col-lg-4 pt-4 mt-2">
<div class="social-links text-center text-md-right pt-3 pt-md-0">
<a href="https://twitter.com/hashtag/trpws" class="twitter" target="_blank"><i
class="bx bxl-twitter"></i></a>
<a href="https://www.facebook.com/TRPWS/" class="facebook" target="_blank"><i
class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/trpws/" class="instagram" target="_blank"><i
class="bx bxl-instagram"></i></a>
<a href="https://www.youtube.com/channel/UCv0nOO_iLRQcEyDQbu89jmw" class="google-plus"
target="_blank"><i class="bx bxl-youtube"></i></a>
<a href="https://www.linkedin.com/company/the-rising-people-welfare-society/"
class="linkedin" target="_blank"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<button onclick="topFunction()" id = "topbtn" ><i class="fa fa-arrow-up" aria-hidden="true"></i></button>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI"
crossorigin="anonymous"></script>
<!-- navbar animation -->
<script>
$(document).ready(function () {
$(window).scroll(function () {
if ($(window).scrollTop() > 60) {
$('.my-navbar').addClass('navbar-scroll');
}
else {
$('.my-navbar').removeClass('navbar-scroll');
}
});
});
</script>
<!--back to top btn-->
<script type="text/javascript">
myButton = document.getElementById("topbtn");
window.onscroll = function() {scrollfunction()};
function scrollfunction() {
if(document.body.scrollTop > 40 || document.documentElement.scrollTop > 40) {
myButton.style.display = "Block";
} else {
myButton.style.display = "none";
}
}
function topFunction() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
<!--aos js link-->
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
<script>AOS.init();</script>
</body>
</html>