-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathclubs.html
More file actions
132 lines (116 loc) · 5.66 KB
/
clubs.html
File metadata and controls
132 lines (116 loc) · 5.66 KB
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
<!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 - Clubs</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/clubs.css">
<link rel="stylesheet" href="css/main.css">
<!--JavaScript files-->
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<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/clubs.json"></script>
<script type="text/javascript" src ="js/clubs.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 onload="init();">
<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="club-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">Clubs in NITK</h1>
</div>
<div class="row">
Clubs form an integral part of NITK Surathkal as they form a part of Student Activities.<br>
Clubs are usually separated into Technical and Cultural conducting a plethora of activities.
<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">
<ul class="tabs row transparent">
<li class="tab col s6 "><a href="#techClubs" style="font-size: 25px;"><b>Technical</b></a></li>
<li class="tab col s6 "><a href="#culturalClubs" style="font-size: 25px;"><b>Cultural</b></a></li>
</ul>
<div id="techClubs"></div>
<div id="culturalClubs"></div>
</div>
</body>
</html>