-
Notifications
You must be signed in to change notification settings - Fork 189
/
gallery.html
452 lines (417 loc) · 18.5 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
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
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
<!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>Gallery - EduHub Community</title>
<!-- Favicons -->
<link href="assets/img/Eduhub Logo (2).png" rel="icon">
<!-- <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon"> -->
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Krub:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- material -->
<link rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
<!-- Template Main CSS File -->
<link rel="stylesheet" href="assets/css/style.css" rel="stylesheet">
<link rel="stylesheet" href="./style.css">
<!--Local CSS File-->
<link rel="stylesheet" href="./assets/css/gallery-style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/magnific-popup.css" />
<!-- Dark Mode CSS Files -->
<link href="assets/css/dark-mode-style.css" rel="stylesheet" />
<link href='https://css.gg/dark-mode.css' rel='stylesheet'>
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top">
<div class="container d-flex align-items-center justify-content-between">
<!-- <h1 class="logo"><a href="index.html">Bikin</a></h1> -->
<!-- Uncomment below if you prefer to use an image logo -->
<a href="index.html" class="logo"><img src="assets/img/Eduhub Logo (2).png" alt="" class="img-fluid" /></a>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto" href="index.html#hero">Home</a></li>
<li><a class="nav-link scrollto" href="index.html#about">About</a></li>
<li><a class="nav-link scrollto" href="index.html#services">Opportunities</a></li>
<li><a class="nav-link scrollto" href="https://eduhubcommunity.tech/conference/">MeetUps</a></li>
<li><a class="nav-link scrollto" href="index.html#event">Events</a></li>
<li><a class="nav-link scrollto" href="internship-detaills.html">Internships</a></li>
<li><a class="nav-link scrollto active" href="gallery.html">Gallery</a></li>
<li><a class="nav-link scrollto" href="index.html#team">Team</a></li>
<li><a class="nav-link scrollto" href="index.html#contact">Contact</a></li>
<li><a class="getstarted scrollto" href="./index.html#upcoming-events">Explore</a></li>
<li>
<button onclick="myFunction()" class="dark-mode-button"><i class="fa-solid fa-moon"></i><i class="fa-solid fa-sun"></i><i class="gg-dark-mode"></i></button>
</li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav>
<!-- .navbar -->
</div>
</header>
<!-- End Header -->
<!-- ======= Breadcrumbs ======= -->
<!-- <section id="breadcrumbs" class="breadcrumbs">
<div class="container">
<ol>
<li><a href="index.html">Home</a></li>
<li>Gallery</li>
</ol>
</div>
</section> -->
<!-- End Breadcrumbs -->
<section id="gallery" class="gallery">
<div class="container" data-aos="fade-up">
<div class="section-title">
<h2>Gallery</h2>
<p>
Here you will find all the images and the moments we've captured
of the innumerous events that we've organized
</p>
</div>
</div>
</section>
<!-- Gallery Section -->
<div class="container">
<div class="gallery-menu mt-2 mb-4">
<!-- Add New Events Here -->
<button class="btn btn-outline-dark active" data-filter="*">All</button>
<button class="btn btn-outline-dark" data-filter=".event1">Event 1</button>
<button class="btn btn-outline-dark" data-filter=".event2">Event 2</button>
<button class="btn btn-outline-dark" data-filter=".event3">Event 3</button>
<button class="btn btn-outline-dark" data-filter=".event4">Event 4</button>
<button class="btn btn-outline-dark" data-filter=".event5">Event 5</button>
</div>
<div class="gallery-item row">
<!-- Add Event Pic Here | Add data-filter value in class | Add image title -->
<div class="item event1 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\DSC06217" class="fancylight popup-btn"
data-fancybox-group="light" title="image title">
<img class="img-fluid" src="assets\img\events\DSC06217.JPG" alt="" loading="lazy">
</a>
</div>
<div class="item event1 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\DSC06227.JPG"
class="fancylight popup-btn" data-fancybox-group="light" title="image title">
<img class="img-fluid"
src="assets\img\events\DSC06227.JPG"
alt="" loading="lazy">
</a>
</div>
<div class="item event1 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\DSC06190.JPG"
class="fancylight popup-btn" data-fancybox-group="light" title="image title">
<img class="img-fluid"
src="assets\img\events\DSC06190.JPG"
alt="" loading="lazy">
</a>
</div>
<div class="item event2 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\DSC06220.JPG"
class="fancylight popup-btn" data-fancybox-group="light" title="image title">
<img class="img-fluid"
src="assets\img\events\DSC06220.JPG"
alt="" loading="lazy">
</a>
</div>
<div class="item event2 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\DSC06492.JPG"
class="fancylight popup-btn" data-fancybox-group="light" title="image title">
<img class="img-fluid"
src="assets\img\events\DSC06492.JPG"
alt="" loading="lazy">
</a>
</div>
<div class="item event2 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\DSC06226.JPG"
class="fancylight popup-btn" data-fancybox-group="light" title="image title">
<img class="img-fluid"
src="assets\img\events\DSC06226.JPG"
alt="" loading="lazy">
</a>
</div>
<div class="item event2 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\group.JPG"
class="fancylight popup-btn" data-fancybox-group="light" title="image title">
<img class="img-fluid"
src="assets\img\events\group.JPG"
alt="" loading="lazy">
</a>
</div>
<div class="item event2 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\founder.JPG"
class="fancylight popup-btn" data-fancybox-group="light" title="image title">
<img class="img-fluid"
src="assets\img\events\founder.JPG"
alt="" loading="lazy">
</a>
</div>
<div class="item event1 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\11.03.2022_19.16.52_REC.png" class="fancylight popup-btn"
data-fancybox-group="light" title="image title">
<img class="img-fluid" src="assets\img\events\11.03.2022_19.16.52_REC.png" alt="" loading="lazy">
</a>
</div>
<div class="item event1 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\11.03.2022_19.13.57_REC.png"
class="fancylight popup-btn" data-fancybox-group="light" title="image title">
<img class="img-fluid"
src="assets\img\events\11.03.2022_19.13.57_REC.png"
alt="" loading="lazy">
</a>
</div>
<div class="item event1 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\11.03.2022_19.18.03_REC.png"
class="fancylight popup-btn" data-fancybox-group="light" title="image title">
<img class="img-fluid"
src="assets\img\events\11.03.2022_19.18.03_REC.png"
alt="" loading="lazy">
</a>
</div>
<div class="item event2 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\devrel.jpg"
class="fancylight popup-btn" data-fancybox-group="light" title="image title">
<img class="img-fluid"
src="assets\img\events\devrel.jpg"
alt="" loading="lazy">
</a>
</div>
<div class="item event2 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\event-1.jpeg"
class="fancylight popup-btn" data-fancybox-group="light" title="image title">
<img class="img-fluid"
src="assets\img\events\event-1.jpeg"
alt="" loading="lazy">
</a>
</div>
<div class="item event2 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\event-2.jpeg"
class="fancylight popup-btn" data-fancybox-group="light" title="image title">
<img class="img-fluid"
src="assets\img\events\event-2.jpeg"
alt="" loading="lazy">
</a>
</div>
<div class="item event2 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\event-3.jpeg"
class="fancylight popup-btn" data-fancybox-group="light" title="image title">
<img class="img-fluid"
src="assets\img\events\event-3.jpeg"
alt="" loading="lazy">
</a>
</div>
<div class="item event3 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\event-4.jpeg"
class="fancylight popup-btn" data-fancybox-group="light" title="image title">
<img class="img-fluid"
src="assets\img\events\event-4.jpeg"
alt="" loading="lazy">
</a>
</div>
<div class="item event3 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\event-5.jpeg"
class="fancylight popup-btn" data-fancybox-group="light" title="image title">
<img class="img-fluid"
src="assets\img\events\event-5.jpeg"
alt="" loading="lazy">
</a>
</div>
<div class="item event3 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\event-6.jpeg"
class="fancylight popup-btn" data-fancybox-group="light" title="image title">
<img class="img-fluid"
src="assets\img\events\event-6.jpeg"
alt="" loading="lazy">
</a>
</div>
<div class="item event4 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\event-7.jpeg"
class="fancylight popup-btn" data-fancybox-group="light" title="image title">
<img class="img-fluid"
src="assets\img\events\event-7.jpeg"
alt="" loading="lazy">
</a>
</div>
<div class="item event4 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\event-8.jpeg"
class="fancylight popup-btn" data-fancybox-group="light" title="image title">
<img class="img-fluid"
src="assets\img\events\event-8.jpeg"
alt="" loading="lazy">
</a>
</div>
<div class="item event4 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\event-9.jpeg"
class="fancylight popup-btn" data-fancybox-group="light" title="image title">
<img class="img-fluid"
src="assets\img\events\event-9.jpeg"
alt="" loading="lazy">
</a>
</div>
<div class="item event5 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\event-10.jpeg"
class="fancylight popup-btn" data-fancybox-group="light" title="image title">
<img class="img-fluid"
src="assets\img\events\event-10.jpeg"
alt="" loading="lazy">
</a>
</div>
<div class="item event5 col-lg-3 col-md-4 col-6 col-sm">
<a href="assets\img\events\event-11.jpeg"
class="fancylight popup-btn" data-fancybox-group="light" title="image title">
<img class="img-fluid"
src="assets\img\events\event-11.jpeg"
alt="" loading="lazy">
</a>
</div>
</div>
</div>
<!-- End Gallery Section -->
<!-- End Events Section -->
<div class="section-title">
<h2></h2>
<br>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-3 col-md-6 footer-contact">
<h3>EduHub Community</h3>
<p>
Chomu Udaipuria Mod, <br />
Jaipur,<br />
Rajasthan. <br /><br />
<!-- <strong>Phone:</strong> +1 5589 55488 55<br /> -->
<strong>Email:</strong>
<p>
<a target="_blank" href="mailto:[email protected]">[email protected]</a>
</p><br />
</p>
</div>
<div class="col-lg-2 col-md-6 footer-links">
<h4>Quick Access</h4>
<ul>
<li>
<i class="bx bx-chevron-right"></i> <a href="#hero">Home</a>
</li>
<li>
<i class="bx bx-chevron-right"></i> <a href="#about">About</a>
</li>
<li>
<i class="bx bx-chevron-right"></i> <a href="#services">Opportunities</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="#event">Events</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="#team">Team</a>
</li>
</ul>
</div>
<div class="col-lg-3 col-md-6 footer-links">
<h4>Our Outreach</h4>
<ul>
<li>
<i class="bx bx-chevron-right"></i>
<a href="https://linktr.ee/EduhubCommunity" target="_blank">Social Media</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="https://drive.google.com/file/d/1G3uDu9hbX7_oFa2B1bikeaTBPr2wBxs-/view?usp=sharing" target="_blank">MSME</a>
</li>
<li>
<i class="bx bx-chevron-right"></i> <a href="codeOfConduct.html">Code of Conduct</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a
href="https://docs.google.com/forms/d/1XUnnCtcWtDgnCSQmBgqPjUQ6H5KlE8Ek1LJpXX76Hg4/viewform?edit_requested=true">Reach
out to us for any Queries</a>
</li>
</ul>
</div>
<div class="col-lg-4 col-md-6 footer-newsletter">
<h4>Subscribe</h4>
<p>Stay Updated for our Exciting events</p>
<form action="" method="post">
<input type="email" name="email" /><input type="submit" value="Subscribe" />
</form>
</div>
</div>
</div>
</div>
<div class="container d-md-flex py-4">
<div class="social-links text-center text-md-right pt-3 pt-md-0">
<!-- <a href="#" class="twitter"><i class="bx bxl-twitter"></i></a> -->
<a target="_blank" href="https://www.facebook.com/eduhubcommunity" class="facebook"><i
class="bx bxl-facebook"></i></a>
<a target="_blank" href="https://www.instagram.com/eduhub_community/" class="instagram"><i
class="bx bxl-instagram"></i></a>
<a target="_blank" href="https://www.youtube.com/channel/UCPpG3qqMH_0QDvSzHyjjZJQ" class="google-plus"><i
class="bx bxl-youtube"></i></a>
<a target="_blank" href="https://www.linkedin.com/company/eduhub-community" class="linkedin"><i
class="bx bxl-linkedin"></i></a>
<a target="_blank" href="https://twitter.com/CommunityEduhub" class="twitter"><i class="bx bxl-twitter"></i></a>
</div>
</div>
</footer>
<!-- End Footer -->
<div id="preloader"></div>
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
</div>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<script>
function myFunction() {
var element = document.body;
let cards = document.querySelectorAll(".dark");
element.classList.toggle("dark-mode");
cards.forEach(card => {
card.classList.toggle('dark-card');
});
// Toggle the moon and sun icons
var moonIcon = document.querySelector(".fa-moon");
var sunIcon = document.querySelector(".fa-sun");
// Check the current display state of the moon icon
var moonDisplay = moonIcon.style.display;
if (moonDisplay === "none") {
// Display moon and hide sun
moonIcon.style.display = "inline-block";
sunIcon.style.display = "none";
} else {
// Hide moon and display sun
moonIcon.style.display = "none";
sunIcon.style.display = "inline-block";
}
}
</script>
<!-- Local Script Files -->
<script src="https://code.jquery.com/jquery-3.6.1.min.js"></script>
<script src="./assets/js/gallery-scripts.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery.isotope/3.0.6/isotope.pkgd.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/magnific-popup.js/1.1.0/jquery.magnific-popup.js"></script>
</body>
</html>