-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrec_2017-18.php
138 lines (122 loc) · 4.9 KB
/
rec_2017-18.php
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
<!doctype html>
<html lang="en">
<head>
<!-- Meta, title, CSS, favicons, etc. -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<title>NSTUMUNA </title>
<link rel="icon" href="assets/icons/logo.png">
<!-- Styles -->
<link rel='stylesheet' href='assets/css/bootstrap.min.css'>
<link rel='stylesheet' href='assets/css/animate.min.css'>
<link rel='stylesheet' href="assets/css/font-awesome.min.css"/>
<link rel='stylesheet' href="assets/css/style.css"/>
<!-- Fonts -->
<link href='http://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700,800' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
<!-- Favicon -->
<link rel="shortcut icon" href="#">
</head>
<body>
<!-- End Hero Bg
================================================== -->
<!-- Start Header
================================================== -->
<header id="header" class="navbar navbar-inverse navbar-fixed-top" role="banner">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".bs-navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Your Logo -->
<a href="index.php" class="navbar-brand"> <span><img src="assets/icons/logoBig.png" alt=""></span> NSTUMUNA <span class="lighter"></span></a>
</div>
<!-- Start Navigation -->
<nav class="collapse navbar-collapse bs-navbar-collapse navbar-right" role="navigation">
<ul class="nav navbar-nav">
<li>
<a href="index.php#home">Home</a>
</li>
<li>
<a href="index.php#about">About</a>
</li>
<li>
<a href="index.php#administration">Administration</a>
</li>
<li>
<a href="index.php#gallery_front">Gallery</a>
</li>
<li>
<a href="index.php#membership">Membership</a>
</li>
<li>
<a href="index.php#events">Events</a>
</li>
<li>
<a href="index.php#academics">Academics</a>
</li>
<li>
<a href="index.php#news">News</a>
</li>
<li>
<a href="index.php#contact_us">Contact Us</a>
</li>
<li>
<a href="mun18.php">NSTUMUN 2018</a>
</li>
</ul>
</nav>
</div>
</header>
<!-- About
================================================== -->
<section id="about" class="parallax section" style="background-image: url(http://themepush.com/demo/runcharity/assets/img/1.jpg);">
<div class="wrapsection">
<div class="parallax-overlay" style="background-color: #01b0d1;opacity:0.9;"></div>
<div class="container">
<div class="row">
<div class="col-md-12 sol-sm-12">
<div style="text-align:center">
<p><h3 class="section-title justtitle">Recruitment 2017-18</h3></p>
<p class="lead bottom0 wow bounceInUp">
Recruitment 2017-18 was the second official member recruitment. This time it was a bit different. It was categorised in 3 parts. After online application the applicants had a written test and therefore they had to appear in the group discussion round. The marks of both the tests were taken on count and only the applicants with certain marks were called for interview. A day long interview session brought NSTUMUNA up with 11 Governing Body Member, 19 Executive Members and 31 Associate Members. Every Student in NSTU therefore are considered as General Members after this recruitment.
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Credits
=============================================== -->
<section id="credits" class="text-center" style="background-color:#00c1c1;opacity:0.9;">
<span class="social wow zoomIn">
<a href="https://www.facebook.com/nstumuna/"><i class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/nstumuna/"><i class="fa fa-instagram"></i></a>
<a href="https://www.youtube.com/channel/UC_E8pNF5R0XDIWl8XRCOlYQ"><i class="fa fa-youtube-play"></i></a>
</span><br/>
Copyright © <a href="#">NSTUMUNA</a>
</section>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/waypoints.min.js"></script>
<script src="assets/js/jquery.scrollTo.min.js"></script>
<script src="assets/js/jquery.localScroll.min.js"></script>
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<script src="assets/js/validate.js"></script>
<script src="assets/js/common.js"></script>
<script src="assets/js/jquery.samesize.js"></script>
</body>
</html>