-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhome.html
322 lines (309 loc) · 14 KB
/
home.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
<!doctype html>
<html lang="en">
<head>
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel='icon' href='images/favicon.png' type='image/x-icon'>
<title>Nishritha Foundation</title>
<!-- Styles -->
<link rel='stylesheet' href='assets/css/bootstrap.min.css'>
<link rel='stylesheet' href='assets/css/animate.min.css'>
<link rel='stylesheet' href="assets/css/font-awesome.min.css"/>
<link rel='stylesheet' href="assets/css/style.css"/>
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<body>
<header id="header" class="navbar navbar-inverse navbar-fixed-top" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Your Logo -->
<a class="navbar-brand" href="#">
<img src="images/LOGO2-01.png" width="140" height="85" class="d-inline-block align-top" alt="Nishritha Foundation logo">
</a>
</div>
<!-- Start Navigation -->
<nav class="collapse navbar-collapse bs-navbar-collapse navbar-left" role="navigation" >
<ul class="nav navbar-nav ">
<li>
<a href="home.html" ><span class="menu-links">Home</span></a>
</li>
<li>
<a href="about.html" ><span class="menu-links">About</span></a>
</li>
<li>
<a href="contact.php" ><span class="menu-links">Contact</span></a>
</li>
<li id="mobile"><button type="button" class="btn btn-round-lg btn-lg " id="mobile-donate">Donate here</button>
</li>
</ul>
</nav>
<button type="button" class="btn btn-round-lg btn-lg open-sans" id="donate">Donate here</button>
</div>
</header>
<!-- Text Carousel
================================================== -->
<section id="slider" class="parallax section" style="background-image: url(https://www.hear-the-world.com/website/var/tmp/image-thumbnails/0/2340/thumb__m31-slideshow_desktop/Southafrica-app-based-hearing-screenings_7.png)">;<!--http://themepush.com/demo/runcharity/assets/img/4.jpg-->
<div class="wrapsection">
<div class="container"><br><br>
<div class="row">
<div class="col-md-12">
<div id="Carousel" class="carousel slide">
<ol class="carousel-indicators">
<li data-target="#Carousel" data-slide-to="0" class="active"></li>
<li data-target="#Carousel" data-slide-to="1"></li>
<li data-target="#Carousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<blockquote>
<p class="lead">
I live my life like everyone else, everyone has their own obstacles. Mine is deafness.
</p>
<small>Marlee Matlin</small>
</blockquote>
</div>
<div class="item">
<blockquote>
<p class="lead">
We hear only those questions for which we are in a position to find answers.
</p>
<small>Friedrich Nietzsche</small>
</blockquote>
</div>
<div class="item">
<blockquote>
<p class="lead">
To read a poem is to hear it with our eyes; to hear it is to see it with our ears.
</p>
<small>Octavio Paz</small>
</blockquote>
</div>
</div>
<a class="left carousel-control" href="#Carousel" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left"></span>
</a>
<a class="right carousel-control" href="#Carousel" data-slide="next">
<span class="glyphicon glyphicon-chevron-right"></span>
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Gallery
================================================== -->
<section id="gallery" class="parallax section" style="background-image: url(http://themepush.com/demo/runcharity/assets/img/2.jpg);">
<div class="wrapsection">
<div class="parallax-overlay" style="background-color:#1b6db9;opacity:0.9;"></div>
<div class="container">
<div class="row">
<div class="col-md-12 sol-sm-12">
<div class="maintitle">
<h3 class="section-title">Gallery</h3>
<p class="lead wow flipInX">
Have a look at our gallery, see how much fun we have while helping people all over the world. Join our community today!
</p>
</div>
</div>
<div class="col-md-4">
<img src="images/g1.jpeg" alt="" >
</div><br>
<div class="col-md-4">
<img src="images/g2.jpeg" alt="" class="image-responsive">
</div><br>
<div class="col-md-4">
<img src="images/g3.jpeg" alt="" class="image-responsive">
</div><br>
<div class="col-md-12 sol-sm-12"> <br><br>
</div>
<div class="col-md-4">
<img src="images/g4.jpeg" alt="" class="image-responsive">
</div><br>
<div class="col-md-4">
<img src="images/g5.jpeg" alt="" class="image-responsive">
</div><br>
<div class="col-md-4">
<img src="images/g6.jpeg" alt="" class="image-responsive">
</div>
</div>
</div>
</div>
</section>
<section id="gallery" class="parallax section" style="background-image: url(images/bg.jfif);">
<div class="wrapsection">
<div class="container">
<div class="row">
<div class="col-md-5">
<div class="col-md-4 sol-sm-4">
<div class="maintitle">
<br><br><br><br><br><h2 class="section-title" style="color: black;">Certificates</h2>
</div>
</div>
<div class="col-md-4 sol-sm-4"></div>
</div>
<div class="col-md-6">
<img src="images/certificate.jpeg" alt="" >
</div>
<div class="col-md-4"></div>
</div>
</div>
</div>
</section>
<!-- Random
================================================== -->
<section class="whitecolor parallax section" style="background-image: url(https://cdn-res.keymedia.com/cms/images/ca/120/0299_637323427573593733.jpg);"><!--http://themepush.com/demo/runcharity/assets/img/5.jpg-->
<div class="wrapsection">
<div class="container">
<div class="row">
<div class="col-md-12 sol-sm-12">
<div class="maintitle">
<h3 class="section-title justtitle">Charity <span class="wow flipInX">& love</span> are the same</h3>
<p class="lead bottom0">
Fusce fermentum lectus id turpis suscipit, ut egestas magna volutpat. Donec a purus tellus. Nunc ut dolor eu est gravida auctor quis vitae.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact
================================================== -->
<section id="contactarea" class="parallax section" >
<div class="wrapsection">
<div class="parallax-overlay" style="background-color: #68b1a5;opacity:0.95;"></div>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="maintitle">
<h3 class="section-title">Let's Get in Touch</h3>
</div>
<form id="contact" name="contact" method="post" class="text-left">
<fieldset>
<div class="row">
<div class="col-md-4 wow fadeIn animated animated" data-wow-delay="0.1s" data-wow-duration="2s">
<label for="name">Name<span class="required">*</span></label>
<input type="text" name="name" id="name" size="30" value="" required/>
</div>
<div class="col-md-4 wow fadeIn animated" data-wow-delay="0.3s" data-wow-duration="2s">
<label for="email">Email<span class="required">*</span></label>
<input type="text" name="email" id="email" size="30" value="" required/>
</div>
<div class="col-md-4 wow fadeIn animated" data-wow-delay="0.3s" data-wow-duration="2s">
<label for="phone">Phone</label>
<input type="text" name="phone" id="phone" size="30" value=""/>
</div>
</div>
<div class="wow fadeIn animated" data-wow-delay="0.3s" data-wow-duration="1.5" style="margin-top:15px;">
<label for="message">Message<span class="required">*</span></label>
<textarea name="message" id="message" required></textarea>
</div>
<div class="wow fadeIn animated" data-wow-delay="0.3" data-wow-duration="1.5s">
<input id="submit" type="submit" name="submit" value="Send"/>
</div>
</fieldset>
</form>
<div id="success">
<p class="contactalert">
Your message was sent succssfully! I will be in touch as soon as I can.
</p>
</div>
<div id="error">
<p class="contactalert">
Something went wrong, try refreshing and submitting the form again.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Credits
=============================================== -
<section id="credits" class="text-center">
<span class="social wow zoomIn">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-skype"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-pinterest"></i></a>
<a href="#"><i class="fa fa-google-plus"></i></a>
</span><br/>
© 2020 Copyright:
<br/><a href="#">Nishritha Foundation</a>
</section>-->
<!-- Footer-->
<section class="page-footer blue pt-4">
<div class="container-fluid">
<div class="row text-center text-md-left">
<div class="col-md-2 mt-md-0 mt-3">
<h4>Links</h4>
<ul class="list-unstyled">
<li><a href="#">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="col-md-4 mb-md-0 mb-3">
<h4>Our Address</h4>
<address>
HAL Old Airport Rd, HAL Airport Area, HAL, Bengaluru, Karnataka 560017<br>
<i class="fa fa-phone fa-lg"></i> +91 99727 95818<br>
<i class="fa fa-envelope fa-lg"></i>: <a href=""> Nishritha Foundation</a>
</address>
</div>
<div class="col-md-6 mb-md-0 mb-3 align-self-center">
<div class="text-center">
<a class="btn btn-social-icon btn-google" href="http://google.com/+"><i
class="fa fa-google-plus fa-lg"></i></a>
<a class="btn btn-social-icon btn-facebook" href="http://www.facebook.com/profile.php?id="><i
class="fa fa-facebook fa-lg"></i></a>
<a class="btn btn-social-icon btn-linkedin" href="http://www.linkedin.com/in/"><i
class="fa fa-linkedin fa-lg"></i></a>
<a class="btn btn-social-icon btn-twitter" href="http://twitter.com/"><i
class="fa fa-twitter fa-lg"></i></a>
<a class="btn btn-social-icon btn-google" href="http://youtube.com/"><i
class="fa fa-youtube fa-lg"></i></a>
<a class="btn btn-social-icon" href="mailto:"><i class="fa fa-envelope-o fa-lg"></i></a>
</div>
</div>
</div>
</div>
<div class="footer-copyright text-center py-3">© 2020 Copyright:
<a href="#">Nishritha Foundation</a>
</div>
</section>-
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/jquery.scrollTo.min.js"></script>
<script src="assets/js/jquery.localScroll.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/validate.js"></script>
<script src="assets/js/common.js"></script>
<script type="text/javascript">
if ($(window).width<490){
$('#donate').remove();
}
</script>
</body>
</html>