forked from students-alumni-cell-iitkgp/sac
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
361 lines (360 loc) · 19.1 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
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
<html>
<script type="text/javascript" src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script src="https://cdn.jsdelivr.net/jquery.marquee/1.3.1/jquery.marquee.min.js" charset="utf-8"></script>
<head>
<title>Students Alumni Cell · IIT Kharagpur</title>
<link rel="icon" href="img/meet_14.png">
<link rel="stylesheet" href="css/materialize.min.css">
<script src="js/materialize.min.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/style.css">
<style>
ul.indicators{z-index: 3;}
.slider .indicators .indicator-item{ height: 10px; width: 50px; border-radius: 0px; margin: 5px 12px; background-color: #a4a9b2; }
.slider .indicators .indicator-item.active{ background-color: #717375; }
@media only screen and (min-width: 768px) {
.about {
padding: 6px 100px;
}
.slider .slides li #img1 {
background-size: 80% 100%;
background-color: #FCFBF9;
background-repeat: no-repeat;
background-position: center;
}
}
@media only screen and (max-width: 414px){
.about{
padding-left: .5em;
}
}
@media only screen and (max-width: 995px){
#fbplug{
display: none;
}
}
@media (max-width: 767px){
.eventscol{
display: none;
}
.wwd{
margin-top: -120%;
}
}
.carousel .carousel-item{
width:350px;
height:350px;
opacity: 1 !important;
}
#clockdiv{
color: #333;
display: inline-block;
text-align: center;
font-weight: 900;
font-size:22;
width:100%;
}
#clockdiv > div{
width:23%;
border-radius: 3px;
background-color: #e4e4e2;
padding-bottom: 8px;
display: inline-block;
}
#clockdiv div > span{
padding: 8px;
border-radius: 3px;
background-color: #e4e4e2;
display: inline-block;
}
.smalltext{
font-size: 13;
}
#mholder {
position: absolute;
overflow: hidden;
}
.marqueeElement {
border-bottom: 1px solid;
border-bottom-color: rgb(221,221,221);
border-top: 1px solid;
border-top-color: rgb(221,221,221);
}
</style>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v2.7&appId=1066517953466827";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="_wrapper">
<?php include 'navbar.php';?>
<!--slider-->
<div class="slider" style="overflow: hidden;">
<ul class="slides">
<li>
<img src="img/indexslider/aam_2019.jpg" />
</li>
<li>
<img id="img1" src="img/indexslider/sac-logo.jpg"/>
</li>
<li>
<img src="img/indexslider/acap.jpg" width="100%" />
</li>
<li>
<img src="img/indexslider/sam4.jpg" />
</li>
<li>
<img src="img/indexslider/mentorship1.jpg"/>
</li>
<li>
<img src="img/indexslider/phonathon1.jpg" />
</li>
<li>
<img src="img/indexslider/guest.jpg"/>
</li>
<li>
<img src="img/indexslider/imprint.jpg"/>
</li>
<li>
<img src="img/indexslider/yoy1.jpg"/>
</li>
<li>
<img src="img/indexslider/alvida.jpg"/>
</li>
<li>
<img src="img/indexslider/convo.jpg"/>
</li>
</ul>
</div>
<!--1st Row-->
<div>
<div style="margin-top: 30px">
<div class="row" style="min-height: 400px">
<div class="col l3 eventscol" style="margin-top: 1em;">
<div class="row z-depth-1" style="background-color: white"><center><p style="font-size:25;color: black;padding-top: 15px;margin-bottom: 15px;"><b>Notice Board</b></p></center></div>
<br>
<div class="row z-depth-1 marquee" id="mholder data" style="background-color: white;height:240px;overflow:hidden;padding:5px;margin-top:-13.5%;overflow: hidden;">
<div class="row">
<div class="card horizontal marqueeElement" style="font-size: 14px;margin-top: -5%" >
<div class="card-stacked">
<div class="card-image col l4" style="margin-top: -2%">
<center>
<br><font size="5" style="margin-left: -1%"><b>FEB<br>11</b></font><br>
</center>
</div>
<div class="card-content col l8" style="border-bottom: unset;;margin-bottom: -4%">
<p>Mentor Registrations for Student Alumni Mentorship programme have started now! <a href="https://sac.iitkgp.ac.in/mentorship/">Click here</a>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="card horizontal marqueeElement" style="font-size: 14px;margin-top: -5%" >
<div class="card-stacked">
<div class="card-image col l4" style="margin-top: -2%">
<center>
<br><font size="5" style="margin-left: -1%"><b>JAN<br>28</b></font><br>
</center>
</div>
<div class="card-content col l8" style="border-bottom: unset;;margin-bottom: -4%">
<p>Selections for Yearbook : Click <a href="yearbookSelections.php">here</a>
</p>
</div>
</div>
</div>
</div>
<div class="row">
<div class="card horizontal marqueeElement" style="font-size: 14px;margin-top: -5%" >
<div class="card-stacked">
<div class="card-image col l4" style="margin-top: -2%">
<center>
<br><font size="5" style="margin-left: -1%"><b>NOV<br>3</b></font><br>
</center>
</div>
<div class="card-content col l8" style="border-bottom: unset;;margin-bottom: -4%">
<p>Glimpses of Student Alumni Meet - Kolkata '18 <a href="https://medium.com/@studentsalumnicell.iitkgp/student-alumni-meet-kolkata-2018-cfce5313ffb3?fbclid=IwAR2W_bA-gTDayPJWqj_lZ7TSQ_v5ueXLjsp36VgzHO3MjcCdQ8yUDDuMcQ0">Click here</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col l6" style="margin-top: 10px">
<div class="heading">
<center><h class="subheading"><b>About Us</b></h></center>
</div>
<div style="background-color: white;">
<p class="z-depth-1 text_align" style="font-size: 16px;padding: 1.9em 2.3em">
The Students' Alumni Cell, IIT Kharagpur is a voluntary student body working under the aegis
of the Dean of Alumni Affairs and International Relations. It strives to bridge the gap between
IIT Kharagpur and its esteemed alumni community.<br>
<br>
The Students' Alumni Cell continuously endeavours to strengthen the relations of
the alumni of this Institute and their alma mater.
It has been instrumental in organising the Annual Alumni Meet, Regional Student Alumni Meet,
regular guest lectures by distinguished alumni in the campus, publishing the annual
literary magazine (Yearnings of Yore) & the annual yearbook.
The Students' Alumni Cell also operates the Student - Alumni Mentorship Programme, My Imprint
(Giving Back - Alumni contribution) and organises Alvida (the annual farewell dinner).
</p>
</div>
</div>
<div class="col l3" style="margin-top: 1em;height:450px">
<div id="fbplug" style="background-color: #fff" class="z-depth-1 fb-page" data-href="https://www.facebook.com/iitkgp.alumnicell/?fref=ts" data-tabs="timeline" data-height="485px" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true" style="height: 450px">
<blockquote cite="https://www.facebook.com/iitkgp.alumnicell/?fref=ts" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/iitkgp.alumnicell/?fref=ts">Alumni Cell, IIT Kharagpur</a></blockquote>
</div>
</div>
</div>
</div>
</div>
<div class="wwd" style="width:100%;">
<div class="heading">
<center>
<h class="subheading"><b>What We Do</b></h>
</center>
</div>
<div class="row" style="margin:auto;width:90%;">
<div class="col l4 s12 m4">
<div class="card z-depth-0 _card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" width="300px" src="img/alumni.jpg">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">For Alumni<i class="material-icons right">more_vert</i></span>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">For Alumni<i class="material-icons right">close</i></span>
<p class="text_align">The Students' Alumni Cell works towards ensuring mutual benefit of the Students as
well as the Alumni. The Cell helps the alumni in staying connected to their alma mater.
Through regular interactions with the students, the alumni get a chance to share their
experiences and impart the knowledge they have acquired to the next generation of KGPians.
Also, with this interchange, they get a glimpse of the young minds of the nation.
</p>
</div>
</div>
</div>
<div class="col l4 s12 m4">
<div class="card z-depth-0 _card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="img/insti.jpg">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">For Institute<i class="material-icons right">more_vert</i></span>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">For Institute<i class="material-icons right">close</i></span>
<p class="text_align">The alumni community often takes keen interest in the Institute’s workings and the prevalent conditions. Students' Alumni Cell reconnects the Institute and alumni, providing the alumni with an avenue to give back to their alma mater. The Institution Development Programme (IDP) aims to promote the Institute's domestic ranking while simultaneously improving the international stature. </p>
</div>
</div>
</div>
<div class="col l4 s12 m4">
<div class="card z-depth-0 _card">
<div class="card-image waves-effect waves-block waves-light">
<img class="activator" src="img/students.jpg">
</div>
<div class="card-content">
<span class="card-title activator grey-text text-darken-4">For Students<i class="material-icons right">more_vert</i></span>
</div>
<div class="card-reveal">
<span class="card-title grey-text text-darken-4">For Students<i class="material-icons right">close</i></span>
<p class="text_align">Students' Alumni Cell works in conjunction with the student administration bodies and
is therefore constantly in touch with the needs and wants of the students. It connects the students
with the alumni, giving them a chance to interact with some of the most eminent personalities
in all fields of work. It works towards making their learning experience more holistic.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<?php include 'footer.php';?>
<script>
var autoScrollTimer = 2500;
var scrollspeed = 2000;
var v;
$(document).ready(function () {
$('#carousel').carousel({
time_constant: scrollspeed,
dist: 0,
shift: 0,
padding: 20,
full_width: false
});
autoScrollQuick();
initializeCarousel();
});
$('#carousel').mouseenter(function () {
stopScroll();
});
$('#carousel').mouseleave(function () {
autoScrollQuick();
});
function autoScroll() {
v = setInterval(next, autoScrollTimer);
}
function autoScrollQuick() {
setTimeout(next, 0);
autoScroll();
}
function stopScroll() {
clearInterval(v);
$('#carousel').carousel({
time_constant: 0
});
}
function next() {
$('#carousel').carousel('next');
}
function prev() {
$('#carousel').carousel('prev');
}
$('.marquee').marquee({
//speed in milliseconds of the marquee
duration: 9000,
//gap in pixels between the tickers
gap: 0,
//time in milliseconds before the marquee will start animating
delayBeforeStart: 0,
//'left' or 'right'
direction: 'up',
//true or false - should the marquee be duplicated to show an effect of continues flow
duplicated: true,
pauseOnHover: true
});
</script>
<script type="text/javascript">
$(".card").mouseenter(function(e){
if ($(this).find('> .card-reveal').length) {
if ($(e.target).is($('.card .activator')) || $(e.target).is($('.card .activator i')) ) {
// Make Reveal animate up
$(this).find('.card-reveal').css({ display: 'block'}).velocity("stop", false).velocity({translateY: '-100%'}, {duration: 300, queue: false, easing: 'easeInOutQuad'});
}
}
$('.card-reveal').closest('.card').css('overflow', 'hidden');
});
$(".card").mouseleave(function(){
// Make Reveal animate down and display none
$(this).find('.card-reveal').velocity(
{translateY: 0},
{
duration: 225,
queue: false,
easing: 'easeInOutQuad',
complete: function() {
$(this).css({ display: 'none'});
}
});
});
</script>
</body>
</html>