-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
567 lines (534 loc) · 17.8 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
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
<html>
<head>
<title>Track your Hallday</title>
<link href='http://fonts.googleapis.com/css?family=Titillium+Web:600,400,700,900' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Roboto Condensed' rel='stylesheet' type='text/css'>
<style>
body{
background-color: #ffeeee;
margin :0px;
padding: 0px;
text-align: center;
}
.yo{
margin :0px;
padding: 0px;
width: 100%;
height : 98%;
background: url('hallday_low_new.png') no-repeat center center fixed;
background-size: 100% 142%;
transform: scale(0.95);
border: 2px dashed;
}
.scissors{
position:fixed;
top: 73.5%;
left : 70%;
width: 430px;
height : 300px;
background: url('scissors.png');
background-size: cover;
transform: scale(0.1);
}
.hall{
background-color: #dd4e41;
background-color: #333333;
text-align: center;
font-size: 1.8em;
font-family: Roboto Condensed;
}
.RP{
position: relative;
top: 56%;
left: 35%;
border-radius: 0.25em;
width: 6%;
height: 15%;
line-height: 300%;
transform : rotate(-7deg);
}
.RK{
position: absolute;
top: 56%;
left: 43%;
border-radius: 0.25em;
width: 6%;
height: 15%;
line-height: 300%;
transform : rotate(-5deg);
}
.BCR{
position: absolute;
top: 42%;
left: 36%;
border-radius: 0.25em;
width: 5%;
height: 7%;
transform : rotate(0deg);
}
.GKH{
position: absolute;
top: 40%;
left: 42.5%;
border-radius: 0.25em;
width: 6%;
height: 9%;
line-height: 200%;
transform : rotate(-5deg);
}
.SN{
position: absolute;
top: 27%;
left: 40.8%;
border-radius: 0.25em;
width: 5%;
height: 7%;
transform : rotate(-8deg);
}
.RLB{
position: absolute;
top: 27%;
left: 46.3%;
border-radius: 0.25em;
width: 4%;
height: 7%;
transform : rotate(-25deg);
}
.NIV{
position: absolute;
top: 4%;
left: 44%;
border-radius: 0.25em;
width: 6%;
height: 5%;
transform : rotate(-8deg);
}
.MT1{
position: absolute;
top: 18%;
left: 42%;
border-radius: 0.25em;
width: 5%;
height: 7%;
transform : rotate(8deg);
}
.MT2{
position: absolute;
top: 16%;
left: 45%;
border-radius: 0.25em;
width: 2%;
height: 3%;
transform : rotate(8deg);
}
.VS{
position: absolute;
top: 45%;
left: 50%;
border-radius: 0.25em;
width: 5%;
height: 7%;
transform : rotate(-5deg);
}
.AZ1{
position: absolute;
top: 16%;
left: 80.5%;
border-radius: 0.25em;
width: 6%;
height: 13%;
line-height: 300%;
transform : rotate(-5deg);
}
.AZ2{
position: absolute;
top: 12%;
left: 80%;
border-radius: 0.25em;
width: 3%;
height: 6%;
transform : rotate(-5deg);
}
.MS{
position: absolute;
top: 56%;
left: 50%;
border-radius: 0.25em;
width: 6%;
height: 15%;
line-height: 300%;
transform : rotate(-5deg);
}
.LLR1{
position: absolute;
top: 58%;
left: 58.5%;
border-radius: 0.25em;
width: 6%;
height: 10%;
line-height: 200%;
transform : rotate(-10deg);
}
.LLR2{
position: absolute;
top: 54.5%;
left: 58%;
border-radius: 0.25em;
width: 2.5%;
height: 5%;
transform : rotate(-10deg);
}
.MMM{
position: absolute;
top: 54.5%;
left: 68%;
border-radius: 0.25em;
width: 7%;
height: 8%;
line-height: 220%;
transform : rotate(-8deg);
}
.LBS{
position: absolute;
top: 51.5%;
left: 77.5%;
border-radius: 0.25em;
width: 8%;
height: 8%;
line-height: 220%;
transform : rotate(-8deg);
}
.HJB{
position: absolute;
top: 34%;
left: 64%;
border-radius: 0.25em;
width: 5%;
height: 6%;
transform : rotate(0deg);
}
.JCB{
position: absolute;
top: 45%;
left: 62%;
border-radius: 0.25em;
width: 5%;
height: 6%;
transform : rotate(-8deg);
}
.PH{
position: absolute;
top: 39%;
left: 74.5%;
border-radius: 0.25em;
width: 6%;
height: 9.5%;
line-height: 200%;
transform : rotate(-14deg);
}
.NH1{
position: absolute;
top: 36%;
left: 81.5%;
border-radius: 0.25em;
width: 6%;
height: 11%;
line-height: 200%;
transform : rotate(-14deg);
}
.NH2{
position: absolute;
top: 33%;
left: 84%;
border-radius: 0.25em;
width: 2.5%;
height: 3%;
transform : rotate(-14deg);
}
.RPtext, .RKtext, .MStext , .LLRtext , .MMMtext , .LBStext , .PHtext , .NHtext , .AZtext , .HJBtext , .SNtext , .MTtext , .JCBtext , .NIVtext , .BCRtext , .GKHtext , .VStext , .RLBtext, .intro{
position: fixed;
font-family: Titillium Web;
top: 12%;
left: 3%;
right: 70%;
z-index: 10;
opacity:0;
-webkit-transition: opacity 400ms ease-in;
-moz-transition: opacity 400ms ease-in;
transition: opacity 400ms ease-in;
pointer-events: none;
}
.RPtext:target , .RKtext:target , .MStext:target , .LLRtext:target , .MMMtext:target , .LBStext:target , .PHtext:target , .NHtext:target , .AZtext:target , .HJBtext:target , .SNtext:target , .MTtext:target , .JCBtext:target , .NIVtext:target , .BCRtext:target , .GKHtext:target , .VStext:target , .RLBtext:target, .intro:target{
opacity: 1;
pointer-events : auto;
}
.content {
border-radius: 1em;
width: 90%;
height: 500px;
position: relative;
z-index: 0;
padding: 5px 20px 13px 20px;
background: rgb(250,250,250);
color: rgb(40,40,40);
overflow: auto;
font-size: 1.2em;
opacity: 0.9;
}
a{
text-decoration: none;
color: #ff9900;
font-weight: 700;
cursor: pointer;
}
.credits{
font-family: Titillium Web;
font-size: 1em;
position: absolute;
bottom:-1.5%;
left : 5%;
color: rgb(202,30,40);
font-weight: 600;
}
.container{
width: 40%;
position: absolute;
top: 80%;
left: 40%;
}
.titles1{
font-family: Titillium Web;
position: relative;
left: 10%;
font-size: 650%;
color: rgb(202,30,40);
font-weight: 900;
display: inline;
margin: 0px;
margin-right: 1em;
line-height: 0;
float: left;
}
.titles2{
font-family: Titillium Web;
font-size: 1em;
text-align: left;
position: relative;
left: 5%;
top: -20;
font-weight: 700;
color: rgb(50,50,50);
display: inline;
float: right;
}
.titles3{
font-family: Titillium Web;
font-size: 1em;
position: relative;
transform : rotate(-90deg);
text-align: left;
font-weight: 900;
color: rgb(50,50,50);
display: inline;
float: left;
top: 20;
}
.logo{
position: absolute;
bottom: 20%;
left: 81%;
transform : rotate(-90deg) scale(0.7);
}
</style>
</head>
<body onload=' location.href="#intro" '>
<div class='yo'>
<div class='RP hall'><a href='#RPtext'><strong>RP</strong></a></div>
<div class='RK hall'><a href='#RKtext'><strong>RK</strong></a></div>
<div class='MS hall'><a href='#MStext'><strong>MS</strong></a></div>
<div class='LLR1 hall'><a href='#LLRtext'><strong>LLR</strong></a></div>
<div class='LLR2 hall'></div>
<div class='MMM hall'><a href='#MMMtext'><strong>MMM</strong></a></div>
<div class='LBS hall'><a href='#LBStext'><strong>LBS</strong></a></div>
<div class='NH2 hall'></div>
<div class='NH1 hall'><a href='#NHtext'><strong>NH</strong></a></div>
<div class='AZ1 hall'><a href='#AZtext'><strong>AZ</strong></a></div>
<div class='AZ2 hall'></div>
<div class='PH hall'><a href='#PHtext'><strong>PH</strong></a></div>
<div class='HJB hall'><a href='#HJBtext'><strong>HJB</strong></a></div>
<div class='JCB hall'><a href='#JCBtext'><strong>JCB</strong></a></div>
<div class='BCR hall'><a href='#BCRtext'><strong>BCR</strong></a></div>
<div class='GKH hall'><a href='#GKHtext'><strong>GKH</strong></a></div>
<div class='VS hall'><a href='#VStext'><strong>VS</strong></a></div>
<div class='SN hall'><a href='#SNtext'><strong>SN/IG</strong></a></div>
<div class='MT1 hall'><a href='#MTtext'><strong>MT</strong></a></div>
<div class='MT2 hall'></div>
<div class='RLB hall'><a href='#RLBtext'><strong>RLB</strong></a></div>
<div class='NIV hall'><a href='#NIVtext'><strong>NIV</strong></a></div>
</div>
<div class='scissors'></div>
<div id="RPtext" class="RPtext">
<div class ="content">
<h1 align="center">Rajendra Prasad Hall of Residence</h1>
<p align='left'>Believe it or not - even Ripleys vouches for it - these are Kharagpur's gentlemen, by choice. All of them. Despite the random allotment. What are the odds? </p>
<p align='left'> <strong>Hall Day:</strong> 22nd March
<br> <strong>Watch out for:</strong> 60 scintillating years
</p>
</div>
</div>
<div id="RKtext" class="RKtext">
<div class ="content">
<h1 align="center"> Radha Krishnan Hall of Residence</h1>
<p align='left'>The most "well endowed" hall, thanks to generous alumni. The residents also don't miss out any chance to stress its proximity to SN, SAM and Gokhale. *wink-wink*</p>
<p align='left'> <strong>Hall Day:</strong> 20th March
<br> <strong>Watch out for:</strong> The cool wall graffiti featuring the likes of Jimi Hendrix, Jimmy Page and John Lenon.
</p>
</div>
</div>
<div id="MStext" class="MStext">
<div class ="content">
<h1 align="center">Megnad Saha Hall of Residence</h1>
<p align='left'>They have been one year away from becoming the next big thing. For the past seven years.</p>
<p align='left'> <strong>Hall Day:</strong> 21st March
<br> <strong>Watch out for:</strong> The 'Rising Kings'. Of what, you ask? Hmmm...
</p>
</div>
</div>
<div id="LLRtext" class="LLRtext">
<div class ="content">
<h1 align="center">Lala Lajpat Rai Hall of Residence</h1>
<p align='left'>On iitkgp.ac.in: <br>"Lajpatians seek an opportunity to excel at everything.." Hmm. "... a cricket ground and the best music room in the entire campus " Okay. "LLR's lions have never failed to shine.." Erm? "LLR's mess is unofficially the best mess in the institute." BWHAHAHAHA.</p>
<p align='left'> <strong>Hall Day:</strong> 19th March
<br> <strong>Watch out for:</strong> The Rain Dance legacy. LLR was one of the first halls to be initiated to the order of messy, soaking wet dancers.
</p>
</div>
</div>
<div id="MMMtext" class="MMMtext">
<div class ="content">
<h1 align="center"> Madan Mohan Malviya Hall of Residence</h1>
<p align='left'> <strong>Hall Day:</strong> TBD</p>
</div>
</div>
<div id="LBStext" class="LBStext">
<div class ="content">
<h1 align="center">Lalbahadur Sastry Hall of Residence</h1>
<p align='left'>A commercial, mass produced, one-size-fit-all-solution to the burgeoning population. Reference applies to both the hall and its JEE champions.</p>
<p align='left'> <strong>Hall Day:</strong> 3rd March
<br> <strong>Watch out for:</strong> The oodles of first year louve!
</p>
</div>
</div>
<div id="PHtext" class="PHtext">
<div class ="content">
<h1 align="center">Patel Hall of Residence</h1>
<p align='left'>Grand old men of the campus. Trivia : Did you know that their hall motto is "lux et veritas vincant". Heres looking you, Patelians.</p>
<p align='left'> <strong>Hall Day:</strong> 16th March
<br> <strong>Watch out for:</strong> The poltu virus that might infect you with election fever.
</p>
</div>
</div>
<div id="AZtext" class="AZtext">
<div class ="content">
<h1 align="center">Azad Hall of Residence</h1>
<p align='left'>They belong to the ancient order of light, that first 'illuminated' Kharagpur. And then, a lot of years passed by.</p>
<p align='left'> <strong>Hall Day:</strong> 23rd March
<br> <strong>Watch out for:</strong> The people you entered this hall with. Once separated from your group, the rest of the evening will be spent in a 'Khoj' in this ever growing concrete organism.
</p>
</div>
</div>
<div id="NHtext" class="NHtext">
<div class ="content">
<h1 align="center">Nehru Hall of Residence</h1>
<img src='nehru.png' style="transform : scale(0.8)">
<p align='left'> <strong>Hall Day:</strong> TBD
<br> <strong>Watch out for:</strong> The cheese chotai at Aseems
</p>
</div>
</div>
<div id="HJBtext" class="HJBtext">
<div class ="content">
<h1 align="center">Homi Jahangir Bhabha Hall of Residence</h1>
<p align='left'>From a fledgling hall -> first choice of single-room-rejects of senior halls -> "Abe! Insti ka baap kaun hai?"</p>
<p align='left'> <strong>Hall Day:</strong> 17th March
<br> <strong>Watch out for:</strong> The hexagonal architecture. It makes sure your dance moves on the rain-dance-floor are visible to everyone.
</p>
</div>
</div>
<div id="JCBtext" class="JCBtext">
<div class ="content">
<h1 align="center">J C Bose Hall of Residence</h1>
<p align='left'> <strong>Hall Day:</strong> 14th March</p>
</div>
</div>
<div id="VStext" class="VStext">
<div class ="content">
<h1 align="center">Vidyasagar Hall of Residence</h1>
<p align='left'> <strong>Hall Day:</strong> 28th March
</p>
</div>
</div>
<div id="SNtext" class="SNtext">
<div class ="content">
<h1 align="center"> Sarojini Naidu / Indira Gandhi Hall of Residence</h1>
<p align='left'>Amongst all halls/departments/societies, this one has the highest bandi ratio in the campus. </p>
<p align='left'> <strong>Hall Day:</strong> 18th March
<br> <strong>Watch out for:</strong> The cleanest rooms, hallday or not. Also, flashmob? Please? Please please?
</p>
</div>
</div>
<div id="MTtext" class="MTtext">
<div class ="content">
<h1 align="center">Mother Teresa Hall of Residence</h1>
<p align='left'>As the new UG girls' hall, it's trying to redefine itself on the campus map.
Also used as the other entrance to SN.</p>
<p align='left'> <strong>Hall Day:</strong> 15th March
<br> <strong>Watch out for:</strong> The "spirited" crowd. The hallday with probably the maximum footfall.
<br> <strong>Really watch out for:</strong> Flying furniture. Yes. Really.
</p>
</div>
</div>
<div id="RLBtext" class="RLBtext">
<div class ="content">
<h1 align="center"> Rani Laxmibai Hall of Residence</h1>
<p align='left'> <strong>Hall Day:</strong> 8th March</p>
</div>
</div>
<div id="GKHtext" class="GKHtext">
<div class ="content">
<h1 align="center">Gokhale Hall of Residence</h1>
<p align='left'> <strong>Hall Day:</strong> 1st March</p>
</div>
</div>
<div id="BCRtext" class="BCRtext">
<div class ="content">
<h1 align="center"> B C Roy Hall of Residence</h1>
<p align='left'> <strong>Hall Day:</strong> 7th March</p>
</div>
</div>
<div id="NIVtext" class="NIVtext">
<div class ="content">
<h1 align="center">Sister Nivedita Hall of Residence</h1>
<p align='left'> <strong>Hall Day:</strong> 28th February</p>
</div>
</div>
<div id="intro" class="intro">
<div class ="content">
<h1 align="left">Ahoy!</h1>
<p align='left'> Each hall in Kgp is a microcosm in itself, which goes a long way in shaping the identity of its inhabitants. Hall days are an opportunity to share with the rest of the campus, some of our secrets and all of our goodies. They are a time of merriment and warmth, and tracking them will be delightfully easy this year.
<br><br>Click on a hall to find out more.
</div>
</div>
<div class = 'container'>
<div class='titles3'>
Track your
</div>
<div class='titles1'>
HallDay
</div>
<div class='titles2'>
AKA Spot the <br>guy/girl in<br>black'n'white </div>
</div>
<img class='logo' src='images.png'>
<p class = 'credits'> Jatan Buch & Vivek Aithal</p>
</body>
</html>