-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.ejs
611 lines (550 loc) Β· 39 KB
/
index.ejs
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
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<%- include('views/head.ejs')%>
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="/css/aluminies.css">
</head>
<body>
<div class="con">
<svg class="home-svg" id="wave" style="transform:rotate(180deg); transition: 0.3s" viewBox="0 0 1440 490" version="1.1" xmlns="http://www.w3.org/2000/svg">
<defs>
<linearGradient id="sw-gradient-0" x1="0" x2="0" y1="1" y2="0">
<stop stop-color="#000428" offset="0%"></stop>
<stop stop-color="#004e92" offset="100%"></stop>
</linearGradient>
</defs>
<path style="transform:translate(0, 0px); opacity:1" fill="url(#sw-gradient-0)" d="M0,49L40,114.3C80,180,160,310,240,359.3C320,408,400,376,480,326.7C560,278,640,212,720,196C800,180,880,212,960,253.2C1040,294,1120,343,1200,310.3C1280,278,1360,163,1440,138.8C1520,114,1600,180,1680,245C1760,310,1840,376,1920,359.3C2000,343,2080,245,2160,187.8C2240,131,2320,114,2400,122.5C2480,131,2560,163,2640,179.7C2720,196,2800,196,2880,187.8C2960,180,3040,163,3120,163.3C3200,163,3280,180,3360,187.8C3440,196,3520,196,3600,228.7C3680,261,3760,327,3840,302.2C3920,278,4000,163,4080,163.3C4160,163,4240,278,4320,318.5C4400,359,4480,327,4560,326.7C4640,327,4720,359,4800,351.2C4880,343,4960,294,5040,302.2C5120,310,5200,376,5280,375.7C5360,376,5440,310,5520,294C5600,278,5680,310,5720,326.7L5760,343L5760,490L5720,490C5680,490,5600,490,5520,490C5440,490,5360,490,5280,490C5200,490,5120,490,5040,490C4960,490,4880,490,4800,490C4720,490,4640,490,4560,490C4480,490,4400,490,4320,490C4240,490,4160,490,4080,490C4000,490,3920,490,3840,490C3760,490,3680,490,3600,490C3520,490,3440,490,3360,490C3280,490,3200,490,3120,490C3040,490,2960,490,2880,490C2800,490,2720,490,2640,490C2560,490,2480,490,2400,490C2320,490,2240,490,2160,490C2080,490,2000,490,1920,490C1840,490,1760,490,1680,490C1600,490,1520,490,1440,490C1360,490,1280,490,1200,490C1120,490,1040,490,960,490C880,490,800,490,720,490C640,490,560,490,480,490C400,490,320,490,240,490C160,490,80,490,40,490L0,490Z"></path>
<defs>
<linearGradient id="sw-gradient-1" x1="0" x2="0" y1="1" y2="0">
<stop stop-color="rgba(45, 163, 104, 1)" offset="0%"></stop>
<stop stop-color="rgba(21, 103, 137, 1)" offset="100%"></stop>
</linearGradient>
</defs>
<path style="transform:translate(0, 50px); opacity:0.9" fill="url(#sw-gradient-1)" d="M0,147L40,163.3C80,180,160,212,240,212.3C320,212,400,180,480,163.3C560,147,640,147,720,196C800,245,880,343,960,392C1040,441,1120,441,1200,408.3C1280,376,1360,310,1440,285.8C1520,261,1600,278,1680,261.3C1760,245,1840,196,1920,147C2000,98,2080,49,2160,49C2240,49,2320,98,2400,106.2C2480,114,2560,82,2640,89.8C2720,98,2800,147,2880,138.8C2960,131,3040,65,3120,73.5C3200,82,3280,163,3360,196C3440,229,3520,212,3600,212.3C3680,212,3760,229,3840,196C3920,163,4000,82,4080,98C4160,114,4240,229,4320,261.3C4400,294,4480,245,4560,196C4640,147,4720,98,4800,114.3C4880,131,4960,212,5040,245C5120,278,5200,261,5280,212.3C5360,163,5440,82,5520,89.8C5600,98,5680,196,5720,245L5760,294L5760,490L5720,490C5680,490,5600,490,5520,490C5440,490,5360,490,5280,490C5200,490,5120,490,5040,490C4960,490,4880,490,4800,490C4720,490,4640,490,4560,490C4480,490,4400,490,4320,490C4240,490,4160,490,4080,490C4000,490,3920,490,3840,490C3760,490,3680,490,3600,490C3520,490,3440,490,3360,490C3280,490,3200,490,3120,490C3040,490,2960,490,2880,490C2800,490,2720,490,2640,490C2560,490,2480,490,2400,490C2320,490,2240,490,2160,490C2080,490,2000,490,1920,490C1840,490,1760,490,1680,490C1600,490,1520,490,1440,490C1360,490,1280,490,1200,490C1120,490,1040,490,960,490C880,490,800,490,720,490C640,490,560,490,480,490C400,490,320,490,240,490C160,490,80,490,40,490L0,490Z"></path>
</svg>
<%- include('views/navbar.ejs')%>
<!-- imge galary -->
<div class="slide">
<div class="carousel-container" data-aos="zoom-out-up">
<div class="mySlides animate">
<img src="../img/homegallery/ArialView.jpg" alt="slide" />
<div class="number">1 / 8</div>
<div class="text">Campus</div>
</div>
<div class="mySlides animate">
<img src="img/homegallery/Cam 3 (3).JPG" alt="slide" />
<div class="number">2 / 8</div>
<div class="text">Administration Block</div>
</div>
<div class="mySlides animate">
<img src="img/homegallery/Cam 1 (168).JPG" alt="slide" />
<div class="number">3 / 8</div>
<div class="text">Highly advanced classrooms</div>
</div>
<div class="mySlides animate">
<img src="img/homegallery/Cam 1 (283).JPG" alt="slide" />
<div class="number">4 / 8</div>
<div class="text"></div>
</div>
<div class="mySlides animate">
<img src="img/homegallery/Cam 1 (498).JPG" alt="slide" />
<div class="number">5 / 8</div>
<div class="text"></div>
</div>
<div class="mySlides animate">
<img src="img/homegallery/Cam 1 (72).JPG" alt="slide" />
<div class="number">6 / 8</div>
<div class="text"></div>
</div>
<div class="mySlides animate">
<img src="img/homegallery/Cam 2 (58).JPG" alt="slide" />
<div class="number">7 / 8</div>
<div class="text"></div>
</div>
<div class="mySlides animate">
<img src="img/homegallery/Cam 1 (177).JPG" alt="slide" />
<div class="number">8 / 8</div>
<div class="text"></div>
</div>
<a class="prev" onclick="prevSlide()">❮</a>
<a class="next" onclick="nextSlide()">❯</a>
<div class="dots-container">
<span class="dots" onclick="currentSlide(1)"></span>
<span class="dots" onclick="currentSlide(2)"></span>
<span class="dots" onclick="currentSlide(3)"></span>
<span class="dots" onclick="currentSlide(4)"></span>
<span class="dots" onclick="currentSlide(5)"></span>
<span class="dots" onclick="currentSlide(6)"></span>
<span class="dots" onclick="currentSlide(7)"></span>
<span class="dots" onclick="currentSlide(8)"></span>
</div>
</div>
</div>
<main>
<!-- builder info card -->
<div class="empty-card"></div>
<div class="builders-card-con">
<div class="shik" data-aos="zoom-in">
<div class="content">
<div class="shine">
<h2>Builders Engineering College</h2>
<p>Builders Engineering College (BEC) is situated in a picturesque campus, boasting exceptional infrastructure and abundant amenities tailored for students' needs.</p><br>
<p>BEC paves the way for a comprehensive education that seamlessly integrates academic excellence with practical industry skills.</p><br>
<p>Studying at BEC is ideal for those with a desire to challenge existing norms and forge a new path for themselves. Each student is equipped with practical knowledge and hands-on experience, empowering them to make a meaningful impact in real-world scenarios.</p><br></div>
</div>
</div>
</div>
<!-- number counting -->
<div class="num-card-con" data-aos="slide-right" data-aos-duration="300" id="countdownContainer">
<div class="num-card">
<div class="num-con">
<div class="number-field" id="number1">0</div>
<div class="num-text">Years Old</div>
</div>
<div class="num-con">
<div class="number-field" id="number2">0</div>
<div class="num-text">Awards</div>
</div>
<div class="num-con">
<div class="number-field" id="number3">0</div>
<div class="num-text">Teachers</div>
</div>
<div class="num-con">
<div class="number-field" id="number4">0</div>
<div class="num-text">Students</div>
</div>
<div class="num-con">
<div class="number-field" id="number5">0</div>
<div class="num-text">Laboratory</div>
</div>
</div>
</main>
<!-- graduaton icons -->
<div class="home-icons" >
<div data-aos="slide-left" class="home-item-con">
<a href="">
<svg class="home-icon-list" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 640 512"><path d="M320 32c-8.1 0-16.1 1.4-23.7 4.1L15.8 137.4C6.3 140.9 0 149.9 0 160s6.3 19.1 15.8 22.6l57.9 20.9C57.3 229.3 48 259.8 48 291.9v28.1c0 28.4-10.8 57.7-22.3 80.8c-6.5 13-13.9 25.8-22.5 37.6C0 442.7-.9 448.3 .9 453.4s6 8.9 11.2 10.2l64 16c4.2 1.1 8.7 .3 12.4-2s6.3-6.1 7.1-10.4c8.6-42.8 4.3-81.2-2.1-108.7C90.3 344.3 86 329.8 80 316.5V291.9c0-30.2 10.2-58.7 27.9-81.5c12.9-15.5 29.6-28 49.2-35.7l157-61.7c8.2-3.2 17.5 .8 20.7 9s-.8 17.5-9 20.7l-157 61.7c-12.4 4.9-23.3 12.4-32.2 21.6l159.6 57.6c7.6 2.7 15.6 4.1 23.7 4.1s16.1-1.4 23.7-4.1L624.2 182.6c9.5-3.4 15.8-12.5 15.8-22.6s-6.3-19.1-15.8-22.6L343.7 36.1C336.1 33.4 328.1 32 320 32zM128 408c0 35.3 86 72 192 72s192-36.7 192-72L496.7 262.6 354.5 314c-11.1 4-22.8 6-34.5 6s-23.5-2-34.5-6L143.3 262.6 128 408z"/></svg>
</a>
<h4>Under graduate</h4>
</div>
<div data-aos="slide-left" class="home-item-con" >
<a href="">
<svg class="home-icon-list svg-2" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M184 48H328c4.4 0 8 3.6 8 8V96H176V56c0-4.4 3.6-8 8-8zm-56 8V96H64C28.7 96 0 124.7 0 160v96H192 320 512V160c0-35.3-28.7-64-64-64H384V56c0-30.9-25.1-56-56-56H184c-30.9 0-56 25.1-56 56zM512 288H320v32c0 17.7-14.3 32-32 32H224c-17.7 0-32-14.3-32-32V288H0V416c0 35.3 28.7 64 64 64H448c35.3 0 64-28.7 64-64V288z"/></svg>
</a>
<h4>Post graduate</h4>
</div>
<div data-aos="zoom-in" class="home-item-con">
<a href="">
<svg class="home-icon-list svg-3" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M160 96a96 96 0 1 1 192 0A96 96 0 1 1 160 96zm80 152V512l-48.4-24.2c-20.9-10.4-43.5-17-66.8-19.3l-96-9.6C12.5 457.2 0 443.5 0 427V224c0-17.7 14.3-32 32-32H62.3c63.6 0 125.6 19.6 177.7 56zm32 264V248c52.1-36.4 114.1-56 177.7-56H480c17.7 0 32 14.3 32 32V427c0 16.4-12.5 30.2-28.8 31.8l-96 9.6c-23.2 2.3-45.9 8.9-66.8 19.3L272 512z"/></svg>
</a>
<h4>Admission open</h4>
</div>
<div data-aos="slide-right" class="home-item-con" >
<a href="">
<svg class="home-icon-list svg-4" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 640 512"><path d="M544 248v3.3l69.7-69.7c21.9-21.9 21.9-57.3 0-79.2L535.6 24.4c-21.9-21.9-57.3-21.9-79.2 0L416.3 64.5c-2.7-.3-5.5-.5-8.3-.5H296c-37.1 0-67.6 28-71.6 64H224V248c0 22.1 17.9 40 40 40s40-17.9 40-40V176c0 0 0-.1 0-.1V160l16 0 136 0c0 0 0 0 .1 0H464c44.2 0 80 35.8 80 80v8zM336 192v56c0 39.8-32.2 72-72 72s-72-32.2-72-72V129.4c-35.9 6.2-65.8 32.3-76 68.2L99.5 255.2 26.3 328.4c-21.9 21.9-21.9 57.3 0 79.2l78.1 78.1c21.9 21.9 57.3 21.9 79.2 0l37.7-37.7c.9 0 1.8 .1 2.7 .1H384c26.5 0 48-21.5 48-48c0-5.6-1-11-2.7-16H432c26.5 0 48-21.5 48-48c0-12.8-5-24.4-13.2-33c25.7-5 45.1-27.6 45.2-54.8v-.4c-.1-30.8-25.1-55.8-56-55.8c0 0 0 0 0 0l-120 0z"/></svg>
</a>
<h4>Scholership available</h4>
</div>
<div data-aos="slide-right" class="home-item-con">
<a href="">
<svg class="home-icon-list svg-5" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 512 512"><path d="M352 256c0 22.2-1.2 43.6-3.3 64H163.3c-2.2-20.4-3.3-41.8-3.3-64s1.2-43.6 3.3-64H348.7c2.2 20.4 3.3 41.8 3.3 64zm28.8-64H503.9c5.3 20.5 8.1 41.9 8.1 64s-2.8 43.5-8.1 64H380.8c2.1-20.6 3.2-42 3.2-64s-1.1-43.4-3.2-64zm112.6-32H376.7c-10-63.9-29.8-117.4-55.3-151.6c78.3 20.7 142 77.5 171.9 151.6zm-149.1 0H167.7c6.1-36.4 15.5-68.6 27-94.7c10.5-23.6 22.2-40.7 33.5-51.5C239.4 3.2 248.7 0 256 0s16.6 3.2 27.8 13.8c11.3 10.8 23 27.9 33.5 51.5c11.6 26 20.9 58.2 27 94.7zm-209 0H18.6C48.6 85.9 112.2 29.1 190.6 8.4C165.1 42.6 145.3 96.1 135.3 160zM8.1 192H131.2c-2.1 20.6-3.2 42-3.2 64s1.1 43.4 3.2 64H8.1C2.8 299.5 0 278.1 0 256s2.8-43.5 8.1-64zM194.7 446.6c-11.6-26-20.9-58.2-27-94.6H344.3c-6.1 36.4-15.5 68.6-27 94.6c-10.5 23.6-22.2 40.7-33.5 51.5C272.6 508.8 263.3 512 256 512s-16.6-3.2-27.8-13.8c-11.3-10.8-23-27.9-33.5-51.5zM135.3 352c10 63.9 29.8 117.4 55.3 151.6C112.2 482.9 48.6 426.1 18.6 352H135.3zm358.1 0c-30 74.1-93.6 130.9-171.9 151.6c25.5-34.2 45.2-87.7 55.3-151.6H493.4z"/></svg>
</a>
<h4>360 degree view</h4>
</div>
</div>
<!-- roud design -->
<div class="round-dots-con">
<div class="round-dots" data-aos="fade-up">
</div>
<div class="round-dots" data-aos="fade-up">
</div>
<div class="round-dots" data-aos="fade-up">
</div>
<div class="round-dots" data-aos="fade-up">
</div>
<div class="round-dots" data-aos="fade-up">
</div>
<div class="round-dots" data-aos="fade-up">
</div>
<div class="round-dots" data-aos="fade-up">
</div>
<div class="round-dots" data-aos="fade-up">
</div>
<div class="round-dots" data-aos="fade-up">
</div>
<div class="round-dots" data-aos="fade-up">
</div>
<div class="explore-text-con" data-aos="fade-up">
<span class="explore-text">EXPLORE</span>
<span class="explore-text">OUR</span>
<span class="explore-text"> MAJORS</span>
<span class="explore-text">&</span>
<span class="explore-text">PROGRAMS</span>
</div>
</div>
<!-- program cars -->
<div class="program-cards-con" >
<div class="program-cards" data-aos="flip-right">
<div class="p-c-img">
<img class="explore-images" src="../img/explore cards/ug.jpg">
</div>
<div class="program-line"></div>
<div class="p-c-info">
<div class="info-head">
Undergraduate Programs
</div>
<div class="info-content">
The undergraduate programs offered by the college provide a diverse and comprehensive range of academic opportunities for students. With a strong emphasis on experiential learning and cutting-edge curriculum, students can explore various disciplines and gain skills to thrive in their future careers.
</div>
</div>
</div>
<div class="program-cards" data-aos="flip-right">
<div class="p-c-img">
<img class="explore-images" src="../img/explore cards/pg.jpg">
</div>
<div class="program-line"></div>
<div class="p-c-info">
<div class="info-head">
Postgraduate Programs
</div>
<div class="info-content">
The college's postgraduate programs provide advanced academic pursuits and specialized training, enabling students to deepen their expertise in their chosen fields. With research opportunities and expert faculty, students can excel in their careers and make significant contributions to their respective industries.
</div>
</div>
</div>
<div class="program-cards" data-aos="flip-right">
<div class="p-c-img">
<img class="explore-images" src="../img/explore cards/learning.jpg">
</div>
<div class="program-line"></div>
<div class="p-c-info">
<div class="info-head">
Learning & Degree Completion
</div>
<div class="info-content">
The college provides a dynamic learning environment where students can pursue their academic aspirations and achieve their degree goals. With diverse educational offerings, experienced faculty, and a supportive community, students are empowered to excel and complete their degrees successfully.
</div>
</div>
</div>
<div class="program-cards" data-aos="flip-right">
<div class="p-c-img">
<img class="explore-images" src="/img/explore cards/sports.jpg">
</div>
<div class="program-line"></div>
<div class="p-c-info">
<div class="info-head">
extracurricular activities
</div>
<div class="info-content">
The college offers a vibrant array of extracurricular activities, providing students with opportunities to explore their interests, develop leadership skills, and foster meaningful connections. From clubs and sports to arts and volunteering, there's something for everyone to engage and grow.
</div>
</div>
</div>
</div>
<div class="trusty-con" >
<div class="feature-card">
<input type="radio" name="select" id="feature-1" checked>
<input type="radio" name="select" id="feature-2">
<input type="radio" name="select" id="feature-3">
<input type="radio" name="select" id="feature-4">
<input type="checkbox" id="imgTap">
<div class="feature-sliders">
<label for="feature-1" class="feature-tap feature-tap-1"></label>
<label for="feature-2" class="feature-tap feature-tap-2"></label>
<label for="feature-3" class="feature-tap feature-tap-3"></label>
<label for="feature-4" class="feature-tap feature-tap-4"></label>
</div>
<div class="feature-inner-part">
<label for="imgTap" class="feature-img">
<img class="feature-img-4" src="/public/img/trusty/Chairman - KGI.jpg">
</label>
<div class="feature-content feature-content-1">
<span>Ramkumar</span>
<div class="feature-title">Principle</div>
<div class="feature-text">Ramkumar, the college principal, prioritizes academic excellence, student welfare, and inclusivity. With a focus on innovation and ethics, he nurtures future leaders, empowering them to make a positive impact on society.</div>
</div>
</div>
<div class="feature-inner-part">
<label for="imgTap" class="feature-img">
<img class="feature-img-1" src="/public/img/trusty/Correspondent - KGI.jpg">
</label>
<div class="feature-content feature-content-2">
<span>Trusty Name</span>
<div class="feature-title">Chairman</div>
<div class="feature-text">The chairman fosters growth, accountability, and innovation. Inspiring teams with strong leadership, guiding the organization towards success, and sustainability in pursuit of its goals.</div>
</div>
</div>
<div class="feature-inner-part">
<label for="imgTap" class="feature-img">
<img class="feature-img-2" src="/public/img/trusty/Secretary 01 - KGI.jpg">
</label>
<div class="feature-content feature-content-3">
<span>Trusty Name</span>
<div class="feature-title">Correspondent</div>
<div class="feature-text">As the correspondent, the leader ensures effective communication and coordination, overseeing the institution's affairs, fostering growth, and maintaining a positive educational environment for students and staff.</div>
</div>
</div>
<div class="feature-inner-part">
<label for="imgTap" class="feature-img">
<img class="feature-img-3" src="/public/img/trusty/Treasurer - KGI.jpg">
</label>
<div class="feature-content feature-content-4">
<span>Trusty Name</span>
<div class="feature-title">CEO</div>
<div class="feature-text">As the college CEO, the executive oversees all aspects of the institution. They lead strategic planning, ensure academic excellence, and create a conducive learning environment for students' holistic development and success.</div>
</div>
</div>
</div>
</div>
<div class="blue-con">
<div class="blue-img-con1">
<img class="blue-img" src="../img/backgrond/blue2.png">
</div>
<div class="blue-svg">
<div class="blue-svg-1" data-aos="slide-right" data-aos-delay="300">
<svg class="quoate-svg-1" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M0 216C0 149.7 53.7 96 120 96h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V320 288 216zm256 0c0-66.3 53.7-120 120-120h8c17.7 0 32 14.3 32 32s-14.3 32-32 32h-8c-30.9 0-56 25.1-56 56v8h64c35.3 0 64 28.7 64 64v64c0 35.3-28.7 64-64 64H320c-35.3 0-64-28.7-64-64V320 288 216z"/></svg>
</div>
<div class="blue-svg-2 trail" >
<svg class="quoate-svg-1" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M448 296c0 66.3-53.7 120-120 120h-8c-17.7 0-32-14.3-32-32s14.3-32 32-32h8c30.9 0 56-25.1 56-56v-8H320c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h64c35.3 0 64 28.7 64 64v32 32 72zm-256 0c0 66.3-53.7 120-120 120H64c-17.7 0-32-14.3-32-32s14.3-32 32-32h8c30.9 0 56-25.1 56-56v-8H64c-35.3 0-64-28.7-64-64V160c0-35.3 28.7-64 64-64h64c35.3 0 64 28.7 64 64v32 32 72z"/></svg>
</div>
<div class="blue-svg-con" data-aos="flip-up" >
</div>
</div>
</div>
<div class="round-dots-con round-dots-con-2">
<div class="explore-text-con a-head" data-aos="fade-up">
Advance Learning
</div>
<div class="round-dots dots2" data-aos="fade-up">
</div>
<div class="round-dots dots2" data-aos="fade-up">
</div>
<div class="round-dots dots2" data-aos="fade-up">
</div>
<div class="round-dots dots2" data-aos="fade-up">
</div>
<div class="round-dots dots2" data-aos="fade-up">
</div>
<div class="round-dots dots2" data-aos="fade-up">
</div>
</div>
<div class="advance-learning-con">
<div class="advance-learning">
<img class="computer-img" src="../img/svg/undraw_Firmware_re_fgdy1.png">
</div>
<div class="advance-learning-text-con">
<div class="a-l-con" data-aos="fade-up">
<div class="a-l-check">
<svg class="tick" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M342.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 178.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l80 80c12.5 12.5 32.8 12.5 45.3 0l160-160zm96 128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 402.7 54.6 297.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l256-256z"/></svg>
</div>
<div class="a-l-text">
Advanced Skill Development
</div>
</div>
<div class="a-l-con" data-aos="fade-up">
<div class="a-l-check" >
<svg class="tick" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M342.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 178.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l80 80c12.5 12.5 32.8 12.5 45.3 0l160-160zm96 128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 402.7 54.6 297.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l256-256z"/></svg>
</div>
<div class="a-l-text">
Personalized Guidance
</div>
</div>
<div class="a-l-con" data-aos="fade-up">
<div class="a-l-check">
<svg class="tick" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M342.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 178.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l80 80c12.5 12.5 32.8 12.5 45.3 0l160-160zm96 128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 402.7 54.6 297.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l256-256z"/></svg>
</div>
<div class="a-l-text">
Global Networking Opportunities
</div>
</div>
<div class="a-l-con" data-aos="fade-up">
<div class="a-l-check">
<svg class="tick" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M342.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 178.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l80 80c12.5 12.5 32.8 12.5 45.3 0l160-160zm96 128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 402.7 54.6 297.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l256-256z"/></svg>
</div>
<div class="a-l-text">
Hands-On Experience
</div>
</div>
<div class="a-l-con" data-aos="fade-up" data-aos-delay="250" >
<div class="a-l-check">
<svg class="tick" xmlns="http://www.w3.org/2000/svg" height="1em" viewBox="0 0 448 512"><path d="M342.6 86.6c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 178.7l-57.4-57.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l80 80c12.5 12.5 32.8 12.5 45.3 0l160-160zm96 128c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L160 402.7 54.6 297.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l128 128c12.5 12.5 32.8 12.5 45.3 0l256-256z"/></svg>
</div>
<div class="a-l-text">
Career Readiness Focus
</div>
</div>
</div>
</div>
<div class="placement-head" data-aos="slide-up">
Placement Activities
</div>
<div class="placement-con">
<div class="placement-text-con" data-aos="flip-left">
<div class="placement-text">
<span class="builder-word">Builders</span> <span class="placement-word">Engineering</span> <span class="placement-word">College</span> <span class="placement-word">takes</span> <span class="placement-word">pride</span> <span class="placement-word">in</span> <span class="placement-word">its</span> <span class="placement-word">Placement</span> & <span class="placement-word">Training</span> <span class="placement-word">Cell</span>, <span class="placement-word">which</span> <span class="placement-word">features</span> <span class="placement-word">a</span> <span class="placement-word">dedicated</span> <span class="placement-word">Placement</span> <span class="placement-word">Officer</span> <span class="placement-word">organizing</span> <span class="placement-word">both</span> <span class="placement-word">on-campus</span> & <span class="placement-word">off-campus</span> <span class="placement-word">employment</span> <span class="placement-word">drives</span>. <span class="placement-word">Our</span> <span class="placement-word">mission</span> <span class="placement-word">is</span> <span class="placement-word">to</span> <span class="placement-word">help</span> <span class="placement-word">students</span> <span class="placement-word">identify</span> <span class="placement-word">educational</span> <span class="placement-word">objectives</span>, <span class="placement-word">career</span> <span class="placement-word">goals</span>, <span class="placement-word">acquire</span> <span class="placement-word">career-oriented</span> <span class="placement-word">skills</span>, <span class="placement-word">and</span> <span class="placement-word">achieve</span> <span class="placement-word">their</span> <span class="placement-word">dream</span> <span class="placement-word">jobs</span>. <span class="placement-word">Industry</span> <span class="placement-word">experts</span>, <span class="placement-word">professionals</span>, & <span class="placement-word">coordinators</span> <span class="placement-word">conduct</span> <span class="placement-word">Placement</span> <span class="placement-word">Training</span>, <span class="placement-word">preparing</span> <span class="placement-word">students</span> <span class="placement-word">for</span> <span class="placement-word">aptitude</span> <span class="placement-word">tests</span>, <span class="placement-word">technical</span> <span class="placement-word">aspects</span>, <span class="placement-word">numerical</span> <span class="placement-word">ability</span>, <span class="placement-word">and</span> <span class="placement-word">group</span> <span class="placement-word">discussions</span>. <span class="placement-word">Mock</span> <span class="placement-word">interviews</span> <span class="placement-word">are</span> <span class="placement-word">conducted</span> <span class="placement-word">to</span> <span class="placement-word">assess</span> <span class="placement-word">skills</span> <span class="placement-word">and</span> <span class="placement-word">build</span> <span class="placement-word">their</span> <span class="placement-word">self-esteem</span>. <span class="placement-word">We</span> <span class="placement-word">strive</span> <span class="placement-word">to</span> <span class="placement-word">empower</span> <span class="placement-word">students</span> <span class="placement-word">to</span> <span class="placement-word">excel</span> <span class="placement-word">in</span> <span class="placement-word">their</span> <span class="placement-word">chosen</span> <span class="placement-word">fields</span>, <span class="placement-word">providing</span> <span class="placement-word">ample</span> <span class="placement-word">opportunities</span> <span class="placement-word">Forgrowth</span> <span class="placement-word">And</span> <span class="placement-word">Success </span> <span class="placement-word">In</span> <span class="placement-word">The</span> <span class="placement-word">Competitive</span> <span class="dot-word">...</span>
</div>
<button class="placement-btn" data-aos="slide-up" > <span class="read-more"><a href="/placement">Read More</a></span></button>
</div>
<div class="placement-img-con">
<img class="interview-img" src="../img/svg/undraw_Interview_re_e5jn.png" alt="">
</div>
</div>
<div class="b-strong-con">
<div class="strong-text" data-aos="zoom-out-down">
Builders Strong
</div>
<div class="strong-icon-con">
<div class="s-icon-con" data-aos="slide-left">
<img class="strong-icon" src="../img/home icons/shooting-stars.png">
<h2 class="s-icon-text s-icon-text1">Best Value <br> College</h2>
</div>
<div class="s-icon-con" data-aos="slide-up" >
<img class="strong-icon" src="../img/home icons/award.png">
<h2 class="s-icon-text s-icon-text2">Best Teaching<br> Methods</h2>
</div>
<div class="s-icon-con" data-aos="slide-right">
<img class="strong-icon" src="../img/home icons/partnership.png" alt="">
<h2 class="s-icon-text s-icon-text3">A Hispanic-serving <br>Institution</h2>
</div>
</div>
</div>
<div class="alumini-con" data-aos="slide-right ">
<div class="alumini-text">
Our Proud aluminies
</div>
<div class="slide-container swiper">
<div class="slide-content">
<div class="card-wrapper swiper-wrapper">
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"></span>
<div class="card-image">
<img src="/img/aluminis/Picsart_23-03-05_22-36-32-305.jpg" alt="" class="card-img">
</div>
</div>
<div class="card-content">
<h2 class="name">Shikkandar Badusha<br>(Web designer)</h2>
<p class="description">Introducing our college website designer, Shikkandar Badusha - an esteemed alumnus whose creativity and dedication have given our online platform a remarkable makeover. With his exceptional design skills, he has left an indelible mark on our institution, inspiring excellence and innovation among current and future students. Proudly showcasing our talented graduate!</p>
<button class="button">View More</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"></span>
<div class="card-image">
<img src="../img/aluminis/akash.png" alt="" class="card-img">
</div>
</div>
<div class="card-content">
<h2 class="name">akash Sha<br>(full-stack developer)</h2>
<p class="description">Introducing our college website designer, Shikkandar Badusha - an esteemed alumnus whose creativity and dedication have given our online platform a remarkable makeover. With his exceptional design skills, he has left an indelible mark on our institution, inspiring excellence and innovation among current and future students. Proudly showcasing our talented graduate!</p>
<button class="button">View More</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"></span>
<div class="card-image">
<img src="../img/aluminis/WhatsApp Image 2023-07-24 at 09.47.10.jpg" alt="" class="card-img">
</div>
</div>
<div class="card-content">
<h2 class="name">Saravanan<br>(ISRO scientist)</h2>
<p class="description">Introducing our esteemed college alumnus, Saravanan, an ISRO scientist. With a brilliant career at the Indian Space Research Organisation, he contributes to groundbreaking advancements in space exploration and technology. His exceptional achievements reflect the excellence our institution instills, making us proud to celebrate this remarkable scientist and his significant contributions.</p>
<button class="button">View More</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"></span>
<div class="card-image">
<img src="../img/aluminis/panprak ravi.jpg" alt="" class="card-img">
</div>
</div>
<div class="card-content">
<h2 class="name">Ramesh<br>(VFX artiest)</h2>
<p class="description">Meet Ramesh, our outstanding VFX artist and proud college alumnus. With a flair for creativity and a passion for visual effects, he weaves enchanting worlds on the screen. Ramesh's exceptional talent and dedication have earned him accolades in the film and entertainment industry, making us proud to celebrate his remarkable achievements!</p>
<button class="button">View More</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"></span>
<div class="card-image">
<img src="../img/aluminis/sarwase.jpg" alt="" class="card-img">
</div>
</div>
<div class="card-content">
<h2 class="name">Sarvesh<br>(District Collector)</h2>
<p class="description">Introducing Sarvesh, our esteemed college alumnus, now serving as a District Collector. With a strong sense of public service and exceptional leadership, he brings positive changes to the region. Sarvesh's commitment to community welfare and administrative excellence reflects the values our institution instills. We proudly celebrate his impactful contributions as a District Collector.</p>
<button class="button">View More</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"></span>
<div class="card-image">
<img src="../img/aluminis/aristrada.jpg" alt="" class="card-img">
</div>
</div>
<div class="card-content">
<h2 class="name">Arisrada<br>(Hacker)</h2>
<p class="description">Introducing Arisrada, our talented college alumnus, and a skilled Hacker. With a passion for coding and innovation, they create cutting-edge software solutions that push technological boundaries. Arisrada's exceptional development skills and dedication reflect the excellence our institution fosters. We proudly celebrate their achievements and contributions to the tech industry.</p>
<button class="button">View More</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"></span>
<div class="card-image">
<img src="../img/aluminis/soniya.jpg" alt="" class="card-img">
</div>
</div>
<div class="card-content">
<h2 class="name">Soniya Munda<br>(Bts Singer)</h2>
<p class="description">Introducing Soniya, our talented college alumna and an aspiring BTS singer. With a captivating voice and passion for music, she aspires to follow in the footsteps of her favorite K-pop group. Soniya's dedication and musical talent reflect the creative spirit fostered by our institution. We cheer her on as she pursues her dreams!</p>
<button class="button">View More</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"></span>
<div class="card-image">
<img src="../img/aluminis/pavithra.jpg" alt="" class="card-img">
</div>
</div>
<div class="card-content">
<h2 class="name">Pavithra Gokali<br>(IBM Manager)</h2>
<p class="description">Introducing Soniya π€πΆ, our college alumna and rising BTS singer. Her mesmerizing voice and global appeal π have earned her recognition on the international music stage. With exceptional talent and hard work, she continues to inspire many. Proudly celebrating our musical prodigy and her extraordinary journey to success! ππ΅ We eagerly await her future achievements!</p>
<button class="button">View More</button>
</div>
</div>
<div class="card swiper-slide">
<div class="image-content">
<span class="overlay"></span>
<div class="card-image">
<img src="../img/aluminis/lagadeep.jpg" alt="" class="card-img">
</div>
</div>
<div class="card-content">
<h2 class="name">Logadeep<br>(NASA scientist)</h2>
<p class="description">Introducing Logadeep, π our esteemed college alumnus and NASA scientist! With a brilliant career at the National Aeronautics and Space Administration, he contributes to groundbreaking advancements in space exploration ππ His exceptional achievements reflect the excellence our institution instills, making us proud to celebrate this remarkable scientist and his significant contributions to the cosmos! π π¨βπ</p>
<button class="button">View More</button>
</div>
</div>
</div>
</div>
<div class="swiper-button-next swiper-navBtn"></div>
<div class="swiper-button-prev swiper-navBtn"></div>
<div class="swiper-pagination"></div>
</div>
</div>
<%- include('views/footer.ejs')%>
<script src="/js/aluminies.js"></script>
<script src="/js/home.js"></script>
<%- include('views/foot.ejs')%>
</body>
</html>