MMCT TEAM
Server IP : 2a02:4780:3:1493:0:3736:a38e:7  /  Your IP : 216.73.216.168
Web Server : LiteSpeed
System : Linux sg-nme-web1393.main-hosting.eu 4.18.0-553.77.1.lve.el8.x86_64 #1 SMP Wed Oct 8 14:21:00 UTC 2025 x86_64
User : u926327694 ( 926327694)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF
Directory (0755) :  /home/u926327694/domains/svschool.in/../jssgokak.in/public_html/

[  Home  ][  C0mmand  ][  Upload File  ]

Current File : /home/u926327694/domains/svschool.in/../jssgokak.in/public_html/index.php
<?php
	include('header.php');
	$news_letter_class = "newsletter-area";
?>
<section class="slider-area slider-active">
	<?php
	$sel_slider = mysqli_query($con, "select * from slider");
	while($res_slider = mysqli_fetch_array($sel_slider)) {
		?>
		<div class="single-slider d-flex align-items-center bg_cover" style="background-image: url(adminweb/<?php echo $res_slider['img']; ?>);">
			<div class="container">
				<div class="slider-content">
					<h2 class="title" data-animation="fadeInLeft" data-delay="0.2s"><?php echo $res_slider['title']; ?></h2>
				</div>
			</div>
		</div>
	<?php } ?>
</section>

<?php /*
<section class="features-area">
	<div class="container">
		<div class="features-wrapper">
			<div class="row justify-content-end">
				<div class="col-lg-8">
					<h2 class="features-title">Provide <span>best <br> Educational</span> Environment</h2>
				</div>
			</div>
			<div class="row justify-content-end">
				<div class="col-lg-11">
					<div class="features-image">
						<img src="assets/images/features.png" class="mt-50" alt="">
					</div>
				</div>
			</div>
			<div class="features-mask">
				<div class="features-mask-image bg_cover" style="background-image: url(assets/images/features-bg.jpg);">
				</div>
				<div class="features-mask-content">
					<p>B.A.</p>
					<p>B.Sc.</p>
					<p>B.Com</p>
						<p>M.A-Economics</p>
						<p>M.Sc-Chemistry</p>
                        <p>M.Sc-Physics</p>
                        <p>M.com</p>
                        

                    					
				</div>
			</div>
		</div>
	</div>
</section> */ ?>

<section class="features-area" style="padding-top: 100px;">
	<div class="container">
	    <?php 
	        $sel_course_banner = mysqli_query($con,"select * from gallery where section='Homepage Courses' and is_active=1 order by id desc LIMIT 1");
	        while($row_course_banner = mysqli_fetch_array($sel_course_banner)) {
	            ?>
	                <img src="adminweb/<?php echo $row_course_banner['photo']; ?>" alt="Courses" class="img-responsive" />
	            <?php
	        }
	    ?>
	 </div>
</section>

<section class="top-courses-area" style="padding-top: 0;">
	<div class="container">
		<!--<div class="row">
			<div class="col-lg-8">
				<div class="section-title mt-40">
					<h2 class="title">Here is our <br> Top Facilities</h2>
					<p>Our Pre university is great amenities for pupil they can revel in the getting to know</p>
				</div>
			</div>
		</div>-->
		<div class="courses-wrapper">
			<div class="row">
			    <?php
                        $sel_fac = mysqli_query($con,"select * from facilities where is_active=1 order by id desc limit 0,4");
                        while($res_fac = mysqli_fetch_array($sel_fac))
                        {
                    ?>
				<div class="col-lg-3 col-sm-6 courses-col">
					<div class="single-courses mt-30 wow fadeInUpBig" data-wow-duration="1s" data-wow-delay="0.2s">
						<a href="facilities-details.php?id=<?php echo $res_fac['id']; ?>" class="category">#Facilities</a>
						<h4 class="courses-title"><a href="facilities-details.php?id=<?php echo $res_fac['id']; ?>"><?php echo $res_fac['name']; ?></a></h4>
						<div class="rating text-white mt-3">
							<span style="font-size:12px;">Department: </span>
							<span class="ml-1" style="font-size:12px;"> <?php echo $res_fac['department']; ?></span>
						</div>
						<div class="rating text-white">
							<span style="font-size:12px;">Added on: </span>
							<span class="ml-1" style="font-size:12px;"> <?php echo Date('d M Y',strtotime($res_fac['created_at'])); ?></span>
						</div>
						<div class="courses-link">
							<a class="more" href="facilities-details.php?id=<?php echo $res_fac['id']; ?>">Read more <i class="fal fa-chevron-right"></i></a>
						</div>
					</div>
				</div>
				<?php
                        }
                ?>
			</div>
		</div>
	</div>
