X7ROOT File Manager
Current Path:
/home/u126090504/domains/kiitacademy.in/public_html
home
/
u126090504
/
domains
/
kiitacademy.in
/
public_html
/
๐
+2-Arts&Commerce.php
(6.81 KB)
๐
..
๐
.htaccess
(1.12 KB)
๐
about-us.php
(9.37 KB)
๐
achievers.php
(3.36 KB)
๐
admin
๐
admission.php
(4.92 KB)
๐
admission_submit.php
(1.48 KB)
๐
album.php
(890 B)
๐
cleanup_README.txt
(1.25 KB)
๐
computer-courses.php
(22.83 KB)
๐
config.php
(1.21 KB)
๐
contact-us.php
(8.19 KB)
๐
contactdb.php
(796 B)
๐
css
๐
director's-message.php
(4.53 KB)
๐
downloads.php
(3.14 KB)
๐
error.log
(13.82 KB)
๐
facilities.php
(13.29 KB)
๐
faculty.php
(3.56 KB)
๐
fonts
๐
footer.php
(5.7 KB)
๐
franchise.php
(2.09 KB)
๐
gallery.php
(3.32 KB)
๐
header.php
(11.92 KB)
๐
images
๐
index.php
(39.44 KB)
๐
js
๐
kiit
๐
kiit-backup.zip
(85.95 MB)
๐
lib
๐
media.php
(2.76 KB)
๐
payment.php
(8.88 KB)
๐
payment_submit.php
(10.97 KB)
๐
payment_verify.php
(2.31 KB)
๐
peret.php
(266.87 KB)
๐
qrcodes
๐
revolution
๐
search_videos.php
(1.76 KB)
๐
secure_upload.php
(2.87 KB)
๐
showpath.php
(107 B)
๐
u721653068_kiitinst25.sql
(17.4 KB)
๐
uploads
๐
videos.php
(4.38 KB)
Editing: index.php
<?php require_once 'config.php'; include 'header.php'; ?> <?php require_once 'config.php'; // โ เคเค เคเฅ date $today = date("Y-m-d"); // โ Active popup fetch เคเคฐเฅ (date valid เคนเฅเคจเคพ เคเคพเคนเคฟเค) $stmt = $conn->prepare("SELECT * FROM popup_banner WHERE status=1 AND (start_date IS NULL OR start_date <= ?) AND (end_date IS NULL OR end_date >= ?) ORDER BY id DESC LIMIT 1"); $stmt->bind_param("ss", $today, $today); $stmt->execute(); $res = $stmt->get_result(); if ($res->num_rows > 0) { $popup = $res->fetch_assoc(); $popupImage = "uploads/popup/" . htmlspecialchars($popup['image']); $popupLink = htmlspecialchars($popup['link']); ?> <!-- โ Popup HTML --> <div id="popup-overlay"> <div id="popup-box"> <a href="<?php echo $popupLink ?: '#'; ?>" target="_blank"> <img src="<?php echo $popupImage; ?>" alt="Popup"> </a> <span id="popup-close">×</span> </div> </div> <!-- โ CSS --> <style> #popup-overlay { position: fixed; top:0; left:0; width:100%; height:100%; background: rgba(0,0,0,0.6); display:flex; align-items:center; justify-content:center; z-index:99999; visibility:hidden; opacity:0; transition:opacity 0.3s ease-in-out; } #popup-box { position:relative; background:#fff; padding:10px; border-radius:12px; box-shadow:0 5px 20px rgba(0,0,0,0.3); animation:zoomIn 0.4s ease; max-width:500px; width:90%; } #popup-box img { width:100%; border-radius:10px; } #popup-close { position:absolute; top:-10px; right:-10px; background:#f00; color:#fff; font-size:22px; font-weight:bold; border-radius:50%; padding:0 8px; cursor:pointer; } @keyframes zoomIn { from {transform:scale(0.8);} to {transform:scale(1);} } </style> <!-- โ JS --> <script> // Show popup after 2 sec window.addEventListener("load", function(){ setTimeout(function(){ document.getElementById("popup-overlay").style.visibility = "visible"; document.getElementById("popup-overlay").style.opacity = "1"; }, 2000); }); // Close popup document.getElementById("popup-close").addEventListener("click", function(){ document.getElementById("popup-overlay").style.visibility = "hidden"; document.getElementById("popup-overlay").style.opacity = "0"; }); </script> <?php } ?> <!-- Banner Slider --> <div class="banner-slider slick_slider slick-arrows-style1" data-slick='{"slidesToShow": 1, "slidesToScroll": 1, "arrows":true, "autoplay":true, "responsive": [{"breakpoint":870,"settings":{"slidesToShow": 1}}, {"breakpoint":525,"settings":{"slidesToShow": 1}}]}'> <?php $stmt = $conn->prepare("SELECT imgfile FROM bannertab ORDER BY id DESC"); $stmt->execute(); $result = $stmt->get_result(); if ($result->num_rows > 0) { while ($row = $result->fetch_assoc()) { $img = htmlspecialchars($row['imgfile']); echo '<div class="banner-slide"> <img class="img-fluid" src="uploads/banners/'.$img.'" alt="KIIT Academy"/> </div>'; } } else { echo "<p>No Banners Found</p>"; } ?> </div> <!-- Site Main --> <div class="site-main"> <!-- Welcome Section --> <section class="ttm-row introduction-section_1 clearfix" data-aos="zoom-in"> <div class="container"> <div class="row"> <div class="col-lg-8 mx-auto"> <div class="pt-40 res-991-pt-30"> <div class="section-title"> <div class="title-header"> <h4 class="title">Welcome to KIIT Academy โ Bhadrak</h4> </div> <div class="heading-seperator"><span></span></div> </div> <p style="text-align:justify; font-size:18px; color:#1a1a1a;"> <b>At KIIT Academy</b>, we believe that true education is more than just academics โ it is about shaping minds, building character, and preparing students for a successful future. Founded with the vision of delivering quality education in Bhadrak, KIIT Academy has established itself as a trusted institution for Computer Training. At KIIT Academy, we are committed to shaping the future of young minds through discipline, dedication, and knowledge. Whether you are seeking the best and reliable Computer Institute, KIIT Academy is your trusted partner in education.<br/>KIIT Computer Institute: Certified computer training programs like: OS-CIT, OS-CIT(A), and OS-CIT(A+), designed to build strong IT skills and digital confidence.</p> <div class="ttm-eventbox-footer"> <a class="ttm-btn ttm-btn-size-sm ttm-btn-shape-square ttm-icon-btn-right ttm-btn-style-fill ttm-btn-color-skincolor" href="about-us.php"> Read More <i class="fa fa-angle-right"></i></a> </div> </div> </div> <div class="col-lg-4"> <div class="ttm_single_image-wrapper res-991-pt-30"> <div class="featured-imagebox featured-imagebox-course style2"> <div class="featured-thumbnail"> <h3 style="color:#030142;">Information Bulletin >>></h3> </div> <div class="featured-content"> <div class="featured-content-post-inner" style="height: 300px;"> <marquee direction="up" scrolldelay="4" scrollamount="4" onmouseover="this.stop();" onmouseout="this.start();" style="height: 300px;"> <?php // โ Now fetch notices ordered by most recent date first $stmt = $conn->prepare("SELECT date, ntext, nurl, nurl1 FROM nboard ORDER BY date DESC, id DESC"); $stmt->execute(); $res = $stmt->get_result(); if ($res->num_rows > 0) { while ($row = $res->fetch_assoc()) { $date = htmlspecialchars($row['date']); $text = htmlspecialchars($row['ntext']); // โ Check if notice is within last 15 days $isNew = false; if (!empty($row['date'])) { $noticeDate = new DateTime($row['date']); $today = new DateTime(); $diff = $today->diff($noticeDate)->days; if ($noticeDate <= $today && $diff <= 15) { $isNew = true; } } echo "<h5>"; // Show NEW icon only if notice is <= 15 days old if ($isNew) { echo "<img src='images/new1.gif' style='float:left; margin-right:5px;'>"; } echo "<span style='color:#0000b3;'>$date</span> "; // File Link if (!empty($row['nurl'])) { $link = 'uploads/notices/' . htmlspecialchars($row['nurl']); echo "<a href='$link' target='_blank'>$text</a>"; // External Link } elseif (!empty($row['nurl1'])) { $link = htmlspecialchars($row['nurl1']); if (!preg_match('~^(?:f|ht)tps?://~i', $link)) { $link = "https://" . $link; } echo "<a href='$link' target='_blank'>$text</a>"; // Plain Text } else { echo $text; } echo "</h5>"; } } else { echo "We will soon update this page"; } ?> </marquee> </div> </div> </div> </div> </div><!-- col-lg-4 --> </div> </div> </section> <!-- Achievers Section --> <section class="ttm-row course-section ttm-bgcolor-grey clearfix"> <div class="container"> <div class="section-title title-style-center_text"> <div class="title-header"> <h3 class="title">Our Top Achievers</h3> </div> <div class="heading-seperator"><span></span></div> </div> <!-- Swiper Container --> <div class="swiper achievers-swiper"> <div class="swiper-wrapper"> <?php $stmt = $conn->prepare("SELECT fimg, fname, des, exp, qual FROM fboard ORDER BY id DESC"); $stmt->execute(); $res = $stmt->get_result(); if ($res->num_rows > 0) { while ($row = $res->fetch_assoc()) { $fimg = htmlspecialchars($row['fimg']); $fname = htmlspecialchars($row['fname']); $des = htmlspecialchars($row['des']); $exp = htmlspecialchars($row['exp']); $qual = htmlspecialchars($row['qual']); ?> <div class="swiper-slide"> <div class="featured-imagebox featured-imagebox-post style1"> <div class="ttm-post-thumbnail featured-thumbnail"> <img class="img-fluid" src="uploads/faculty/<?php echo $fimg; ?>" alt="image"> </div> <div class="featured-content featured-content-post"> <div class="ttm-box-post-date"> <span class="ttm-entry-date"><?php echo $fname; ?></span> </div> <div class="post-meta"> <span><i class="fa fa-user"></i> Course: <?php echo $des; ?></span><br> <span><i class="fa fa-tag"></i> Secured Mark: <?php echo $exp; ?></span> </div> <div class="post-title featured-title"> <h5>Exam: <?php echo $qual; ?></h5> </div> </div> </div> </div> <?php } } else { echo "<p>No Records Found</p>"; } ?> </div> </div> </div> </section> <!-- Swiper CSS --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css" /> <!-- Swiper JS --> <script src="https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.js"></script> <script> const swiper = new Swiper('.achievers-swiper', { loop: true, autoplay: { delay: 2500, disableOnInteraction: false, }, slidesPerView: 4, spaceBetween: 20, breakpoints: { 1200: { slidesPerView: 4 }, // Desktop 992: { slidesPerView: 3 }, // Laptop 768: { slidesPerView: 2 }, // Tablet 0: { slidesPerView: 1 } // Mobile }, }); </script> <!--portfolio-section_1--> <!--portfolio-section_1 end--> <!--skill-section_1--> <section class="ttm-row skill-section_1 bg-img9 mt_232 res-991-mt-0 ttm-bgcolor-darkgrey clearfix" > <div class="container"> <!-- row --> <div class="row align-items-center"> <div class="col-lg-12 col-md-12"> <!-- section-title --> <div class="section-title style1 clearfix"> <div class="title-header"> <h3 class="title">๐ Why Choose KIIT Academy?</h3> </div> <div class="title-desc" style="color:white;"> Choosing the right institute is the first step towards a successful career. At KIIT Academy Bhadrak, we focus on providing quality education, skill development, and overall personality growth for every student. </div><!-- section-title end --> </div> </div><!-- row end --> <!-- row --> <div class="row"> <div class="col-lg-4 col-md-6"> <!-- featured-icon-box --> <div class="featured-icon-box icon-align-before-content icon-ver_align-top style7"> <div class="featured-icon"> <div class="ttm-icon ttm-icon_element-fill ttm-icon_element-color-white ttm-icon_element-size-xs ttm-icon_element-style-square" style="background-color:#F7D002;"> <i class="flaticon-university"></i> </div> </div> <div class="featured-content"> <div class="featured-title"> <h5 style="font-size:18px;">Advanced Computer Training</h5> </div> <div class="featured-desc"> <p>Recognized KIIT Computer Institute with certified programs.,Courses: OS-CIT, OS-CIT(A), OS-CIT(A+).</p> </div> </div> </div> <!-- featured-icon-box end--> </div> <div class="col-lg-4 col-md-6"> <!-- featured-icon-box --> <div class="featured-icon-box icon-align-before-content icon-ver_align-top style7"> <div class="featured-icon"> <div class="ttm-icon ttm-icon_element-fill ttm-icon_element-color-white ttm-icon_element-size-xs ttm-icon_element-style-square" style="background-color:#F7D002;"> <i class="flaticon-creative"></i> </div> </div> <div class="featured-content"> <div class="featured-title"> <h5 style="font-size:18px;">State-of-the-Art Facilities</h5> </div> <div class="featured-desc"> <p>Modern amenities, including classrooms, labs, libraries, sports infrastructure.</p> </div> </div> </div> <!-- featured-icon-box end--> </div> <div class="col-lg-4 col-md-6"> <!-- featured-icon-box --> <div class="featured-icon-box icon-align-before-content icon-ver_align-top style7"> <div class="featured-icon"> <div class="ttm-icon ttm-icon_element-fill ttm-icon_element-color-white ttm-icon_element-size-xs ttm-icon_element-style-square" style="background-color:#F7D002;"> <i class="flaticon-instruction"></i> </div> </div> <div class="featured-content"> <div class="featured-title"> <h5 style="font-size:18px;">Safe and Environment</h5> </div> <div class="featured-desc"> <p>CCTV surveillance, medical facilities ensure student safety and well-being.</p> </div> </div> </div> <!-- featured-icon-box end--> </div> <div class="col-lg-4 col-md-6"> <!-- featured-icon-box --> <div class="featured-icon-box icon-align-before-content icon-ver_align-top style7"> <div class="featured-icon"> <div class="ttm-icon ttm-icon_element-fill ttm-icon_element-color-white ttm-icon_element-size-xs ttm-icon_element-style-square" style="background-color:#F7D002;"> <i class="flaticon-reading"></i> </div> </div> <div class="featured-content"> <div class="featured-title"> <h5 style="font-size:18px;"> Extracurricular Activities</h5> </div> <div class="featured-desc"> <p>Wide range of activities foster creativity, leadership, teamwork skills</p> </div> </div> </div> <!-- featured-icon-box end--> </div> <div class="col-lg-4 col-md-6"> <!-- featured-icon-box --> <div class="featured-icon-box icon-align-before-content icon-ver_align-top style7"> <div class="featured-icon"> <div class="ttm-icon ttm-icon_element-fill ttm-icon_element-color-white ttm-icon_element-size-xs ttm-icon_element-style-square" style="background-color:#F7D002;"> <i class="flaticon-mortarboard"></i> </div> </div> <div class="featured-content"> <div class="featured-title"> <h5 style="font-size:18px;">Strong Community and Values</h5> </div> <div class="featured-desc"> <p>Instilling integrity, respect, responsibility for global citizenship</p> </div> </div> </div> <!-- featured-icon-box end--> </div> </div><!-- row end --> </div> </section> <!--skill-section_1--> <!--broken-section--> <section class="ttm-row broken-section bg-layer clearfix" data-aos="zoom-in"> <div class="container"> <div class="row no-gutters"> <div class="col-lg-5 col-md-12"> <!-- col-bg-img-three --> <div class="col-bg-img-seven ttm-col-bgimage-yes ttm-left-span ttm-bg"> <div class="ttm-col-wrapper-bg-layer ttm-bg-layer"> <div class="ttm-col-wrapper-bg-layer-inner"></div> </div> <div class="layer-content"></div> </div><!-- col-bg-img-three end--> <img class="img-fluid ttm-equal-height-image" src="images/bg-image/col-bgimage-3.jpg" alt="bg-image"> </div> <div class="col-lg-7 col-md-12"> <!-- col-bgcolor-yes--> <div class="ttm-bg ttm-col-bgcolor-yes ttm-right-span ttm-bgcolor-grey spacing-10"> <div class="ttm-col-wrapper-bg-layer ttm-bg-layer"> <div class="ttm-col-wrapper-bg-layer-inner"></div> </div> <div class="layer-content"> <!-- section title --> <div class="section-title"> <div class="title-header"> <h4 class="title">Features & Facilities of KIIT Academy</h4> </div> <div class="heading-seperator"><span></span></div> </div><!-- section title end --> <ul class="ttm-list ttm-list-style-icon ttm-list-icon-color-skincolor mt-33 res-991-mt-0"> <li style="font-size:18px;"> <div class="ttm-list-li-content">๐ฉโ๐ซ Experienced and qualified faculty with personalized attention.</div> </li> <li style="font-size:18px;"> <div class="ttm-list-li-content">๐ป Modern computer labs with certified OS-CIT courses.</div> </li> <li style="font-size:18px;"> <div class="ttm-list-li-content">๐ซ Safe and supportive residential facilities for students.</div> </li> <li style="font-size:18px;"> <div class="ttm-list-li-content">๐ Regular tests, doubt-clearing sessions, and academic counseling.</div> </li> <li style="font-size:18px;"> <div class="ttm-list-li-content">๐ฏ Career-oriented guidance for higher studies and competitive exams.</div> </li> <li style="font-size:18px;"> <div class="ttm-list-li-content">๐ Digital learning environment with practical-based teaching.</div> </li> <li style="font-size:18px;"> <div class="ttm-list-li-content"> ๐ Prime location in Jagannathpur, Bhadrak, near Autonomous College.</div> </li> <li style="font-size:18px;"> <div class="ttm-list-li-content"> ๐ก๏ธ Student-friendly campus with discipline and security.</div> </li> <li style="font-size:18px;"> <div class="ttm-list-li-content"> ๐ Strong track record of academic excellence and student success.</div> </li> <li style="font-size:18px;"> <div class="ttm-list-li-content"> ๐ค Supportive learning environment with individual attention.</div> </li> <li style="font-size:18px;"> <div class="ttm-list-li-content"> ๐ก๏ธ Discipline-focused environment for overall growth.</div> </li> </ul> <div class="ttm-eventbox-footer"> <a class="ttm-btn ttm-btn-size-sm ttm-btn-shape-square ttm-icon-btn-right ttm-btn-style-fill ttm-btn-color-skincolor" href="facilities">Read More<i class="fa fa-angle-right"></i></a> </div> </div> </div> </div> </div> </div> </section> <!--broken-section end--> <section class="testimonials"> <h2>TESTIMONIALS</h2> <p>Hear from our students about their experience with KIIT Academy</p> <div class="testimonial-carousel"> <div class="testimonial-track"> <?php // โ Fetch testimonials from DB $stmt = $conn->prepare("SELECT name, role, message, photo, rating FROM testimonials ORDER BY id DESC LIMIT 12"); $stmt->execute(); $res = $stmt->get_result(); if ($res->num_rows > 0) { while ($row = $res->fetch_assoc()) { $name = htmlspecialchars($row['name']); $role = htmlspecialchars($row['role']); $message = htmlspecialchars($row['message']); $rating = (int)$row['rating']; $photo = !empty($row['photo']) ? "uploads/testimonials/" . htmlspecialchars($row['photo']) : "images/default-user.png"; ?> <div class="testimonial-card"> <img src="<?php echo $photo; ?>" alt="<?php echo $name; ?>"> <p>"<?php echo $message; ?>"</p> <div class="stars"> <?php for ($i = 1; $i <= $rating; $i++) echo "โญ"; ?> </div> <h4><?php echo $name; ?> <span><?php echo $role; ?></span></h4> </div> <?php } } else { echo "<p>No testimonials available</p>"; } ?> </div> </div> </section> <style> .testimonials { text-align: center; padding: 60px 20px; background: #f9f9f9; font-family: Arial, sans-serif; } .testimonials h2 { font-size: 32px; font-weight: bold; color: #f57c00; margin-bottom: 10px; } .testimonials p { font-size: 16px; color: #666; margin-bottom: 40px; } /* Carousel wrapper */ .testimonial-carousel { width: 100%; overflow: hidden; max-width: 1100px; margin: 0 auto; position: relative; } /* Track */ .testimonial-track { display: flex; animation: slideDesktop 30s infinite; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; } /* โ Pause on hover */ .testimonial-carousel:hover .testimonial-track { animation-play-state: paused; } /* Testimonial card */ .testimonial-card { flex: 0 0 33.33%; /* desktop: 3 per view */ background: #fff; border-radius: 12px; padding: 30px 20px; margin: 0 10px; box-shadow: 0 6px 18px rgba(0,0,0,0.1); text-align: center; scroll-snap-align: center; } .testimonial-card img { width: 80px; height: 80px; border-radius: 50%; object-fit: cover; border: 3px solid #f57c00; margin-bottom: 15px; } .testimonial-card p { font-size: 15px; color: #444; line-height: 1.6; margin-bottom: 10px; } .testimonial-card h4 { margin-top: 10px; font-weight: bold; color: #f57c00; } .testimonial-card h4 span { display: block; font-size: 13px; color: #777; margin-top: 5px; } /* Stars */ .testimonial-card .stars { margin: 8px 0; font-size: 18px; color: #f5b50a; } /* Desktop animation: one card at a time */ @keyframes slideDesktop { 0%, 15% { transform: translateX(0); } 20%, 35% { transform: translateX(-33.33%); } 40%, 55% { transform: translateX(-66.66%); } 60%, 75% { transform: translateX(-99.99%); } 80%, 95% { transform: translateX(-133.32%); } 100% { transform: translateX(0); } } /* Mobile: 1 card */ @media (max-width: 767px) { .testimonial-card { flex: 0 0 100%; } .testimonial-track { animation: slideMobile 25s infinite; } @keyframes slideMobile { 0%, 15% { transform: translateX(0); } 20%, 35% { transform: translateX(-100%); } 40%, 55% { transform: translateX(-200%); } 60%, 75% { transform: translateX(-300%); } 80%, 95% { transform: translateX(-400%); } 100% { transform: translateX(0); } } } </style> <!--admission--> <section class="ttm-row skill-section_2 bg-img14 ttm-bgcolor-skincolor clearfix"> <div class="container"> <!-- row --> <div class="row"> <div class="col-lg-6"> <div class="border-18px-solid white-border ttm-bgcolor-grey spacing-14"> <div class="ttm-bgcolor-darkgrey"> <!-- section-title --> <div class="section-title"> <div class="title-header pt-33 pl-35"> <h2 class="title">Admission Form</h2> </div> <div class="seperator-angle ttm-textcolor-darkgrey"></div> </div><!-- section-title end --> </div> <form action="admission_submit.php" method="post" class="ttm-contact_form wrap-form spacing-13"> <!-- Full Name --> <label> <span class="text-input"> <input name="name" type="text" placeholder="Full Name*" required> </span> </label> <!-- Father's Name --> <label> <span class="text-input"> <input name="father_name" type="text" placeholder="Father's Name*" required> </span> </label> <!-- Mobile Number --> <label> <span class="text-input"> <input name="number" type="tel" placeholder="Mobile Number*" required> </span> </label> <!-- Email --> <label> <span class="text-input"> <input name="email" type="email" placeholder="Email*" required> </span> </label> <!-- Date of Birth --> <label> <span class="text-input"> <input name="dob" type="date" required> </span> </label> <!-- Address --> <label> <span class="text-input"> <input name="address" type="text" placeholder="Address*" required> </span> </label> <!-- School/College --> <label> <span class="text-input"> <input name="school" type="text" placeholder="School / College Name*" required> </span> </label> <!-- Select Course --> <label> <span class="text-input"> <select name="course" required> <option value="">-- Select Course* --</option> <option value="OS-CIT">OS-CIT</option> <option value="OS-CIT(A)">OS-CIT(A)</option> <option value="OS-CIT(A+)">OS-CIT(A+)</option> <option value="Summer Course">Summer Course</option> </select> </span> </label> <!-- Message --> <label> <span class="text-input"> <textarea name="message" rows="3" placeholder="Message"></textarea> </span> </label> <button class="submit ttm-btn ttm-btn-size-md ttm-btn-shape-square ttm-btn-style-fill ttm-btn-color-dark mt-8" type="submit"> Submit Now! </button> </form> </div> </div> <div class="col-lg-6"> <div class="spacing-15"> <!-- section title --> <div class="section-title pr-50 res-991-pr-0"> <div class="title-header"> <h2 class="title" style="font-size:20px;">๐ Admission Process โ KIIT Academy</h2> </div> <div class="heading-seperator"><span></span></div> </div><!-- section title end --> <section id="admission-process" style="font-family: Arial, sans-serif; padding:20px; line-height:1.6;"> <p style="color:white;">At <strong style="color:white;">KIIT Academy Bhadrak</strong>, we make the admission process simple and hassle-free.</p> <ul style="list-style:none; padding:0;"> <li style="color:white;">โ <strong>Step 1:</strong> Fill out our <em>online admission form</em> with your basic details.</li> <li style="color:white;">โ <strong>Step 2:</strong> Once submitted, our <strong>Admission Department</strong> will review your form.</li> <li style="color:white;">โ <strong>Step 3:</strong> You will receive a call from our admission team as soon as possible to guide you through the next steps.</li> </ul> <p style="color:white;">๐ Whether you are applying for <strong>Computer Courses</strong> (OS-CIT, OS-CIT(A), OS-CIT(A+)), our admission team is always ready to assist you.</p> <p style="color:white;"><strong style="color:white;">๐ Start your journey with KIIT Academy today โ simply fill out the form and weโll connect with you ASAP!</strong></p> </section> <div class="mt-40 mb-30"> <span class="ttm-horizontal_sep"></span> </div> <div class="row ttm-vertical_sep"> <div class="col-lg-4 col-md-4 col-sm-4"> <!-- ttm-fid --> <div class="ttm-fid inside ttm-fid-with-icon text-center"> <div class="ttm-fid-icon-wrapper"> <i class="flaticon-university-1"></i> </div> <div class="ttm-fid-contents"> <h4 class="ttm-fid-inner"> <span data-appear-animation="animateDigits" data-from="0" data-to="150" data-interval="15" data-before="" data-before-style="sup" data-after="" data-after-style="sub" class="numinate">1000 </span> <sub>+</sub> </h4> <h3 class="ttm-fid-title">Satisfied Students</h3> </div> </div><!-- ttm-fid end --> </div> <div class="col-lg-4 col-md-4 col-sm-4"> <!-- ttm-fid --> <div class="ttm-fid inside ttm-fid-with-icon text-center"> <div class="ttm-fid-icon-wrapper"> <i class="flaticon-classroom"></i> </div> <div class="ttm-fid-contents"> <h4 class="ttm-fid-inner"> <span data-appear-animation="animateDigits" data-from="0" data-to="800" data-interval="15" data-before="" data-before-style="sup" data-after="" data-after-style="sub" class="numinate">25 </span> <sub>+</sub> </h4> <h3 class="ttm-fid-title">Qualified Teachers</h3> </div> </div><!-- ttm-fid end --> </div> <div class="col-lg-4 col-md-4 col-sm-4"> <!-- ttm-fid --> <div class="ttm-fid inside ttm-fid-with-icon text-center"> <div class="ttm-fid-icon-wrapper"> <i class="flaticon-school-3"></i> </div> <div class="ttm-fid-contents"> <h4 class="ttm-fid-inner"> <span data-appear-animation="animateDigits" data-from="0" data-to="200" data-interval="15" data-before="" data-before-style="sup" data-after="" data-after-style="sub" class="numinate">7 </span> <sub>+</sub> </h4> <h3 class="ttm-fid-title">Honor & Awards Win</h3> </div> </div><!-- ttm-fid end --> </div> </div> </div> </div> </div><!-- row end --> </div> </section> <!--admission--> </div><!--site-main end--> <br/><br/><br/> <?php include("footer.php"); ?>
Upload File
Create Folder