This repository has been archived by the owner on Jun 25, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.php
187 lines (149 loc) · 9.9 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-150093374-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-150093374-1');
</script>
<script
src="https://code.jquery.com/jquery-3.3.1.js"
integrity="sha256-2Kok7MbOyxpgUVvAk/HJ2jigOSYS2auK4Pfzbm7uH60="
crossorigin="anonymous">
</script>
<script>
$(function(){
$("#header").load("header.html");
$("#footer").load("footer.html");
});
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<meta name="theme-color" content="#D02451" />
<meta name="description" content="Official Website of Technology Students Gymkhana, IIT Kharagpur" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.gymkhana.iitkgp.ac.in" />
<meta property="og:title" content="Technology Students' Gymkhana, Indian Institute of Technology Kharagpur" />
<meta property="og:description" content="Official Website of Technology Students Gymkhana, IIT Kharagpur" />
<meta property="og:image" content="favicon.png" />
<!-- Twitter -->
<meta property="twitter:card" content="website" />
<meta property="twitter:url" content="http://www.gymkhana.iitkgp.ac.in" />
<meta property="twitter:title" content="Technology Students' Gymkhana, Indian Institute of Technology Kharagpur" />
<meta property="twitter:description" content="Official Website of Technology Students Gymkhana, IIT Kharagpur" />
<meta property="twitter:image" content="favicon.png" />
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Lato:400,400i,700|Playfair+Display|Roboto+Slab:400,700" rel="stylesheet">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" type="image/png" href="favicon.png">
<title>TSG</title>
</head>
<body class="homepage">
<script type="text/javascript" src="js/index.js"></script>
<div class="container page z-depth-5">
<div id="header"></div>
<div class="content">
<div class="header row valign-wrapper">
<div class="col s12 m3 center">
<img src="./static/images/IIT_Kharagpur_Logo.svg" alt="IIT Icon" class="responsive-img">
</div>
<div class="col m9 s12">
<h1>Technology Students' Gymkhana</h1>
<h2>Indian Institute of Technology Kharagpur</h2>
</div>
</div>
<div class="intro center">
<img src="static/TSG.svg" alt="Gymkhana main Image" class="responsive-img">
</div>
<div class="row">
<div class="about col s12 m8 offset-m2" id = "about">
<h1>About</h1>
<p>
Technology Students’ Gymkhana is the hub of the numerous extra-curricular and co-curricular activities in IIT Kharagpur ranging from sports to socio-cultural. The Gymkhana is managed by the students, for the students, under the guidance and active participation of the faculty and staff members.
</p>
<blockquote cite="http://">
"Yogah Karmasu Kausalam"
</blockquote>
<p>
The moto of Technology Students' Gymkhana is YOGAH KARMASU KAUSALAM which in English means "Perfection in action is Yoga". Our goal is to bring overall development in IITians through cultivating and nurturing their extra-curricular talents.
</p>
<a href="https://wiki.metakgp.org/images/4/4d/Gymkhana_Constitution.pdf" class="waves-effect waves-light btn purple"> <i class="material-icons left ">insert_drive_file</i> Constitution</a>
<a href="https://tsgblog.iitkgp.ac.in/" rel="noopener noreferrer" class="waves-effect waves-light btn purple"> <i class="material-icons left">insert_drive_file</i>Blog</a>
<br/><br/><br/>
<div>
<div class="container">
<h5 style="text-align: center"><strong><u>Our Activities</u></strong></h5>
<div class="row">
<div class="col s12"/>
<div class="col s4">
<h5 style="text-align: center; background-color: #9c27b0">SoCult</h5>
<ul style="list-style-type: square">
<li>Choreography </li>
<li>Dramatics</li>
<li>Street Play</li>
<li>Western Music</li>
<li>Eastern Music</li>
<li>English Elocution</li>
<li>Hindi Elocution</li>
<li>Standup Comedy</li>
<!-- more items -->
</ul>
</div>
<div class="col s4">
<h5 style="text-align: center; background-color: #9c27b0">Sports</h5>
<ul style="list-style-type: square">
<li>Cricket</li>
<li>Football</li>
<li>Hockey</li>
<li>Basketball</li>
<li>Volleyball</li>
<li>Lawn Tennis</li>
<li>Table Tennis</li>
<li>Athletics</li>
<li>Long Jump</li>
<li>Sprint</li>
<li>Squash</li>
<!-- more items -->
</ul>
</div>
<div class="col s4">
<h5 style="text-align: center; background-color: #9c27b0">Technology</h5>
<ul style="list-style-type: square">
<li>Product Design</li>
<li>Hardware Modeling</li>
<li>Data Analytics</li>
<li>Case Study</li>
<li>Ad Design</li>
<li>Opensoft</li>
<li>Chemquest</li>
<li>Biz Quiz</li>
<li>Tech Quiz</li>
<li>Maths Olympiad</li>
<!-- more items -->
</ul>
</div>
</div>
</div>
</div>
<h5>Student Welfare: <a href="https://web.scholarsavenue.org/yourdost-when-we-need-one-the-most-340eabfde3aa">Your Dost</a></h5>
</div>
</div>
</div>
<!-- <div class="carrousel">
</div> -->
<!-- <div class="tsg-graph row">
<h1 class="col m8 offset-m2">G C Standings - 2017</h1>
<div class="infogram-embed s12" data-id="bd3d106e-d4a2-4a0f-92a4-bdf0500182d3" data-type="interactive" data-title="GC Sports"></div><script>!function(e,t,n,s){var i="InfogramEmbeds",o=e.getElementsByTagName(t)[0],d=/^http:/.test(e.location)?"http:":"https:";if(/^\/{2}/.test(s)&&(s=d+s),window[i]&&window[i].initialized)window[i].process&&window[i].process();else if(!e.getElementById(n)){var a=e.createElement(t);a.async=1,a.id=n,a.src=s,o.parentNode.insertBefore(a,o)}}(document,"script","infogram-async","https://e.infogram.com/js/dist/embed-loader-min.js");</script><div style="padding:8px 0;font-family:Arial!important;font-size:13px!important;line-height:15px!important;text-align:center;border-top:1px solid #dadada;margin:0 30px"><a href="https://infogram.com/bd3d106e-d4a2-4a0f-92a4-bdf0500182d3" style="color:#989898!important;text-decoration:none!important;" target="_blank">GC Sports</a><br><a href="https://infogram.com" style="color:#989898!important;text-decoration:none!important;" target="_blank" rel="nofollow">Infogram</a></div>
</div> -->
</div>
</div>
<script type="text/javascript" src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script type="text/javascript" src="materialize/js/bin/materialize.min.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<div id="footer"></div>
</body>
</html>