Viewing file: admission.php (5.25 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<!DOCTYPE html> <html lang="en">
<head> <meta charset="utf-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"> <title>ITCE (INFYSYS TECHNOLOGIES COMPUTER EDUCATION )</title> <meta name="description" content=""> <meta name="keywords" content="">
<!-- Favicons --> <link href="assets/img/favicon.png" rel="icon"> <link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Fonts --> <link href="https://fonts.googleapis.com" rel="preconnect"> <link href="https://fonts.gstatic.com" rel="preconnect" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Vendor CSS Files --> <link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> <link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet"> <link href="assets/vendor/aos/aos.css" rel="stylesheet"> <link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet"> <link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<!-- Main CSS File --> <link href="assets/css/main.css" rel="stylesheet">
<!-- ======================================================= * Template Name: eBusiness * Template URL: https://bootstrapmade.com/ebusiness-bootstrap-corporate-template/ * Updated: Jun 23 2025 with Bootstrap v5.3.6 * Author: BootstrapMade.com * License: https://bootstrapmade.com/license/ ======================================================== --> </head>
<body class="index-page">
<?php include 'header.php'; ?>
<main class="main">
<!-- Hero Section -->
<!-- ======= Admission Process Section ======= --> <section id="admission-process" class="admission section py-5"> <div class="container" data-aos="fade-up">
<div class="section-header text-center mb-5"> <h2>Online Admission Process</h2> <p>Follow these simple steps to complete your admission at <strong>ITCE</strong>.</p> </div>
<div class="row g-4 justify-content-center">
<!-- Step 1 --> <div class="col-lg-3 col-md-6" data-aos="zoom-in" data-aos-delay="100"> <div class="process-step text-center p-4 shadow-sm rounded-3"> <div class="icon mb-3"> <i class="bi bi-person-plus-fill fs-1 text-primary"></i> </div> <h5>Step 1</h5> <p>Register online by filling out the admission form with correct details.</p> </div> </div>
<!-- Step 2 --> <div class="col-lg-3 col-md-6" data-aos="zoom-in" data-aos-delay="200"> <div class="process-step text-center p-4 shadow-sm rounded-3"> <div class="icon mb-3"> <i class="bi bi-upload fs-1 text-success"></i> </div> <h5>Step 2</h5> <p>Upload required documents such as Aadhar, photo, and certificates.</p> </div> </div>
<!-- Step 3 --> <div class="col-lg-3 col-md-6" data-aos="zoom-in" data-aos-delay="300"> <div class="process-step text-center p-4 shadow-sm rounded-3"> <div class="icon mb-3"> <i class="bi bi-credit-card-2-front-fill fs-1 text-warning"></i> </div> <h5>Step 3</h5> <p>Pay the admission or registration fees securely online/offline.</p> </div> </div>
<!-- Step 4 --> <div class="col-lg-3 col-md-6" data-aos="zoom-in" data-aos-delay="400"> <div class="process-step text-center p-4 shadow-sm rounded-3"> <div class="icon mb-3"> <i class="bi bi-check-circle-fill fs-1 text-danger"></i> </div> <h5>Step 4</h5> <p>Download your admission slip and start your classes at ITCE.</p> </div> </div>
</div>
<!-- CTA --> <div class="text-center mt-5" data-aos="fade-up" data-aos-delay="500"> <a href="registration.php" class="btn btn-primary btn-lg"> <i class="bi bi-pencil-square"></i> Apply Online Now </a> </div>
</div> </section> <!-- End Admission Process Section -->
<?php include 'footer.php'; ?>
</main>
<?php include 'footer.php'; ?>
<!-- Scroll Top --> <a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Preloader --> <div id="preloader"></div>
<!-- Vendor JS Files --> <script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script> <script src="assets/vendor/php-email-form/validate.js"></script> <script src="assets/vendor/aos/aos.js"></script> <script src="assets/vendor/purecounter/purecounter_vanilla.js"></script> <script src="assets/vendor/swiper/swiper-bundle.min.js"></script> <script src="assets/vendor/glightbox/js/glightbox.min.js"></script> <script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script> <script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<!-- Main JS File --> <script src="assets/js/main.js"></script>
</body>
</html>
|