-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcouncils.html
165 lines (138 loc) · 5.99 KB
/
councils.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width; initial-scale=1; maximum-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>PRISM - Councils</title>
<link rel="stylesheet" rel="nofollow" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href='https://fonts.googleapis.com/css?family=PT+Sans|Roboto' rel='stylesheet' type='text/css'>
<link rel="stylesheet" rel="nofollow" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.8/css/materialize.min.css">
<!--CSS Files-->
<link rel="stylesheet" href="css/councils.css">
<link rel="stylesheet" href="css/main.css">
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<!--JavaScript files-->
<script src="https://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous">
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.8/js/materialize.min.js">
</script>
<script type="text/javascript" src="js/councils.json"></script>
<script type="text/javascript" src ="js/councils.js">
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-113139994-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-113139994-2');
</script>
</head>
<body>
<header>
<div class="navbar-fixed">
<ul id="students" class="dropdown-content">
<li><a href="clubs.html">Clubs</a></li>
<li class="divider"></li>
<li><a href="councils.html">Councils</a></li>
<li class="divider"></li>
<li><a href="sports.html">Sports</a></li>
<li class="divider"></li>
<li><a href="fests_main.html">Fests</a></li>
</ul>
<ul id="information" class="dropdown-content">
<li><a href="department_index.html">Departments</a></li>
<li class="divider"></li>
<li><a href="facilities.html">Facilities</a></li>
<li class="divider"></li>
<li><a href="carry.html">What to Carry?</a></li>
<li class="divider"></li>
<li><a href="http://vtour.nitk.ac.in" target="_blank">Virtual Tour</a></li>
<li class="divider"></li>
<li><a href="map.html">Map</a></li>
</ul>
<nav class="transparent" role="navigation">
<div class="nav-wrapper container">
<a href="/" class="brand-logo">
<span class="pad">
<img src="img/logo.png" alt="PRISM" style="height:84px;width:auto;padding-top:8px">
</span>
</a>
<a href="#" id="sidenav" data-activates="slide-out" class="button-collapse"><i class="material-icons">menu</i></a>
<ul class="right hide-on-med-and-down">
<li><a href="/">Home</a></li>
<li><a href="faq.html">FAQs</a></li>
<li><a class="dropdown-button" href="#!" data-activates="students">Students<i class="material-icons right">arrow_drop_down</i></a></li>
<li><a class="dropdown-button" href="#!" data-activates="information">Information<i class="material-icons right">arrow_drop_down</i></a></li>
<li><a href="http://thenitklife.weebly.com/" target="_blank">NITK Life</a></li>
</ul>
<ul id="slide-out" class="side-nav">
<li class="bold"><a href="/" class="waves-effect waves-teal">Home</a>
</li>
<li class="bold"><a href="clubs.html" class="waves-effect waves-teal">Clubs</a></li>
<li class="bold"><a href="councils.html" class="waves-effect waves-teal">Councils</a>
</li>
<li class="bold"><a href="fests_main.html" class="waves-effect waves-teal">Fests</a>
</li>
<li class="bold"><a href="department_index.html" class="waves-effect waves-teal">Departments</a></li>
<li class="bold"><a href="facilities.html" class="waves-effect waves-teal">Facilities</a></li>
<li class="bold"><a href="sports.html" class="waves-effect waves-teal">Sports</a></li>
<li class="bold"><a href="map.html" class="waves-effect waves-teal">Map</a></li>
<li class="bold"><a href="carry.html" class="waves-effect waves-teal">What to Carry?</a></li>
</ul>
</div>
</nav>
</div>
</header>
<div class="council-page-banner">
<div style="position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0,0,0,0.6);"></div>
<div style="position: absolute; bottom: 0;width: 100%; color: #fff;">
<div class="container">
<div class="row">
<h1 class="welcome-text">Councils in NITK</h1>
</div>
<div class="row">
Student Bodies play an active role in the day-to-day functioning of the Institute.<br>
They also a play a big role in helping incoming freshers to settle down on campus!<br><br><br><br>
</div>
<div class="row">
<a href="department_index.html" class="button">Departments</a>
<br><br><br><br><br>
</div>
</div>
</div>
</div>
<div class="container flow-text">
<h2><b>Student Council</b></h2>
<div class="row flow-text">
<h4 class="pt-sans">Team</h4>
<div id="sc-team-container">
</div>
</div>
<div class="row flow-text">
<h4 class="pt-sans">About</h4>
<div id="sc-content">
</div>
</div>
<div class="row flow-text">
<div id="sc-links">
</div>
</div>
</div>
</div>
<div class="container flow-text">
<h2><b>Hostel Council</b></h2>
<div class="row flow-text">
<h4 class="pt-sans">About</h4>
<div id="hc-content">
</div>
<div class="row">
<div id="hc-links">
</div>
</div>
</div>
</div>
</body>
</html>