-
Notifications
You must be signed in to change notification settings - Fork 38
/
acap.html
229 lines (197 loc) · 9.47 KB
/
acap.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Students' Alumni Cell, IIT Kharagpur</title>
<!-- Our CSS stylesheet -->
<link rel="stylesheet" href="css/acap.css">
<!-- Bootstrap Scripts CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Bootstrap scripts Jquery -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<!-- Font Awesome -->
<script defer src="https://use.fontawesome.com/releases/v5.0.7/js/all.js"></script>
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@800&display=swap" rel="stylesheet">
</head>
<body>
<!-- NAVBAR START -->
<section class="colored-section" id='title'>
<div class='container-fluid container-bg-custom'>
<nav class="navbar navbar-expand-lg navbar-dark">
<a class="navbar-brand" href="#"> <img src="img/kgp_logo.png" width="26" height="30" class="d-inline-block align-bottom" alt=""> Students' Alumni Cell</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="index.php">Home</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Events
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<!-- <a class="dropdown-item" href="#"></a> -->
<a class="dropdown-item" href="aam.php">Annual Alumni Meet</a>
<a class="dropdown-item" href="homecoming.php">Homecoming</a>
<a class="dropdown-item" href="sam.php">Student Alumni Meet</a>
<a class="dropdown-item" href="phonathon.php">Phonathon</a>
<a class="dropdown-item" href="alumnitalks.php">Alumni Talks</a>
<a class="dropdown-item" href="leadershipsummit.php">Leadership Summit</a>
<a class="dropdown-item" href="alvida.php">Alvida</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Initiatives
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<!-- <a class="dropdown-item" href="#"></a> -->
<a class="dropdown-item" href="mentorship.php">Mentorship Programme</a>
<a class="dropdown-item" href="imprint.php">My Imprint</a>
<a class="dropdown-item" href="sparc.php">SPARC</a>
<a class="dropdown-item" href="acap.php">ACAP</a>
<a class="dropdown-item" href="https://medium.com/@studentsalumnicell.iitkgp">Alumni Blog</a>
<a class="dropdown-item" href="affinity.php">Affinity Programme</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Publications
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<!-- <a class="dropdown-item" href="#"></a> -->
<a class="dropdown-item" href="yearbook.php">Yearbook</a>
<a class="dropdown-item" href="yoy.php">Yearnings Of Yore</a>
<a class="dropdown-item" href="http://localhost/sac/temposhout_final_6.pdf">Tempo Shout</a>
<li class="nav-item">
<a class="nav-link" href="http://www.alumni.iitkgp.ac.in/AlumniIITKGP/EmailReg">Alumni Registration</a>
</li>
<li class="nav-item">
<a class="nav-link" href="team.php">Team</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Sponsors</a>
</li>
</ul>
</div>
</nav>
<div class="row acap-car">
<img src='img/acap/acap2020.jpg' width='100%'>
</div>
</div>
<!-- NAVBAR END -->
</section>
<section id='overview'>
<div class='container-fluid'>
<div class='row'>
<div class='col-md-6'>
<div class='acap-heading' style='position:relative; left:3.5rem; top:4rem; color:#183764; font-family: "Cinzel", serif; '>
<h1 style='font-size: 2.8rem; margin-left:3.2rem;'><b>Alumni Career</b> <br><b>Assistance<br> Programme</b></h1>
</div>
</div>
<div class = 'col-md-6 overview-picture d-none d-md-block'>
<img src='img/acap/1.jpg' width='102.5%'>
<!-- <h1 class='dots-1'>...</h1> -->
</div>
</div>
<div class='row'>
<div class='col-md-6'>
<div class='overview-heading'>
<h1> Overview </h1>
</div>
</div>
<div class='col-md-6'>
<div class='summary'>
<p>
The most tedious, confusing and overwhelming time of your student life is the placement season and we here at Students’ Alumni Cell strive to ease the process for you. Through the Alumni Career Assistance Programme (ACAP) we connect you to alumni who have been there, done that and succeeded in achieving the same. We aim to provide the students a seamless placement procedure with the alumni community helping them cross any hurdle that may arise.
</p>
</div>
</div>
</div>
</div>
</section>
<div class=".d-lg-none .d-xl-block">
<br><br><br>
</div>
<section id='bullets'>
<div class='container-fluid'>
<div class='row'>
<div class='col-md-6 bullet-points-bg' >
<div class ='bullet-points'>
<ul class='bullet-list' style='color:#16162E;'>
<li><span style='color:#454593'><b>Student: </b> </span>Fill the form specifying your top 3 companies in preference order. </li>
<br>
<li><span style='color:#454593'> <b>Alumnus: </b></span> Fill the form mentioning the company you are currently working for and the company you got placed in via the CDC recruitment procedure. </li>
<br>
<li>Each registered alumnus shall be allotted at most 5 mentees - forming a cohort by 1st week of October.</li>
<br>
<li>An ice breaker session shall be organised for each cohort for initiating communication.</li>
<br>
<br>
<br>
<br>
<li>
<a type="button" class="btn btn-dark btn-lg reg-buttons-li" href="https://docs.google.com/forms/d/e/1FAIpQLSejIgrjMbpu1hKv7-7vbaBsp2uQy5oqFf5uceiN6ag51yKRug/viewform?embedded=true" target="_blank">Alumni Registration</a>  
<a type="button" class="btn btn-dark btn-lg reg-buttons-li" href="https://docs.google.com/forms/d/e/1FAIpQLScjniqADo6i3FHVhyfM3Xl21rNFmOTDyVZaTZA-8lxidM86Qg/viewform?embedded=true" target="_blank"> Student Registration </a>
</li>
</ul>
</div>
</div>
<div class='col-md-6 what-we-serve' style='background-image: linear-gradient(to top left, #484899, black); color:white; padding:6rem; padding-top:4rem;'>
<!-- <img src='img/acap/2.jpg' width='97.8%' style='position:absolute; '> -->
<h1 style='font-size:6em;'> Know How? </h1>
</div>
</div>
</div>
</section>
<!-- <br> -->
<section id='footer'>
<div class='container-fluid'>
<div class='row'>
<div class='col-4 footer-top-left'>
<h1> Get Social <br>With Us<br><span class='dots'>...</span>
</h1>
</div>
<div class=col-2>
</div>
<div class='col-6 footer-top-right'>
<h5>Students' Alumni Cell, IIT Kharagpur</h5>
<p>Office of Alumni Affairs & International Relations,<br>
Indian Institute of Technology, Kharagpur<br>
Pin-721302, West Bengal, India<br><br>
<em>Ph: 03222-281860</em> <br>
<em>Email: aao@hijli.iitkgp.ernet.in</em>
</p>
<hr>
</div>
</div>
<div class='row'>
<div class='col-2 '>
<span class='bar'>|</span>
</div>
<div class=col-2>
<i class="icon fab fa-facebook"></i>
</div>
<div class='col-2'>
<i class="icon fab fa-instagram"></i>
</div>
<div class='col-2'>
<i class="icon fab fa-twitter-square"></i>
</div>
<div class='col-2'>
<i class="icon fab fa-medium"></i>
</div>
<div class='col-2'>
<i class="icon fab fa-linkedin"></i>
</div>
</div>
</div>
</section>
<section id='copyright'>
<p>© 2018 Students' Alumni Cell</p>
</section>
</body>
</html>