-
Notifications
You must be signed in to change notification settings - Fork 3
/
gallery.html
103 lines (94 loc) · 5.6 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
<!DOCTYPE HTML>
<html>
<head>
<title>Gallery - SNSFMUN</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/maingallery.css" />
<noscript><link rel="stylesheet" href="assets/css/noscriptgallery.css" /></noscript>
</head>
<body class="is-preload-0 is-preload-1 is-preload-2">
<!-- Main -->
<div id="main">
<!-- Header -->
<header id="header">
<h1>Gallery</h1>
<ul class="actions">
<li><a href="index.html" class="button primary">Return to home page</a></li>
</ul>
<p style="font-size: 1.3em">Images of the Shiv Nadar School Faridabad MUN conferences from 2023 and previous years.</p>
<ul class="icons">
<li><a href="https://www.instagram.com/snsfmun23/" class="icon brands style2 fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://www.youtube.com/user/shivnadarschools" class="icon brands style2 fa-youtube"><span class="label">YouTube</span></a></li>
</ul>
</header>
<!-- thumbnail -->
<section id="thumbnails">
<article>
<a class="thumbnail lazyload" href="gallery/IMG-20230804-WA0014.jpg" data-position="left center"><img class="lazyload" src="gallery/IMG-20230804-WA0014.jpg" alt="" /></a>
<h2>Registrations at SNSFMUN 2023.</h2>
</article>
<article>
<a class="thumbnail lazyload" href="gallery/2022lamp.jpg" data-position="left center"><img class="lazyload" src="gallery/2022lamp.jpg" alt="" /></a>
<h2>Lighting of the lamp to commemorate the opening of the SNSFMUN 2022.</h2>
</article>
<article>
<a class="thumbnail lazyload" href="gallery/photo_2022-08-05_13-13-29.jpg" data-position="left center"><img class="lazyload" src="gallery/photo_2022-08-05_13-13-29.jpg" alt="" /></a>
<h2>Delegates in informal session in the United Nations High Commission for Refugees of the SNSFMUN 2022.</h2>
</article>
<article>
<a class="thumbnail lazyload" href="gallery/ga2library.jpg" data-position="left center"><img class="lazyload" src="gallery/ga2library.jpg" alt="" /></a>
<h2>Delegates in formal session in the General Assembly Second Committee of the SNSFMUN 2022.</h2>
</article>
<article>
<a class="thumbnail lazyload" href="gallery/DSC09810.JPG" data-position="left center"><img class="lazyload" src="gallery/DSC09810.JPG" alt="" /></a>
<h2>Delegates present within committee during a formal session.</h2>
</article>
<article>
<a class="thumbnail lazyload" href="gallery/DSC09812.JPG"><img class="lazyload" src="gallery/DSC09812.JPG" alt="" /></a>
<h2>Delegates present within committee during a formal session.</h2>
</article>
<article>
<a class="thumbnail lazyload" href="gallery/DSC09813.JPG" data-position="top center"><img class="lazyload" src="gallery/DSC09813.JPG" alt="" /></a>
<h2>Delegates present within committee raising their placards to vote.</h2>
</article>
<article>
<a class="thumbnail lazyload" href="gallery/DSC09848.JPG"><img src="gallery/DSC09848.JPG" class="lazyload" alt="" /></a>
<h2>Delegates forming blocs during an unmoderated caucus.</h2>
</article>
<article>
<a class="thumbnail lazyload" href="gallery/DSC09867.JPG" data-position="top center"><img class="lazyload" src="gallery/DSC09867.JPG" alt="" /></a>
<h2>Delegates present within committee during a formal session.</h2>
</article>
<article>
<a class="thumbnail lazyload" href="gallery/DSC09911.JPG"><img src="gallery/DSC09911.JPG" class="lazyload" alt="" /></a>
<h2>Delegates framing their Resolutions during an unmoderated caucus.</h2>
</article>
<article>
<a class="thumbnail lazyload" href="gallery/DSC09868.JPG"><img class="lazyload" src="gallery/DSC09868.JPG" alt="" /></a>
<h2>Delegates listening to the speech of another fellow delegate.</h2>
</article>
<article>
<a class="thumbnail lazyload" href="gallery/DSC09900.JPG"><img class="lazyload" src="gallery/DSC09900.JPG" alt="" /></a>
<h2>A delegate at the podium addressing the committee.</h2>
</article>
<article>
<a class="thumbnail lazyload" href="gallery/DSC09919.JPG"><img class="lazyload" src="gallery/DSC09919.JPG" alt="" /></a>
<h2>Delegates raising their placards to have a chance to speak during a moderated caucus.</h2>
</article>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li>© SNSFMUN. Designed by Ashutosh Sundresh.</li>
</ul>
</footer>
</div>
<!-- Scripts -->
<script src="assets/jsgallery/jquery.min.js"></script>
<script src="assets/jsgallery/browser.min.js"></script>
<script src="assets/jsgallery/breakpoints.min.js"></script>
<script src="assets/jsgallery/main.js"></script>
<script src="assets/js/lazysizes.min.js" async=""></script>
</body>
</html>