Şuanki Dizin: /home/wwwdreamtechnolo/public_html/vsacademysolapur.in/ |
Şuanki Dosya : /home/wwwdreamtechnolo/public_html/vsacademysolapur.in/index.php |
<?php require_once("admin/lib/functions.php"); $db = new login_function(); $flag = 0; if(isset($_GET['delete_id'])) { $delete_id = $_GET['delete_id']; if($db->delete_slider_images($delete_id)) { $flag = 1; } } if(isset($_POST['submit1'])) { $full_name = $_POST['full_name']; $number = $_POST['number']; $qualification = $_POST['qualification']; $b_name = $_POST['b_name']; $city = $_POST['city']; $address = $_POST['address']; $email = $_POST['email']; $password = $_POST['password']; if($db->add_student_details($full_name,$number,$qualification,$b_name,$city,$address,$email,$password)) { echo '<script type="text/javascript">alert("Thank For Registration!. Click Here to Login</script>'; } } if(isset($_POST['login_page'])) { $number = $_POST['number']; $password = $_POST['password']; $db_password = $db->get_student_password($number); if($db_password=="") { $flag = 1; } if($flag == 0) { if($db_password==$password) { $_SESSION['current_login_student'] = $number; echo '<script>window.location.href = "contact.php";</script>'; //header("location:../index.php"); /* ?> <script> window.location="dashboard.php"; </script> <?php */ } else { $flag = 2; } } } ?> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title></title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css" /> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css"> <link rel="stylesheet" href="assets/css/style1.css"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>VS Academy</title> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- Place favicon.ico in the root directory --> <link rel="shortcut icon" type="image/png" href="assets/images/icon/favicon.ico"> <!-- all css here --> <link rel="stylesheet" href="assets/css/bootstrap.min.css"> <link rel="stylesheet" href="assets/css/font-awesome.min.css"> <link rel="stylesheet" href="assets/css/owl.carousel.min.css"> <link rel="stylesheet" href="assets/css/magnific-popup.css"> <link rel="stylesheet" href="assets/css/slicknav.min.css"> <link rel="stylesheet" href="assets/css/typography.css"> <link rel="stylesheet" href="assets/css/default-css.css"> <link rel="stylesheet" href="assets/css/styles.css"> <link rel="stylesheet" href="assets/css/responsive.css"> <link rel="stylesheet" href="assets/css/header1.css"> <!--color css--> <link rel="stylesheet" id="triggerColor" href="assets/css/triggerplate/color-0.css"> <!-- modernizr css --> <script src="assets/js/vendor/modernizr-2.8.3.min.js"></script> </head> <body> <?php require_once('header1.php') ?> <section class="section4"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"> <!-- Optional: Include Font Awesome for carousel control icons --> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css"> <div id="heroCarousel" class="carousel slide" data-ride="carousel"> <!-- Indicators --> <ol class="carousel-indicators"> <?php $report_details = $db->get_all_slider_images(); if (!empty($report_details)) { foreach ($report_details as $index => $record) { $activeClass = ($index === 0) ? 'active' : ''; echo "<li data-target='#heroCarousel' data-slide-to='$index' class='$activeClass'></li>"; } } else { echo "<li data-target='#heroCarousel' data-slide-to='0' class='active'></li>"; } ?> </ol> <!-- Wrapper for slides --> <div class="carousel-inner"> <?php if (!empty($report_details)) { foreach ($report_details as $index => $record) { $id = $record[0]; $title = $record[1]; $images = $record[2]; $activeClass = ($index === 0) ? 'active' : ''; echo " <div class='carousel-item $activeClass' style='background-image: url(\"admin/slider_images/$images\");'> <div class='carousel-caption'> <h2>$title</h2> </div> </div>"; } } else { echo "<div class='carousel-item active'><div class='carousel-caption'><h3>No Data Found</h3></div></div>"; } ?> </div> <!-- Controls --> <a class="carousel-control-prev" href="#heroCarousel" role="button" data-slide="prev"> <span class="carousel-control-prev-icon" aria-hidden="true"></span> <span class="sr-only">Previous</span> </a> <a class="carousel-control-next" href="#heroCarousel" role="button" data-slide="next"> <span class="carousel-control-next-icon" aria-hidden="true"></span> <span class="sr-only">Next</span> </a> </div> <!-- jQuery --> <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <!-- Bootstrap JS --> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> <script> $(document).ready(function() { $('.carousel').carousel({ interval: 6000, pause: "false" }); var $item = $('.carousel .carousel-item'); var $wHeight = $(window).height(); $item.height($wHeight); $(window).on('resize', function() { $wHeight = $(window).height(); $item.height($wHeight); }); }); </script> </section> <section class="section5"> <div class="tab-div"> <h4 class="q-link">Quick Links</h4> <div class="links"> <a href="login.php">परीक्षा फॉर्म / Examination Form</a> <a href="pdf/STSE-BOOKLET-2024.pdf" target="_blank">माहिती पत्रक / Information sheet</a> <a href="login.php">हॉल तिकीट / hall Ticket</a> <a href="login.php">निकाल / Results</a> <a href="login.php">परीक्षा फॉर्म / Examination Form</a> </div> </div> </section> <!-- body overlay area end --> <!-- hero area start --> <br><br><br><br> <!-- hero area end --> <section class="section-about" id="about"> <style> .abt-right-thumb { position: relative; overflow: hidden; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); cursor: pointer; } .abt-right-thumb img { width: 100%; height: auto; display: block; border-radius: 10px; } .abt-rt-inner { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 60px; height: 60px; background-color: rgba(0, 0, 0, 0.6); border-radius: 50%; display: flex; align-items: center; justify-content: center; opacity: 1; transition: opacity 0.3s; } .abt-right-thumb:hover .abt-rt-inner { opacity: 1; } .abt-rt-inner i { color: #fff; font-size: 24px; } </style> </section> <section> <style> .about-us-section { padding: 60px 0; background: #fff; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); text-align: center; position: relative; overflow: hidden; width:100%; } .about-us-section::before { content: ''; position: absolute; top: 0; left: 0; width: 100% !important; height: 100%; background: radial-gradient(circle at top left, rgba(0, 0, 0, 0.1), transparent); z-index: 0; opacity: 0.5; } .about-us-header h1 { font-size: 2.8rem; color: #0056b3; margin-bottom: 15px; z-index: 1; position: relative; } .about-us-header p { font-size: 1.2rem; color: #666; z-index: 1; position: relative; } .about-us-content { padding: 20px; z-index: 1; position: relative; display:flex } .about-us-content img { max-width: 100%; border-radius: 10px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: transform 0.3s ease-in-out; } .about-us-content img:hover { transform: scale(1.05); } .about-us-content h2 { font-size: 2.2rem; color: #0056b3; margin-bottom: 20px; } .about-us-content p { font-size: 1.1rem; line-height: 1.7; color: #333; margin-bottom: 20px; text-align: left; max-width: 800px; margin-left: auto; margin-right: auto; } .highlight { font-weight: bold; color: #007bff; } @media (max-width: 768px) { .about-us-header h1 { font-size: 2rem; } .about-us-content h2 { font-size: 1.8rem; } .about-us-content p { font-size: 1rem; } } .container1{ width: 100%; padding:0px 10%; } </style> </section> <!-- about area start --> <div class="about-area-style2 ptb--120" > <div class="container1" style="margin:20px;display:flex;align-items:center;justify-content:center;gap:50px" > <div class="row1" style="display:flex;align-items:center;justify-content:center;" > <div class="about-content-style2 has-color" > <div class="section-title-style" > <h2>Welcome to <b class="line-break"></b><span class="text-color">VS Academy</span> </h2> </div> <h2>Our Journey</h2> <p>Since 2007, V-S Academy has been dedicated to nurturing the ambitions of students aspiring to careers in medicine and engineering. Each year, our students achieve remarkable results in prominent medical and engineering entrance examinations, including NEET, JEE, and MHT-CET. Over the years, we have consistently secured top ranks in various medical entrance exams. What began as a single center with just seven students has grown into one of the leading coaching institutes in Solapur.</p> <p>We offer state-of-the-art facilities, including interactive smart boards, comprehensive topic-wise and sub-topic-wise test series, and in-depth discussion sessions. Our approach emphasizes customized, personalized attention to support the progress of each student.</p> </div> <div class="col-lg-6 " > <div class="col-lg-10"> <div class="abt-right-thumb"> <a href="assets/vs academy video.mp4" class="expand-video" target="_blank"> <img src="assets/images/photos/vs-3.jpg" alt="Video Thumbnail"> <div class="abt-rt-inner"> <img src="assets/images/photos/play.png" alt=""> </div> </a> </div> </div> </div> </div> </div> </div> </div> <!-- course area start --> <style> .course-meta-text h4 a:hover{ color:#fff !important; } .course-meta-text h4 a{ text-align:center !important; } .card-deck .card{ border:2px solid #032b76 !important; border-radius:10px; } .course-thumb img{ border-radius:10px; width:100%; height:250px } </style> <div class="course-area" id="courses"> <div class="container1" style="margin:20px 50px"> <div class="row"> <div class="col-md-10 offset-md-1"> <div class="section-title-style2 black-title title-tb text-center"> <span>Top-Tier Courses</span> <h2 class="primary-color">Our Courses</h2> </div> </div> </div> <div class="commn-carousel owl-carousel card-deck"> <div class="card mb-5"> <div class="course-thumb"> <img src="assets/images/photos/neet.avif" alt="image"> <!-- <span class="cs-price primary-bg">$150</span> --> </div> <div class="card-body p-25"> <div class="course-meta-title mb-4" style="background:orange;padding:10px;border-radius:50px;"> <div class="course-meta-text"> <h4><a href="course-details.html" style="font-size:25px;color:#fff;"> NEET Prepaaration</a></h4> </div> </div> <p>VS Academy offers focused NEET coaching for 12th standard students, emphasizing Physics, Chemistry, and Biology. Our program includes expert instruction, personalized support, and rigorous practice to prepare students for the National Eligibility cum Entrance Test and achieve their goals in the medical field.</p> <ul class="course-meta-details list-inline w-100"> <li> <span>05:30 PM</span> </li> <li> <span>08:30 PM</span> </li> </ul> </div> </div> <div class="card mb-5"> <div class="course-thumb"> <img src="assets/images/photos/jee.jpg" alt="image"> <!-- <span class="cs-price primary-bg">$150</span> --> </div> <div class="card-body p-25"> <div class="course-meta-title mb-4" style="background:orange;padding:10px;border-radius:50px;"> <div class="course-meta-text"> <h4><a href="course-details.html" style="font-size:25px;color:#fff;"> JEE Prepaaration</a></h4> </div> </div> <p>VS Academy provides expert JEE coaching and offering targeted instruction in Physics, Chemistry, and Mathematics. Our comprehensive program practice tests, and advanced study materials to help students excel in the Joint Entrance Examination and achieve their engineering aspirations.</p> <ul class="course-meta-details list-inline w-100"> <li> <span>02:00 PM</span> </li> <li> <span>05:00 PM</span> </li> </ul> </div> </div> <div class="card mb-5"> <div class="course-thumb"> <img src="assets/images/photos/courses-after-12th-Science-pcmb.webp" alt="image"> <!-- <span class="cs-price primary-bg">$150</span> --> </div> <div class="card-body p-25"> <div class="course-meta-title mb-4" style="background:orange;padding:10px;border-radius:50px;"> <div class="course-meta-text"> <h4><a href="course-details.html" style="font-size:25px;color:#fff;"> MHT-CET XI - XII PCMB Coaching</a></h4> </div> </div> <p>VS Academy provides specialized PCBM coaching for 12th standard students, focusing on Physics, Chemistry, Biology, and Mathematics. Our experienced instructors deliver advanced curriculum and targeted strategies to enhance understanding and performance.</p> <ul class="course-meta-details list-inline w-100"> <li> <span>10:30 AM</span> </li> <li> <span>1:30 PM</span> </li> </ul> </div> </div> <div class="card mb-5"> <div class="course-thumb"> <img src="assets/images/photos/courses-after-12th-Science-pcmb.webp" alt="image"> <!-- <span class="cs-price primary-bg">$150</span> --> </div> <div class="card-body p-25"> <div class="course-meta-title mb-4" style="background:orange;padding:10px;border-radius:50px;"> <div class="course-meta-text"> <h4><a href="course-details.html" style="font-size:25px;color:#fff;"> XI - PCMB Coaching</a></h4> </div> </div> <p>At VS Academy, we offer comprehensive PCBM coaching designed specifically for 11th standard students. Our expert faculty provides in-depth instruction in Physics, Chemistry, Biology, and Mathematics, helping students build a strong foundation and excel in their studies. provides in-depth instruction </p> <ul class="course-meta-details list-inline w-100"> <li> <span>07:00 AM</span> </li> <li> <span>10:00 AM</span> </li> </ul> </div> </div> </div> </div> </div> <!-- course area end --> <style> .team-member { width: 100%; margin: 50px 0; display: flex; flex-wrap: wrap; justify-content: space-between; } .team-card { background: #fff; border-radius: 10px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); overflow: hidden; max-width: 20%; text-align: center; transition: transform 0.3s ease; margin: 2%; } .team-card:hover { transform: translateY(-10px); } .team-card img { width: 50% !important; /* Make image responsive */ height: auto !important; /* Maintain aspect ratio */ } .team-image { width: 130%; height: 250px; object-fit: cover; } .team-content { padding: 20px; } .team-name { font-size: 30px; font-weight: bold; margin: 10px 0; color: #333; } .team-designation { font-size: 22px; color: orange; margin-bottom: 10px; } .team-description { font-size: 14px; color: #555; line-height: 1.5; } .team-content button { padding: 20px; border-radius: 50px; border: 2px solid #fff; color: orange; font-size: 20px; background: #fff !important; } </style> <br><br> <br><br> <br><br> <section> <h1 class="title">Our Team</h1> <br> <!-- Founder Section --> <div class="founder-section"> <center><h2>Founder & CEO</h2></center> <?php $report_details = $db->get_team_details(); if (!empty($report_details)) { foreach ($report_details as $record) { $id = $record[0]; $team_name = $record[1]; $education = $record[2]; $experience = $record[3]; $qualification = $record[4]; $team_photo = $record[5]; $select_subject = $record[6]; $date = $record[7]; $time = $record[8]; $role = $record[9]; if ($role === 'Founder') { ?> <div class="team-row"> <div class="member"> <img src="admin/team/<?php echo htmlspecialchars($team_photo); ?>" alt="<?php echo htmlspecialchars($team_name); ?>"> <h2><?php echo htmlspecialchars($team_name); ?></h2> <p>Designation: Founder & CEO</p> </div> </div> <?php } } } ?> </div> <!-- Manager Section --> <div class="manager-section"> <center> <h2>Manager</h2></center> <?php $report_details = $db->get_team_details(); if (!empty($report_details)) { foreach ($report_details as $record) { $id = $record[0]; $team_name = $record[1]; $education = $record[2]; $experience = $record[3]; $qualification = $record[4]; $team_photo = $record[5]; $select_subject = $record[6]; $date = $record[7]; $time = $record[8]; $role = $record[9]; if ($role === 'Manager') { ?> <div class="team-row"> <div class="member"> <img src="admin/team/<?php echo htmlspecialchars($team_photo); ?>" alt="<?php echo htmlspecialchars($team_name); ?>"> <h2><?php echo htmlspecialchars($team_name); ?></h2> <p>Designation: <?php echo $role; ?></p> </div> </div> <?php } } } ?> </div> <!-- Staff Section --> <div class="staff-section"> <center><h2>Physics Staff</h2></center> <div class="team-row"> <?php $report_details = $db->get_team_details(); if (!empty($report_details)) { foreach ($report_details as $record) { $id = $record[0]; $team_name = $record[1]; $education = $record[2]; $experience = $record[3]; $qualification = $record[4]; $team_photo = $record[5]; $select_subject = $record[6]; $date = $record[7]; $time = $record[8]; $role = $record[9]; if ($role === 'Staff' AND $select_subject === 'Physics') { ?> <div class="member"> <img src="admin/team/<?php echo htmlspecialchars($team_photo); ?>" alt="<?php echo htmlspecialchars($team_name); ?>"> <h2><?php echo htmlspecialchars($team_name); ?></h2> <p>Designation: <?php echo $role; ?></p> </div> <?php } } } ?> </div> </div> <div class="staff-section"> <center><h2>Chemistry Staff</h2></center> <div class="team-row"> <?php $report_details = $db->get_team_details(); if (!empty($report_details)) { foreach ($report_details as $record) { $id = $record[0]; $team_name = $record[1]; $education = $record[2]; $experience = $record[3]; $qualification = $record[4]; $team_photo = $record[5]; $select_subject = $record[6]; $date = $record[7]; $time = $record[8]; $role = $record[9]; if ($role === 'Staff' AND $select_subject === 'Chemistry') { ?> <div class="member"> <img src="admin/team/<?php echo htmlspecialchars($team_photo); ?>" alt="<?php echo htmlspecialchars($team_name); ?>"> <h2><?php echo htmlspecialchars($team_name); ?></h2> <p>Designation: <?php echo $role; ?></p> </div> <?php } } } ?> </div> </div> <div class="staff-section"> <center><h2>Maths Staff</h2></center> <div class="team-row"> <?php $report_details = $db->get_team_details(); if (!empty($report_details)) { foreach ($report_details as $record) { $id = $record[0]; $team_name = $record[1]; $education = $record[2]; $experience = $record[3]; $qualification = $record[4]; $team_photo = $record[5]; $select_subject = $record[6]; $date = $record[7]; $time = $record[8]; $role = $record[9]; if ($role === 'Staff' AND $select_subject === 'Maths') { ?> <div class="member"> <img src="admin/team/<?php echo htmlspecialchars($team_photo); ?>" alt="<?php echo htmlspecialchars($team_name); ?>"> <h2><?php echo htmlspecialchars($team_name); ?></h2> <p>Designation: <?php echo $role; ?></p> </div> <?php } } } ?> </div> </div> <div class="staff-section"> <center><h2>Biology Staff</h2></center> <div class="team-row"> <?php $report_details = $db->get_team_details(); if (!empty($report_details)) { foreach ($report_details as $record) { $id = $record[0]; $team_name = $record[1]; $education = $record[2]; $experience = $record[3]; $qualification = $record[4]; $team_photo = $record[5]; $select_subject = $record[6]; $date = $record[7]; $time = $record[8]; $role = $record[9]; if ($role === 'Staff' AND $select_subject === 'Biology') { ?> <div class="member"> <img src="admin/team/<?php echo htmlspecialchars($team_photo); ?>" alt="<?php echo htmlspecialchars($team_name); ?>"> <h2><?php echo htmlspecialchars($team_name); ?></h2> <p>Designation: <?php echo $role; ?></p> </div> <?php } } } ?> </div> </div> </section> <style type="text/css"> .title{ text-align: center; text-transform: capitalize; color: #000 ; font-size: 40px; margin: 10px 0; position: relative; } .title::after{ content: ""; position: absolute; width: 20%; height: 2px; background-image: linear-gradient(to left, transparent 5%, #726a95); bottom: -10px; left: 50%; transform: translate(-50%); } .team-row{ display: flex !important; justify-content: center; flex-direction:row; width:100%; align-items:center; } .member{ flex: 1 1 250px; margin: 20px; text-align: center; border:1px solid rgba(0,0,0,0.4); padding: 20px 10px; cursor: pointer; max-width: 300px; transition: all 0.3s; } .member:hover{ box-shadow: 0 10px 20px rgba(0,0,0,0.1); transform: translateY(-20px); } .member img{ display: block; width: 150px; height: 160px; object-fit: fill; border-radius: 50%; margin: 0 auto; } .member h2{ text-transform: uppercase; font-size: 24px; color: #000; margin: 15px 0; } .member p{ font-size: 15px; color: #838383; line-height: 1.6; } </style> <section> <style> .testimonial-container { width: 100%; max-width: 1600px; overflow: hidden; position: relative;margin:50px auto; padding:20px; } .testimonial-slider { display: flex; gap: 20px; animation: scroll 30s linear infinite; } .testimonial-card { flex: 0 0 500px; background-color: #fff; border: 1px solid #ddd; border-radius: 10px; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); padding: 4% 0px; text-align: center; transition: transform 0.3s ease-in-out; position: relative; overflow: hidden; cursor:grab; } .testimonial-card:hover { transform: translateY(-10px); } .testimonial-card .quote { font-size: 25px; color: #333; margin-bottom: 15px; position: relative; } .testimonial-card .quote:before { content: "“"; font-size: 25px; position: absolute; left: -10px; top: -10px; color: #f39c12; } .testimonial-card .quote:after { content: "”"; font-size: 25px; position: absolute; right: -10px; bottom: -10px; color: #f39c12; } .testimonial-card .student-photo { width: 200px; height: 200px; border-radius: 50%; margin: 0 auto 10px; object-fit: cover; border: 2px solid #f39c12; } .testimonial-card .student-name { font-weight: bold; color: #000; margin: 5px 0; font-size:30px; } .testimonial-card .course { font-size: 0.85rem; color: #777; } @keyframes scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-100%); } } </style> <br><br> <br><br> <div class="col-md-10 offset-md-1"> <div class="section-title-style2 black-title title-tb text-center"> <span>Happy Students</span> <h2 class="primary-color">What Our Students Say</h2> </div> </div> <div class="testimonial-container"> <div class="testimonial-slider"> <?php $report_details = $db->get_feedback_details(); if (!empty($report_details)) { foreach ($report_details as $record) { $id = htmlspecialchars($record[0]); $full_name = htmlspecialchars($record[1]); $email = htmlspecialchars($record[2]); $class = htmlspecialchars($record[3]); $college_name = htmlspecialchars($record[4]); $batch = htmlspecialchars($record[5]); $photo = htmlspecialchars($record[6]); $testimonial = htmlspecialchars($record[7]); $feedback_date = htmlspecialchars($record[8]); $feedback_time = htmlspecialchars($record[9]); ?> <div class="testimonial-card"> <img src="feedback_images/<?php echo $photo; ?>" alt="Student Photo" class="student-photo"> <p class="quote">“<?php echo $testimonial; ?>”</p> <p class="student-name"><?php echo $full_name; ?></p> <p class="student-class">Class: <?php echo $class; ?></p> <p class="student-clg">College: <?php echo $college_name; ?></p> <p class="student-batch">Batch: <span style="color:orange"><?php echo $batch; ?></span></p> </div> <?php } } ?> <!--<div class="testimonial-card">--> <!-- <img src="https://via.placeholder.com/60" alt="Student Photo" class="student-photo">--> <!-- <p class="quote">This course was amazing and really helped me understand the fundamentals!</p>--> <!-- <p class="student-name">Rahul Sharma</p>--> <!-- <p class="student-class">Class: 12th Science</p> --> <!-- <p class="student-clg">College: ABC Junior College</p> --> <!-- <p class="student-batch">Batch: <span style="color:orange">2022-2023</span></p> --> <!--</div>--> <!--<div class="testimonial-card">--> <!-- <img src="https://via.placeholder.com/60" alt="Student Photo" class="student-photo">--> <!-- <p class="quote">The interactive lessons and supportive community made learning enjoyable!</p>--> <!-- <p class="student-name">Anita Desai</p>--> <!-- <p class="student-class">Class: 12th Science</p> --> <!-- <p class="student-clg">College: ABC Junior College</p> --> <!-- <p class="student-batch">Batch: <span style="color:orange">2022-2023</span></p> --> <!--</div>--> <!--<div class="testimonial-card">--> <!-- <img src="https://via.placeholder.com/60" alt="Student Photo" class="student-photo">--> <!-- <p class="quote">I gained so much confidence and skills that are valuable for my career.</p>--> <!-- <p class="student-name">Karan Patel</p>--> <!-- <p class="student-class">Class: <span>12th Science</span></p> --> <!-- <p class="student-clg">College: <span>ABC Junior College</span></p> --> <!-- <p class="student-batch">Batch: <span style="color:orange">2022-2023</span></p> --> <!--</div>--> <!--<div class="testimonial-card">--> <!-- <img src="https://via.placeholder.com/60" alt="Student Photo" class="student-photo">--> <!-- <p class="quote">Great instructors and hands-on projects that challenged me to improve.</p>--> <!-- <p class="student-name">Pooja Joshi</p>--> <!-- <p class="student-class">Class: 12th Science</p> --> <!-- <p class="student-clg">College: ABC Junior College</p> --> <!-- <p class="student-batch">Batch: <span style="color:orange">2022-2023</span></p> --> <!--</div>--> </div> </div> </section> <!-- about area start --> <!-- <div class="about-area ptb--120" id="about"> <div class="container"> <div class="row"> <div class="col-md-10 offset-md-1"> <div class="section-title-style2 black-title text-center"> <h2>About Us</h2> <span>We’re dedicated to delivering exceptional [products/services], driven by passion, innovation, and a commitment to excellence.</span> </div> </div> <div class="col-lg-6"> <div class="about-left-content"> <div class="section-title"><!-- --> <!-- <span class="text-uppercase">about us</span> --> --> <!-- <h1>Welcome to</h1><h2> <span class="primary-color">V-S Academy</span></h2> </div> <p style="text-align:justify;">Since 2007, VS Academy has been dedicated to nurturing the ambitions of students aspiring to careers in medicine and engineering. Each year, our students achieve remarkable results in prominent medical and engineering entrance examinations, including NEET, JEE, and MHT-CET. Over the years, we have consistently secured top ranks in various medical entrance exams. What began as a single center with just seven students has grown into one of the leading coaching institutes in Solapur. We offer state-of-the-art facilities, including interactive smart boards, comprehensive topic-wise and sub-topic-wise test series, and in-depth discussion sessions. Our approach emphasizes customized, personalized attention to support the progress of each student. We extend our sincere gratitude to our students and their parents for their trust and support in our efforts to provide exceptional educational guidance.</p> --> <!-- <a href="#" class="btn btn-primary btn-round">Read more</a> --> <!-- </div> </div> <div class="col-lg-6"> <div class="abt-right-thumb"> <div class="abt-rt-inner"> <a class="expand-video" href="assets/1.mp4"><i class="fa fa-play"></i></a> </div> </div> </div> </div> </div> </div> --> <!-- about area end --> <!-- events area start --> <!-- <div class="event-area pt--120 pb--80" id="courses"> <div class="container"> <div class="row"> <div class="col-md-10 offset-md-1"> <div class="section-title-style2 black-title text-center"> <span>Top-Tier Courses</span> <h2>Our Courses</h2> </div> </div> </div> <div class="row"> <div class="col-md-6"> <div class="media align-items-center mb-5"> <div class="media-head primary-bg"> <p>XI</p> </div> <div class="media-body"> <h4><a href="#">PCMB Coaching</a></h4> <p><i class="fa fa-clock-o"></i>07:00 AM - 10:00 AM</p> </div> </div> </div> <div class="col-md-6"> <div class="media align-items-center mb-5"> <div class="media-head primary-bg"> <p>XII</p> </div> <div class="media-body"> <h4><a href="#">PCMB Coaching</a></h4> <p><i class="fa fa-clock-o"></i>10:30 AM - 01:30 PM</p> </div> </div> </div> <div class="col-md-6"> <div class="media align-items-center mb-5"> <div class="media-head primary-bg"> <p>JEE</p> </div> <div class="media-body"> <h4><a href="#">JEE Preparation</a></h4> <p><i class="fa fa-clock-o"></i>02:00 PM - 05:00 PM</p> </div> </div> </div> <div class="col-md-6"> <div class="media align-items-center mb-5"> <div class="media-head primary-bg"> <p>NEET</p> </div> <div class="media-body"> <h4><a href="#">NEET Preparation</a></h4> <p><i class="fa fa-clock-o"></i>05:30 PM - 08:30 PM</p> </div> </div> </div> </div> </div> </div> --> <!-- events area end --> <!-- take toure area start --> <!-- <div class="take-toure-area ptb--120"> <div class="container"> <div class="row"> <div class="col-md-10 offset-md-1"> <div class="section-title-style2 white-title text-center"> <span>Take A Look</span> <h2>Explore Our Video Gallery</h2> </div> </div> </div> <div class="video-area"> <a class="expand-video" href="assets/1.mp4"><i class="fa fa-play"></i></a> </div> </div> </div> --> <!-- take toure area end --> <!-- course area start --> <!-- <div id="gallary"></div> <div class="teacher-area pb--100" > <div class="container"> <div class="row" id="gallary"> <div class="col-md-10 offset-md-1"> <div class="section-title-style2 black-title title-tb text-center"> <span class="section-tagline">Our Best Gallary section</span> <h2 class="primary-color">Gallary</h2> </div> </div> </div> <div class="commn-carousel owl-carousel card-deck"> <?php $report_details = $db->get_all_gallery(); if (!empty($report_details)) { foreach ($report_details as $record) { $id = $record[0]; $title = $record[1]; $images = $record[2]; ?> <div class="card mb-5"> <img src="admin/gallary_images/<?php echo htmlspecialchars($images, ENT_QUOTES, 'UTF-8'); ?>" alt="image" style="height: 250px;"> <div class="card-body teacher-content p-25"> <h4 class="card-title mb-4"> <a href="teacher-details.html"><?php echo htmlspecialchars($title, ENT_QUOTES, 'UTF-8'); ?></a> </h4> </div> </div> <?php } } else { echo "<p>No data found.</p>"; } ?> </div> --> <!-- Add a horizontal line below the carousel --> <hr class="carousel-divider"> </div> </div> <!-- course area end --> <!-- Testimonial Area Start --> <!-- <div class="testimonial-area ptb--120" id=""> <div class="container"> <div class="row"> <div class="col-lg-8 offset-lg-2 text-center"> <div class="section-title mb-4"> <span class="text-uppercase primary-color mb-0">Happy Students</span> <h2>What Our Students Say</h2> </div> <div class="tst-carousel owl-carousel"> <?php $report_details = $db->get_feedback_details(); if (!empty($report_details)) { foreach ($report_details as $record) { $id = htmlspecialchars($record[0]); $full_name = htmlspecialchars($record[1]); $email = htmlspecialchars($record[2]); $class = htmlspecialchars($record[3]); $college_name = htmlspecialchars($record[4]); $batch = htmlspecialchars($record[5]); $photo = htmlspecialchars($record[6]); $testimonial = htmlspecialchars($record[7]); $feedback_date = htmlspecialchars($record[8]); $feedback_time = htmlspecialchars($record[9]); ?> <div class="testimonial-content pb--40"> <div class="testimonial-img mb-3"> <img src="feedback_images/<?php echo $photo; ?>" alt="Testimonial Image" class="rounded-circle shadow-lg"> </div> <div class="testimonial-text bg-white p-4 rounded border border-light shadow-lg"> <h2 class="font-italic text-primary">“<?php echo $testimonial; ?>”</h3> <h3 class="font-weight-bold mt-3 text-dark"><?php echo $full_name; ?></h4> <span class="text-muted"><?php echo $class; ?> - <?php echo $college_name; ?> - <?php echo $batch; ?></span> </div> </div> <?php } } else { ?> <div class="testimonial-content pb--40"> <div class="testimonial-text bg-white p-5 rounded border border-light shadow-lg"> <p style="font-size: 30px;">No feedback available at the moment.</p> </div> </div> <?php } ?> </div> </div> </div> </div> </div> --> <!-- Testimonial Area End --> <!-- blog area start --> <!-- <div class="feature-blog ptb--120"> --> <!-- <div class="container"> <div class="row"> <div class="col-md-10 offset-md-1"> <div class="section-title-style2 black-title title-tb text-center"> <span>Top stories</span> <h2>Blog & News</h2> </div> </div> </div> <div class="row"> <div class="blog-carousel owl-carousel card-deck"> <div class="card mb-5"> <img class="card-img-top" src="assets/images/blog/blog-thumbnail1.jpg" alt="image"> <div class="card-body p-25"> <ul class="list-inline primary-color mb-3"> <li><i class="fa fa-clock-o"></i> AUGUST 6, 2017</li> <li><i class="fa fa-comments"></i> 3 Comments</li> </ul> <h4 class="card-title mb-4"><a href="blog.html">The Death Of architechture</a></h4> <p class="card-text">We’re a philosophical bunch here at School site and we have thought long and hard about.</p> <a class="btn btn-primary btn-round btn-sm" href="blog-details.html"> Read More </a> </div> </div> <div class="card mb-5"> <img class="card-img-top" src="assets/images/blog/blog-thumbnail2.jpg" alt="image"> <div class="card-body p-25"> <ul class="list-inline primary-color mb-3"> <li><i class="fa fa-clock-o"></i> AUGUST 6, 2017</li> <li><i class="fa fa-comments"></i> 3 Comments</li> </ul> <h4 class="card-title mb-4"><a href="blog.html">Aenean id ullamcorper</a></h4> <p class="card-text">We’re a philosophical bunch here at School site and we have thought long and hard about.</p> <a class="btn btn-primary btn-round btn-sm" href="blog-details.html"> Read More </a> </div> </div> <div class="card mb-5"> <img class="card-img-top" src="assets/images/blog/blog-thumbnail3.jpg" alt="image"> <div class="card-body p-25"> <ul class="list-inline primary-color mb-3"> <li><i class="fa fa-clock-o"></i> AUGUST 6, 2017</li> <li><i class="fa fa-comments"></i> 3 Comments</li> </ul> <h4 class="card-title mb-4"><a href="blog.html">The Death Of architechture</a></h4> <p class="card-text">We’re a philosophical bunch here at School site and we have thought long and hard about.</p> <a class="btn btn-primary btn-round btn-sm" href="blog-details.html"> Read More </a> </div> </div> <div class="card mb-5"> <img class="card-img-top" src="assets/images/blog/blog-thumbnail1.jpg" alt="image"> <div class="card-body p-25"> <ul class="list-inline primary-color mb-3"> <li><i class="fa fa-clock-o"></i> AUGUST 6, 2017</li> <li><i class="fa fa-comments"></i> 3 Comments</li> </ul> <h4 class="card-title mb-4"><a href="blog.html">The Death Of architechture</a></h4> <p class="card-text">We’re a philosophical bunch here at School site and we have thought long and hard about.</p> <a class="btn btn-primary btn-round btn-sm" href="blog-details.html"> Read More </a> </div> </div> </div> </div>< </div> --> <!-- </div> <!-- blog area end --> --> <!-- cta area start --> <!-- <div class="cta-area secondary-bg has-color cta-area ptb--50 "> <div class="container"> <div class="row align-items-center"> <div class="col-md-9"> <div class="cta-content"> <p class="mb-2">Click to Join the Advance Workshop</p> <h2>Training in advance networking</h2> </div> </div> <div class="col-md-3"> <div class="cta-btn"> <a class="btn btn-light btn-round" href="#">Join Now</a> </div> </div> </div> </div> </div> --> <!-- cta area end --> <!-- footer area start --> <footer> <div class="footer-top has-color pt--90 pb--30" > <div class="container"> <div class="row"> <div class="col-md-4"> <div class="widget widget-company"> <a href="index.php"><img src="assets/images/icon/images.png" alt="VS Academy Logo" style="width: 200px;border-radius: 10px;"></a> <div class="address"> <h6>Office Address</h6> <p>Paras Building, Near Hotel Zakas, Saat Rasta, Solapur</p> </div> <div class="address"> <h6>Business Phone</h6> <p>+91 9096655180</p> <p>+91 9890112009</p> </div> <div class="address"> <h6>Business Email</h6> <p>vsacademy1983@gmail.com</p> </div> <!--<ul class="social">--> <!-- <li><a href="#"><i class="fa fa-facebook" style="color:white;"></i></a></li>--> <!-- <li><a href="#"><i class="fa fa-twitter"></i></a></li>--> <!-- <li><a href="#"><i class="fa fa-instagram"></i></a></li>--> <!--</ul>--> </div> </div> <div class="col-md-5"> <div class="widget widget-opening"> <h4 class="fwidget-title mb-5 pb-3 primary-color"> VS Academy</h4> <iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3801.803757436499!2d75.90439487591436!3d17.659451194909163!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x3bc5da73e6507b47%3A0xa73d8ed4deab01c9!2sVS%20Academy!5e0!3m2!1sen!2sin!4v1725973341847!5m2!1sen!2sin" width="600" height="450" style="border:0;" allowfullscreen="" loading="lazy" referrerpolicy="no-referrer-when-downgrade"></iframe> <!--<p>Since 2007, VS Academy has been nurturing students’ aspirations for careers in medicine and engineering. Our students consistently achieve top ranks in NEET, JEE, and MHT-CET. From our humble beginnings with just seven students, we have grown to become one of Solapur's leading coaching institutes, offering advanced facilities and personalized attention to help every student succeed.</p>--> </div> </div> </div> <div class="footer-bottom"> <p>Copyright © 2024 <span><a class="primary-color" href="index.php">VS Academy</a></span> - All Rights Reserved. Designed by <span><a class="primary-color" href="https://dreamtechnology.in/" target="_blank">Dream Technology</a></span></p> </div> </div> </div> </footer> <!-- footer area end --> <!-- jquery latest version --> <script src="assets/js/vendor/jquery-2.2.4.min.js"></script> <!-- bootstrap 4 js --> <script src="assets/js/bootstrap.min.js"></script> <!-- others plugins --> <script src="assets/js/owl.carousel.min.js"></script> <script src="assets/js/jquery.magnific-popup.min.js"></script> <script src="assets/js/jquery.slicknav.min.js"></script> <script src="assets/js/plugins.js"></script> <script src="assets/js/scripts.js"></script> </body> </html>
Linux 65-254-81-4.cprapid.com 5.14.0-284.11.1.el9_2.x86_64 #1 SMP PREEMPT_DYNAMIC Tue May 9 05:49:00 EDT 2023 x86_64
Apache
65.254.81.4