forked from codeaholic-shub/NSS-MMMUT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
371 lines (333 loc) · 13.8 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
<!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>
body{
background-color: rgb(202, 192, 192);
}
#box2 .content_ {
background-color: rgb(212, 206, 206);
}
/* */
/* 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;
}
@media(max-width: 992px)
{
#mmmut-tag{
font-size: 20px;
text-align: center;
font-weight: bolder;
}
}
</style>
</head>
<!-- body -->
<body onload="close_loader()">
<!-- preloader -->
<div id="pre-loader">
</div>
<!-- navbar start -->
<nav class="navbar navbar-expand-lg navbar-light" style="background-color: rgb(202, 192, 192);">
<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>राष्ट्रीय सेवा योजना<br>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" rel="noopener noreferrer">Year 2020-21</a>
<a class="dropdown-item" href="teams1.html" target="_blank" rel="noopener noreferrer">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" target="_blank" rel="noopener noreferrer"><i class="fa fa-image"></i> Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link " href="contact_us.html" target="_blank" rel="noopener noreferrer"><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 0 start-->
<section class="main" id="0">
<!-- Flipping Images Start-->
<div class="grids">
<div class="card-one">
<div class="card">
<div class="card__side card__side--front" id="front-1"></div>
<div class="card__side card__side--back" id="back-1"></div>
</div>
</div>
<div class="card-two">
<div class="card">
<div class="card__side card__side--front" id="front-2"></div>
<div class="card__side card__side--back" id="back-2"></div>
</div>
</div>
<div class="card-three">
<div class="card">
<div class="card__side card__side--front" id="front-3"></div>
<div class="card__side card__side--back" id="back-3"></div>
</div>
</div>
<div class="card-four">
<div class="card">
<div class="card__side card__side--front" id="front-4"></div>
<div class="card__side card__side--back" id="back-4"></div>
</div>
</div>
<div class="card-five">
<div class="card">
<div class="card__side card__side--front" id="front-5"></div>
<div class="card__side card__side--back" id="back-5"></div>
</div>
</div>
<div class="card-six">
<div class="card">
<div class="card__side card__side--front" id="front-6"></div>
<div class="card__side card__side--back" id="back-6"></div>
</div>
</div>
<div class="card-seven">
<div class="card">
<div class="card__side card__side--front" id="front-7"></div>
<div class="card__side card__side--back" id="back-7"></div>
</div>
</div>
</div>
<!-- Flipping images end -->
</section>
<!-- section 0 ends -->
<!-- section 1.1 start-->
<section class="aboutus" id="1.1">
<br>
<h1 style="text-decoration: underline;">About Us</h1>
<div class="flex-container">
<div class="box" id="box1">
<div class="about__img">
<img src="images/NSS-logo.png" alt="About Image" style="
width: 200px;
height: 200px; margin-bottom: 10px;
" />
<br>
<h2 class="about_subtitle">
Welcome to the National Service Scheme.
</h2>
<p class="about__text">
The National Service Scheme (NSS) is an Indian government-sponsored
public service program conducted by the Ministry of Youth Affairs[1]
and Sports of the Government of India. Popularly known as NSS, the
scheme was launched in Gandhiji's Centenary year in 1969. Aimed at
developing student's personality through community service, NSS is a
voluntary association of young people in Colleges, Universities and
at +2 level working for a campus-community (esp. Villages) linkage.
</p>
<h2 class="about__subtitle">Our mission</h2>
<p class="ourmission_txt">
The programme aims to instill the idea of social welfare in
students, and to provide service to society without bias. NSS
volunteers work to ensure that everyone who is needy gets help to
enhance their standard of living and lead a life of dignity. In
doing so, volunteers learn from people in villages how to lead a
good life despite a scarcity of resources. it also provides help in
natural and man-made disasters by providing food, clothing and first
aid to the disaster's victims.
</p>
</div>
</div>
<div class="box" id="box2">
<!--NOTICE BOARD -->
<div class="content_">
<h1 class="header_">NOTIFICATIONS</h1>
<marquee behavior="scroll" direction="up" scrollamount="8"
onmouseover="this.setAttribute('scrollamount',0,0);this.stop();"
onmouseout="this.setAttribute('scrollamount',8,0);this.start();" class="movingbody_">
<script>
for (var i = 1; i <= 5; i++) {
if(i==1)
document.write(
'<p class="m-par_">' +
i +
".NSS Conducted its event called PARARTH in which we distributed clothes, sports items and stationery. </p>"
);
if(i==2)
document.write(
'<p class="m-par_">' +
i +
".NSS Conducted its event called SWARAJ in which the freshmen got a golden opportunity to showcase their knowledge. </p>"
);
if(i==3)
document.write(
'<p class="m-par_">' +
i +
".Blood Donation camp is Organised by NSS-MMMUT at its Health Centre .</p>"
);
if(i==4)
document.write(
'<p class="m-par_">' +
i +
". NSS-MMMUT conducted its event called AAYANSH in which our team celebrated Diwali with underprivileged kids. </p>"
);
if(i==5)
document.write(
'<p class="m-par_">' +
i +
".Annual Day Conducted by NSS-MMMUT on September, 28 in which we launch our website and inducted newly core members. </p>"
);
}
</script>
</marquee>
</div>
</section>
<!-- section 1.1 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>
setTimeout(() => {
document.getElementById('pre-loader').style.display = 'none';
}, 5000);
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> [email protected] <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>