-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
280 lines (259 loc) · 13.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./images/logo.jpeg" type="image/x-icon">
<!-- Stylesheet -->
<link rel="stylesheet" href="./css/styles.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&family=Rubik:wght@300&display=swap" rel="stylesheet">
<!-- Font awesome -->
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
<!-- j-Query -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<title>NGO</title>
</head>
<body>
<!-- TITLE SECTION -->
<div class="main-container">
<!-- NAVBAR SECTION -->
<div class="nav-container">
<div class="donate-container">
<div class="donate-menu">
<div class="donate-menu-info">
<p> MAIL ID: [email protected]</p>
<p> PHONE NO: 0731-4949299 , 989350805</p>
</div>
<a href="contact.html"> DONATE</a>
</div>
</div>
<div class="navbar">
<h1 id="navbar-logo">SAUGAAT</h1>
<div class="menu-toggle" id="mobile-menu">
<div class="bar"></div>
<div class="bar"></div>
<div class="bar"></div>
</div>
<ul class="nav-menu">
<li><a href="/" class="nav-links">HOME</a></li>
<li><a href="about.html" class="nav-links">ABOUT US</a></li>
<li><a href="contact.html" class="nav-links">CONTACT</a></li>
</ul>
</div>
</div>
<div class="title-container">
<img src="./yoga/97.jpg" alt="">
<div class="hero-container">
<div class="container">
<div class="row">
<h1>Raise Your Helping Hand</h1>
<p>
We are a non-profit organization, we are looking forward to a peaceful world by helping each other to join hands together to bring a better future for all children.
</p>
<div class="hero-btn">
<a href="contact.html" class="heading-btn">Donate Now</a>
<a href="about.html" class="heading-btn2">Read More</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- VISION SECTION -->
<div class="vision-container">
<h1 class="vision-heading">Our Beliefs</h1>
<p class="vision-para">
We believe in a world where every child can read. Our mission is to invest in early childhood education in order to empower the next generation. We do that, by creating educational programs and providing necessary resources in underprivileged areas. We believe in smart fund allocation, and therefore we employ minimal staff.
</p>
</div>
<!-- FEATURES SECTION -->
<section id="objective">
<div class="o-container">
<h1 class="o-main-header">
Aims and Objectives
</h1>
<p class="o-para">
Practice yoga to perfect somthing do yoga fully welcome lorem ipsum
</p>
<div class="card-wrapper">
<div class="card color-card">
<img src="yoga/ngo/36.svg" alt="">
<h3 class="card-header">To popularize</h3>
<p class="card-para">To popularize the aims and purpose of the United Nations and its system and to promote its program and activities amongst the mass of society within India.</p>
</div>
<div class="card">
<img src="yoga/ngo/37.svg" alt="">
<h3 class="card-header">To promote</h3>
<p class="card-para">To promote international understanding, peace and tolerance through education, science, culture and mass communication. </p>
</div>
<div class="card">
<img src="yoga/ngo/35.svg" alt="">
<h3 class="card-header">Organizing</h3>
<p class="card-para">
Organize program in the aims of social work, human resource management, Health system, culture and support the Research program.
</p>
</div>
</div>
</div>
</section>
<!-- GALLERY SECTION -->
<section id="gallery">
<div class="gal-container">
<h1 class="gal-heading">
Our Gallery
</h1>
<h3 class="gal-para">
See our latest clicks
</h3>
<div class="img-container">
<div class="specific-img">
<img class="gal-img" src="yoga/ngo/22.jpg" alt="">
<img class="gal-img" src="yoga/ngo/23.jpg" alt="">
<img class="gal-img" src="yoga/ngo/24.jpg" alt="">
<img class="gal-img" src="yoga/ngo/25.jpg" alt="">
<img class="gal-img" src="yoga/ngo/26.jpg" alt="">
<img class="gal-img" src="yoga/ngo/27.jpg" alt="">
<img class="gal-img" src="yoga/ngo/28.jpg" alt="">
<img class="gal-img" src="yoga/ngo/29.jpg" alt="">
<img class="gal-img" src="yoga/ngo/30.jpg" alt="">
<img class="gal-img" src="yoga/ngo/31.jpg" alt="">
</div>
</div>
</div>
</section>
<!-- TESTIMONIAL SECTION -->
<section id="testimonial">
<div class="testi-container">
<h1 class="testi-header">How can you help</h1>
<div class="testi-wrapper">
<div class="testi-flex">
<div>
<img src="./images/3.jpg" alt="Donation" class="testi-img">
</div>
<div class="testi-info">
<h3 class="testi-info-header">SEND DONATION</h3>
<p class="testi-para">
Giving online has never been more secure, convenient or hassle-free with our one-click donation. We also do accept standard cash and check donations at all of our locations.
</p>
<a href="contact.html" class="testi-button">Send Donation</a>
</div>
</div>
<div class="testi-flex2">
<div class="testi-info">
<h3 class="testi-info-header">YOGA</h3>
<p class="testi-para">
We are offering internationally certified 200 Hour Yoga Teacher Training in Indore and 300 hour yoga teacher training in Indore, India - Join us to have such life-transforming experience.
Saugaat is a great place for those who are in search of the ancient practice and true essence of yoga, meditation, health, peace and learning the art of creating a class to teach safely. </p>
<a href="yoga.html" class="testi-button">JOIN OUR YOGA CENTRE</a>
</div>
<div>
<img src="./images/5.jpg" alt="Donation" class="testi-img testi-img2">
</div>
</div>
<div class="testi-flex">
<div>
<img src="./images/8.jpg" alt="Donation" class="testi-img">
</div>
<div class="testi-info">
<h3 class="testi-info-header">GIVE SCHOLARSHIP</h3>
<p class="testi-para">
Your gift will help equip children in need with necessary resources, training and education while offering the promise of a brighter future. You can make a difference today by signing up.
</p>
<a href="contact.html" class="testi-button">Send Donation</a>
</div>
</div>
</div>
</div>
</section>
<!-- REVIEWS SECTION -->
<section id="reviews">
<div class="review-container">
<h1 class="review-heading"> Our Causes</h1>
<div id="slider">
<input type="radio" name="slider" id="slide1" checked>
<input type="radio" name="slider" id="slide2">
<div id="slides">
<div id="overflow">
<div class="inner">
<div class="slide slide_1">
<div class="slide-content">
<img src="./yoga/ngo/25.jpg" alt="" width="300px" height="300px">
<div class="slide-info">
<h3>Teach kids to read</h3><br>
<h5>JANUARY 13, 2021</h5><br>
<p>We have developed a teacher training curriculum and were able to host training sessions for teachers and educational personnel about new techniques of teaching how to read. We believe this will empower teachers in classrooms to teach more effectively.</p>
</div>
</div>
</div>
<div class="slide slide_2">
<div class="slide-content">
<img src="./yoga/11.jpg" alt="" width="300px" height="300px">
<div class="slide-info">
<h3>School Bus Initiative</h3><br>
<h5>JANUARY 13, 2021</h5><br>
<p>The focus of our last quarter has been working with local groups to improve bus networks. We believe that it is vital to provide transportation options for children living in rural areas. Thanks to our donors we were able to fund 50 buses and 200 cars that transport children to schools all around the globe.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="controls">
<label for="slide1"></label>
<label for="slide2"></label>
</div>
<div id="bullets">
<label for="slide1"></label>
<label for="slide2"></label>
</div>
</div>
</div>
</section>
<!-- CALL TO ACTION -->
<section id="cta">
<div class="cta-container">
<h1 class="cta-heading">
Become a volunteer
</h1>
<p class="cta-para">
With the aim of helping as many people as possible,we are looking forward for more and more enthusiastic people.
</p>
<a href="contact.html" class="cta-button">Get In Touch</a>
</div>
</section>
<section id="footer">
<div class="footer-container">
<br>
<br>
<div class="info-wrapper">
<div class="info-div">
<span class="info-icons"><i class="fas fa-map-marker-alt"></i></span>
<p class="info">15/16 ShivShakti Nagar, Jwala Mata Mandir Campus,Bicholi Hapsi Road, Bedhind Punjab National Bank, Indore</p>
</div>
<div class="info-div">
<span class="info-icons"><i class="fas fa-phone"></i></span>
<p class="info">+91 9893350805 , 0731-4949299</p>
</div>
<div class="info-div">
<span class="info-icons"><i class="fas fa-envelope"></i></span>
<p class="info">[email protected]</p>
</div>
</div>
<div class="social-icons">
<a href="https://www.facebook.com/jyotirmayyogakendra/"><span class="socio"><i class="fab fa-facebook-f"></span></i></a>
<a href="https://instagram.com/jyotirmay_wellness?igshid=1d2zeymta8ll3"><span class="socio"><i class="fab fa-instagram"></i></span></a>
<a href="mailto:[email protected]" ><span class="socio"><i class="fas fa-envelope"></i></span></a>
</div>
<div class="bottom">
<a href="#">SAUGAAT</a>
<p>© Copyright <script>document.write(new Date().getFullYear())</script> All rights reserved</p>
</div>
</div>
</section>
<script src="index.js"></script>
</body>
</html>