Skip to content

Commit

Permalink
LMS App
Browse files Browse the repository at this point in the history
  • Loading branch information
Akhilmak committed Jul 13, 2024
0 parents commit 698a938
Show file tree
Hide file tree
Showing 1,008 changed files with 293,889 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
35 changes: 35 additions & 0 deletions LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@


=> FREE HTML TEMPLATE LICENSE BY HTML Codex

All free HTML templates by HTML Codex are licensed under a Creative Commons Attribution 4.0 International License which means you are not allowed to remove the author�s credit link/attribution link/backlink.

When you download or use our free HTML templates, it will attribute the following conditions.


=> YOU ARE ALLOWED

1. You are allowed to use for your personal and commercial purposes.

2. You are allowed to modify/customize however you like.

3. You are allowed to convert/port for use for any CMS.

4. You are allowed to share/distribute under the HTML Codex brand name.

5. You are allowed to put a screenshot or a link on your blog posts or any other websites.


=> YOU ARE NOT ALLOWED

1. You are not allowed to remove the author�s credit link/attribution link/backlink without purchasing Credit Removal License ( https://htmlcodex.com/credit-removal ).

2. You are not allowed to sell, resale, rent, lease, license, or sub-license.

3. You are not allowed to upload on your template websites or template collection websites or any other third party websites without our permission.

This license can be terminated if you breach any of these conditions.

Please contact us (https://htmlcodex.com/contact) if you have any query.

=> PURCHASE CREDIT REMOVAL LICENSE ( https://htmlcodex.com/credit-removal )
11 changes: 11 additions & 0 deletions READ-ME.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
=> Template Name : ECOURSES - Online Courses HTML Template

=> Template Link : https://htmlcodex.com/online-courses-html-template

=> Template License : https://htmlcodex.com/license (or read the LICENSE.txt file)

=> Template Author : HTML Codex

=> Author Website : https://htmlcodex.com

=> About HTML Codex : HTML Codex is one of the top creators and publishers of Free HTML templates, HTML landing pages, HTML email templates and HTML snippets in the world. Read more at ( https://htmlcodex.com/about-us )
283 changes: 283 additions & 0 deletions about.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,283 @@
<!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">
</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: 80px; 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 9885103594</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">E</span>COURSES</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">Home</a>
<a href="about.html" class="nav-item nav-link active">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="" class="dropdown-item">Admin</a>
<a href="" class="dropdown-item">Faculty</a>
<a href="" class="dropdown-item">Student</a>
</div>
</div>
<a href="contact.html" class="nav-item nav-link">Contact</a>

</nav>
</div>
</div>
</div>
<!-- Navbar End -->


<!-- Header Start -->
<div class="container-fluid page-header" style="margin-bottom: 90px;">
<div class="container">
<div class="d-flex flex-column justify-content-center" style="min-height: 300px">
<h3 class="display-4 text-white text-uppercase">About</h3>
<div class="d-inline-flex text-white">
<p class="m-0 text-uppercase"><a class="text-white" href="">Home</a></p>
<i class="fa fa-angle-double-right pt-1 px-3"></i>
<p class="m-0 text-uppercase">About</p>
</div>
</div>
</div>
</div>
<!-- Header 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 -->




<!-- 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/vyshu.jpg" alt="">
<h5 class="m-0">Vyshnavi</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 -->


<!-- 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-primary 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-primary 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-primary 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">&copy; <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 -->


<!-- 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>
</body>

</html>
3 changes: 3 additions & 0 deletions admin/.browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
defaults,
not IE 11,
maintained node versions
2 changes: 2 additions & 0 deletions admin/.eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
**/*.*
!js/**/*.js
24 changes: 24 additions & 0 deletions admin/.eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"env": {
"browser": true,
"commonjs": true,
"es6": true,
"jquery": true
},
"plugins": ["prettier"],
"extends": ["airbnb-base", "plugin:prettier/recommended"],
"rules": {
"prettier/prettier": "error",
"no-underscore-dangle": "off",
"semi": ["error", "never"],
"arrow-parens": ["error", "as-needed"],
"no-param-reassign": "off",
"no-plusplus": [
"error",
{
"allowForLoopAfterthoughts": true
}
],
"no-cond-assign": ["error", "except-parens"]
}
}
1 change: 1 addition & 0 deletions admin/.ftpquota
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4 91
15 changes: 15 additions & 0 deletions admin/.github/workflows/handle-new-issue-comment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Handle new issue comment'
on:
issue_comment:
types: [created]

jobs:
handle_new_issue_comment:
runs-on: ubuntu-latest
name: Handle new issue comment
steps:
- name: Toggle awaiting-reply label
uses: jd-0001/[email protected]
with:
label: awaiting-reply
only-if-label: support
Loading

0 comments on commit 698a938

Please sign in to comment.