-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsports.html
138 lines (122 loc) · 5.29 KB
/
sports.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1.0"/>
<title>PRISM - Sports at NITK</title>
<!-- Load Core Materialize CSS -->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href='https://fonts.googleapis.com/css?family=PT+Sans|Roboto' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.2/css/materialize.min.css">
<link rel="shortcut icon" href="/favicon.png" type="image/x-icon">
<link rel="icon" href="/favicon.png" type="image/x-icon">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/sports.css">
<!-- 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="sports-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">Sports at NITK!</h1>
</div>
<div class="row">
NITK isn't just sbout studying all day. In fact, it plays hosts to a lot of sports activities throughout the year!<br>
There are ample opportunities for playing each and every kind of sports in this college.<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="page-info">
<div class="container">
<div class="row">
<div class="col s12">
<a href="/" class="breadcrumb">Home</a>
<a href="#" class="breadcrumb">Sports</a>
</div>
</div>
</div>
</div>
<div class="content">
<div class="container" >
<div class="row white" style="padding: 20px;">
<div id="sports"></div>
</div>
</div>
</div>
<div class="push"></div>
<!-- Scripts-->
<script type="text/javascript" src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.98.2/js/materialize.min.js"></script>
<script type="text/javascript" src="js/sports.json"></script>
<script type="text/javascript" src="js/sports.js"></script>
</body>
</html>