-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
382 lines (348 loc) · 13.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home</title>
<link rel="icon" href="images1/logo.png" type="image/icon type">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
<!-- link fonts style-->
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.green.css">
<link rel="stylesheet" href="css/home.css">
<script src="javascript/jquery.min.js"></script>
<script src="javascript/owl.carousel.min.js"></script>
</head>
<body>
<!--header section-->
<header class="header">
<div class="nav_links">
<div class="brand0">
<a href="#" class="logo"><img src="images1/logo.png" alt=" logo"></a>
<p>SAFEZONE ACTIVE HUMANITY FOUNDATION</p>
</div>
<input type="checkbox" id="menu">
<label for="menu">
<i class="fa-solid fa-bars"></i>
</label>
<nav class="navbar" id="navbarid">
<div class="brand1">
<a href="#" class="logo"><img src="images1/logo.png" alt=" logo"></a>
<p>SAFEZONE ACTIVE HUMANITY FOUNDATION</p>
</div>
<ul id="navelist">
<li>
<a href="/"> <i class="fa-solid fa-house-chimney"></i> HOME</a>
</li>
<li>
<a href="#ABOUT">
<i class="fa-solid fa-user"></i>
ABOUT US
<i class="fa-sharp fa-solid fa-caret-down"></i>
</a>
<ul>
<li><a href="VISION_MISSION.HTML">VISION & MISSION</a></li>
<li><a href="MeetOurTeam.html">OUR TEAM</a></li>
<li><a href="LEGAL.html">LEGAL POLICY</a></li>
</ul>
</li>
<li>
<a href="">
<i class="fa-regular fa-calendar-days"></i>
OUR WORK
<i class="fa-sharp fa-solid fa-caret-down"></i>
</a>
<ul>
<li><a href="campaign.html">CAMPAIGN</a></li>
<li><a href="upcomingevent.html">UPCOMING EVENT</a></li>
<li><a href="PAST_EVENT.html"> PAST EVENT</a></li>
</ul>
</li>
<li>
<a href="">NOTICE & CIRCULAR</a>
</li>
<li>
<a href="gallery.html"><i class="fa-brands fa-envira"></i>GALLERY</a>
</li>
<li>
<a href="#join"> <i class="fa-solid fa-people-arrows"></i>
GET INVOLVED
<i class="fa-sharp fa-solid fa-caret-down"></i>
</a>
<ul>
<li><a href="get-involved.htm"> VOLUNTEER</a></li>
<li><a href="Workwithteam.html"> JOIN US</a></li>
<li><a href="faq.html"> FAQs</a></li>
</ul>
</li>
<li>
<button>DONATE</button>
</li>
<li>
<a href="#"><i class="fa-solid fa-user"></i> </a>
</li>
</ul>
</nav>
</div>
</header>
<div class="cate-slide">
<div class="owl-carousel-books " id="owl_car1">
<div class="owl-carousel owl-theme">
<div class="item">
<div class="cate-slide-book">
<img src="images1/homeimg/homeslid1.jpg" alt="img">
</div>
<div class="home-slidCont">
<span class="slide-cont">
<span><a href="Donate.html" class="animate__animated animate__backInRight"> DONATE US</a></span>
</span>
</div>
</div>
<div class="item">
<div class="cate-slide-book">
<img src="images1/homeimg/homeimg3.jpg" alt="img">
</div>
<div class="home-slidCont">
<span class="slide-cont">
<span><a href="Donate.html" class="animate__animated animate__backInRight"> DONATE US</a></span>
</span>
</div>
</div>
<div class="item">
<div class="cate-slide-book">
<img src="images1/homeimg/homeslid3.jpg" alt="img">
</div>
<div class="home-slidCont">
<span class="slide-cont">
<span><a href="Donate.html" class="animate__animated animate__backInRight"> DONATE US</a></span>
</span>
</div>
</div>
<div class="item">
<div class="cate-slide-book">
<img src="images1/homeimg/homeslid4.jpg" alt="img">
</div>
<div class="home-slidCont">
<span class="slide-cont">
<span><a href="Donate.html" class="animate__animated animate__backInRight"> DONATE US</a></span>
</span>
</div>
</div>
</div>
</div>
</div>
<!--home image slider
<section class="home-slid">
<div class="wrapper">
<i id="left" class="fa-solid fa-angle-left"></i>
<div class="carousel">
<img src="images1/homeimg/homeslid1.jpg" alt="img">
<img src="images1/homeimg/homeslid2.jpg" alt="img">
<img src="images1/homeimg/homeslid3.jpg" alt="img">
<img src="images1/homeimg/homeslid4.jpg" alt="img">
</div>
<i id="right" class="fa-solid fa-angle-right"></i>
</div>
</section> -->
<!-- welcome to-->
<section class="welcome-to">
<h1>Welcome To </h1>
<div class="welcome-allimg">
<div class="welcome-img">
<img src="images1/homeimg/education.jpg">
<i class="fa-solid fa-book-open-reader"></i>
<h2>We Care Education </h2>
<p> <span class="highlight"> Education-the key to opportunity.</span>
Education develops human personality, thoughts, dealing with others and prepares people for life experiences.
Learning, or the acquisition of knowledge, skills, values, morals, beliefs, talents, habits, and personal
development,
is facilitated by us which helps a person to improve confidence in life. Intelligence and
character are our goals of education.</p>
</div>
<div class="welcome-img">
<img src="images1/homeimg/wecareHealth.jpg">
<i class="fa-solid fa-notes-medical"></i>
<h2>We Care Health </h2>
<p><span class="highlight"> Healthcare-greatest gift.</span>
Having good health is of core importance to human happiness. When a person
leads a healthy lifestyle, the body remains healthy and the mind is active
and fresh.
We ensure a state of physical, mental and social well-being via awareness,
prevention, diagnosis and treatment, not just the absence of disease or infirmity.
Good health helps people live a full and prosperous life.
</p>
</div>
<div class="welcome-img">
<img src="images1/homeimg/ToTheField.jpg">
<div class="welcomelogo">
<i class="fa-solid fa-dollar-sign"></i>
</div>
<h2>100% Gose to the Field </h2>
<p id="event">You just have to register to donate, it is our responsibility to pick up the goods from
your place and deliver them
to the needy.As the SAHF believes in transparency, you will be notified when your
donation is successful</p>
</div>
</div>
</section>
<!-- event -->
<section class="event">
<h1>LIVE CAMPAIGN / </h1>
<div class="event-cont">
<div class="event-img">
<img src="images1/homeimg/homeimg3.jpg">
<h2>UPCOMING EVENT </h2>
<p>We are organizing our next event nearly in last week
of November or first week of December 2022 <a href="upcomingevent.html">read more</a></p>
</div>
<div class="event-img">
<img src="images1/homeimg/education.jpg">
<h2>MISSION:DREAM OF LIFE </h2>
<p>
Dreams of Life campaign is for those who have just started their education .
This is for 0-8th students. The biggest problem <a href="campaign.html">read more</a></p>
</div>
<div class="event-img">
<img src="images1/homeimg/Upcoming event.jpg">
<h2>PAST EVENT </h2>
<p id="ABOUT">
Dreams of Life campaign is for those who have just started their education .
This is for 0-8th students. The biggest problem <a href="PAST_EVENT.html">read more</a></p>
</div>
</div>
</section>
<!--about-->
<section class="about">
<h1>ABOUT OUR </h1>
<div class="about-cont">
<div class="about-img">
<img src="images1/homeimg/homeimg5.1.jpg">
<h2>What We Do </h2>
<p> The function of NGO is to focus on all the issues concerning human rights, social,
environmental and advocacy, but are not limited. We can work to promote social or
political change on a broad scale or very locally and improve society. We create
awareness among people and become the voice of the poor and needy person or
group.
</p>
</div>
<div class="about-img">
<img src="images1/homeimg/homeimg8.jpg">
<h2>How It Works </h2>
<p>When you give to Our humanity, you know your donation is making a difference in developing society,
improving communities, and promoting citizen participation.
You can also provide aids or a helping hand as volunteer or donor.
You will be updated about all the variety of activities carried out by NGO, including
environmental, social, advocacy, and human rights work.</p id="join">
</div>
</div>
</section>
<!-- counter-->
<section class="counter">
<div class="counterdiv1">
<h5> WANT TO JOIN???</h5>
<h2>Be a Proud Member</h2>
<P>When you bring together those who have, with those who have not - miracles happen.Become a
time hero by volunteering with us. Meet new friends, gain new skills, get
happiness and have fun!
</P>
<div class="volunteer-join1"> <a href="get-involved.htm">JOIN NOW</a></div>
</div>
<div id="counter-Years" class="countershow">
<i class="fa-solid fa-calendar-check"></i>
<h2 class="counter-number">1+</h2>
<p> GROUND EVENTS</p>
</div>
<div id="counter-happychi" class="countershow">
<i class="fa-regular fa-face-smile"></i>
<h2 class="counter-number">1600+</h2>
<p> BENEFICIARY</p>
</div>
<div id="counter-event" class="countershow">
<i class="fa-solid fa-globe"></i>
<h2 class="counter-number">10+</h2>
<p>ONLINE EVENTS</p>
</div>
<div id="counter-fund" class="countershow">
<i class="fa-solid fa-hand-holding-heart"></i>
<h2 class="counter-number">1+</h2>
<p>ACTIVE CAMPAIGNS</p>
</div>
</section>
<!-- video section-->
<section class="video">
<h1>Video </h1>
<div class="video-cont">
<div class="video-img">
<iframe width="250" height="130" src="https://www.youtube.com/embed/-up4SGEo-T0" title="YouTube video player"
frameborder="0" allow="accelerometer;
autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h2>Finally on Ground level </h2>
</div>
<div class="video-img">
<iframe width="560" height="315" src="https://www.youtube.com/embed/sJ-DeXe0-LM" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<h2>SAHFZONE ActiveHumanityFoundation </h2>
</div>
<div class="video-img">
<iframe width="560" height="315" src="https://www.youtube.com/embed/X4NcNJeWbe0" title="YouTube video player"
frameborder="0" allow="accelerometer; autoplay; clipboard-write;
encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h2>SAFEZONE ActiveHumanityFoundation </h2>
</div>
<div class="video-img">
<iframe width="560" height="315" src="https://www.youtube.com/embed/i9_JcWI72Lw" title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
<h2>Introducing the Safezone active humanity foundation </h2>
</div>
</div>
</section>
<!--footer-->
<section class="footer">
<div class=" footer-cont">
<div class="footer-col">
<h4>ADDRESS </h4>
<hr>
<p> "SAHFZONE Active Humanity Foundation" <br>
near DharamTalkis Cinema Hall Bariya,<br>
Ballia Uttar Pradesh,IND <br>
PIN CODE : 277201
</p>
</div>
<div class="footer-col">
<h4>USEFULL LINKS</h4>
<hr>
<ul>
<li><a href="VISION_MISSION.HTML">ABOUT SAHF</a></li>
<li><a href="campaign.html">CAMPAIGN</a></li>
<li><a href="upcomingevent.html">UPCOMING EVENT</a></li>
<li><a href="Workwithteam.html">JOIN Us</a></li>
<li><a href="faq.html">FAQs</a></li>
</ul>
</div>
<div class="footer-col">
<h4>GET IN TOUCH</h4>
<hr>
<p>Phone: +916204397945</p>
<p>Email:<a href=" mailto:[email protected]">[email protected]</a></p>
</div>
<div class="socil-icone">
<a href="https://www.facebook.com/activehumanityfoundation/" target="_blank"><i
class="fab fa-facebook-f"></i></a>
<a href="https://twitter.com/sahftwt?t=MiA7WIGvpPFv55qir3R-xg&s=09" target="_blank"><i
class="fab fa-twitter"></i></a>
<a href="https://www.instagram.com/s.a.h.f_official/" target="_blank"><i class="fab fa-instagram"></i></a>
<a href=" https://www.youtube.com/@sahf " target="_blank"><i class="fa-brands fa-youtube"></i></a>
<a href="https://www.linkedin.com/company/safezonefoundation/" target="_blank"><i
class="fab fa-linkedin"></i></a>
</div>
</div>
<h6> 2022© SAHF | All Rights Reserved</h6>
</section>
<script src="javascript/home.js"></script>
</body>
</html>