forked from Samikshapuri/Tenacity-final
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
330 lines (290 loc) · 17 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Raahat- Ek Koshish</title>
<meta name="coverage" content="Worldwide">
<meta name="distribution" content="Global">
<meta name="target" content="all">
<meta name="rating" content="General">
<meta name="og:country-name" content="India">
<meta name="og:region" content="India" />
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<link rel="stylesheet" href="styles.css" />
<link rel="stylesheet" href="contact.css" />
<!-- Bootstrap Scripts -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg navbar-dark bg-white fixed-top navbar-custom-alt" id="webNav">
<a class="navbar-brand" href="/"><img class="eventimg"
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ25x50nwtJU0xyo2h-EMq13GWNfLp2nhGfyQ&usqp=CAU" alt="logo"
style="width:200px; height:3.50rem;bottom: 0"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#main_nav" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="main_nav">
<ul class="navbar-nav ml-auto mt-md-n1 float-right">
<li class="nav-item">
<a class="nav-link active" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/impacts">Impacts</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/causes">Causes</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</nav>
<!-- ACTUAL NAVIGATION MENU -->
<ul class="nav__menu" id="menu" tabindex="-1" style="list-style: none;" aria-label="main navigation" hidden>
<li class="nav__item"><a href="/" class="nav__link">Home</a></li>
<li class="nav__item"><a href="#about" class="nav__link">About</a></li>
<li class="nav__item"><a href="/impacts" class="nav__link">Impacts</a></li>
<li class="nav__item"><a href="/causes" class="nav__link">Causes</a></li>
<li class="nav__item"><a href="#contact" class="nav__link">Contact</a></li>
</ul>
<!-- ANIMATED BACKGROUND ELEMENT -->
<div class="splash"></div>
<!-- Content -->
<div class="bgimg">
<video playsinline autoplay muted loop poster="image.png">
<!-- Video is embedded in the WEBM format -->
<source
src="https://player.vimeo.com/external/317887716.sd.mp4?s=15a0a7652fca437e299a82df7e9a43a74d6f2ade&profile_id=164&oauth2_token_id=57447761"
type="video/webm"></video>
<!-- Hero -->
<div class="context col col-sm-12 col-md-12 col-lg-5">
<h1 class="heading1">Raahat- Ek Koshish</h1>
<p class="para1">At the end of the day it’s not about what you have or even what you’ve accomplished… it’s about who you’ve
lifted up, who you’ve made better. It’s about what you’ve given back.</p>
<button type="button" id="button1" class="btn btn-light btn-lg"><a href="causes.html#causes">Join us today</a></button>
</div>
</div>
<!-- Features -->
<section id="features">
<div class="container-fluid">
<div class="row">
<div class="feature-box col-lg-4">
<i class="icon fas fa-utensils fa-4x"></i>
<h3 class="feature-title">Pure food & water.</h3>
<p>Inspires employees and organizations to support causes they care about.</p>
</div>
<div class="feature-box col-lg-4">
<i class="icon fas fa-pills fa-4x"></i>
<h3 class="feature-title">Medicine</h3>
<p>Inspires employees and organizations to support causes they care about.</p>
</div>
<div class="feature-box col-lg-4">
<i class="icon fas fa-university fa-4x"></i>
<h3 class="feature-title">Education</h3>
<p>Inspires employees and organizations to support causes they care about.</p>
<div id="about"></div>
</div>
</div>
</div>
</section>
<!--Middle-Conatiner-->
<div class="container middle-container">
<div class="row">
<div class="col-md-6 col-xs-1 middle-col-1">
<img class="col-1-image " alt="..." data-aos="zoom-out"
src="https://mumbaimirror.indiatimes.com/photo/76977499.cms">
<div class="col-1-blockquote"data-aos="fade-right"
>
<p>
Remember that the happiest people are not those getting more, but those giving more!
</p>
<div class="blockquote-footer">
H. Jackson Brown Jr.
</div>
</div>
<img class="col-1-image2" alt=".."
src="https://www.treehugger.com/thmb/oHHZ3Zssj3M6FINijwJcvbAfa2A=/644x364/filters:fill(auto,1)/__opt__aboutcom__coeus__resources__content_migration__mnn__images__2015__03__VanatuDisaster-m-0318-df417c257bb3408eb0ed5c38f0e75934.jpg">
</div>
<div class="col-md-5 col-xs-1 middle-col-2">
<img class="col-2-image " alt="..."
src="https://images.pexels.com/photos/3719494/pexels-photo-3719494.jpeg?auto=compress&cs=tinysrgb&dpr=1&w=500">
<h3 class="image-heading">
It is every man’s obligation to put back into the world at least the equivalent of what he takes out of it.
</h3>
<p class="images-para">
Research findings reflect a world in which people of low SES are more vulnerable in the face of disasters
and are more likely to suffer more serious consequences during impact, from property damage to
homelessness to physical and financial impacts. Disasters can contribute to more adversity for people of
low SES than for others who are not low SES—and, as the World Bank and GFDRR report observes, in
part due to their financial effects, natural disasters make it more likely that people in poverty will remain in
poverty
</p>
<p class="images-para">
First and foremost, when you contribute to a cause you are making the world a better place. Whether you are donating your time,
money or expertise, there are recipient(s) benefiting from it. People may go to school because of the scholarship you fund, children
may feel supported by the shelter or food they receive, animals may be saved because of the organization you donate too, and society’s
carbon footprint may decrease as a result of your research and efforts.
</p>
<p class="images-para">
When you donate your time and money to a cause that is near and dear to your heart, you are giving yourself the opportunity to fuel your passion
and spend time doing things you love.By giving your time to a charity, you get the opportunity to build your social circles by working with like-minded
people. You may also be able to do something physical, giving you the opportunity to become healthier and happier.
</p>
</div>
</div><div id="contact"></div>
</div>
<!--<section>
<div class="section-head">
<h2 class="section-heading">
We serve for people!</h2>
</div>
<div class="row causes-row">
<div class="pricing-column col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="400" data-aos-duration="300">
<div class="card card-causes">
<img
src="samiksha.jpeg"
alt="child-img1" width="321.781px">
<div class="card-body">
<h3 class="card mtext">Samiksha Puri</h3>
<p><span>Volunteer and Donor</span></p>
</div>
</div>
</div>
<div class="pricing-column col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="600" data-aos-duration="300">
<div class="card card-causes">
<img src="yukt.jpeg" fluid
alt="child-img2" width="321.781px">
<div class="card-body">
<h3 class="card mtext">Yukt Kataria</h3>
<p><span>Volunteer and Donor</span></p>
</div>
</div>
</div>
<div class="pricing-column col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="800" data-aos-duration="300">
<div class="card card-causes">
<img width="321.781px"
src="megha.jpeg"
alt="child-img3">
<div class="card-body">
<h3 class="card mtext">Megha Gupta</h3>
<p><span>Volunteer and Donor</span></p>
</div>
</div>
</div>
</div>
</section>-->
<!--Contact-->
<section>
<div class="container contact-row">
<div class="contact-left-call">
<h1 class="heading2">GET IN TOUCH: </h1>
<span class="square"></span>
<div class="social-media">
<a href="mailto: [email protected]">
<img src="https://www.google.com/gmail/about/static/images/logo-gmail.png?cache=1adba63">
<p class="text">[email protected]</p></a>
</div>
<div class="social-media">
<a href="https://www.linkedin.com/in/samiksha-puri-b04849184/">
<img src="https://www.cbronline.com/wp-content/uploads/2016/06/linkedin.jpg">
<p class="text">linkedin.com/in/Raahat-b04849184</p></a>
</div>
<div class="social-media"><a href="https://twitter.com/SamikshaPuri2">
<img src="data:image/png;base64,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">
<p class="text">twitter.com/RaahatFoundationOwner</p></a>
</div>
<div class="line">
<span class="line-1"></span>
<br>
<span class="line-2"></span>
<br>
<span class="line-3"></span>
</div>
</div>
<div class="contact-right-call">
<img src="https://www.festivalofthrift.co.uk/wp-content/uploads/2019/06/touch.png" class="contactimg">
</div>
</div>
</section>
<!-- Footer -->
<footer>
<div class="container foot">
<!-- Logo and Text -->
<div class="row">
<a href="/" class="footer-logo">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQ25x50nwtJU0xyo2h-EMq13GWNfLp2nhGfyQ&usqp=CAU" class="footer-img" alt="logo" />
</a>
<p class="footer-text">Raahat is a non-profit organisation that is working for the people in disaster struck areas, providing education , water and livelihood support for the deprived
communities and builds a network of some committed volunteers for disaster relief and recovery efforts across India</p>
</div>
<!-- Explore Links -->
<div class="container footer-contain">
<div class="row">
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4 footer-col">
<ul class="footer-list">
<li><a href="index.html">Home</a></li>
<li><a href="#about">About</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4 footer-col">
<ul class="footer-list">
<li><a href="Impact.html#impact">Impacts</a></li>
<li><a href="causes.html#causes">Causes</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-4 col-sm-4 col-xs-4 footer-col">
<ul class="footer-list">
<li><a href="Index.html#contact">Contact</a></li>
<li><a href="causes.html#causes">Donate</a></li>
</ul>
</div>
</div>
</div>
<!-- HR -->
<hr class="footer-hr" style="color: #fff!important;">
<!-- Copyright and Social Links -->
<div class="container">
<div class="row">
<div class="col-lg-8 col-md-6 legend">
<p style="width: 500px; color: #fff;">© Copyright 2021 | Raahat | All rights reserved. </p>
</div>
<div class="col-lg-4 col-md-6 ">
<ul class="social">
<li><a href="https://www.facebook.com/" target="_blank"><i
class="fab fa-facebook-f footer-icon"></i></a></li>
<li><a href="https://www.instagram.com/?hl=en" target="_blank"><i
class="fab fa-instagram footer-icon"></i></a></li>
<li><a href="https://www.linkedin.com/" target="_blank"><i
class="fab fa-linkedin-in footer-icon"></i></a></li>
</ul>
</div>
</div>
</div>
</footer>
<!-- Footer End -->
</body>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</html>