-
Notifications
You must be signed in to change notification settings - Fork 11
/
events.html
357 lines (327 loc) · 14.9 KB
/
events.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
<!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" />
<!-- favicon -->
<link rel="shortcut icon" href="images/NSS-logo.png" type="image/x-icon" />
<!-- icons -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
<!-- bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.css">
<!-- jQuery library -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.js"></script>
<!-- stylesheet-css -->
<link rel="preload" href="css/flippingCard.css" as="style" media="all" onload="this.onload=null;this.rel='stylesheet'" />
<link rel="preload" href="css/styles.css" as="style" media="all" onload="this.onload=null;this.rel='stylesheet'"/>
<link rel="preload" href="css/contact.css" as="style" media="all" onload="this.onload=null;this.rel='stylesheet'"/>
<link rel="preload" href="css/lightbox.min.css" as="style" media="all" onload="this.onload=null;this.rel='stylesheet'" />
<script type="text/javascript" src="js/lightbox.min.js"></script>
<title>NSS-MMMUT</title>
<style>
/* */
/* For pre loader */
#pre-loader {
z-index: 99999;
position: fixed;
width: 100%;
height: 100vh;
background: rgb(179, 179, 206) url(https://i.ibb.co/5j6Yrqc/loader.gif) center;
background-repeat: no-repeat;
background-size: 10rem;
}
/* */
/* */
.about {
width: 100vw;
}
.content {
margin-left: 1rem !important;
position: relative;
left: 30rem;
}
</style>
</head>
<!-- body -->
<body onload="close_loader()">
<!-- preloader -->
<div id="pre-loader">
</div>
<!-- navbar start -->
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<img class="navbar-brand" src="images/NSS-logo.png" alt="nss-logo-png" width="55.4rem" height="60.4rem" />
<a id="mmmut-tag" href=index:html>NSS-MMMUT</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNavDropdown"
aria-controls="navbarNavDropdown" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNavDropdown">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a class="nav-link" href="index.html"><i class="fa fa-home"></i> Home
<span class="sr-only">(current)</span></a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false"><i class="fa fa-users"></i> Team
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="teams.html" target="_blank">Year 2020-21</a>
<a class="dropdown-item" href="teams1.html" target="_blank">Year 2021-22</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdownMenuLink" data-toggle="dropdown"
aria-haspopup="true" aria-expanded="false"><i class="fa fa-calendar"></i> Events
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdownMenuLink">
<a class="dropdown-item" href="events.html" target="_blank">Year 2020-21</a>
<a class="dropdown-item" href="events1.html" target="_blank">Year 2021-22</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="gallery.html"><i class="fa fa-image"></i> Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="contact_us.html"><i class="fa fa-phone"></i> Contact Us</a>
</li>
</ul>
</div>
</nav>
<!-- navbar end -->
<!-- btn top -->
<button class="btn-to-top">
<i class="fa fa-arrow-up fa-2x"></i>
</button>
<!-- section 2 start-->
<section class="events" id="2">
<br>
<h1 style="text-decoration: underline;">Events <br> <span>Session: 2020-2021</span></h1>
<ul>
<li>
<div class="time">
<h2>07<br><span>September</span></h2>
</div>
<div class="details">
<h3>Melior Tales</h3>
<p>This event was organised to give credit to those unsung heroes of India contributing to the society in all possible manners but were not recognized. Therefore, to appreciate their works and ensoul the society our team conducted this event.</p>
<a href="https://www.facebook.com/nssmmmutgkp/videos/772556056828546/" target="_blank">View Details</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>24<br><span>September</span></h2>
</div>
<div class="details">
<h3>NSS Day</h3>
<p> NSS team released their new logo, promo video including message by Prof. B.K. Pandey sir (CSA Chairman) and Dr. Awadhesh Kumar sir(NSS Coordinator).</p>
<a href="https://www.instagram.com/tv/CFgsnnFnQCb/?utm_medium=copy_link" target="_blank">View Details</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>28<br><span>September</span></h2>
</div>
<div class="details">
<h3>Prerna</h3>
<p>This event provided an open platform to share inspirations of our life. It could be an object or a person or may be a fictional character. The event was free of cost but a collection of priceless emotions. We admired their participation. We received entries from 24 colleges.</p>
<a href="https://www.facebook.com/nssmmmutgkp/photos/187195026261768/" target="_blank">View Details</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>24<br><span>October</span></h2>
</div>
<div class="details">
<h3>United Nations Day</h3>
<p>The united nations encourages people to "celebrate the day by spreading compassion, kindness and hope in the face of the (COVID-19) pandemic </p>
<a href="https://www.facebook.com/nssmmmutgkp/photos/201372138177390" target="_blank">View Details</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>07<br><span>November</span></h2>
</div>
<div class="details">
<h3>National Cancer Awareness Day</h3>
<p>On national cancer awareness day, people are encouraged to report to government hospitals, CGHS and municipal clinics for free screening.</p>
<a href="https://www.facebook.com/nssmmmutgkp/photos/206878914293379" target="_blank">View Details</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>11<br><span>November</span></h2>
</div>
<div class="details">
<h3>National Education Day</h3>
<p> National Education Day of India is celebrated on 11 November every year. We on National Education Day, aims at making people aware of the importance of education and literacy.</p>
<a href="https://www.facebook.com/nssmmmutgkp/photos/208730824108188" target="_blank">View Details</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>14<br><span>November</span></h2>
</div>
<div class="details">
<h3>Children's Day</h3>
<p> Educate children for a better future.
They study today and they create tomorrow. NSS MMMUT wishes a heartful of good wishes on Children's Day. </p>
<a href="https://www.facebook.com/nssmmmutgkp/photos/210257997288804" target="_blank">View Details</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>02<br><span>December</span></h2>
</div>
<div class="details">
<h3>National pollution Control Day</h3>
<p> The day aims to raise awareness about the hazardous effects of Air Pollution and the ways to control them. It also aims to educate people about the importance of Pollution Control act, which put a check on Pollution causing industries. NSS MMMUT pays homage to the deceased of Bhopal and aims to create awareness about air pollution.</p>
<a href="https://www.facebook.com/nssmmmutgkp/photos/222882986026305" target="_blank">View Details</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>04<br><span>December</span></h2>
</div>
<div class="details">
<h3>Indian Navy Day</h3>
<p> On the event of Indian Navy Day, let us thank and salute the warriors in white to their commitment and assurance.They are pleased to serve the country, it’s kin, it’s coasts and all frontiers.</p>
<a href="https://www.facebook.com/nssmmmutgkp/photos/224503869197550" target="_blank">View Details</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>16<br><span>December</span></h2>
</div>
<div class="details">
<h3>Vijay Diwas</h3>
<p> Our flag is more than just cloth and ink. It is a universally recognized symbol that stands for liberty and freedom. It is marked by the blood of those who died defending it.
NSS MMMUT pays homage to the valiant heroes of India.
<br>Jai Hind! Jai Bharat!</p>
<a href="https://www.facebook.com/nssmmmutgkp/photos/233064961674774" target="_blank">View Details</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>23<br><span>December</span></h2>
</div>
<div class="details">
<h3>Kisan Diwas</h3>
<p> Agriculture not only gives riches to a nation, but the only riches she can call her own.</p>
<a href="https://www.facebook.com/nssmmmutgkp/photos/237748017873135" target="_blank">View Details</a>
</div>
<div style="clear: both;"></div>
</li>
<li>
<div class="time">
<h2>12<br><span>January</span></h2>
</div>
<div class="details">
<h3>National Youth Day Celebration</h3>
<p> The central objective of this day is to spread awareness among the youth and motivate them to be the building block of the nation through the teachings and ideology of Swami Vivekanand.</p>
<a href="https://www.facebook.com/nssmmmutgkp/photos/251126956535241" target="_blank">View Details</a>
</div>
<div style="clear: both;"></div>
</li>
</ul>
</section>
<!-- section 2 ends -->
<!-- boostrap js start -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"
integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
crossorigin="anonymous"></script>
<script src="scripts.js"></script>
<!-- bootstrap js ends -->
<!-- btn-to-top script start -->
<script>
const btn = document.querySelector('.btn-to-top');
btn.addEventListener("click", function () {
window.scrollTo({
top: 0,
left: 0,
behavior: "smooth"
});
})
</script>
<!-- btn-to-top script ends-->
<!-- preloader script starts-->
<script>
function close_loader() {
document.getElementById('pre-loader').style.display = 'none';
}
</script>
<!-- preloader script end-->
<footer id="footer">
<div class="footer-top">
<div class="grid-container">
<div class="grid-item">
<div class="left">
<div class="left-content">
<img id="logo1" src="images/NSS-logo.png" alt="LogoNSS">
<img id="logo2" src="images/mmm.png" alt="LogoMMM">
</div>
<div class="left-content">
<p class="nss">
National Service Scheme(NSS),<br> an initiative by the<br> Government of India,<br> provides hands-on
<br>
experience in community services <br> to young students.
</p>
</div>
</div>
</div>
<div class="grid-item">
<div class="right">
<h3 class="underline-small"> <strong> Contact Us :- </strong> </h3>
<p id="details">
<i class="fa fa-map-marker" aria-hidden="true"></i> MMMUT, Gorakhpur, U.P, India <br>
<i class="fa fa-envelope" aria-hidden="true"></i><strong> Email: </strong> nss20.mmmut@gmail.com <br>
</p>
<div class="social-links">
<!-- <a href="#" class="twitter"><i class="fa fa-twitter"></i></a> -->
<a href="https://www.facebook.com/nssmmmutgkp/" class="facebook"><i
class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/nss_mmmut/" class="instagram"><i
class="fa fa-instagram"></i></a>
<!-- <a href="#" class="google-plus"><i class="fa fa-google-plus"></i></a> -->
<a href="https://t.me/joinchat/TZMqcZzqtCfJbP0v" class="linkedin"><i
class="fa fa-telegram"></i></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<hr>
<div class="container">
<div class="copyright">
© Copyright <strong>NSS MMMUT , GKP</strong>. All Rights Reserved <br> Designed by <a
href="https://github.com/codeaholic-shub/NSS-MMMUT" style="color: #f82249"> Shubhankar & Team </a>
</div>
</div>
</footer>
</body>
</html>