| Server IP : 50.63.8.194 / Your IP : 216.73.216.202 Web Server : Microsoft-IIS/10.0 System : Windows NT P3NWVPWEB026 10.0 build 17763 (Windows Server 2016) AMD64 User : IWPD_7824(SpiPanel) ( 0) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : G:/PleskVhosts/polyprep.in/mmitshamli.ac.in/home/ |
Upload File : |
<?php
$title = "Home";
include("../admin/connection.php");
$q_slider = "select * from tbl_slider order by slider_id desc";
$q_notice = "select * from tbl_notice order by file_id desc";
$q_gallery = "select * from tbl_gallery order by gal_id desc limit 8";
$res_slider = mysqli_query($dbCon, $q_slider);
$res_notice = mysqli_query($dbCon, $q_notice);
$res_gallery = mysqli_query($dbCon, $q_gallery);
?>
<!DOCTYPE html>
<html lang="en">
<head>
<?php
include('../home_include/header_link.php');
?>
</head>
<body>
<div class="page-wrapper" id="page-wrapper">
<?php
include('../home_include/header.php');
?>
<!-- start side menu -->
<!-- end side menu -->
<!-- start slider -->
<div id="demo" class="carousel slide" data-ride="carousel">
<ul class="carousel-indicators">
<li data-target="#demo" data-slide-to="0" class="active"></li>
<li data-target="#demo" data-slide-to="1"></li>
<li data-target="#demo" data-slide-to="2"></li>
<li data-target="#demo" data-slide-to="3"></li>
</ul>
<div class="carousel-inner">
<?php
$flg = 1;
while($row_slider = mysqli_fetch_assoc($res_slider)){
if($flg == 1){
?>
<div class="carousel-item active">
<img src="../admin/slider/<?php echo $row_slider['pic']; ?>" alt="education" class="img-fluid">
<div class="carousel-caption animated fadeInLeft delay-0.5s">
<h1 class="font-weight-bold"
style=" text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;">
<?php echo $row_slider['text1']; ?></h1>
<h6 class="banner-desc"><?php echo $row_slider['text2']; ?></h6>
</div>
</div>
<?php
}else{
?>
<div class="carousel-item">
<img src="../admin/slider/<?php echo $row_slider['pic']; ?>" alt="education" class="img-fluid">
<div class="carousel-caption animated fadeInUp delay-0.5s">
<h1 class="font-weight-bold"
style=" text-shadow: -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;">
<?php echo $row_slider['text1']; ?></h1>
<h6 class="banner-desc"><?php echo $row_slider['text2']; ?></h6>
</div>
</div>
<?php
}
$flg=0;
}
?>
</div>
</div>
<!-- end slider -->
<!--=======Our Mentors==============-->
<section class="our-team text-center bg-light">
<div class="container">
<div class="sec-title text-center mb-3">
<span class="title">Our Mentors</span>
<h2>These are the People that not only advise us but also guide us at every step</h2>
<div class="divider">
<span class="fa fa-mortar-board"></span>
</div>
</div>
<div class="row">
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12" data-aos="fade-up" data-aos-duration="550">
<div class="team-block">
<div class="team-img">
<img src="../assets/images/mentors/yogiji.jpg" class="img-fluid" alt="team member"
style="height:200px; width:400px;">
</div>
<h4 class="pt-4 font-weight-bold color-orange">Yogi Adityanath</h4>
Hon'ble Chief Minister Uttar Pradesh
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12" data-aos="fade-up" data-aos-duration="550">
<div class="team-block mt-xl-0 mt-lg-0 mt-md-0 mt-sm-2 mt-2">
<div class="team-img">
<img src="../assets/images/mentors/tem.jpg" class="img-fluid" alt="team member"
style="height:200px; width:400px;">
</div>
<h4 class="pt-4 font-weight-bold color-orange">Shri Ashish Patel</h4>
Hon'ble Minister of<br />Technical Education, Uttar Pradesh
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12" data-aos="fade-up" data-aos-duration="550">
<div class="team-block mt-xl-0 mt-lg-0 mt-mb-2 mt-sm-2 mt-2">
<div class="team-img">
<img src="../assets/images/mentors/SELVA KUMAR.jpeg" class="img-fluid" alt="team member"
style="height:200px; width:400px;">
</div>
<h4 class="pt-4 font-weight-bold color-orange">Smt. Selva Kumari J. (IAS)</h4>
Director General <br />
Technical Education, Uttar Pradesh
</div>
</div>
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12" data-aos="fade-up" data-aos-duration="550">
<div class="team-block mt-xl-0 mt-lg-0 mt-md-0 mt-sm-2 mt-2">
<div class="team-img">
<img src="../assets/images/mentors/M K SHANMUGA SUNDRAM1.jpg" class="img-fluid" alt="team member"
style="height:200px; width:400px;">
</div>
<h4 class="pt-4 font-weight-bold color-orange">Dr. M.K. Shanmuga Sundaram (IAS)</h4>
Principal Secretary <br/> Technical Education , Uttar Pradesh
</div>
</div>
</div>
<!--<div class="row mt-3 d-flex justify-content-center">
<div class="col-xl-3 col-lg-3 col-md-6 col-sm-6 col-12" data-aos="fade-up" data-aos-duration="550">
<div class="team-block">
<div class="team-img mt-xl-0 mt-lg-0 mt-mb-2 mt-sm-2 mt-2">
<img src="assets/images/mentors/director.jpeg" class="img-fluid"
alt="team member" style="height:200px; width:400px;">
</div>
<h4 class="pt-4 font-weight-bold color-orange"> Dinesh Mohan Singh</h4>
Director of Technical Education U.P.
</div>
</div>
</div>-->
</div>
</section>
<!-- ================= NOTICE BOARD + PRINCIPAL'S MESSAGE ================= -->
<style>
.mmit-section{
--navy:#141452;
--navy-soft:#1c2a78;
--orange:#f5920e;
--orange-dark:#e07f00;
--ink:#3d4257;
--muted:#767ca0;
--line:#e8eaf3;
--gap:24px;
--card-h:430px;
background:linear-gradient(180deg,#f7f8fc 0%,#ffffff 100%);
padding:60px 0;
font-family:'Inter',system-ui,sans-serif;
}
/* ---------- heading ---------- */
.mmit-head{text-align:center;margin-bottom:36px;}
.mmit-eyebrow{
display:inline-block;font-size:11.5px;font-weight:700;
letter-spacing:2.5px;text-transform:uppercase;
color:var(--orange-dark);background:#fff4e4;
padding:6px 16px;border-radius:30px;
}
.mmit-head h2{
font-family:'Poppins',sans-serif;
font-size:32px;font-weight:800;color:var(--navy);margin:13px 0 9px;
}
.mmit-divider{display:flex;align-items:center;justify-content:center;gap:10px;}
.mmit-divider .bar{width:50px;height:2px;background:var(--line);}
.mmit-divider .fa{color:var(--orange);font-size:17px;}
/* ---------- grid : fixed height, no stretching ---------- */
.mmit-grid{display:flex;flex-wrap:wrap;gap:var(--gap);}
.mmit-col-notice{
flex:0 0 calc(36% - var(--gap) / 2);max-width:calc(36% - var(--gap) / 2);
height:var(--card-h);
}
.mmit-col-msg{
flex:0 0 calc(64% - var(--gap) / 2);max-width:calc(64% - var(--gap) / 2);
height:var(--card-h);
}
/* ---------- shared card ---------- */
.mmit-card{
background:#fff;border-radius:14px;
box-shadow:0 10px 30px rgba(20,20,82,.08);
border:1px solid var(--line);
height:100%;display:flex;flex-direction:column;overflow:hidden;
}
.mmit-card-head{
background:linear-gradient(90deg,var(--navy),var(--navy-soft));
color:#fff;padding:14px 18px;
display:flex;align-items:center;gap:10px;flex-shrink:0;
}
.mmit-card-head i{color:var(--orange);font-size:15px;flex-shrink:0;}
.mmit-card-head h3{
font-family:'Poppins',sans-serif;
font-size:15px;font-weight:700;margin:0;letter-spacing:.3px;
}
.mmit-card-head .tag{
margin-left:auto;font-size:10px;font-weight:700;letter-spacing:1.4px;
text-transform:uppercase;color:var(--orange);
background:rgba(245,146,14,.16);padding:4px 10px;border-radius:20px;
}
/* ---------- notice list ---------- */
.mmit-list{flex:1;min-height:0;}
.mmit-list marquee{height:100%;}
.mmit-notice{
display:flex;gap:12px;align-items:center;
padding:13px 16px;
border-bottom:1px solid var(--line);
border-left:3px solid transparent;
text-decoration:none;
transition:background .2s ease,border-color .2s ease;
}
.mmit-notice:hover{background:#fffaf2;border-left-color:var(--orange);}
.mmit-notice .ico{
flex-shrink:0;width:34px;height:34px;border-radius:9px;
background:#fff4e4;color:var(--orange-dark);
display:flex;align-items:center;justify-content:center;font-size:14px;
}
.mmit-notice .txt{min-width:0;}
.mmit-notice .title{
display:block;font-size:13.5px;line-height:1.5;font-weight:600;
color:var(--ink);word-break:break-word;transition:color .2s ease;
}
.mmit-notice:hover .title{color:var(--orange-dark);}
.mmit-notice .meta{
display:block;margin-top:3px;font-size:10.5px;font-weight:600;
letter-spacing:1px;text-transform:uppercase;color:var(--muted);
}
.mmit-new{
display:inline-block;font-size:9px;font-weight:800;letter-spacing:.8px;
background:#ffe9e5;color:#e0402d;padding:2px 6px;border-radius:3px;
margin-left:6px;vertical-align:middle;
}
.mmit-card-foot{padding:12px 16px;border-top:1px solid var(--line);flex-shrink:0;}
.mmit-btn{
display:flex;align-items:center;justify-content:center;gap:8px;width:100%;
background:linear-gradient(180deg,var(--orange),var(--orange-dark));
color:#fff;border:none;
font-family:'Poppins',sans-serif;font-weight:600;font-size:13px;
padding:11px 14px;border-radius:8px;
box-shadow:0 4px 12px rgba(245,146,14,.3);
transition:transform .18s ease;cursor:pointer;
}
.mmit-btn:hover{transform:translateY(-2px);color:#fff;}
.mmit-btn:focus-visible{outline:3px solid var(--navy);outline-offset:2px;}
/* ---------- author strip (photo inline, no tall panel) ---------- */
.mmit-author{
display:flex;align-items:center;gap:15px;
padding:14px 22px;background:#f7f8fc;
border-bottom:1px solid var(--line);flex-shrink:0;
}
.mmit-author-pic{
width:100px;height:100px;flex-shrink:0;border-radius:50%;
overflow:hidden;background:#fff;
border:3px solid var(--orange);
box-shadow:0 5px 14px rgba(20,20,82,.18);
}
.mmit-author-pic img{width:100%;height:100%;object-fit:fill;object-position:top center;}
.mmit-author h4{
font-family:'Poppins',sans-serif;font-size:16px;font-weight:700;
color:var(--navy);margin:0 0 4px;
}
.mmit-author .role{
font-size:10.5px;font-weight:700;letter-spacing:1.8px;
text-transform:uppercase;color:var(--orange-dark);
}
.mmit-author .seal{
margin-left:auto;flex-shrink:0;
font-family:'Poppins',sans-serif;font-size:10px;font-weight:700;
letter-spacing:1.8px;text-transform:uppercase;color:var(--navy);
background:#fff;border:1px solid var(--line);
padding:7px 14px;border-radius:30px;
}
/* ---------- message text : scrolls inside the card ---------- */
.mmit-text{
flex:1;min-height:0;overflow-y:auto;
padding:20px 22px 20px 26px;
position:relative;
}
.mmit-text p{
font-size:14.5px;line-height:1.85;color:var(--ink);margin:0;
}
.mmit-text p::before{
content:"\201C";
font-family:Georgia,serif;font-size:44px;line-height:0;
color:var(--orange);opacity:.4;
float:left;margin:16px 8px 0 0;
}
.mmit-text::-webkit-scrollbar{width:5px;}
.mmit-text::-webkit-scrollbar-track{background:#f2f3f9;border-radius:10px;}
.mmit-text::-webkit-scrollbar-thumb{background:var(--orange);border-radius:10px;}
.mmit-text{scrollbar-width:thin;scrollbar-color:var(--orange) #f2f3f9;}
.mmit-sign{
flex-shrink:0;padding:12px 22px;
border-top:1px solid var(--line);background:#fff;
display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;
}
.mmit-sign strong{
font-family:'Poppins',sans-serif;font-size:15px;color:var(--navy);font-weight:700;
}
.mmit-sign span{
font-size:11.5px;letter-spacing:1.4px;text-transform:uppercase;
color:var(--orange-dark);font-weight:600;
}
/* ---------- responsive ---------- */
@media(max-width:991px){
.mmit-section{padding:45px 0;--card-h:auto;}
.mmit-col-notice,.mmit-col-msg{flex:0 0 100%;max-width:100%;}
.mmit-col-msg{order:1;}
.mmit-col-notice{order:2;}
.mmit-list{height:290px;flex:none;}
.mmit-text{max-height:260px;}
}
@media(max-width:575px){
.mmit-head h2{font-size:26px;}
.mmit-author{padding:13px 16px;gap:12px;}
.mmit-author-pic{width:56px;height:56px;}
.mmit-author .seal{display:none;}
.mmit-text{padding:18px 16px;}
.mmit-sign{padding:12px 16px;}
}
@media(prefers-reduced-motion:reduce){
.mmit-btn:hover{transform:none;}
}
</style>
<section class="online-course mmit-section">
<div class="container">
<div class="mmit-head">
<span class="mmit-eyebrow">Notice Board</span>
<h2>Current News & Notice</h2>
<div class="mmit-divider">
<span class="bar"></span>
<span class="fa fa-mortar-board"></span>
<span class="bar"></span>
</div>
</div>
<div class="mmit-grid">
<!-- ===== LEFT : NOTICES ===== -->
<div class="mmit-col-notice">
<div class="mmit-card">
<div class="mmit-card-head">
<i class="fas fa-bullhorn"></i>
<h3>Latest Notices</h3>
<span class="tag">Updated</span>
</div>
<div class="mmit-list">
<marquee direction="up" scrollamount="3"
onmouseover="this.stop()" onmouseout="this.start()">
<?php while ($row_notice = mysqli_fetch_assoc($res_notice)) { ?>
<a class="mmit-notice" target="_blank"
href="../admin/notice/<?php echo $row_notice['file_name']; ?>">
<span class="ico"><i class="fas fa-file-alt"></i></span>
<span class="txt">
<span class="title">
<?php echo $row_notice['notice']; ?>
<span class="mmit-new">NEW</span>
</span>
<span class="meta">Open notice</span>
</span>
</a>
<?php } ?>
</marquee>
</div>
<div class="mmit-card-foot">
<button type="button" class="mmit-btn join-us">
See All Notices <i class="fas fa-arrow-right"></i>
</button>
</div>
</div>
</div>
<!-- ===== RIGHT : PRINCIPAL'S MESSAGE ===== -->
<div class="mmit-col-msg">
<div class="mmit-card">
<div class="mmit-card-head">
<i class="fas fa-quote-right"></i>
<h3>Principal's Message</h3>
</div>
<!-- photo + name inline -->
<div class="mmit-author">
<div class="mmit-author-pic">
<img src="../assets/images/faculty/mmitpri.png" alt="Shri. Jitendra Kumar">
</div>
<div>
<h4>Shri. Jitendra Kumar</h4>
<span class="role">Principal</span>
</div>
<span class="seal">MMIT Shamli</span>
</div>
<div class="mmit-text">
<p>Dear Students, Parents, and Faculty, I hope this message finds you in good
health and high spirits. As we navigate through the academic year, I would
like to take a moment to express my gratitude for the collective efforts of our
dedicated students, supportive parents, and committed faculty members. I am
pleased to inform you that our school continues to uphold its commitment to
academic excellence, character development, and a nurturing learning
environment. Our students have been actively participating in various
extracurricular activities, showcasing their talents, and contributing to the
overall growth of our school community. As we progress, let us remain
focused on our goals and continue to work together to create a positive and
conducive learning atmosphere. I encourage parents to stay actively involved
in their child's education and communication with the school. Please feel free
to reach out if you have any concerns or suggestions. Your feedback is
invaluable in our continuous efforts to enhance the educational experience at
MMIT Shamli. Wishing you all continued success and a fulfilling academic
journey. With Best Wishes,</p>
</div>
<div class="mmit-sign">
<strong>Shri. Jitendra Kumar</strong>
<span>Principal - MMIT Shamli</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- =============== END SECTION =============== -->
<!-- start target -->
<section class="target">
<div class="container">
<div class="sec-title text-center bg-fill mb-3">
<span class="title">We Provides</span>
<h2 class="text-white">Our Popular Courses</h2>
<div class="divider">
<span class="fa fa-mortar-board"></span>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="target-block text-white p-5 mb-lg-0 mb-xl-0 mb-md-0 mb-sm-5 mb-5" data-aos="fade-up"
data-aos-duration="550">
<div class="border-line"></div>
<i class="fas fa-cogs fa-3x color-orange mb-3 target-icon"></i>
<h4 class="font-weight-bold">Mechanical (Production)</h4>
<p>Mechanical engineering is the study, design, development, construction, and testing of
mechanical and thermal sensors and devices, including tools, engines, and machines.
Mechanical engineering careers center on creating technologies to meet a wide range of
human needs.</p>
<a href="javascript:" class="btn text-white pl-0">
Read More<i class="fa fa-angle-double-right ml-2"></i>
</a>
</div>
</div>
<div class="col-md-4">
<div class="target-block text-white p-5 mb-lg-0 mb-xl-0 mb-md-0 mb-sm-5 mb-5"
data-aos="fade-up" data-aos-duration="550">
<div class="border-line"></div>
<i class="fas fa-seedling fa-3x color-orange mb-3 target-icon"></i>
<h4 class="font-weight-bold"> Food Technology</h4>
<p>Food engineering is a scientific, academic, and professional field that interprets and
applies principles of engineering, science, and mathematics to food manufacturing and
operations, including the processing, production, handling, storage, conservation,
control, packaging and distribution of food products.<br /><br /></p>
<a href="javascript:" class="btn text-white pl-0">
Read More<i class="fa fa-angle-double-right ml-2"></i>
</a>
</div>
</div>
<div class="col-md-4">
<div class="target-block text-white p-5" data-aos="fade-up" data-aos-duration="550">
<div class="border-line"></div>
<i class="fas fa-scroll fa-3x color-orange mb-3 target-icon"></i>
<h4 class="font-weight-bold">Paper & Pulp Technology</h4>
<p>Paper Engineering is the area of engineering that deals converting raw materials into
paper products. It deals with the thermal, chemical and biochemical process that are
used to design and produce the paper.Using mechanical instruments to grind and refine
the pulp and producing the paper</p>
<a href="javascript:" class="btn text-white pl-0">
Read More<i class="fa fa-angle-double-right ml-2"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- end target -->
<!-- start about us -->
<section class="about-us mt-5" data-aos="fade-up" data-aos-duration="950">
<div class="container">
<div class="about-box pb-3">
<i class="fas fa-star"></i>
</div>
<h5 data-aos="fade-up" data-aos-duration="1050">About Us</h5>
<h2 class="font-weight-bold pb-3 px-5 mb-0 bottom-line" data-aos="fade-up" data-aos-duration="1050">
Welcome to Mahamaya Polytechnic Of Information Technology, SHAMLI .</h2>
<p class=""></p>
<p>
<b>MAHAMAYA POLYTECHNIC OF INFORMATION TECHNOLOGY, SHAMLI (U.P)</b> has been Established in the year
2017 affiliated by <b>“Board of Technical Education Uttar Pradesh” (BTE UP)</b>, Lucknow and
approved by <b>“ALL INDIA COUNCIL FOR TECHNICAL EDUCATION, NEW DELHI” (AICTE, New Delhi)></b>. The
3-year duration course DIPLOMA IN MECHANICAL ENGINEERING (PRODUCTION) was started from the Session
2017-18. The institute campus is spread in 29587.83 sqm.
</p>
<p style="text-align:left;">
<i class="far fa-dot-circle text-primary"></i> 3 year Diploma in MECHANICAL ENGINEERING (PRODUCTION)
was started from the session 2017-18.<br />
<i class="far fa-dot-circle text-primary"></i> 3 year Diploma in FOOD TECHNOLOGY was started from
the session 2018-19.<br />
<i class="far fa-dot-circle text-primary"></i>3 year Diploma in PAPER & PULP TECHNOLOGY was started
from the session 2018-19.<br />
</p>
<div class="button-box">
<a href="javascript:" class="left-btn">More About Us</a>
<a href="javascript:" class="right-btn">Contact Us</a>
</div>
</div>
</section>
<!-- end about us -->
<!-- end online course -->
<!-- start search course -->
<section class="search-course">
<div class="container">
<div class="row justify-content-center">
<!-- start counter -->
<section class="counter-section">
<div class="container mt-5">
<div class="text-center mt-5">
<div class="row text-light">
<div class="col-lg-3 col-md-6 col-sm-6 ">
<div class="counter" data-aos="fade-up" data-aos-duration="550">
<div class="border-line"></div>
<div class="counter-img">
<img src="../assets/images/icons/teacher.png" class="img-fluid"
alt=teacher>
</div>
<h5 class="count-text mt-2">Teachers</h5>
<h2 class="timer count-title count-number" data-to="08" data-speed="30">
</h2>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="counter mt-xl-0 mt-lg-0 mt-md-0 mt-sm-0 mt-3" data-aos="fade-up"
data-aos-duration="550">
<div class="border-line"></div>
<div class="counter-img">
<img src="../assets/images/icons/classroom.png" class="img-fluid"
alt="classroom">
</div>
<h5 class="count-text mt-2">Classroom</h5>
<h2 class="timer count-title count-number" data-to="06" data-speed="1500">
</h2>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="counter mt-xl-0 mt-lg-0 mt-md-4 mt-sm-3 mt-3" data-aos="fade-up"
data-aos-duration="550">
<div class="border-line"></div>
<div class="counter-img">
<img src="../assets/images/icons/career.png" class="img-fluid"
alt="career">
</div>
<h5 class="count-text mt-2">Students</h5>
<h2 class="timer count-title count-number" data-to="183" data-speed="1500">
</h2>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-6">
<div class="counter mt-xl-0 mt-lg-0 mt-md-4 mt-sm-3 mt-3" data-aos="fade-up"
data-aos-duration="550">
<div class="border-line"></div>
<div class="counter-img">
<img src="../assets/images/icons/activity.png" class="img-fluid"
alt="activity">
</div>
<h5 class="count-text mt-2">Courses</h5>
<h2 class="timer count-title count-number" data-to="3" data-speed="1500">
</h2>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end counter -->
</div>
</div>
</section>
<!-- end search course -->
<!-- start event listing -->
<section class="event-listing">
<div class="container">
<div class="row">
<div class="col-lg-5">
<div class="about-img mb-5">
<div class="img_1 aos-init aos-animate d-block m-auto" data-aos="zoom-in"
data-aos-duration="550">
<div class="border-line"></div>
<img src="../assets/images/about1.jpg" class="img-fluid" alt="About">
</div>
</div>
</div>
<div class="col-lg-7">
<div class="sec-title" data-aos="fade-up" data-aos-duration="550">
<span class="title">Some Important Links</span>
<h2>More About Our College</h2>
<div class="divider">
<span class="fa fa-mortar-board"></span>
</div>
<div class="event-block d-flex my-3" data-aos="fade-up" data-aos-duration="550">
<h2 class="font-weight-bold color-orange mr-3">1.</h2>
<div class="event-info">
<h5 class="color-blue">
<a href="javascript:">
Our Placements
</a>
</h5>
<ul class="pl-0">
<li class="pr-3">
<i class="ti-location-arrow pr-2"></i>
<span><a href="placement.html">Previous Year Details</a></span>
</li>
</ul>
</div>
</div>
<div class="event-block d-flex my-3" data-aos="fade-up" data-aos-duration="550">
<h2 class="font-weight-bold color-orange mr-3">2.</h2>
<div class="event-info">
<h5 class="color-blue">
<a href="javascript:">
Our Facilities
</a>
</h5>
<ul class="pl-0">
<li class="pr-3">
<i class="ti-location-arrow pr-2"></i>
<span><a href="#">Hostel</a></span>
</li>
<li class="pr-3">
<i class="ti-location-arrow pr-2"></i>
<span><a href="#">Play Ground</a></span>
</li>
<li class="pr-3">
<i class="ti-location-arrow pr-2"></i>
<span><a href="#">Classroom</a></span>
</li>
<li class="pr-3">
<i class="ti-location-arrow pr-2"></i>
<span><a href="Library.html">Library</a></span>
</li>
</ul>
</div>
</div>
<div class="event-block d-flex mt-3" data-aos="fade-up" data-aos-duration="550">
<h2 class="font-weight-bold color-orange mr-3">3.</h2>
<div class="event-info">
<h5 class="color-blue">
<a href="javascript:">
Our Faculty / Staff
</a>
</h5>
<ul class="pl-0 mb-0">
<li class="pr-3">
<i class="ti-location-arrow pr-2"></i>
<span><a href="faculties.html">Photo & Personal details</a></span>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end event listing -->
<!-- start video & FAQ -->
<section class="video-faq">
<div class="container-fluid">
<div class="row">
<div class="col-lg-6 col-md-6 pl-0 small-screen">
<div class="video-area">
<div class="video-icon">
<a href="(https://youtu.be/cMweKVkBjec?si=KqRXuYHCnkB_J3t3" class="animated pulse" data-fancybox="gallery">
<span><i class="fa fa-play-circle fa-3x"></i></span>
</a>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 p-5" data-aos="fade-up" data-aos-duration="550">
<div class="sec-title bg-fill">
<span class="title">FAQUALITY ASK QUESTION</span>
<h2 class="text-white">Some FAQ’s</h2>
<div class="divider">
<span class="fa fa-mortar-board"></span>
</div>
</div>
<div class="panel-group pt-3" id="accordion2" role="tablist" aria-multiselectable="true">
<div class="panel panel-default mb-4">
<div class="panel-heading" role="tab" id="headingOne2">
<h4 class="panel-title">
<a role="button" data-toggle="collapse" data-parent="#accordion2"
href="#collapseOne2" aria-expanded="true">
How can I get admission ?
</a>
</h4>
</div>
<div id="collapseOne2" class="panel-collapse collapse in" role="tabpanel"
aria-labelledby="headingOne2">
<div class="panel-body">
<p>You can gate admission Only from JEECUP for more details visit below given
link </p>
</div>
</div>
</div>
<div class="panel panel-default mb-4">
<div class="panel-heading" role="tab" id="headingTwo2">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse"
data-parent="#accordion2" href="#collapseTwo2" aria-expanded="false">
What facilities we provide ?
</a>
</h4>
</div>
<div id="collapseTwo2" class="panel-collapse collapse" role="tabpanel"
aria-labelledby="headingTwo2">
<div class="panel-body">
<p>
<h5>Hostel</h5>Institute provides residential quarters to the staff and three
number of hostel facilities to their students .<br />
Hostels rooms are neet and clean and sigle bed for each student and 24x7 light
facility.<br />
<h5>Class and Labs</h5>
Well equipped workshops/laboratories and computer laboratory.
Complete set up of virtual classroom is available for the students and faculties
to attend e-lecturers online or offiline
</p>
</div>
</div>
</div>
<div class="panel panel-default mb-4">
<div class="panel-heading" role="tab" id="headingThree2">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse"
data-parent="#accordion2" href="#collapseThree2" aria-expanded="false">
How we Check Result ?
</a>
</h4>
</div>
<div id="collapseThree2" class="panel-collapse collapse" role="tabpanel"
aria-labelledby="headingThree2">
<div class="panel-body">
<p>Results are declare on BTEUP result site . Check your Result at :- <br /></p>
</div>
</div>
</div>
<div class="panel panel-default mb-4">
<div class="panel-heading" role="tab" id="headingThree3">
<h4 class="panel-title">
<a class="collapsed" role="button" data-toggle="collapse"
data-parent="#accordion2" href="#collapseThree3" aria-expanded="false">
How to login in Urise ?
</a>
</h4>
</div>
<div id="collapseThree3" class="panel-collapse collapse" role="tabpanel"
aria-labelledby="headingThree3">
<div class="panel-body">
<p>
URISE brings to all students across the Skills, Vocational and Technical
Education Spectrum, exhaustive student-related services, now made available
online, for convenient access anytime, anywhere.
<br />
<h6>Student login :- </h6><a
href="https://urise.up.gov.in/student/login">https://urise.up.gov.in/student/login</a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end video & FAQ -->
<!-- start event gallery -->
<section class="event-gallery bg-light">
<div class="sec-title text-center mb-3" data-aos="fade-up" data-aos-duration="550">
<span class="title">Gallery</span>
<h2>Life At Our Campus</h2>
<div class="divider">
<span class="fa fa-mortar-board"></span>
</div>
</div>
<div class="autoplay" data-aos="fade-up" data-aos-duration="550">
<?php
while($row_gal = mysqli_fetch_assoc($res_gallery)){
?>
<div>
<div class="gallery-item">
<img src="../admin/gallery/<?php echo $row_gal['pic']; ?>" class="img-fluid" alt="Pic Of college ">
<div class="content d-flex justify-content-between">
<h5><?php echo $row_gal['text1']; ?></h5>
<i class="fa fa-chevron-circle-right fa-2x"></i>
</div>
</div>
</div>
<?php
}
?>
</div>
</section>
<!-- end event gallery -->
<!-- start contact us -->
<section class="contact-us mt-5">
<div class="container">
<div class="row">
<div class="col-md-12 contact-us-block">
<div class="border-line"></div>
<div class="row">
<div class="col-lg-12 col-md-12 py-5">
<h3 class="text-center font-weight-bold">Student Review</h3>
<div class="single-item">
<div class="text-center py-2">
<img src="../assets/images/1.html" class="img-fluid m-auto d-block"
alt="Student">
<h5 class="mt-3 font-weight-bold">Aakash</h5>
<h6> I feel very grateful to write a review for an institution which has
actually been a family to me. After my schooling , like all other students I
was also puzzled with many questions about my further studies and college
life. Being so true , today I can say that after completing three years in
Diploma, I got all the answers to my questions. I have no words that can pay
for all the hard work done by the knowledgable faculties of MPIT Shamli for
nourishing me as what I am today.</h6>
</div>
<div class="text-center py-2">
<img src="../assets/images/3.html" class="img-fluid m-auto d-block"
alt="Student">
<h5 class="mt-3 font-weight-bold">Kavi Rana</h5>
<h6>It’s been a wonderful journey about past 3 years @ planet of creativity. Our
teachers were great and had excellent knowledge and experience in the field.
I would definitely suggest it for the enthusiasts who are willing to gain
knowledge in the field of Food Technology . </h6>
</div>
<button class="slick-prev slick-arrow" aria-label="Previous" type="button">
Previous
</button>
<button class="slick-next slick-arrow" aria-label="Next" type="button">
Next
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- end contact us -->
<?php
include('../home_include/footer.php');
?>
</div>
<?php
include('../home_include/footer_link.php');
?>
</body>
</html>