</section>

<section class="campus-visit-area">
	<div class="container">
		<div class="campus-visit-wrapper">
			<div class="campus-image-col">
				<div class="campus-image">
				    <?php
                        $sel_img = mysqli_query($con,"select * from gallery where is_active=1 and section='Campus' order by id desc");
                        while($res_img = mysqli_fetch_array($sel_img))
                        {
                    ?>
					<div class=" single-campus">
						<img src="adminweb/<?php echo $res_img['photo']; ?>" alt="Visit our Campus with image gallery" class="img-responsive" />
					</div>
					<?php
                        }
                    ?>
				</div>
			</div>
			<div class="campus-content-col">
				<div class="campus-content">
					<h2 class="campus-title">Visit our Campus with image gallery</h2>
					<span class="line"></span>
					<p>A college tour, also called a campus tour, is a tour of a college or pre university's campus. Prospective students, their family members and other visitors take campus tours to learn about the college or Pre university's facilities,</p>
					<h3 class="video-title">or watch video</h3>
					<!--<a class="play video-popup" href="https://www.youtube.com/watch?v=0qHWub21h5c"><i class="fas fa-play"></i> <span>Play now</span></a>-->
				</div>
			</div>
		</div>
	</div>
</section>

<section class="event-area">
	<div class="container">
		<div class="row">
			<div class="col-lg-8">
				<div class="section-title mt-40">
					<h2 class="title">Up Coming <br> Events</h2>
					<p>keep you positive, fresh, energetic and go a long way in making you more productive. Not only do they lighten your mood, but they also help in shaping your overall personality and interpersonal skills.</p>
				</div>
			</div>
		</div>
		<div class="tab-content event-tab-items wow fadeInUpBig" data-wow-duration="1s" data-wow-delay="0.2s">
			<div class="tab-pane fade show active" id="courses">
				<div class="row">
				    <?php
                        $sel_event = mysqli_query($con,"select * from events where is_active=1 order by id desc limit 0,4");
                        while($res_event = mysqli_fetch_array($sel_event))
                        {
                    ?>
					<div class="col-lg-3 col-sm-6">
						<div class="single-event text-center mt-30">
							<span class="date"><?php echo Date('d M Y',strtotime($res_event['event_date'])); ?></span>
							<h4 class="event-title"><a href="event-details.php?id=<?php echo $res_event['id']; ?>"><?php echo $res_event['event_name']; ?></a></h4>
							<a href="event-details.php?id=<?php echo $res_event['id']; ?>" class="more">Read more <i class="far fa-chevron-right"></i></a>
						</div>
					</div>
					<?php
                        }
                    ?>
				</div>
			</div>
			<div class="tab-pane fade" id="admission">
				<div class="row">
					<div class="col-lg-3 col-sm-6">
						<div class="single-event text-center mt-30">
							<span class="time">10.35 am to 1.00 pm</span>
							<span class="date">25 May, 2020</span>
							<h4 class="event-title"><a href="event-details.php">Micro Biological Workshop</a></h4>
							<p class="place">Place: Central Hall, New York</p>
							<a href="#" class="more">Read more <i class="far fa-chevron-right"></i></a>
						</div>
					</div>
					<div class="col-lg-3 col-sm-6">
						<div class="single-event text-center mt-30">
							<span class="time">10.35 am to 1.00 pm</span>
							<span class="date">25 May, 2020</span>
							<h4 class="event-title"><a href="event-details.php">Micro Biological Workshop</a></h4>
							<p class="place">Place: Central Hall, New York</p>
							<a href="#" class="more">Read more <i class="far fa-chevron-right"></i></a>
						</div>
					</div>
					<div class="col-lg-3 col-sm-6">
						<div class="single-event text-center mt-30">
							<span class="time">10.35 am to 1.00 pm</span>
							<span class="date">25 May, 2020</span>
							<h4 class="event-title"><a href="event-details.php">Micro Biological Workshop</a></h4>
							<p class="place">Place: Central Hall, New York</p>
							<a href="#" class="more">Read more <i class="far fa-chevron-right"></i></a>
						</div>
					</div>
					<div class="col-lg-3 col-sm-6">
						<div class="single-event text-center mt-30">
							<span class="time">10.35 am to 1.00 pm</span>
							<span class="date">25 May, 2020</span>
							<h4 class="event-title"><a href="event-details.php">Micro Biological Workshop</a></h4>
							<p class="place">Place: Central Hall, New York</p>
							<a href="#" class="more">Read more <i class="far fa-chevron-right"></i></a>
						</div>
					</div>
				</div>
			</div>
			<div class="tab-pane fade" id="training">
				<div class="row">
					<div class="col-lg-3 col-sm-6">
						<div class="single-event text-center mt-30">
							<span class="time">10.35 am to 1.00 pm</span>
							<span class="date">25 May, 2020</span>
							<h4 class="event-title"><a href="event-details.php">Micro Biological Workshop</a></h4>
							<p class="place">Place: Central Hall, New York</p>
							<a href="#" class="more">Read more <i class="far fa-chevron-right"></i></a>
						</div>
					</div>
					<div class="col-lg-3 col-sm-6">
						<div class="single-event text-center mt-30">
							<span class="time">10.35 am to 1.00 pm</span>
							<span class="date">25 May, 2020</span>
							<h4 class="event-title"><a href="event-details.php">Micro Biological Workshop</a></h4>
							<p class="place">Place: Central Hall, New York</p>
							<a href="#" class="more">Read more <i class="far fa-chevron-right"></i></a>
						</div>
					</div>
					<div class="col-lg-3 col-sm-6">
						<div class="single-event text-center mt-30">
							<span class="time">10.35 am to 1.00 pm</span>
							<span class="date">25 May, 2020</span>
							<h4 class="event-title"><a href="event-details.php">Micro Biological Workshop</a></h4>
							<p class="place">Place: Central Hall, New York</p>
							<a href="#" class="more">Read more <i class="far fa-chevron-right"></i></a>
						</div>
					</div>
					<div class="col-lg-3 col-sm-6">
						<div class="single-event text-center mt-30">
							<span class="time">10.35 am to 1.00 pm</span>
							<span class="date">25 May, 2020</span>
							<h4 class="event-title"><a href="event-details.php">Micro Biological Workshop</a></h4>
							<p class="place">Place: Central Hall, New York</p>
							<a href="#" class="more">Read more <i class="far fa-chevron-right"></i></a>
						</div>
					</div>
				</div>
			</div>

			<div class="view-btn text-center">
				<a href="events.php" class="view-more">View More <i class="fal fa-chevron-right"></i></a>
			</div>
		</div>            
	</div>
