-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
756 lines (699 loc) · 37.1 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
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CUTM-LMS</title>
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<meta content="Free HTML Templates" name="keywords">
<meta content="Free HTML Templates" name="description">
<!-- Favicon -->
<link href="img/favicon.jpg" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<style>
#chat-icon {
position: fixed;
bottom: 20px;
right: 20px;
background-color: #007bff;
color: white;
font-size: 24px;
padding: 10px;
border-radius: 50%;
cursor: pointer;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#chatbot-container {
position: fixed;
bottom: 70px;
right: 20px;
width: 300px;
background:#cfe2f3;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
border-radius: 8px;
display: flex;
flex-direction: column;
display: none; /* Initially hidden */
}
#chatbot {
display: flex;
flex-direction: column;
padding: 10px;
}
#chat-window {
flex: 1;
padding: 10px;
overflow-y: auto;
max-height: 300px;
}
#chat-output {
margin-bottom: 10px;
}
.message {
padding: 8px;
margin-bottom: 10px;
border-radius: 5px;
clear: both;
}
.user-message {
background-color: #d1e7dd;
align-self: flex-end;
}
.bot-message {
background-color: #f8d7da;
align-self: flex-start;
}
#user-input {
border: none;
padding: 10px;
border-top: 1px solid #ddd;
width: 200px;
box-sizing: border-box;
}
.col-9,.col-3{
padding-left: 0px;
}
.container{
margin-bottom: 10px;
}
#send-button {
border: none;
padding: 10px;
background-color: #44546A;
color: white;
cursor: pointer;
width: 70px;
border-top: 1px solid #ddd;
}
#send-button:hover {
background-color: #2e496e;
}
#close-button {
border: none;
padding: 10px;
background-color: #44546A;
color: white;
cursor: pointer;
width: 100%;
border-top: 1px solid #ddd;
text-align: center;
}
#close-button:hover {
background-color: #2e496e;
}
.hidden {
display: none;
}
</style>
</head>
<body>
<!-- Topbar Start -->
<div class="container-fluid d-none d-lg-block">
<div class="row align-items-center py-4 px-xl-5">
<div class="col-lg-3">
<a href="" class="text-decoration-none">
<img src="./img/logo.png" alt="CUTM Logo" style="width: 55px; height: auto;">
<h1 class="m-0 d-inline-block ml-2"><span class="text-primary">CUTM</span>LMS</h1>
</a>
</div>
<div class="col-lg-3 text-right">
<div class="d-inline-flex align-items-center">
<i class="fa fa-2x fa-map-marker-alt text-primary mr-3"></i>
<div class="text-left">
<h6 class="font-weight-semi-bold mb-1">Our Campus</h6>
<small>Rollavaka Village Bondapalli, Mandal, Andhra Pradesh 535003, INDIA</small>
</div>
</div>
</div>
<div class="col-lg-3 text-right">
<div class="d-inline-flex align-items-center">
<i class="fa fa-2x fa-envelope text-primary mr-3"></i>
<div class="text-left">
<h6 class="font-weight-semi-bold mb-1">Email Us</h6>
<small>[email protected]</small>
</div>
</div>
</div>
<div class="col-lg-3 text-right">
<div class="d-inline-flex align-items-center">
<i class="fa fa-2x fa-phone text-primary mr-3"></i>
<div class="text-left">
<h6 class="font-weight-semi-bold mb-1">Call Us</h6>
<small>+91 70655 69969</small>
</div>
</div>
</div>
</div>
</div>
<!-- Topbar End -->
<!-- Navbar Start -->
<div class="container-fluid">
<div class="row border-top px-xl-5">
<div class="col-lg-3 d-none d-lg-block">
<a class="d-flex align-items-center justify-content-between bg-secondary w-100 text-decoration-none" data-toggle="collapse" href="#navbar-vertical" style="height: 67px; padding: 0 30px;">
<h5 class="text-primary m-0"><i class="fa fa-book-open mr-2"></i>Subjects</h5>
<i class="fa fa-angle-down text-primary"></i>
</a>
<nav class="collapse position-absolute navbar navbar-vertical navbar-light align-items-start p-0 border border-top-0 border-bottom-0 bg-light" id="navbar-vertical" style="width: calc(100% - 30px); z-index: 9;">
<div class="navbar-nav w-100">
<div class="nav-item dropdown">
<a href="#" class="nav-link" data-toggle="dropdown">Web Development <i class="fa fa-angle-down float-right mt-1"></i></a>
<div class="dropdown-menu position-absolute bg-secondary border-0 rounded-0 w-100 m-0">
<a href="" class="dropdown-item">HTML</a>
<a href="" class="dropdown-item">CSS</a>
<a href="" class="dropdown-item">jQuery</a>
</div>
</div>
<a href="" class="nav-item nav-link">Cloud Computing</a>
<a href="" class="nav-item nav-link">Database Management</a>
<a href="" class="nav-item nav-link">Cell Biology</a>
<a href="" class="nav-item nav-link">Forensic Chemistry</a>
</div>
</nav>
</div>
<div class="col-lg-9">
<nav class="navbar navbar-expand-lg bg-light navbar-light py-3 py-lg-0 px-0">
<a href="" class="text-decoration-none d-block d-lg-none">
<h1 class="m-0"><span class="text-primary">CUTM</span>LMS</h1>
</a>
<button type="button" class="navbar-toggler" data-toggle="collapse" data-target="#navbarCollapse">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarCollapse">
<div class="navbar-nav py-0">
<a href="index.html" class="nav-item nav-link active">Home</a>
<a href="about.html" class="nav-item nav-link">About</a>
<a href="course.html" class="nav-item nav-link">Courses</a>
<a href="teacher.html" class="nav-item nav-link">Teachers</a>
<div class="nav-item dropdown">
<a href="#" class="nav-link dropdown-toggle" data-toggle="dropdown">Login</a>
<div class="dropdown-menu rounded-0 m-0">
<a href="admin/login.html" class="dropdown-item">Admin</a>
<a href="faculty/login.html" class="dropdown-item">Faculty</a>
<a href="student/login.html" class="dropdown-item">Student</a>
</div>
</div>
<a href="contact.html" class="nav-item nav-link">Contact</a>
</nav>
</div>
</div>
</div>
<!-- Navbar End -->
<!-- Carousel Start -->
<div class="container-fluid p-0 pb-5 mb-5">
<div id="header-carousel" class="carousel slide carousel-fade" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#header-carousel" data-slide-to="0" class="active"></li>
<li data-target="#header-carousel" data-slide-to="1"></li>
<li data-target="#header-carousel" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active" style="min-height: 300px;">
<img class="position-relative w-100" src="img/carousel-1.jpg" style="min-height: 300px; object-fit: cover;">
<div class="carousel-caption d-flex align-items-center justify-content-center">
<div class="p-5" style="width: 100%; max-width: 900px;">
<h5 class="text-white text-uppercase mb-md-3">CUTM LMS</h5>
<h1 class="display-3 text-white mb-md-4">Transforming Education Through Digital Excellence.</h1>
<a href="https://cutmap.ac.in/about/overview-of-cutm/" class="btn btn-primary py-md-2 px-md-4 font-weight-semi-bold mt-2">Learn More</a>
</div>
</div>
</div>
<div class="carousel-item" style="min-height: 300px;">
<img class="position-relative w-100" src="img/carousel-2.jpg" style="min-height: 300px; object-fit: cover;">
<div class="carousel-caption d-flex align-items-center justify-content-center">
<div class="p-5" style="width: 100%; max-width: 900px;">
<h5 class="text-white text-uppercase mb-md-3">CUTM LMS</h5>
<h1 class="display-3 text-white mb-md-4">Engage, Learn, Succeed</h1>
<a href="https://cutmap.ac.in/about/overview-of-cutm/" class="btn btn-primary py-md-2 px-md-4 font-weight-semi-bold mt-2">Learn More</a>
</div>
</div>
</div>
<div class="carousel-item" style="min-height: 300px;">
<img class="position-relative w-100" src="img/carousel-3.jpg" style="min-height: 300px; object-fit: cover;">
<div class="carousel-caption d-flex align-items-center justify-content-center">
<div class="p-5" style="width: 100%; max-width: 900px;">
<h1 class="display-3 text-white mb-md-4">Learn Beyond Limits with CUTM LMS.</h1>
<a href="https://cutmap.ac.in/about/overview-of-cutm/" class="btn btn-primary py-md-2 px-md-4 font-weight-semi-bold mt-2">Learn More</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Carousel End -->
<!-- About Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="row align-items-center">
<div class="col-lg-5">
<img class="img-fluid rounded mb-4 mb-lg-0" src="img/about.jpg" alt="">
</div>
<div class="col-lg-7">
<div class="text-left mb-4">
<h5 class="text-primary text-uppercase mb-3" style="letter-spacing: 5px;">About Us</h5>
<h1>Innovative Way To Learn</h1>
</div>
<p>Centurion University is duly recognized as a pioneer is "Skill Integrated Higher Education”. Its unique model lays specific emphasis on creating sustainable livelihoods on a national scale in challenging geographies through education that results in employability and sparks entrepreneurship.</p>
<a href="https://cutmap.ac.in/about/overview-of-cutm/" class="btn btn-primary py-md-2 px-md-4 font-weight-semi-bold mt-2">Learn More</a>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Category Start -->
<div class="container-fluid py-5">
<div class="container pt-5 pb-3">
<div class="text-center mb-5">
<h5 class="text-primary text-uppercase mb-3" style="letter-spacing: 5px;">Subjects</h5>
<h1>Explore Top Subjects</h1>
</div>
<div class="row">
<div class="col-lg-3 col-md-6 mb-4">
<div class="cat-item position-relative overflow-hidden rounded mb-2">
<img class="img-fluid" src="img/cat-1.png" alt="">
<a class="cat-overlay text-white text-decoration-none" href="">
<h4 class="text-white font-weight-medium">Web Development</h4>
<span>50+ Courses</span>
</a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<div class="cat-item position-relative overflow-hidden rounded mb-2">
<img class="img-fluid" src="img/cat-2.png" alt="">
<a class="cat-overlay text-white text-decoration-none" href="">
<h4 class="text-white font-weight-medium">Data Science</h4>
<span>75 Courses</span>
</a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<div class="cat-item position-relative overflow-hidden rounded mb-2">
<img class="img-fluid" src="img/cat-3.png" alt="">
<a class="cat-overlay text-white text-decoration-none" href="">
<h4 class="text-white font-weight-medium">Anesthesia</h4>
<span>100+ Courses</span>
</a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<div class="cat-item position-relative overflow-hidden rounded mb-2">
<img class="img-fluid" src="img/cat-4.png" alt="">
<a class="cat-overlay text-white text-decoration-none" href="">
<h4 class="text-white font-weight-medium">Machine Learning</h4>
<span>100+ Courses</span>
</a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<div class="cat-item position-relative overflow-hidden rounded mb-2">
<img class="img-fluid" src="img/cat-5.png" alt="">
<a class="cat-overlay text-white text-decoration-none" href="">
<h4 class="text-white font-weight-medium">Forensic</h4>
<span>50 Courses</span>
</a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<div class="cat-item position-relative overflow-hidden rounded mb-2">
<img class="img-fluid" src="img/cat-6.png" alt="">
<a class="cat-overlay text-white text-decoration-none" href="">
<h4 class="text-white font-weight-medium">Radiology</h4>
<span>60+ Courses</span>
</a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<div class="cat-item position-relative overflow-hidden rounded mb-2">
<img class="img-fluid" src="img/cat-7.jpeg" alt="">
<a class="cat-overlay text-white text-decoration-none" href="">
<h4 class="text-white font-weight-medium">Optometry</h4>
<span>50+ Courses</span>
</a>
</div>
</div>
<div class="col-lg-3 col-md-6 mb-4">
<div class="cat-item position-relative overflow-hidden rounded mb-2">
<img class="img-fluid" src="img/cat-8.png" alt="">
<a class="cat-overlay text-white text-decoration-none" href="">
<h4 class="text-white font-weight-medium">Computer Networks</h4>
<span>60 Courses</span>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Category Start -->
<!-- Courses Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="text-center mb-5">
<h5 class="text-primary text-uppercase mb-3" style="letter-spacing: 5px;">Courses</h5>
<h1>Our Popular Courses</h1>
</div>
<div class="row">
<div class="col-lg-4 col-md-6 mb-4">
<div class="rounded overflow-hidden mb-2">
<img class="img-fluid" src="img/course-1.jpeg" alt="">
<div class="bg-secondary p-4">
<div class="d-flex justify-content-between mb-3">
<small class="m-0"><i class="fa fa-users text-primary mr-2"></i>25 Students</small>
<small class="m-0"><i class="far fa-clock text-primary mr-2"></i>01h 30m</small>
</div>
<a class="h5" href="">Web Development</a>
<div class="border-top mt-4 pt-4">
<div class="d-flex justify-content-between">
<h6 class="m-0"><i class="fa fa-star text-primary mr-2"></i>4.5 <small>(250)</small></h6>
<h5 class="m-0"></h5>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="rounded overflow-hidden mb-2">
<img class="img-fluid" src="img/course-2.png" alt="">
<div class="bg-secondary p-4">
<div class="d-flex justify-content-between mb-3">
<small class="m-0"><i class="fa fa-users text-primary mr-2"></i>35 Students</small>
<small class="m-0"><i class="far fa-clock text-primary mr-2"></i>01h 10m</small>
</div>
<a class="h5" href="">Cloud Practitioner</a>
<div class="border-top mt-4 pt-4">
<div class="d-flex justify-content-between">
<h6 class="m-0"><i class="fa fa-star text-primary mr-2"></i>4.1 <small>(50)</small></h6>
<h5 class="m-0"></h5>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="rounded overflow-hidden mb-2">
<img class="img-fluid" src="img/course-3.png" alt="">
<div class="bg-secondary p-4">
<div class="d-flex justify-content-between mb-3">
<small class="m-0"><i class="fa fa-users text-primary mr-2"></i>50 Students</small>
<small class="m-0"><i class="far fa-clock text-primary mr-2"></i>01h 50m</small>
</div>
<a class="h5" href="">Computer Networking</a>
<div class="border-top mt-4 pt-4">
<div class="d-flex justify-content-between">
<h6 class="m-0"><i class="fa fa-star text-primary mr-2"></i>4.3 <small>(150)</small></h6>
<h5 class="m-0"></h5>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="rounded overflow-hidden mb-2">
<img class="img-fluid" src="img/course-4.png" alt="">
<div class="bg-secondary p-4">
<div class="d-flex justify-content-between mb-3">
<small class="m-0"><i class="fa fa-users text-primary mr-2"></i>25 Students</small>
<small class="m-0"><i class="far fa-clock text-primary mr-2"></i>01h 00m</small>
</div>
<a class="h5" href="">Machine Learning for Image Analytics</a>
<div class="border-top mt-4 pt-4">
<div class="d-flex justify-content-between">
<h6 class="m-0"><i class="fa fa-star text-primary mr-2"></i>4.0 <small>(50)</small></h6>
<h5 class="m-0"></h5>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="rounded overflow-hidden mb-2">
<img class="img-fluid" src="img/course-5.png" alt="">
<div class="bg-secondary p-4">
<div class="d-flex justify-content-between mb-3">
<small class="m-0"><i class="fa fa-users text-primary mr-2"></i>45 Students</small>
<small class="m-0"><i class="far fa-clock text-primary mr-2"></i>01h 40m</small>
</div>
<a class="h5" href="">Database Management System</a>
<div class="border-top mt-4 pt-4">
<div class="d-flex justify-content-between">
<h6 class="m-0"><i class="fa fa-star text-primary mr-2"></i>4.5 <small>(25)</small></h6>
<h5 class="m-0"></h5>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 mb-4">
<div class="rounded overflow-hidden mb-2">
<img class="img-fluid" src="img/course-6.png" alt="">
<div class="bg-secondary p-4">
<div class="d-flex justify-content-between mb-3">
<small class="m-0"><i class="fa fa-users text-primary mr-2"></i>50 Students</small>
<small class="m-0"><i class="far fa-clock text-primary mr-2"></i>01h 56m</small>
</div>
<a class="h5" href="">Data Warehousing and Data Mining</a>
<div class="border-top mt-4 pt-4">
<div class="d-flex justify-content-between">
<h6 class="m-0"><i class="fa fa-star text-primary mr-2"></i>4.1 <small>(250)</small></h6>
<h5 class="m-0"></h5>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Courses End -->
<!-- Team Start -->
<div class="container-fluid py-5">
<div class="container pt-5 pb-3">
<div class="text-center mb-5">
<h5 class="text-primary text-uppercase mb-3" style="letter-spacing: 5px;">Teachers</h5>
<h1>Meet Our Teachers</h1>
</div>
<div class="row">
<div class="col-md-6 col-lg-3 text-center team mb-4">
<div class="team-item rounded overflow-hidden mb-2">
<div class="team-img position-relative">
<img class="img-fluid" src="img/team-1.jpeg" alt="">
</div>
<div class="bg-secondary p-4">
<h5>Sunny Dayal</h5>
<p class="m-0">Dean SoET</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 text-center team mb-4">
<div class="team-item rounded overflow-hidden mb-2">
<div class="team-img position-relative">
<img class="img-fluid" src="img/team-2.jpeg" alt="">
</div>
<div class="bg-secondary p-4">
<h5>Lakshman</h5>
<p class="m-0">Assistant Professor</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 text-center team mb-4">
<div class="team-item rounded overflow-hidden mb-2">
<div class="team-img position-relative">
<img class="img-fluid" src="img/team-3.jpeg" alt="">
</div>
<div class="bg-secondary p-4">
<h5>Subrat Kumar</h5>
<p class="m-0">HoD CSE</p>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 text-center team mb-4">
<div class="team-item rounded overflow-hidden mb-2">
<div class="team-img position-relative">
<img class="img-fluid" src="img/team-4.jpeg" alt="">
</div>
<div class="bg-secondary p-4">
<h5>Aswini Kumar</h5>
<p class="m-0">Assisstant Professor</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Team End -->
<!-- Testimonial Start -->
<div class="container-fluid py-5">
<div class="container py-5">
<div class="text-center mb-5">
<h5 class="text-primary text-uppercase mb-3" style="letter-spacing: 5px;">Testimonial</h5>
<h1>What Say Our Students</h1>
</div>
<div class="row justify-content-center">
<div class="col-lg-8">
<div class="owl-carousel testimonial-carousel">
<div class="text-center">
<i class="fa fa-3x fa-quote-left text-primary mb-4"></i>
<h4 class="font-weight-normal mb-4">"The LMS website of Centurion University is a game-changer! Its user-friendly interface and comprehensive resources have streamlined our learning experience, making studying more efficient and enjoyable."</h4>
<img class="img-fluid mx-auto mb-3" src="img/mavaya.jpg" alt="">
<h5 class="m-0">Praneeth</h5>
<span>BTECH Student</span>
</div>
<div class="text-center">
<i class="fa fa-3x fa-quote-left text-primary mb-4"></i>
<h4 class="font-weight-normal mb-4">"As a student at Centurion University, I can confidently say that the LMS website has been instrumental in my academic journey. It offers a diverse range of tools and materials that cater to different learning styles, ensuring every student gets the support they need."</h4>
<img class="img-fluid mx-auto mb-3" src="img/pooji.jpg" alt="">
<h5 class="m-0">Pooji</h5>
<span>BBA Student</span>
</div>
<div class="text-center">
<i class="fa fa-3x fa-quote-left text-primary mb-4"></i>
<h4 class="font-weight-normal mb-4">"Centurion University's LMS website has truly revolutionized the way we learn. From interactive modules to seamless communication channels with instructors, it fosters a dynamic learning environment that empowers students to excel in their studies."</h4>
<img class="img-fluid mx-auto mb-3" src="img/chandu.jpg" alt="">
<h5 class="m-0">Hemchandh</h5>
<span>BSC Student</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonial End -->
<!-- Blog Start -->
<div class="container-fluid py-5">
<div class="container pt-5 pb-3">
<div class="text-center mb-5">
<h5 class="text-primary text-uppercase mb-3" style="letter-spacing: 5px;">Our Blog</h5>
<h1>Latest From Our Blog</h1>
</div>
<div class="row pb-3">
<div class="col-lg-4 mb-4">
<div class="blog-item position-relative overflow-hidden rounded mb-2">
<img class="img-fluid" src="img1/blog-1.jpg" alt="">
<a class="blog-overlay text-decoration-none" href="">
<h5 class="text-white mb-3">Joint Collaborative Research with ANITS</h5>
<p class="text-primary m-0">May 21, 2024</p>
</a>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="blog-item position-relative overflow-hidden rounded mb-2">
<img class="img-fluid" src="img1/blog-2.jpg" alt="">
<a class="blog-overlay text-decoration-none" href="">
<h5 class="text-white mb-3">72 Hours Hackathon</h5>
<p class="text-primary m-0">May 15, 2024</p>
</a>
</div>
</div>
<div class="col-lg-4 mb-4">
<div class="blog-item position-relative overflow-hidden rounded mb-2">
<img class="img-fluid" src="img1/blog-3.jpg" alt="">
<a class="blog-overlay text-decoration-none" href="">
<h5 class="text-white mb-3">Gaja Jyoti 2024</h5>
<p class="text-primary m-0">March 14, 2024</p>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- Blog End -->
<!-- Footer Start -->
<div class="container-fluid bg-dark text-white py-5 px-sm-3 px-lg-5" style="margin-top: 90px;">
<div class="row pt-5">
<div class="col-lg-7 col-md-12">
<div class="row">
<div class="col-md-6 mb-5">
<h5 class="text-white text-uppercase mb-4" style="letter-spacing: 5px;">Get In Touch</h5>
<p><i class="fa fa-map-marker-alt mr-2"></i>Rollavaka Village Bondapalli, Mandal, Andhra Pradesh 535003, INDIA</p>
<p><i class="fa fa-phone-alt mr-2"></i>+91 70655 69969</p>
<p><i class="fa fa-envelope mr-2"></i>[email protected]</p>
<div class="d-flex justify-content-start mt-2">
<a class="btn btn-outline-light btn-square mr-2" href="https://www.linkedin.com/school/centurion-university-of-technology-and-management/"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-outline-light btn-square" href="#"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="col-md-6 mb-5">
<h5 class="text-white text-uppercase mb-4" style="letter-spacing: 5px;">Our Courses</h5>
<div class="d-flex flex-column justify-content-start">
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Web Development</a>
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Cloud Computing</a>
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Database Management</a>
<a class="text-white mb-2" href="#"><i class="fa fa-angle-right mr-2"></i>Cell Biology</a>
<a class="text-white" href="#"><i class="fa fa-angle-right mr-2"></i>Forensic Chemistry</a>
</div>
</div>
</div>
</div>
<div class="col-lg-5 col-md-12 mb-5">
<h5 class="text-white text-uppercase mb-4" style="letter-spacing: 5px;">Newsletter</h5>
<p>Centurion University's LMS newsletter delivers timely updates on platform enhancements, course highlights, upcoming events, and valuable educational resources. It fosters community engagement by spotlighting achievements, soliciting feedback, and sharing industry insights. Through concise communication, it aims to enrich the teaching and learning experience, foster collaboration, and support the university community in maximizing the benefits of the LMS.</p>
</div>
</div>
</div>
<div class="container-fluid bg-dark text-white border-top py-4 px-sm-3 px-md-5" style="border-color: rgba(256, 256, 256, .1) !important;">
<div class="row">
<div class="col-lg-6 text-center text-md-left mb-3 mb-md-0">
<p class="m-0 text-white">© <a href="https://cutmap.ac.in/">2022 Centurion University</a>. All Rights Reserved.</a>
</p>
</div>
<div class="col-lg-6 text-center text-md-right">
<ul class="nav d-inline-flex">
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">Privacy</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">Terms</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">FAQs</a>
</li>
<li class="nav-item">
<a class="nav-link text-white py-0" href="#">Help</a>
</li>
</ul>
</div>
</div>
</div>
<!-- Footer End -->
<!-- Chatbot Message Icon -->
<div id="chat-icon" onclick="toggleChatbot()">
💬
</div>
<!-- Chatbot Container -->
<div id="chatbot-container" class="hidden">
<div id="chatbot">
<div id="chat-window">
<div id="chat-output"></div>
</div>
<div class="container">
<div class="row">
<div class="col-9">
<input type="text" id="user-input" placeholder="Enter your queries...">
</div><div class="col-3">
<button id="send-button">Send</button></div>
</div>
</div>
<button id="close-button" onclick="toggleChatbot()">Close</button>
</div>
</div>
<!-- Back to Top -->
<a href="#" class="btn btn-lg btn-primary btn-lg-square back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="https://code.jquery.com/jquery-3.4.1.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.bundle.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
<script src="script1.js"></script>
</body>
</html>