Viewing file: about.php (5.16 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">
<div class="container"> <div class="row justify-content-center"> <div class="col-lg-10 col-md-12"> <div class="itce-container"> <h1>About ITCE Computer Institute</h1> <p> ITCE Computer Institute is a reputable educational institution dedicated to providing high-quality IT training and certification programs. With a strong focus on delivering cutting-edge technology courses, ITCE has established itself as a leader in the field of IT education. </p> <p> Founded with the vision of bridging the gap between industry requirements and academic curriculum, ITCE Computer Institute offers a wide range of courses tailored to meet the needs of both beginners and professionals in the IT industry. These courses cover various domains such as software development, networking, cybersecurity, cloud computing, data science, and more. </p> <p> One of the key strengths of ITCE Computer Institute is its team of experienced instructors and trainers who are experts in their respective fields. They bring real-world knowledge and industry best practices to the classroom, ensuring that students receive practical, hands-on learning experiences that are relevant to today's IT landscape. </p> <p> The institute's state-of-the-art facilities and modern learning resources further enhance the learning experience for students. ITCE Computer Institute also maintains partnerships with leading technology companies and certification bodies, enabling students to access the latest tools, software, and certifications that are recognized and valued by employers worldwide. </p> <p> Whether you are looking to kick-start your IT career, upgrade your skills, or advance to the next level in your profession, ITCE Computer Institute offers comprehensive training programs designed to empower you with the knowledge and expertise needed to succeed in the fast-paced and competitive IT industry. </p> <p> In conclusion, ITCE Computer Institute stands out as a premier educational institution committed to excellence in IT education, preparing students for promising careers and helping them stay ahead in the ever-evolving world of technology. </p> </div> </div> </div> </div> </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>
|