-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhy2come.php
executable file
·482 lines (402 loc) · 14.9 KB
/
why2come.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
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="shortcut icon" href="icon.ico">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>11th Annual Alumni Meet IITKGP</title>
<meta name="keywords" content="alumni meet,kgp,kharagpur,iit,diamond jubilee,iitkgp,iitkgp.org" />
<meta name="description" content="IIT-KGP is organizing the 11th Annual Alumni Meet from 17th to 19th January, 2014. All the esteemed alumni are cordially invited to be a part of the Meet." />
<meta property="og:title" content="11th Alumni Meet, IITKGP"/>
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://alumnimeet.iitkgp.ernet.in/"/>
<meta property="og:image" content="http://mentorship.iitkgp.ernet.in/images/kgp-logo.jpg"/>
<meta property="og:site_name" content="11th Alumni Meet, IITKGP"/>
<meta property="og:description"
content="IIT-KGP is organizing the 11th Annual Alumni Meet from 17th to 19th January, 2014. All the esteemed alumni are cordially invited to be a part of the meet."/>
<script type="text/javascript" src="js/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="js/jquery.slidertron-1.1.js"></script>
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600|Archivo+Narrow:400,700" rel="stylesheet" type="text/css" />
<link href="css/default.css" rel="stylesheet" type="text/css" media="all" />
<link rel="stylesheet" href="./style.css" type="text/css" />
<!--
Easy fullscreen background slideshow in jQuery
By: Jasper Rooswinkel - www.jasperrooswinkel.com
Feel free to use and distribute but this notice must stay intact
-->
<style>
body, html {
margin:0;
padding:0;
font-family:arial;
height:100%;
width:100%;
}
#header{
width:100%;
<--background-color:#FFFFCC;-->
height:0px;
position:absolute;
top:0px;
left:0px;
z-index:2;
}
#logo{
background-color:#FFFFCC;
height:150px;
width:280px;
position:absolute;
top:3px;
left:80px;
z-index:2;
}
#page_overlay {
width:100%;
z-index:2;
}
#page_content {
height:50px;
width:100%;
font-size:30px;
padding-left:350px;
background-color:#000000;
color:#ff11ff;
margin-top:47px;
/* Display on top of slideshow */
z-index:100;
position:relative; /* This is very important! */
}
#upperslid{
width:100%;
height:270px;
background-color:#000000;
position:absolute;
top:250px;
left:0px;
opacity:.0;
z-index:2;
}
img#bg {
/* Stretch background */
position:fixed;
top:0;
left:0;
height:100%;
width:100%;
z-index:-1;
}
#bg_grid {
position:fixed; /* This is very important! */
top:0;
left:0;
height:100%;
width:100%;
background: url(grid.png) repeat;
/* Display on top of background */
z-index:-1;
}
#image_description {
position:fixed; /* This is very important! */
right:-150px;
bottom:60px;
width:140px;
height:38px;
background-color:#dddddd;
filter:alpha(opacity=80);
-moz-opacity:0.8;
-khtml-opacity: 0.8;
opacity: 0.8;
z-index:2;
padding:5px;
font-size:10px;
line-height:12px;
color:#333333;
}
a, a:link, a:visited, a:active {
text-decoration:none;
color:#A62F00;
}
a:hover {
text-decoration:underline;
}
/*Menu Bar*/
#nav,#nav ul {
list-style: none outside none;
margin: 0;
padding: 0;
position: relative;
}
#menu{
height: 58px;
display:inline-block;
width:100%;
position : relative;
margin:auto;
left:5px;
}
#nav {
clear: both;
font-size: 13px;
height: 60px;
border-radius:5px 5px 5px 5px;
padding: 0 0 0 0px;
position : relative;
}
#nav ul {
background-color: #222;
border:1px solid #222;
border-radius: 0 5px 5px 5px;
border-width: 0 1px 1px;
box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
left: -9999px;
overflow: hidden;
position: absolute;
top: -9999px;
z-index:3005;
-moz-transform: scaleY(0);
-ms-transform: scaleY(0);
-o-transform: scaleY(0);
-webkit-transform: scaleY(0);
transform: scaleY(0);
/*-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
-o-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
transform-origin: 0 0;
-moz-transition: -moz-transform 0.1s linear;
-ms-transition: -ms-transform 0.1s linear;
-o-transition: -o-transform 0.1s linear;
-webkit-transition: -webkit-transform 0.1s linear;
transition: transform 0.1s linear;*/
}
#nav li {
background: url('images/menu_line.png') no-repeat scroll right 5px transparent;
float: left;
position: relative;
}
#nav li a {
color: #FFFFFF;
display: block;
float: left;
font-weight: normal;
height: 25px;
padding: 23px 20px 0;
position: relative;
text-decoration: none;
text-shadow: 1px 1px 1px #000000;
}
#nav li:hover > a {
color: #00B4FF;
}
#nav li:hover, #nav a:focus, #nav a:hover, #nav a:active {
background: none repeat scroll 0 0 #121212;
outline: 0 none;
}
#nav li:hover ul.subs {
left: 0;
top: 53px;
width: 180px;
-moz-transform: scaleY(1);
-ms-transform: scaleY(1);
-o-transform: scaleY(1);
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
#nav ul li {
background: none;
width: 100%;
}
#nav ul li a {
float: none;
border-top: 1px solid #ffffff;
}
#nav ul li:hover > a {
background-color: #121212;
color: #00B4FF;
}
#lavalamp {
background: url('images/lavalamp.png') no-repeat scroll 0 0 transparent;
height: 16px;
left: 40px;
position: absolute;
top: 0px;
width: 64px;
z-index: 1005;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;
}
#lavalamp:hover {
-moz-transition-duration: 3000s;
-ms-transition-duration: 3000s;
-o-transition-duration: 3000s;
-webkit-transition-duration: 3000s;
transition-duration: 3000s;
}
#nav li:nth-child(1):hover ~ #lavalamp {
left: 40px;
}
#nav li:nth-child(2):hover ~ #lavalamp {
left: 165px;
}
#nav li:nth-child(3):hover ~ #lavalamp {
left: 310px;
}
#nav li:nth-child(4):hover ~ #lavalamp {
left: 440px;
}
#nav li:nth-child(5):hover ~ #lavalamp {
left: 580px;
}
#nav li:nth-child(6):hover ~ #lavalamp {
left: 750px;
}
#nav li:nth-child(7):hover ~ #lavalamp {
left: 890px;
}
pre{
display: block;
float: left;
font-weight: normal;
height: 30px;
padding: 0px 0px 0;
position: relative;
text-decoration: none;
text-shadow: 1px 1px 1px #000000;
font-size:13px;
font-family: 'Open Sans', sans-serif;
top:-12px;
}
#page-wrap { width: 50%; height: 100%; margin:0 30% 0 26%; padding: 40px; background: #fff; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; overflow:auto;}
h1 {color:#2e3192; font-family: engraversgothic; font-size:60px;}
h2 {font-family: engraversgothic; font-size:30px;}
.horiz{margin-top:-20px;margin-left:-20px}.horiz td{padding:20px 0 0 20px}
input,textarea,select,.uneditable-input{display:inline-block;width:300px;max-width:100%;padding:4px;margin-bottom:9px;font-size:13px;color:#555555;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
</style>
<script type="text/javascript" src="jquery-1.4.2.min.js"></script>
<script type="text/javascript">
var aImages = new Array();
var aURL = new Array();
var aArtists = new Array();
var iPrev = -1;
var iRnd = -1;
aImages[0] = "background image/01.jpg";
aImages[1] = "background image/02.jpg";
aImages[2] = "background image/03.jpg";
aImages[3] = "background image/04.jpg";
$(document).ready(function() {
/* Define the function that triggers to fade in the background as soon as the image has loaded */
$("img#bg").load(function()
{
/* Fade in during 3 seconds */
$("img#bg").fadeTo(1000,1);
/* Animate the picture description during 1 second */
setTimeout(function() { $("#image_description").animate({right: '+=150'}, 1000) }, 1000);
/* Set the timeout to fade out the image and the description after 10 seconds*/
setTimeout(function()
{
$("#image_description").animate({right: '-=150'}, 1000);
$("img#bg").fadeOut(1000);
/* Load the next image after 4 seconds */
setTimeout(LoadImages,1500);
}
,5000);
}
)
/* Start the slideshow one second after the page is ready */
setTimeout(LoadImages,1000);
});
function LoadImage(iNr)
{
/* Assign the new image to the background */
$("img#bg").attr("src", aImages[iNr]);
/* Assign the artist name to the description */
$("#image_artist").html(aArtists[iNr]);
/* Assign the image url to the description */
$("a#image_url").attr("href", aURL[iNr]);
$("a#image_url").html("");
};
function LoadImages()
{
/* Select a random image number and make sure this is not equal to the previous image */
while(iPrev == iRnd)
{
iRnd = Math.floor(Math.random()*aImages.length);
}
/* Show the selected image */
LoadImage(iRnd);
iPrev = iRnd;
};
</script>
</head>
<body>
<style type="text/css">
body{
overflow-x:hidden;}
</style>
<!-- This is the main page -->
<div id="header">
</div>
<div id="page_content">
<div id="logo">
<a href="index.php"><img src="images/060.jpg" style="height:170px;width:280px"/></a>
</div>
<?php include("menu.php") ?>
<div style="position:relative;left:500px; top:0px;width:500px; height:96px" >
<a id="eg2" class="button" href="https://www.iitkgp.org/index.php/event/campus-events/973-11th-annual-alumni-meet" target="_blank" style="float:left;position:relative;top:20px;left:-20px">REGISTER</a>
<a href="#"><img src="images/061.png" /> </a>
</div>
</div>
<div id="" style="position:relative;top:70px ;height:900px;width:1100px;background:transparent;left:83px;background-image:url('slide_text/images/back.png');padding-left:65px;padding-right:35px;padding-top:30px;margin-bottom:40px">
<strong style="align:justify;position:absolute;left:300px;font-size:20px">We have 11 good reasons of "Why should you attend the Meet?"</strong></br></br>
<strong style="align:justify;position:absolute;left:40px;font-size:15px;padding-right:26px;padding-left:40px">The 11<sup>th</sup> Annual Alumni Meet from 17<sup>th</sup> to 19<sup>th</sup> January, 2014 the time for which most of you were eagerly
waiting, to re-live your past, to re-explore your alma mater, to have a reunion of your colleagues, to share your experiences after college life, is
now anxiously awaiting your arrival.</br></strong></br></br></br></br>
<ol style="font-size:15px;font-family:sans-serif;">
<li>Release yourself from the complexities of the present, immerse yourself into the past, re-discover your
alma mater and renew friendships as you take a trip down memory lane to relive the most cherished
years of your life when everything was possible. The Meet is a real time platform for you people
to rekindle your old interests, revive your past memories, and bring them back from walled scenic
memories to the truth of the present.</br></li></br>
<li>Days come and go. But the most important thing is to cherish your human connections, your
relationships with friends and colleagues. The Meet gives you the chance to re-connect with your old
friends and share your experiences after college life. </br></li></br>
<li>The Meet offers you the chance to re-visit your hallowed Hall of Residence, your abode in Kgp where
it all seemed like a family. Helping your juniors, making fun of seniors and taking advice from them
too, last day exam preparations, continuous night-outs for Illumination and Rangoli, tempo shouts after
winning in any event, the spirit of General Championship that was more important than exams even, all
that sento which made it a 'HALL' and never a hostel. The time has come to feel that zeal once again in your
hearts.</br></li></br>
</p>
<li>The tremendous infrastructural development that has taken place in the Institute is bound to sweep you
off your feet. The Meet is a chance for you to witness the improvement in facilities in the recent years,
like renovation of the Old Gymkhana, construction of new labs, classrooms, etc.</br> </li></br></br>
<li>Revisiting your Department is one of the things you will enjoy the most. The classes you bunked, the
scolding from the professors, those warnings of deregistration, all those memories are preserved in
those buildings, waiting for you to reopen the chambers.</br></li></br></br>
<li>A time to check in and see, whether your favorite hang-out spots, may be parks, grounds, canteens or
restaurants still exist. Or what has replaced them. A chance to tell your family members, "Oh! I have
been here."</br></li></br></br>
<li>Revisiting your Department is one of the things you will enjoy the most. The classes you bunked, the scolding from professors, those warnings of deregistration, all those memories are preserved in those buildings, waiting for you to reopen the chambers.</br></li></br></br>
<li>A time to check in and see, whether your favorite hang-out spots, may be parks, grounds, canteens or
restaurants still exist. Or what has replaced them. A chance to tell your family members, "Oh! I have
been here."</br></li></br>
</p>
<li>A chance to apprise yourself about the building KGPian culture, what is still preserved and what
demolished and get acquainted with the cultural and technical societies in the premise. A chance to interact with the students of KGP, share your experiences with them and gauge the role
they are playing in helping India advance on the technical front.</br></li></br></br>
<li>Attending the Meet will provide you a breather from your daily monotonous regime. Taking a trip into
the past would be really relaxing and help you unwind. Attending the Meet gives you a good excuse to
travel. Its festive season and time for a holiday!</br></li></br></br>
<li>The Alumni Meet offers you the opportunity to do some effective networking especially if you are
planning to expand your business, change jobs or relocate.</li></br>
</ol></p>
<div>
<!-- The container for the background-image -->
<img id="bg" style="display:none" />
<!-- The container for the grid on top of the background-image -->
<div id="bg_grid">
</div>
</body>
</html>