-
Notifications
You must be signed in to change notification settings - Fork 38
/
SAMP.php
256 lines (228 loc) · 10.5 KB
/
SAMP.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Students' Alumni Cell | SAMP</title>
<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">
<link rel="stylesheet" href="css/SAMP_style.css" />
<link rel="stylesheet" href="css/SAMP_mobile-style.css">
<link rel="shortcut icon" href="./flogo.ico" type="image/x-icon" />
<style>
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:visited {
background-color: #00416d !important;
border-color: #00416d !important;
color:white !important;
}
.btn-outline-primary{
color: #00416d !important;
border-color: #00416d !important;
}
.height{
height:450px;
}
@media only screen and (max-width:998px){
.height{
height:600px;
}
}
</style>
</head>
<body>
<?php include 'navbar.php' ?>
<header>
<div class="container text-center">
<div class="row">
<div class="col-md-7 col-sm-12 text-white">
<h1></h1>
<h1 style="text-align: left;"></h1>
</div>
</div>
</div>
</header>
<main>
<section class="section-1">
<div class="container text-center">
<div class="row">
<div class="col-md-12 col-12">
<div class="panel text-center">
<h1 class="text-center">About the Programme</h1>
<div class="progress" style="height:0.4rem;">
<div id="one" class="progress-bar" role="progressbar" style="width: 100%" aria-valuenow="100"
aria-valuemin="0" aria-valuemax="100" style="height:0.4rem;"></div></div>
<p class="pt-4" style="opacity: 1" align="justify">
Student Alumni Mentorship Programme (SAMP) is a unique initiative undertaken by the
Students' Alumni Cell, IIT Kharagpur.
Through this programme students are connected with alumni who serve both as a guide and
a source of inspiration for them.
SAMP is launched with the goal of keeping the alumni connected to their alma mater as
well as share their valuable experience with the current students.
</p>
<br>
<button class="btn btn-outline-primary justify-content-center" href="https://sac.iitkgp.ac.in/mentorship/"><i
class="fa fa-book"></i> Mentorship Portal</button>
</div>
</div>
</div>
</div>
</section>
<section class="section-2 container-fluid p-0">
<div class="cover">
<div class="overlay"></div>
<div class="content text-center">
<h1>Our Statistics :</h1>
<!-- <p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Vitae, eum?
</p> -->
</div>
</div>
<div class="container-fluid text-center">
<div class="numbers d-flex flex-md-row flex-wrap justify-content-center">
<div class="rect">
<h1>120</h1>
<p>Mentors</p>
</div>
<div class="rect">
<h1>400</h1>
<p>Mentees</p>
</div>
</div>
</div>
</section>
<section class="section-1">
<div class="container text-center">
<div class="row">
<div class="col-md-6 col-12">
<div class="panel text-left height">
<h1>Framework of the Programme</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>
<p class="pt-4" style="opacity: 1" align="justify">
Student Alumni Mentorship Programme facilitates a medium where the student connects with
an Alumnus from a field he has a profound interest in. The Alumni share their vast
repository of personal experiences and help students improve insight in many diverse
aspects of life. In the process of learning the ropes he takes home so much more from
the guide, coach, supporter and motivator, he finds in his mentor.
</p>
</div>
</div>
<div class="col-md-6 col-12">
<div class="panel text-left height">
<h1>Connecting with our Alumni</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>
<p class="pt-4" style="opacity: 1" align="justify">
The Student Alumni Mentorship Programme is an active step to keep the alumni in
touch with all the happenings at IIT Kharagpur. The Institute has undergone many changes
from time to time, while some are very evident there are also many subtle changes and
transitions the Institute is undergoing. With an all year round interaction with the
students, this initiative ensures that the Alumni are in the know of the events as they
occur and helps them relive their own KGP days.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Section 4 -->
<section class="section-4">
<div class="container text-center">
<div class="row">
<div class="col-md-12 col-12">
<iframe id="iframe_container" webkitallowfullscreen="" mozallowfullscreen="" allowfullscreen=""
src="https://prezi.com/embed/4zvbjzz_cb-w/?bgcolor=ffffff&lock_to_path=0&autoplay=1&autohide_ctrls=0&landing_data=bHVZZmNaNDBIWnNjdEVENDRhZDFNZGNIUE1vbGxLeUtRdXkycVhRdXRFSnl1ZnJUYnVZUy83ajVCVEFyUThBVlFqUT0&landing_sign=1SVtH5kwPfthIk3XOVRVH2fgKGozX45M83gki9TR_Jg"
width="100%" height="500" frameborder="0"></iframe>
</div>
</div>
</div>
</section>
<?php include 'footer.php' ?>
<!-- <?php include 'preloader.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 src="js/SAMP.js"></script>
<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>
<script>
$( "#one,#two,#three,#four").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.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],
toggleActions: "play none none none",
start: "top center"
},
opacity: 0,
duration: 1.5,
});
}
</script>
</body>
</html>