-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
493 lines (422 loc) · 17.3 KB
/
index.php
File metadata and controls
493 lines (422 loc) · 17.3 KB
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
483
484
485
486
487
488
489
490
491
492
493
<?php
// Main Page of the website
get_header();
?>
<style>
@media only screen and (max-width : 1100px) {
#img1 {
height: 300px !important;
width: 400px;
}
#img2 {
height: 300px !important;
width: 400px;
}
#img3 {
height: 300px !important;
width: 400px;
}
#img4 {
height: 300px !important;
width: 400px;
}
}
</style>
<!--==========================
Intro Section
============================-->
<section id="intro">
<div class="intro-container wow fadeIn">
<img src="<?= get_asset('img/alumni final.png') ?>" height="300 px">
<h1 class="mb-4 pb-0">Alumni <span>Relations </span>Cell</h1>
<a href="#about" class="about-btn scrollto">About</a>
</div>
</section>
<main id="main">
<!--==========================
About Section
============================-->
<section id="about">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>About</h2>
<p>
College of Engineering Chengannur is a premier government Engineering institute situated in Chengannur of Alappuzha district, Kerala. The institution was established in 1993 under the patronage of the Institute of Human Resources and Development(IHRD). It is approved by the All India Council of Technical Education (AICTE) and is affiliated to APJ Abdul Kalam Technological University (KTU). The college offers four undergraduate programs in Computer Science Engineering, Electrical & Electronics Engineering, Electronics & Communication Engineering and Electronics & Instrumentation Engineering. The Master's degree programming offered by the college are M.Tech (Electronics) with specialization in VLSI & Embedded Systems and M.Tech (Computer Science) with specialization in Image Processing.
</p>
<p>
Alumni Relation Cell of the College of Engineering Chengannur was established on 15th November 2019. It mainly focuses on the development of Alumni support to do the continuing development of the institution's academics, research, placements, expansion and renewal of its faculties and providing scholarship and financial support to students.
</p>
<p>
Alumni Relation Cell works towards ensuring the mutual benefit of the alumni as well as the students. ARC helps the alumni in staying connected to their campus. ARC has been instrumental in organizing the Alumni Meets, Mentorship programme, regular guest lectures by distinguished alumni in the campus.
</p>
</div>
</div>
</div>
</section>
<!--==========================
Gallery Section
============================-->
<section id="gallery" class="wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Gallery</h2>
<p>Check our gallery from the recent events</p>
</div>
</div>
<div id="carouselExampleFade" class="carousel slide carousel-fade" data-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<img class="d-block w-70 mx-auto .hidden-xs" id="img1" src="<?= get_asset('img/gallery/gal1.jpeg') ?>" alt="First slide">
</div>
<div class="carousel-item">
<img class="d-block w-70 mx-auto .hidden-xs" id="img2" src="<?= get_asset('img/gallery/gal2.jpg') ?>" alt="Second slide">
</div>
<div class="carousel-item">
<img class="d-block w-70 mx-auto .hidden-xs" id="img3" src="<?= get_asset('img/gallery/gal3.jpg') ?>" alt="Third slide">
</div>
<div class="carousel-item">
<img class="d-block w-70 mx-auto .hidden-xs" id="img4" src="<?= get_asset('img/gallery/gal4.jpg') ?>" alt="Fourth slide">
</div>
<div class="carousel-item">
<img class="d-block w-70 mx-auto .hidden-xs" id="img5" src="<?= get_asset('img/gallery/gal5.jpg') ?>" alt="Fifth slide">
</div>
<div class="carousel-item">
<img class="d-block w-70 mx-auto .hidden-xs" id="img6" src="<?= get_asset('img/gallery/gal6.jpg') ?>" alt="Sixth slide">
</div>
</div>
<a class="carousel-control-prev" href="#carouselExampleFade" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carouselExampleFade" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</section>
<!--==========================
Activities
============================-->
<section id="venue" class="wow fadeInUp">
<div id="activities">
<div class="container-fluid">
<div class="section-header">
<h2>ACTIVITES</h2>
<p>Activities organized by ARC</p>
</div>
<div class="transportaion_area">
<div class="container">
<div class="row">
<div class="col-xl-4 col-lg-4 col-md-6">
<div class="single_transport">
<div class="icon">
</div>
<h3>ARC Inaugration</h3>
<p>The Alumni Relation Cell inauguration will take place with giving out the scholarships provided by the alumni members to the students.</p>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6">
<div class="single_transport">
<div class="icon">
</div>
<h3>Scolarship Distribution</h3>
<p>Scholarships are given to 10 students of our college annually by our alumni members.</p>
</div>
</div>
<div class="col-xl-4 col-lg-4 col-md-6">
<div class="single_transport">
<div class="icon">
</div>
<h3>Data Collection of Alumini Members</h3>
<p>Continuous collection of data regarding Alumni Members organized according to their batch.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Alumini Meet Section
============================-->
<!--
<section id="schedule" class="section-with-bg">
<div class="container wow fadeInUp">
<div class="section-header">
<h2>Alumini Meet</h2>
<p>Here is our Alumini Meet schedule</p>
</div>
<div class="col-lg-9 mx-auto">
<p style="text-align: center; font-size: 16px">Proudly CECians the silver jubilee celebrations cum Alumini Meet of College of Engineering Chengannur is goig to be held 28th December, 2019. The Annual General Meeting and Executive Committee Elections of Alumini Association will also be held on that day.</p>
<br>
</div>
<div class="tab-content row justify-content-center">
<div role="tabpanel" class="col-lg-9 tab-pane fade show active">
<div class="row schedule-item">
<div class="col-md-2"><time>09:00 AM</time></div>
<div class="col-md-10">
<h4>Registration & Tea/Coffee (Kits Handover)</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>9:30 AM</time></div>
<div class="col-md-10">
<h4>Class Campus Tour</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>10:00 AM</time></div>
<div class="col-md-10">
<h4>College Bus Tour around Chengannur</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>10:00 AM</time></div>
<div class="col-md-10">
<h4>Classroom Session by a Lecturer</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>12:00 PM</time></div>
<div class="col-md-10">
<h4>Lunch & Networking</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>02:00 PM</time></div>
<div class="col-md-10">
<h4>Annual General Meeting</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>10:00 AM</time></div>
<div class="col-md-10">
<h4>Executive Committee Election</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>03:30 PM</time></div>
<div class="col-md-10">
<h4>Q&A Session for AGM</h4>
</div>
</div>
<div class="row schedule-item">
<div class="col-md-2"><time>04:45 PM</time></div>
<div class="col-md-10">
<h4>Cultural Program</h4>
</div>
</div>
</div>
</div>
</div>
</section>
-->
<!--==========================
Contributions Section
============================-->
<section id="faq" class="wow fadeInUp">
<div id="contributions">
<div class="container">
<div class="section-header">
<h2>Contributions</h2>
<p>The Contributions made by our Alumini</p>
</div>
<div class="row justify-content-center">
<div class="col-lg-9">
<ul id="faq-list">
<li>
<a data-toggle="collapse" class="collapsed" href="#faq1">Seminar Hall <i class="fa fa-minus-circle"></i></a>
<div id="faq1" class="collapse" data-parent="#faq-list">
<p>
The Seminar Hall of our college was sponsored by the 1993-97 batch of CEC.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq2" class="collapsed">Sahapadikkoru veed 2 lakhs rupees<i class="fa fa-minus-circle"></i></a>
<div id="faq2" class="collapse" data-parent="#faq-list">
<p>
Our alumni members have contributed about 2 lakh rupees for the program 'Sahapadikkoru Veed' organized by our college for helping a student to build his house as he lost it in the 2018 floods.
</p>
</div>
</li>
<li>
<a data-toggle="collapse" href="#faq3" class="collapsed">Scholarship for 10 students annually <i class="fa fa-minus-circle"></i></a>
<div id="faq3" class="collapse" data-parent="#faq-list">
<p>
Scholarships are given to 10 students of our college annually by our alumni members.
</p>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!--==========================
Form Section
============================-->
<section id="arc-form">
<div class="container">
<div class="section-header">
<h2>FORM</h2>
<p>Form by ARC</p>
</div>
<?php include 'form.php'; ?>
</section>
<!--==========================
Invoice Section
============================-->
<!--<section id="arc-form">
<div class="container">
<div class="section-header">
<h2>INVOICE</h2>
<p>Invoice by ARC</p>
</div>
<?php //include 'admin_invoice.php'; ?>
</section>
-->
<!--==========================
Team Section
============================-->
<section id="speakers" class="wow fadeInUp">
<div class="container">
<div class="section-header">
<h2>Team</h2>
<p>The ARC Team Members</p>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 mx-auto">
<div class="speaker">
<img src="<?= get_asset('img/team/Madhusoodhanan Nair R.jpeg') ?>" alt="Madhusoodhanan Nair R" class="img-fluid">
<div class="details">
<h3>Dr. Madhusoodhanan Nair R</h3>
<p>ARC Advisor</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mx-auto">
<div class="speaker">
<img src="<?= get_asset('img/team/Alen George.jpg') ?>" alt="Alen George" class="img-fluid">
<div class="details">
<h3>Alen George</h3>
<p>Fourth Year</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mx-auto">
<div class="speaker">
<img src="<?= get_asset('img/team/Gayathry Krishnan.jpg') ?>" alt="Gayathry Krishnan" class="img-fluid">
<div class="details">
<h3>Gayathry Krishnan</h3>
<p>Fourth Year</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mx-auto">
<div class="speaker">
<img src="<?= get_asset('img/team/Saketh T Vinod.jpeg') ?>" alt="Saketh T Vinod" class="img-fluid">
<div class="details">
<h3>Saketh T Vinod</h3>
<p>Fourth Year</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mx-auto">
<div class="speaker">
<img src="<?= get_asset('img/team/Anjali N Nair.jpg') ?>" alt="Anjali N Nair" class="img-fluid">
<div class="details">
<h3>Anjali N Nair</h3>
<p>Fourth Year</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mx-auto">
<div class="speaker">
<img src="<?= get_asset('img/team/Goutham N Suresh.jpg') ?>" alt="Goutham N Suresh" class="img-fluid">
<div class="details">
<h3>Goutham N Suresh</h3>
<p>Fourth Year</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mx-auto">
<div class="speaker">
<img src="<?= get_asset('img/team/Mekhana Maria Roy.jpg') ?>" alt="Mekhana Maria Roy" class="img-fluid">
<div class="details">
<h3>Mekhana Maria Roy</h3>
<p>Fourth Year</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mx-auto">
<div class="speaker">
<img src="<?= get_asset('img/team/Sadiv N S.jpg') ?>" alt="Sadiv N S" class="img-fluid">
<div class="details">
<h3>Sadiv N S</h3>
<p>Fourth Year</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mx-auto">
<div class="speaker">
<img src="<?= get_asset('img/team/Alex Paul.jpg') ?>" alt="Alex Paul" class="img-fluid">
<div class="details">
<h3>Alex Paul</h3>
<p>Third Year</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mx-auto">
<div class="speaker">
<img src="<?= get_asset('img/team/Amal Xavier.jpg') ?>" alt="Amal Xavier" class="img-fluid">
<div class="details">
<h3>Amal Xavier</h3>
<p>Third Year</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mx-auto">
<div class="speaker">
<img src="<?= get_asset('img/team/Archana Rose Biju.jpeg') ?>" alt="Archana Rose Biju" class="img-fluid">
<div class="details">
<h3>Archana Rose Biju</h3>
<p>Third Year</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mx-auto">
<div class="speaker">
<img src="<?= get_asset('img/team/Moniya Mohan.jpg') ?>" alt="Moniya Mohan" class="img-fluid">
<div class="details">
<h3>Moniya Mohan</h3>
<p>Third Year</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mx-auto">
<div class="speaker">
<img src="<?= get_asset('img/team/Priyadharshini T.jpg') ?>" alt="Priyadharshini T" class="img-fluid">
<div class="details">
<h3>Priyadharshini T</h3>
<p>Third Year</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 mx-auto">
<div class="speaker">
<img src="<?= get_asset('img/team/Ruben Mathew.jpg') ?>" alt="Ruben Mathew" class="img-fluid">
<div class="details">
<h3>Ruben Mathew</h3>
<p>Third Year</p>
</div>
</div>
</div>
</div>
</div>
</section>
</main>
<?php get_footer(); ?>