-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
662 lines (640 loc) · 26.8 KB
/
index.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
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
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pune College of Engineering - Home</title>
<!-- Meta Tags -->
<!-- See: https://css-tricks.com/essential-meta-tags-social-media/ -->
<!-- Facebook -->
<meta property="og:title" content="Pune College of Engineering">
<meta property="og:description" content="Pune College of Engineering - the best college for IT in Pune">
<meta property="og:image" content="https://punecollege.netlify.app/img/banner.jpg">
<meta property="og:url" content="https://punecollege.netlify.app/index.html">
<!-- Twitter -->
<meta name="twitter:title" content="Pune College of Engineering">
<meta name="twitter:description" content="Pune College of Engineering - the best college for IT in Pune">
<meta name="twitter:image" content="https://punecollege.netlify.app/img/banner.jpg">
<meta name="twitter:card" content="Summary">
<!-- fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800&family=Source+Serif+Pro:wght@200;300;400;600;700&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/simplelightbox/2.7.0/simple-lightbox.min.css">
<link rel="stylesheet" href="css/site.css">
</head>
<body>
<!-- navbar and banner -->
<header>
<nav class="navbar upper justify-content-between align-items-center">
<div class="left-actions d-flex">
<div class="mail">
<img src="img/mail.png" alt=""> <span>info@punecollege.edu.in</span>
</div>
<div class="call ml-3">
<img src="img/call.png" alt=""> <span>020 - 12345678</span>
</div>
<div class="social ml-3">
<a href="#"><img src="img/facebook.png" alt="Facebook"></a>
<a href="#"><img src="img/youtube.png" alt="YouTube"></a>
<a href="#"><img src="img/linkedin.png" alt="LinkedIn"></a>
<a href="#"><img src="img/twitter.png" alt="Twitter"></a>
<a href="#"><img src="img/insta.png" alt="Instagram"></a>
</div>
</div>
<div class="right-actions d-flex align-items-center">
<div class="links">
<a href="#"><span>Staff</span></a>
<a href="#" class="ml-3"><span>Alumni</span></a>
<a href="#" class="ml-3"><span>News & Events</span></a>
</div>
<a href="#" class="btn btn-apply"><span>APPLY NOW</span></a>
</div>
</nav>
<nav class="middle d-flex justify-content-between align-items-center flex-wrap">
<div class="left-items d-flex">
<img src="img/book-reader.png" class="profile" alt="Pune College of Engineering">
<div class="info ml-4">
<p>SOCIAL WELFARE SOCIETY'S</p>
<p class="college">PUNE COLLEGE OF ENGINEERING</p>
<p>Affiliated to Savitribai Phule Pune University</p>
<p class="text-danger">NAAC Accredited "A"</p>
</div>
</div>
<div class="right-items">
<a href="#" class="btn btn-admission">ADMISSIONS 2020-2021</a>
</div>
</nav>
<nav class="navbar lower navbar-expand-lg">
<div class="container">
<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 active">
<a class="nav-link" href="#">Home</span></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Courses</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Admissions</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">People</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Campus Life</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#">Others</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="banner d-flex justify-content-start align-items-center">
<div class="container-fluid">
<div class="row no-gutters">
<div class="col-md-9">
<div class="banner-img">
</div>
</div>
<div class="col-md-3">
<div class="notifications">
<h4 class="py-4 text-center">News and Updates</h4>
<ul class="update-items">
<li>
<span>Eligibility List 2020-2021</span>
<a href="#" class="btn btn-new">NEW</a>
</li>
<li>
<span>
BSC (Comp Sci.) Admission 2020-2021
extended to 30th Feb, 2021
</span>
<a href="#" class="btn btn-new">NEW</a>
</li>
<li>
<span>
Merit List for 2nd Year BSC(comp. sci.) published
</span>
<a href="#" class="btn btn-new">NEW</a>
</li>
<li>
<span>
Results of MCA 1st Year Announced
</span>
<a href="#" class="btn btn-new">NEW</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- main for website sections -->
<main>
<!-- highlights -->
<div class="highlights">
<div class="container">
<div class="row justify-content-center">
<div class="col-md-3 highlight-item">
<img src="img/programs.jpg" class="img-fluid" alt="Programs">
<p class="highlight-title mb-0">
PROGRAMS OFFERED
</p>
</div>
<div class="col-md-3 highlight-item">
<img src="img/entrepreneurship.jpg" class="img-fluid" alt="Entrepreneurship">
<p class="highlight-title mb-0">
ENTREPRENEURSHIP
</p>
</div>
<div class="col-md-3 highlight-item">
<img src="img/research.jpg" class="img-fluid" alt="Research">
<p class="highlight-title mb-0">
RESEARCH & INNOVATION
</p>
</div>
</div>
</div>
</div>
<!-- about -->
<section class="about-section py-7">
<div class="container relative">
<div class="section-header">
<h1 class="section-title float-left">ABOUT PUNE COLLEGE</h1>
<div class="section-divider d-none d-sm-block"></div>
</div>
<div class="clearfix"></div>
<div class="row">
<div class="col-md-4">
<img src="img/college.jpg" class="img-fluid mt-2" alt="Profile">
</div>
<div class="col-md-6 offset-md-1">
<p class="about-info">
Pune College of Engineering is one of the top college for
pursuing engeering degrees in Pune.
<br>
Below text is a dummy text which will be replaced with actual text in
website development. Lorem, ipsum dolor sit amet consectetur adipisicing elit.
Deleniti odio, assumenda molestiae hic veniam exercitationem optio corporis e
rror vero aspernatur.
</p>
<div class="features d-flex gap-2">
<ul>
<li>
<img src="img/checkbox.png" alt="Checkbox"> <span>Quality Education</span>
</li>
<li>
<img src="img/checkbox.png" alt="Checkbox"> <span>Excellent Infrastructure</span>
</li>
<li>
<img src="img/checkbox.png" alt="Checkbox"> <span>Value based Education</span>
</li>
<li>
<img src="img/checkbox.png" alt="Checkbox"> <span>Experienced Faculty</span>
</li>
</ul>
<ul>
<li>
<img src="img/checkbox.png" alt="Checkbox"> <span>Inter collegiate events</span>
</li>
<li>
<img src="img/checkbox.png" alt="Checkbox"> <span>Ragging free campus</span>
</li>
<li>
<img src="img/checkbox.png" alt="Checkbox"> <span>StartUp & Innovation</span>
</li>
<li>
<img src="img/checkbox.png" alt="Checkbox"> <span>Placement Assistance</span>
</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- principal message -->
<section class="principal-section py-7">
<div class="container relative">
<div class="section-header">
<h1 class="section-title float-left">PRINCIPAL'S MESSAGE</h1>
<div class="section-divider d-none d-sm-block"></div>
</div>
<div class="clearfix"></div>
<div class="row">
<div class="col-md-6">
<p class="message-info">
This section will contain the principal’s or director’s message
about the college. And, this paragraph should contain main highlights
for the message and enforce to read the below paragraph.
This can be the second para and other details. Lorem, ipsum dolor
sit amet consectetur adipisicing elit. Deleniti odio, assumenda
molestiae hic veniam exercitationem optio corporis error vero aspernatur.
<br>
<br>
Lorem ipsum dolor sit amet consectetur adipisicing elit.
Voluptate optio nihil, sunt quia at sint quaerat
perferendis tenetur maiores ducimus?
</p>
</div>
<div class="col-md-4 offset-md-1">
<img src="img/principal.jpg" class="img-fluid mt-2" alt="Principal">
</div>
</div>
</div>
</section>
<!-- admissions -->
<section class="admissions-section py-7">
<div class="container">
<div class="section-header">
<h1 class="section-title float-left">ADMISSIONS</h1>
<div class="section-divider d-none d-sm-block"></div>
</div>
<div class="clearfix"></div>
<div class="row no-gutters">
<div class="col-md-3">
<img src="img/admissions.jpg" alt="Admissions" class="img-fluid">
</div>
<div class="col-md-9">
<ul class="nav nav-tabs border-0" id="admissionsTab" role="tablist">
<li class="nav-item" role="presentation">
<a class="nav-link active" id="bachelor-tab" data-toggle="tab" href="#bachelor"
role="tab" aria-controls="bachelor" aria-selected="true">Bachelor</a>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" id="masters-tab" data-toggle="tab" href="#masters"
role="tab" aria-controls="profile" aria-selected="false">Masters</a>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" id="doctorate-tab" data-toggle="tab" href="#doctorate"
role="tab" aria-controls="contact" aria-selected="false">Doctorate</a>
</li>
<li class="nav-item" role="presentation">
<a class="nav-link" id="international-tab" data-toggle="tab" href="#international"
role="tab" aria-controls="international" aria-selected="false">International Students</a>
</li>
</ul>
<div class="tab-content" id="admissionsTabContent">
<div class="tab-pane fade show active" id="bachelor" role="tabpanel" aria-labelledby="bachelor-tab">
<h4>Bachelore</h4>
<p>
If you're interested in pursuing a course at Pune college of Engineering.
Follow the links below:
</p>
<ul>
<li><img src="img/arrow.png" alt="Arrow"><span>Requirements</span></li>
<li><img src="img/arrow.png" alt="Arrow"><span>Apply Now</span></li>
<li><img src="img/arrow.png" alt="Arrow"><span>Programs</span></li>
</ul>
</div>
<div class="tab-pane fade" id="masters" role="tabpanel" aria-labelledby="masters-tab">
<h4>Masters</h4>
<p>
If you're interested in pursuing a course at Pune college of Engineering.
Follow the links below:
</p>
<ul>
<li><img src="img/arrow.png" alt="Arrow"><span>Requirements</span></li>
<li><img src="img/arrow.png" alt="Arrow"><span>Apply Now</span></li>
<li><img src="img/arrow.png" alt="Arrow"><span>Programs</span></li>
</ul>
</div>
<div class="tab-pane fade" id="doctorate" role="tabpanel" aria-labelledby="doctorate-tab">
<h4>Doctorate</h4>
<p>
If you're interested in pursuing a course at Pune college of Engineering.
Follow the links below:
</p>
<ul>
<li><img src="img/arrow.png" alt="Arrow"><span>Requirements</span></li>
<li><img src="img/arrow.png" alt="Arrow"><span>Apply Now</span></li>
<li><img src="img/arrow.png" alt="Arrow"><span>Programs</span></li>
</ul>
</div>
<div class="tab-pane fade" id="international" role="tabpanel" aria-labelledby="international-tab">
<h4>International Students</h4>
<p>
To maintain the relationship with outside world, we have given a path to
build a relationship by giving international students a special features:
</p>
<ul>
<li><img src="img/arrow.png" alt="Arrow"><span>Requirements</span></li>
<li><img src="img/arrow.png" alt="Arrow"><span>Apply Now</span></li>
<li><img src="img/arrow.png" alt="Arrow"><span>Programs</span></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- covid -->
<section class="covid-section py-7">
<div class="container">
<div class="row">
<div class="col-md-8 d-none d-md-block">
<div class="background-container">
<div class="image-wrapper">
<a href="#"><img src="img/covid.jpg" alt="Covid response" class="img-fluid"></a>
</div>
</div>
</div>
<div class="col-md-7">
<div class="covid-text-wrapper">
<div class="inner-content">
<h2 class="title mb-4">Pune College of Engineering responds to COVID 19</h2>
<div class="description mb-4">
<p>
Following College true mission to serve the community, the nation and the world,
students, faculty, staff and management are addressing the COVID-19 pandemic on
multiple fronts. Explore new research, community impact initiatives, expert
perspectives and more.
</p>
</div>
<a href="#"><span class="text-primary">READ MORE NEWS <img src="img/arrow.png" alt="Arrow"></span></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- stats -->
<div class="stats-section py-7">
<div class="bg-cover">
<div class="container">
<div class="section-header">
<h1 class="section-title text-center">HIGHLIGHTS</h1>
</div>
<div class="row justify-content-center text-center">
<div class="col-md-3 col-6">
<div class="highlight-item">
<h1>50+ Years</h1>
<p>Education Experience</p>
</div>
</div>
<div class="col-md-2 col-6">
<div class="highlight-item">
<h1>100+</h1>
<p>Programs</p>
</div>
</div>
<div class="col-md-2 col-6">
<div class="highlight-item">
<h1>150+</h1>
<p>Faculties</p>
</div>
</div>
<div class="col-md-2 col-6">
<div class="highlight-item">
<h1>5000+</h1>
<p>Alumni</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- news and events -->
<section class="news-events-section bg-white py-7">
<div class="container-fluid">
<div class="row">
<div class="col-lg-9">
<div class="row">
<div class="section-header col-12">
<h1 class="section-title"><span class="title">NEWS</span>
<a href="#" class="view-more">VIEW MORE</a></h1>
</div>
<div class="col-md-4">
<div class="news-item mb-4">
<img src="img/staff-meeting.jpg" alt="Staff Meeting" class="img-fluid">
<div class="news-info-wrapper">
<p>
Staff meeting hold successfully to
tackle new challenges
for next semester.
</p>
<p>
<img src="img/time.png" alt="Time"> <span>21<sup>st</sup> Feb, 2021</span>
</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="news-item">
<img src="img/hackathon.jpg" alt="Hackathon" class="img-fluid">
<div class="news-info-wrapper">
<p>
Intercollege Hackthon successfully hosted in Pune College of Engineering.
</p>
<p>
<img src="img/time.png" alt="Time"> <span>1<sup>st</sup> Feb, 2021</span>
</p>
</div>
</div>
</div>
<div class="col-md-4 mb-4">
<div class="news-item">
<img src="img/alumni-meet.jpg" alt="Hackathon" class="img-fluid">
<div class="news-info-wrapper">
<p>
100% results to all the MCA students in the second semester.
</p>
<p>
<img src="img/time.png" alt="Time"> <span>15<sup>th</sup> Jan, 2021</span>
</p>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="row">
<div class="events-header section-header col-12">
<h1 class="section-title"><span class="title">EVENTS</span>
<a href="#" class="view-more">VIEW MORE</a></h1>
</div>
<div class="col-12">
<ul class="events">
<li class="event-item d-flex">
<div class="date">
<span>3<sup>rd</sup></span> Jan, 2021
</div>
<div class="name">
Online Alumni-Interaction
Session with faculty and
student
</div>
</li>
<li class="event-item d-flex">
<div class="date">
<span>5<sup>th</sup></span> Mar, 2021
</div>
<div class="name">
Career Guidance by
BRG to Masters Students
</div>
</li>
<li class="event-item d-flex">
<div class="date">
<span>10<sup>th</sup></span> Mar, 2021
</div>
<div class="name">
Fresher’s party by 2nd year
BSc(comp sci) to 3rd year
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-md-10">
<div class="anniversary-news d-flex flex-column align-items-start justify-content-center">
<h1 class="title">50<sup>th</sup> ANNIVERSARY [1970 - 2021]</h1>
<h1 class="title mb-4">Pune College of Engineering</h1>
<a href="#" class="btn btn-danger px-4 rounded-0">View Celebration Moments <img src="img/chevron-right.png" alt="Right arrow"></a>
</div>
</div>
</div>
</div>
</section>
<!-- gallery -->
<section class="gallery-section bg-gray py-7">
<div class="container">
<div class="section-header">
<h1 class="section-title float-left">GALLERY</h1>
<a href="#" class="view-more float-right ml-3">VIEW MORE</a></h1>
<div class="section-divider"></div>
</div>
<div class="clearfix"></div>
<div class="row gallery-items">
<div class="col-md-3 mb-4">
<a href="img/gallery/covid.jpg">
<img src="img/gallery/covid.jpg" class="card-img-top" alt="...">
</a>
</div>
<div class="col-md-3 mb-4">
<a href="img/gallery/cycling.jpg">
<img src="img/gallery/cycling.jpg" class="card-img-top" alt="...">
</a>
</div>
<div class="col-md-3 mb-4">
<a href="img/gallery/entrepreneurship.jpg">
<img src="img/gallery/entrepreneurship.jpg" class="card-img-top" alt="...">
</a>
</div>
<div class="col-md-3 mb-4">
<a href="img/gallery/event.jpg">
<img src="img/gallery/event.jpg" class="card-img-top" alt="...">
</a>
</div>
<div class="col-md-3 mb-4">
<a href="img/gallery/getogether.jpg">
<img src="img/gallery/getogether.jpg" class="card-img-top" alt="...">
</a>
</div>
<div class="col-md-3 mb-4">
<a href="img/gallery/meeting.jpg">
<img src="img/gallery/meeting.jpg" class="card-img-top" alt="...">
</a>
</div>
<div class="col-md-3 mb-4">
<a href="img/gallery/online.jpg">
<img src="img/gallery/online.jpg" class="card-img-top" alt="...">
</a>
</div>
<div class="col-md-3 mb-4">
<a href="img/gallery/work-together.jpg">
<img src="img/gallery/work-together.jpg" class="card-img-top" alt="...">
</a>
</div>
</div>
</div>
</section>
<!-- partners -->
<section class="partners-section bg-white py-7">
<div class="section-header">
<h1 class="section-title text-center">OUR INDUSTRY PARTNERS</h1>
</div>
<div class="container">
<div class="row justify-content-center">
<img src="img/comp1.png" alt="Partner 1">
<img src="img/comp2.png" alt="Partner 2">
<img src="img/comp5.png" alt="Partner 5">
<img src="img/comp3.png" alt="Partner 3">
<img src="img/comp4.png" alt="Partner 4">
</div>
</div>
</section>
<!-- contact -->
<section class="contact-section py-7">
<div class="container">
<div class="row">
<div class="col-md-4">
<img src="img/location.png" alt="Location" class="img-fluid">
</div>
<div class="col-md-4">
<h3 class="text-white mb-3">Get In Touch</h3>
<div class="contact-info text-white">
<div class="location d-flex mb-2">
<img src="img/map.png" alt="Location">
<p class="pl-2">
Pune College,
ABC Road, Ghorpadi,
Pune 423401
Maharashtra, India
</p>
</div>
<div class="location d-flex mb-2">
<img src="img/call.png" alt="Call">
<p class="pl-2">
020 12345678 <br>
020 98765432
</p>
</div>
<div class="location d-flex">
<img src="img/mail.png" alt="Mail">
<p class="pl-2">
enquiry@punecollege.edu.in
</p>
</div>
</div>
</div>
<div class="col-md-4">
<h3 class="text-white mb-3">Quick Links</h3>
<div class="quick-links text-white">
<ul>
<li><img src="img/chevron-right.png" alt=""><span>Facilities</span></li>
<li><img src="img/chevron-right.png" alt=""><span>Scholarship</span></li>
<li><img src="img/chevron-right.png" alt=""><span>Virtual Classroom</span></li>
<li><img src="img/chevron-right.png" alt=""><span>College Life</span></li>
<li><img src="img/chevron-right.png" alt=""><span>Entrepreneurship Cell</span></li>
<li class="mb-0"><img src="img/chevron-right.png" alt=""><span>Anti-ragging</span></li>
</ul>
</div>
</div>
</div>
</div>
</section>
</main>
<!-- footer -->
<footer class="footer-section">
<p class="mb-0 text-center">Copyright © 2021. Pune College of Engineering. <span>Developed by Students.</span></p>
</footer>
<!-- JavaScripts -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/simplelightbox/2.7.0/simple-lightbox.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>