</section>

<section class="testimonials-area">
	<div class="container">
		<div class="row align-items-center">
			<div class="col-lg-4">
				<div class="testimonials-title">
					<h2 class="title">Our Review</h2>
					<span class="line"></span>
					<p>Every student get good placement well reputed and renowned companies, curriculum was excellent . College provide us intership for better future and experience. We have faculties ,who are very educated , knowledge and experienced. They are very helpful and understandble well communication .</p>
				</div>
			</div>
			<div class="col-lg-8">
				<div class="testimonials-wrapper">
					<div class="testimonials-shape shape-1"></div>
					<div class="testimonials-shape shape-2"></div>
					<div class="testimonials-shape shape-3"></div>

					<div class="row no-gutters">
						<div class="col-lg-6 col-md-5">
							<div class="testimonials-image">
							    <?php
							    $sel_review1 = mysqli_query($con,"select * from testimonial where section='Student' OR section='Parent' order by id desc");
							    while($res_review1 = mysqli_fetch_array($sel_review1))
							    {
							        ?>
								<div class="single-testimonial-image">
									<img src="adminweb/<?php echo $res_review1['photo']; ?>" alt="Parent Review" />
								</div>
								<?php
							    }
							    ?>
							</div>
						</div>
						<div class="col-lg-6 col-md-7">
							<div class="testimonials-content">
							    <?php
							    $sel_review = mysqli_query($con,"select * from testimonial where section='Student' OR section='Parent' order by id desc");
							    while($res_review = mysqli_fetch_array($sel_review))
							    {
							        ?>
								<div class="single-testimonial-content">
									<div class="content-text">
										<i class="fas fa-quote-right"></i>
										<br /><br />
										<p><?php echo $res_review['description']; ?></p>
									</div>
									<div class="content-meta">
										<p class="name"><?php echo $res_review['name']; ?></p>
										<p class="designation"><?php echo $res_review['section']; ?></p>
									</div>
								</div>
								<?php
								}
								?>
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</section>

