-
Notifications
You must be signed in to change notification settings - Fork 0
/
gallery.html
188 lines (174 loc) · 8.51 KB
/
gallery.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
<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">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css">
<title>gallery</title>
<link rel="icon" href="images1/logo.png" type="image/icon type">
<link rel="stylesheet" href="css/about.css">
<link rel="stylesheet" href="css/gallery.css">
<link rel="stylesheet" href="css/home.css">
</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="index.html">
<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.html">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>
<!--gallery-->
<section class="gallery">
<div class="Gal" ><u>GALLERY</u></div>
<nav >
<div class="items">
<span class="item active" data-name="all">All</span>
<span class="item" data-name="education">Education</span>
<span class="item" data-name="Humanity">Events</span>
<span class="item" data-name="volunteer">Volunteer</span>
</div>
</nav>
<div class="gallery-img">
<!--education-->
<div class="img-gall" data-name="education"><span><img src="images1/galleryimg/education1.jpg"></span></div>
<div class="img-gall" data-name="education"><span><img src="images1/galleryimg/education2.jpg"></span></div>
<div class="img-gall" data-name="education"><span><img src="images1/galleryimg/education3.jpg"></span></div>
<div class="img-gall" data-name="education"><span><img src="images1/galleryimg/education4.jpg"></span></div>
<div class="img-gall" data-name="education"><span><img src="images1/galleryimg/education5.jpg"></span></div>
<div class="img-gall" data-name="education"><span><img src="images1/galleryimg/education6.jpg"></span></div>
<div class="img-gall" data-name="education"><span><img src="images1/galleryimg/education7.jpg"></span></div>
<div class="img-gall" data-name="education"><span><img src="images1/galleryimg/education8.jpg"></span></div>
<div class="img-gall" data-name="education"><span><img src="images1/galleryimg/education9.jpg"></span></div>
<div class="img-gall" data-name="education"><span><img src="images1/galleryimg/education10.jpg"></span></div>
<div class="img-gall" data-name="education"><span><img src="images1/galleryimg/education11.jpg"></span></div>
<div class="img-gall" data-name="education"><span><img src="images1/galleryimg/education13.jpg"></span></div>
<!--humanity-->
<div class="img-gall" data-name="Humanity"><span><img src="images1/galleryimg/humanity1.jpg"></span></div>
<div class="img-gall" data-name="Humanity"><span><img src="images1/galleryimg/humanity2.jpg"></span></div>
<div class="img-gall" data-name="Humanity"><span><img src="images1/galleryimg/humanity3.jpg"></span></div>
<div class="img-gall" data-name="Humanity"><span><img src="images1/galleryimg/humanity4.jpg"></span></div>
<div class="img-gall" data-name="Humanity"><span><img src="images1/galleryimg/humanity5.jpg"></span></div>
<!--volunteer-->
<div class="img-gall" data-name="volunteer"><span><img src="images1/galleryimg/volunteer8.jpg"></span></div>
<div class="img-gall" data-name="volunteer"><span><img src="images1/galleryimg/volunteer10.jpg"></span></div>
<div class="img-gall" data-name="volunteer"><span><img src="images1/galleryimg/volunteer11.jpg"></span></div>
<div class="img-gall" data-name="volunteer"><span><img src="images1/galleryimg/volunteer12.jpg"></span></div>
</div>
</section>
<div class="preview-box">
<div class="details">
<span class="title"> image name <p> img details</p></span>
<span class="fas fa-xmark" id="icon"></span>
</div>
<div class="img-boxgall">
<img src="" alt="">
</div>
</div>
<div class="shadow"></div>
<!--footer-->
<section class="footer">
<div class=" footer-cont">
<div class="footer-col">
<h4>ADDRESS </h4>
<hr>
<p> "Safezone-Active Humanity Foundation" <br>
Bariya, near DharamTalkis Cinema Hall, <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> © SAHF. All Rights Reserved</h6>
</section>
<script src="javascript/gallery.js"></script>
</body>
</html>