-
Notifications
You must be signed in to change notification settings - Fork 38
/
affinity.php
445 lines (412 loc) · 22.2 KB
/
affinity.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Students' Alumni Cell | Affinity Programme</title>
<link rel="shortcut icon" href="./flogo.ico" type="image/x-icon" />
<!--CSS only-->
<link rel="stylesheet" href="css/affinity.css">
<!--FONT AWESOME-->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous" />
<!--<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">-->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/gsap-latest-beta.min.js"></script>
<script src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/16327/ScrollTrigger.min.js"></script>
<style>
.section-1 .row .col-md-12 .panel {
box-shadow: 0px 25px 42px rgba(0, 0, 0, 0.2);
background: whitesmoke;
}
.section-1 .row .col-md-12 .panel h1 {
font-weight: 600;
font-family: 'Raleway', sans-serif;
padding: 0.4em 0;
font-size: 3em;
}
</style>
</head>
<style>
.card-img-top{
height: 286px;
}
</style>
<body>
<?php include 'navbar.php' ?>
<header>
<img style="width: 100%;" src="img/affinity/wall.webp" alt="affinity programme">
</header>
<section class="section-1">
<div class="container text-center">
<div class="row">
<div class="col-md-12 col-12 ">
<br>
<div class="panel text-left">
<h1 class="text-center">ABOUT</h1>
<div class="progress px-0" style="height:0.4rem;">
<div id="two" class="progress-bar" role="progressbar" id="one" style="width: 100%" aria-valuenow="100" aria-valuemin="0"
aria-valuemax="100" style="height:0.4rem;"></div>
</div>
<p class="py-4 px-0 " style="opacity:0.4" align="justify">
IIT Kharagpur's Affinity Programme, is an initiative
undertaken by the Students' Alumni Cell to benefit the entire KGP community ie. alumni and
students alike. We strive towards establishing strong and firm relations
with multinational companies by establishing two-way ties in which they provide
KGPians with incentives and unimaginable discounts on goods and services and
in return these companies benefit by gaining a huge client base an unprecedented
marketing. Thus, this initiative is an excellent way to help instigate a
feeling of privilege and pride to be part of the IIT Kharagpur community.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- <section class="section-2">
<div class="container text-center">
<div class="row">
<div class="col-md-12 col-12">
<div class="panel panel1 text-center">
<h1 class="x">Current Associations</h1>
<div class="progress" style="height:0.4rem;">
<div id="two" class="progress-bar" role="progressbar" style="width: 100%" aria-valuenow="100" aria-valuemin="0"
aria-valuemax="100" style="height:0.4rem;"></div>
</div>
<br>
</div>
</div>
</div>
</div>
</section> -->
<section class="section-2">
<div class="container text-center">
<div class="row">
<div class="col-md-12 col-12">
<div class="panel panel1 text-center">
<h1 class="x">Previous Associations</h1>
<div class="progress" style="height:0.4rem;">
<div id="three" class="progress-bar" role="progressbar" style="width: 100%" aria-valuenow="100" aria-valuemin="0"
aria-valuemax="100" style="height:0.4rem;"></div>
</div>
<br>
<div class="row">
<div class="col-sm-4">
<div class="service-card">
<div class="card content" >
<div class="content-overlay"></div>
<img class="card-img-top" src="img\affinity\nextleap1.jpeg" alt="Card image cap" >
<!-- <img class="card-img-top" src="img\affinity\Galaxy_buds.jpg" alt="Card image cap"> -->
<div class="content-details fadeIn-bottom">
<p class="content-text" style="text-align: left; font-size:0.83em">
<b>Accelerate your career with Nextleap..</b>
<ul style="font-size: 0.8rem; text-align: left; text-align: justify; text-justify: inter-word;">
<li style="text-align: justify; text-justify: inter-word;">All students of IIT Kharagpur graduating in 2024/2025 or Alumni who graduated in 2021-2023 are eligible</li>
<li>Last date of enrollment is 30th April 2024.</li>
<li>Flat 67% discount on Product Manager Fellowship (Rs. <strike>39999</strike> Rs. 12999)</li>
</ul>
Go to Nextleap <a href="https://nextleap.app/">Clickhere</a>
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="service-card">
<div class="card content" >
<div class="content-overlay"></div>
<img class="card-img-top" src="img\affinity\goibibo2.jpg" alt="Card image cap" >
<!-- <img class="card-img-top" src="img\affinity\Galaxy_buds.jpg" alt="Card image cap"> -->
<div class="content-details fadeIn-bottom">
<p class="content-text" style="text-align: left; font-size:0.83em">
<b>Goibibo special offers for kgpians..</b>
<ul style="font-size: 0.8rem; text-align: left; text-align: justify; text-justify: inter-word;">
<li style="text-align: justify; text-justify: inter-word;">Bookings are valid till 31st August 2024/li>
<li>Flights-Flat Rs. 700 off</li>
<li>Hotels- Flat Rs. 1000 off on a minimum booking of Rs. 1500 off</li>
<li>Click on the given link to verify yourself as IIT Kharagpur Student to avail of the code : <a href="https://www.myunidays.com/IN/en-IN/partners/goibiboiit/micro">Verify</a></li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="service-card">
<div class="card content" >
<div class="content-overlay"></div>
<img class="card-img-top" src="img\affinity\algo_logo.webp" alt="Card image cap" >
<!-- <img class="card-img-top" src="img\affinity\Galaxy_buds.jpg" alt="Card image cap"> -->
<div class="content-details fadeIn-bottom">
<p class="content-text" style="text-align: left; font-size:0.83em">
<b>Avail the special offers now.</b>
<ul style="font-size: 0.8rem; text-align: left; text-align: justify; text-justify: inter-word;">
<li style="text-align: justify; text-justify: inter-word;">vist the <a href="https://maang.in/">Algozenith</a> website</li>
<li>Select Premium and enroll yourself for the course.</li>
<li>Fill in your details and enter the coupon code: AZ_KGP_SPECIAL</li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="service-card">
<div class="card content" >
<div class="content-overlay"></div>
<img class="card-img-top" src="img\affinity\boult.jpeg" alt="Card image cap" >
<!-- <img class="card-img-top" src="img\affinity\Galaxy_buds.jpg" alt="Card image cap"> -->
<div class="content-details fadeIn-bottom">
<div id="carouselExampleControlscurrent" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<p class="content-text" style="text-align: left; font-size:0.83em">
<b>The benefits of this association include:</b>
<ul style="font-size: 0.8rem; text-align: left; text-align: justify; text-justify: inter-word;padding-left:1rem">
<li style="text-align: justify; text-justify: inter-word;">15% off on all the products of Boult Audio.</li>
<li>3 months extended warranty.</li>
<li>Special Benefits like Free Delivery and Cash on Delivery.</li>
</ul>
<a href='https://www.boultaudio.com/' target='_blank'>CLICK HERE</a>
</p>
</div>
<div class="carousel-item">
<p class="content-text" style="text-align: left; font-size:0.83em">
<b>Steps to Avail Offer: </b>
<ul style="font-size: 0.8rem; text-align: left; text-align: justify; text-justify: inter-word;padding-left:1rem">
<li style="text-align: justify; text-justify: inter-word;">Visit Boult Audio website and add your desired products to your cart.</li>
<li>Visit Your Cart by clicking on the top right corner and then click on ‘Proceed to Checkout’</li>
<li>Add your institute email id (e.g [email protected] or [email protected] ) and enter the code IITKGP15BA </li>
</ul>
<a href='https://www.boultaudio.com/' target='_blank'>CLICK HERE</a>
</p>
</div>
<div class="carousel-item">
<p class="content-text" style="text-align: left; font-size:0.83em">
<b>About Boult Audio:</b>
<p>Boult Audio, established in 2017, is a global leader in the audio equipment market in India, selling a headphone every 10 seconds. The company takes pride in the innovative way they design their earphones, and the range of products speaks for itself.</p>
<a href='https://www.boultaudio.com/' target='_blank'>CLICK HERE</a>
</div>
</div>
<div style="display:flex;justify-content:space-between;width:100%">
<div><span class="carousel-control-previ fas fa-chevron-circle-left fa-2x" data-target="#carouselExampleControlscurrent"
data-slide="prev" style=" cursor: pointer;"></span></div>
<div><span class="carousel-control-nexti fas fa-chevron-circle-right fa-2x" data-target="#carouselExampleControlscurrent"
data-slide="next" style=" cursor: pointer;"></span></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="service-card">
<div class="card content" >
<div class="content-overlay"></div>
<img class="card-img-top" src="img\affinity\headspace.webp" alt="Card image cap" >
<!-- <img class="card-img-top" src="img\affinity\Galaxy_buds.jpg" alt="Card image cap"> -->
<div class="content-details fadeIn-bottom">
<p class="content-text" style="text-align: left; font-size:0.83em">
<b>The benefits of this association include:</b>
<ul style="font-size: 0.8rem; text-align: left; text-align: justify; text-justify: inter-word;">
<li style="text-align: justify; text-justify: inter-word;">Six months of free subscription</li>
<li>Guided online meditation resources</li>
<li>Guided sessions on stress management, happiness, resilience and physical health</li>
</ul>
<a href='https://www.headspace.com/' target='_blank'>CLICK HERE</a>
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="service-card">
<div class="card content">
<div class="content-overlay"></div>
<img class="card-img-top" src="img\affinity\geek.webp" alt="Card image cap">
<div class="content-details fadeIn-bottom">
<p class="content-text" style="text-align: left; font-size:0.83em">
<b>Avail the special offers now.</b>
<ul style="font-size: 0.8rem; text-align: left; text-align: justify; text-justify: inter-word;">
<li>50% Discount on Amazon SDE Test series </li>
<li>25% Discount on Data Structures & Algorithm course</li>
<li>Use coupon code KGPIAN_PERKS (For Amazon SDE) & KGPIAN_PERKS_DSA (For DSA Course)</li>
</ul>
<a href=https://lm.facebook.com/l.php?u=https%3A%2F%2Fpractice.geeksforgeeks.org%2Fcourses%2Fonline%3Ffbclid%3DIwAR1-zfhfePh_nbITuRw83AUrbhqUIAhxGG9dcqnACpcPd0yaI2yjpqhhumc&h=AT2_tlm-K4l51Fw7EpLlMArnoapR3WVYkpbrtNcp0u5cBv1ZxayQBK_eclqGcEI6X-KSRPJiBirv6iqno5b3OD78VmhqzvoZ7Abb3f21d6pc8diH8Qy2t0J6aZupLTp4CZfLlnVsuPoy42qknI4YcARAtbSJjGw7I11dQw>CLICK HERE</a>
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="service-card">
<div class="card content" >
<div class="content-overlay"></div>
<img class="card-img-top" src="img\affinity\samsung.webp" alt="Card image cap">
<!--<img class="card-img-top" src="img\affinity\Galaxy_buds.jpg" alt="Card image cap">-->
<div class="content-details fadeIn-bottom">
<p class="content-text" style="text-align: left; font-size:0.83em">
<b>The benefits of this association include:</b>
<ul style="font-size: 0.8rem; text-align: left; text-align: justify; text-justify: inter-word;">
<li> Special Prices</li>
<li>Affordable EMIs</li>
<li>Free 3rd party accidental and liquid damage insurance</li>
<li>Easy Exchange</li>
</ul>
<a href='https://www.samsung.com/in/store/campus/?fbclid=IwAR1rAE87hHn5Y3_GSEesTQCQmmT791oXJL8H1yHklGMl6C-qTCFZ1kVhsno' target='_blank'>CLICK HERE</a>
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="service-card">
<div class="card content" >
<div class="content-overlay"></div>
<img class="card-img-top" src="img\affinity\hdfc.webp" alt="Card image cap" >
<div class="content-details fadeIn-bottom">
<p class="content-text" style="text-align: left; font-size:0.83em">
<b>HDFC offering the following options: </b>
<ul style="font-size: 0.8rem; text-align: left; text-align: justify; text-justify: inter-word;">
<li>The benefits of this association includes:</li>
<li>New upgraded HDFC bank Diners Club Black Credit Card. (Annual Memberships, Monthly Milestone benefits and other added features).</li>
<li><a href="Diners-Privilege.pdf">Life Time Free Diners Black Card</a></li>
<li><a href="Diners-Black-New.pdf">Priced Diners Black card</a></li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="service-card">
<div class="card content" >
<div class="content-overlay"></div>
<img class="card-img-top" src="img\affinity\Oyo.webp" alt="Card image cap" >
<div class="content-details fadeIn-bottom">
<p class="content-text" style="text-align: left; font-size:0.83em"><b>Oyo offering the following stay options: </b>
<ul style="font-size: 0.8rem; text-align: left; text-align: justify; text-justify: inter-word;">
<li>Short term stays/Group Tours/Events: Located near Corporate clusters, Uninterrupted Connection, Basic Amenities, Dedicated Security Personnel.</li>
<li>Long term stays: Fully Furnished, Fully Managed, Long Term Rental, Zero Brokerage, One month Security Only. </li>
</ul>
</p>
</div>
</div>
</div>
</div>
<div class="col-sm-4">
<div class="service-card">
<div class="card content">
<div class="content-overlay"></div>
<img class="card-img-top" src="img\affinity\a_v2.webp" alt="Card image cap">
<div class="content-details fadeIn-bottom">
<p class="content-text" style="text-align: left; font-size:0.83em">
<b>The benefits of this association include:</b>
<ul style="font-size: 0.8rem; text-align: left; text-align: justify; text-justify: inter-word;">
<li>Courses with discount coupons.</li>
<li>A chance to get internship for selected enrolled students.</li>
<li>Discounted passes for Annual data Science conference for selected students.</li>
</ul>
<a href='http://www.analyticsvidhya.com/' target='_blank'>CLICK HERE</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- <?php include 'preloader.php' ?> -->
<?php include 'footer.php' ?>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
</script>
<script>
$( "#one,#two,#three").each(function( ) {
$(this).addClass("progress-bar-purple");
});
gsap.from('header', { opacity: 0, duration: 1 })
gsap.from('header h1', { opacity: 0, duration: 2, x: -200 })
gsap.from('header h6', { opacity: 0, duration: 2, x: -500 })
gsap.registerPlugin(ScrollTrigger);
gsap.from('.nav-item', {
scrollTrigger: {
trigger: '.nav-item',
toggleActions: "play none none none"
},
opacity: 0,
duration: 1,
x: -200
});
gsap.from('.section-1 h1', {
scrollTrigger: {
trigger: '.section-1 h1',
toggleActions: "play none none none"
},
opacity: 0,
duration: 1,
x: -200
});
gsap.from('.section-1 p', {
scrollTrigger: {
trigger: '.section-1 p',
toggleActions: "play none none none"
},
opacity: 0,
duration: 2.0,
});
gsap.from('.section-1 img', {
scrollTrigger: {
trigger: '.section-1 img',
toggleActions: "play none none none"
},
opacity: 0,
duration: 1.5,
x: 200
});
var arr = document.getElementsByClassName("x");
for (var i = 0; i < arr.length; i++) {
gsap.from(arr[i], {
scrollTrigger: {
trigger: arr[i],
toggleActions: "play none none none"
},
opacity: 0,
duration: 1.5,
x: -200
});
}
var img_arr = document.getElementsByClassName("image");
for (var i = 0; i < img_arr.length; i++) {
gsap.from(img_arr[i], {
scrollTrigger: {
trigger: img_arr[i],
start: "top center",
toggleActions: "play none none none",
},
opacity: 0,
duration: 1.5,
});
}
gsap.utils.toArray('#panel').forEach((panel, i) => {
ScrollTrigger.create({
trigger: panel,
start: "top top",
pin: true,
pinSpacing: false
});
});
</script>
</body>
</html>