<div class="counter-area mb-50">
	<div class="container">
		<div class="counter-wrapper bg_cover" >
			<div class="row">
			    <?php
			        $sel_statistics=mysqli_query($con,'select * from statistics order by id asc');
			        while($row_statistics=mysqli_fetch_array($sel_statistics))
			        {
			    ?>
				<div class="col-sm-3 col-6 counter-col">
					<div class="single-counter mt-30 wow fadeInLeftBig" data-wow-duration="1s" data-wow-delay="0.2s">
						<span class="counter-count"><span class="count"><?php echo $row_statistics['count']; ?> </span> +</span>
						<p><?php echo $row_statistics['title']; ?></p>
					</div>
				</div>
				<?php
			        }
			      ?>
			</div>
		</div>
	</div>
</div>
<?php /*
<section class="blog-area">
	<div class="container">
		<div class="row justify-content-center">
			<div class="col-lg-5 col-md-9">
				<div class="section-title-2 text-center">
					<h2 class="title">Latest Blog Post</h2>
					<span class="line"></span>
					<p>Even slightly believable. If you are going use a passage of Lorem Ipsum need some</p>
				</div>
			</div>
		</div>
		<div class="blog-wrapper">
			<div class="row blog-active">
				<div class="col-lg-4">
					<div class="single-blog mt-30">
						<div class="blog-image">
							<a href="blog-details.php">
								<img src="assets/images/blog-1.jpg" alt="blog">
							</a>
						</div>
						<div class="blog-content">
							<ul class="meta">
								<li><a href="#">25 May, 2020</a></li>
								<li><a href="#">By: Alex</a></li>
								<li><a href="#">12 Comments</a></li>
							</ul>
							<h4 class="blog-title"><a href="blog-details.php">Latest Micro Biological basic Workshop for Research</a></h4>
							<a href="blog-details.php" class="more">Read more <i class="fal fa-chevron-right"></i></a>
						</div>
					</div>
				</div>
				<div class="col-lg-4">
					<div class="single-blog mt-30">
						<div class="blog-image">
							<a href="blog-details.php">
								<img src="assets/images/blog-2.jpg" alt="blog">
							</a>
						</div>
						<div class="blog-content">
							<ul class="meta">
								<li><a href="#">25 May, 2020</a></li>
								<li><a href="#">By: Alex</a></li>
								<li><a href="#">12 Comments</a></li>
							</ul>
							<h4 class="blog-title"><a href="blog-details.php">Latest Micro Biological basic Workshop for Research</a></h4>
							<a href="blog-details.php" class="more">Read more <i class="fal fa-chevron-right"></i></a>
						</div>
					</div>
				</div>
				<div class="col-lg-4">
					<div class="single-blog mt-30">
						<div class="blog-image">
							<a href="blog-details.php">
								<img src="assets/images/blog-3.jpg" alt="blog">
							</a>
						</div>
						<div class="blog-content">
							<ul class="meta">
								<li><a href="#">25 May, 2020</a></li>
								<li><a href="#">By: Alex</a></li>
								<li><a href="#">12 Comments</a></li>
							</ul>
							<h4 class="blog-title"><a href="blog-details.php">Latest Micro Biological basic Workshop for Research</a></h4>
							<a href="blog-details.php" class="more">Read more <i class="fal fa-chevron-right"></i></a>
						</div>
					</div>
				</div>
			</div>
		</div>
	</div>
</section>
*/ ?>
<?php include('footer.php'); ?>

MMCT - 2023