-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
336 lines (309 loc) · 10.1 KB
/
index.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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8" />
<title>Metakgp</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="stylesheet"
type="text/css"
href="stylesheets/normalize.css"
media="screen"
/>
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:400,700"
rel="stylesheet"
type="text/css"
/>
<link
rel="stylesheet"
type="text/css"
href="stylesheets/stylesheet.css"
media="screen"
/>
<link
rel="stylesheet"
type="text/css"
href="stylesheets/github-light.css"
media="screen"
/>
<link rel="shortcut icon" href="favicon.ico?v=1" />
</head>
<body>
<section class="page-header">
<img src="logo.png" alt="" />
<h2 class="project-tagline"></h2>
</section>
<section class="main-content">
<h1>
<a
id="what-is-metakgp"
class="anchor"
href="#what-is-metakgp"
aria-hidden="true"
>
<span aria-hidden="true" class="octicon octicon-link"></span>
</a>
What is Metakgp?
</h1>
<p>
Metakgp is a loose association of engineers, hackers, artists, and
students from <a href="http://www.iitkgp.ac.in/">IIT Kharagpur</a>, who
collaborate on various technical and non-technical projects. We
celebrate freedom and openness; all our projects are
<a href="http://www.gnu.org/philosophy/free-sw.en.html"
>free as in speech</a
>
(and usually beer too).
</p>
<p style="font-weight: bold">
<i
>"The biggest resource we have is the quality of people who choose to
participate. That is what must be maximised at all times. Smart people
don’t like drudgery, and are generally driven enough to find another
way to do something they really want to do, if we get in their
way."</i
>
<br /><br />
- <a href="https://github.com/amrav">Vikrant Varma</a><br />
Metakgp Co-founder
</p>
<p style="font-weight: bold"></p>
<p>
Get to know more
<a href="https://wiki.metakgp.org/w/Metakgp:About">about us</a>
</p>
<h1>
<a
id="some-of-our-projects"
class="anchor"
href="#some-of-our-projects"
aria-hidden="true"
><span aria-hidden="true" class="octicon octicon-link"></span></a
>Some of our projects
</h1>
<div class="card">
<div class="card-title">
<a href="https://wiki.metakgp.org/" target="_blank">Metakgp Wiki</a>
</div>
<div class="card-desc">
The community wiki for IIT Kharagpur and our flagship project.
</div>
</div>
<div class="card">
<div class="card-title">
<a href="https://qp.metakgp.org" target="_blank"
>Question Paper Search</a
>
</div>
<div class="card-desc">
Instant search through previous years' question papers.
</div>
</div>
<div class="card">
<div class="card-title">
<a href="https://metakgp.github.io/mcmp" target="_blank"
>IIT-KGP Professor Search</a
>
</div>
<div class="card-desc">
Instant search for any faculty working in your area of interest.
</div>
</div>
<div class="card">
<div class="card-title">
<a
href="https://groups.google.com/forum/#!forum/kgp-tnp-noticeboard"
target="_blank"
>KGP CDC Noticeboard</a
>
</div>
<div class="card-desc">
A Google Group where notices put up on the CDC noticeboard are
mirrored, along with attachments.
</div>
</div>
<div class="card">
<div class="card-title">
<a
href="https://wiki.metakgp.org/w/Metakgp:The_Kharagpur_Documentation_Project"
target="_blank"
>
The Kharagpur Documentation Project
</a>
</div>
<div class="card-desc">
A collection of interviews of the non-student residents of IIT KGP.
</div>
</div>
<div class="card">
<div class="card-title">
<a href="https://gyft.metakgp.org/" target="_blank">Gyft</a>
</div>
<div class="card-desc">
Get Your Freaking Timetable lets you add your ERP timetable to your
own calendar.
</div>
</div>
<div class="card">
<div class="card-title">
<a href="https://kronos.metakgp.org/" target="_blank">Kronos</a>
</div>
<div class="card-desc">
Kronos helps you see previous year's grade distribution.
</div>
</div>
<div class="card">
<div class="card-title">
<a href="https://chill.metakgp.org/" target="_blank">Chillzone</a>
</div>
<div class="card-desc">
This helps you find a "chillzone" inside IIT KGP at any time.
</div>
</div>
<div class="card">
<div class="card-title">
<a href="https://whatslot.metakgp.org/" target="_blank">What-slot</a>
</div>
<div class="card-desc">
This helps you to organize your time table for additional courses and
minor.
</div>
</div>
<div class="card">
<div class="card-title">
<a
href="https://chrome.google.com/webstore/detail/iitkgp-erp-auto-login/gdickphilmdekcbmpjmbnbikchaecbdk"
target="_blank"
>Erp-auto-login</a
>
</div>
<div class="card-desc">
This broweser extension helps you login into ERP quickly and securely.
</div>
</div>
<div class="card">
<div class="card-title">
<a href="https://wimp.metakgp.org/" target="_blank"
>Where Is My Professor</a
>
</div>
<div class="card-desc">
No more waiting for your professor outside his/her office, now check
when they are free using this.
</div>
</div>
<div class="card">
<div class="card-title">
<a href="https://travelkgp.herokuapp.com/" target="_blank">Sarathi</a>
</div>
<div class="card-desc">
Sarathi is a progressive web application intended to connect a group
of people taking the same journey at the same time for sharing cabs.
</div>
</div>
<div class="card">
<div class="card-title dev">
<a
href="https://github.com/metakgp/hermes"
class="dev"
target="_blank"
title="in development"
>Hermes</a
>
</div>
<div class="card-desc">
Hermes monitors the noticeboards and sends the updates to students by
email.
</div>
</div>
<div class="card">
<div class="card-title">
<a
href="https://github.com/metakgp/leprechaun"
class="dev"
target="_blank"
title="in development"
>Leprechaun</a
>
</div>
<div class="card-desc">
Helps you connect your email-id with your IIT-KGP roll number.
</div>
</div>
<div class="card">
<div class="card-title">
<a
href="https://metakgp.github.io/naarad"
class="dev"
target="_blank"
title="in development"
>Naarad</a
>
</div>
<div class="card-desc">
A news aggregator for collecting all news related to KGP.
</div>
</div>
<div style="height: 1em; clear: both"></div>
Checkout more of our latest projects at
<a href="https://wiki.metakgp.org/w/Metakgp:MetaX" target="_blank"
>MetaX</a
>
(ssshh!).
<h1>
<a
id="getting-involved"
class="anchor"
href="#getting-involved"
aria-hidden="true"
>
<span aria-hidden="true" class="octicon octicon-link"></span>
</a>
Getting involved
</h1>
<p>
Curious? Drop by to say hi, we hang out on
<a href="http://slack.metakgp.org">Slack</a>.
</p>
<p>
Check Out our Privacy Policy <a href="./src/Privacy_policy.pdf">here</a>
</p>
<iframe
name="f39db76946eff2"
width="180px"
height="1000px"
frameborder="0"
allowtransparency="true"
allowfullscreen="true"
scrolling="no"
title="fb:page Facebook Social Plugin"
src="https://www.facebook.com/v2.4/plugins/page.php?adapt_container_width=true&app_id=566171210148246&channel=http%3A%2F%2Fstaticxx.facebook.com%2Fconnect%2Fxd_arbiter%2Fr%2FXBwzv5Yrm_1.js%3Fversion%3D42%23cb%3Dfa4eb54aaf3898%26domain%3Dmetakgp.github.io%26origin%3Dhttp%253A%252F%252Fmetakgp.github.io%252Ff3521ac94ff4854%26relation%3Dparent.parent&container_width=1335&hide_cover=false&href=https%3A%2F%2Fwww.facebook.com%2Fmetakgp&locale=en_US&sdk=joey&show_facepile=false&show_posts=false&small_header=true&width=180"
style="border: none; visibility: visible; width: 180px; height: 70px"
class=""
></iframe>
</section>
<footer class="site-footer">
<a href="https://www.facebook.com/metakgp/">Facebook</a>
<a href="https://github.com/metakgp">GitHub</a>
<a href="https://slack.metakgp.org/">Slack</a>
</footer>
<script type="text/javascript">
var gaJsHost =
"https:" == document.location.protocol ? "https://ssl." : "http://www.";
document.write(
unescape(
"%3Cscript src='" +
gaJsHost +
"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"
)
);
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-62532508-3");
pageTracker._trackPageview();
} catch (err) {}
</script>
</body>
</html>