| 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/mmit_shamli/home/ |
Upload File : |
<?php
$title = "Contact Us";
?>
<!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');
?>
<!-- page content start -->
<!-- start inner banner -->
<section class="inner-banner">
<h1 class="font-weight-bold text-center">Contact Us</h1>
</section>
<!-- end inner banner -->
<!-- start contact -->
<section class="contact-section">
<div class="container">
<div class="sec-title text-center mb-3" data-aos="fade-up" data-aos-duration="1000">
<span class="title">Get In Touch</span>
<h2>We’d Love To Here From You</h2>
<div class="divider">
<span class="fa fa-mortar-board"></span>
</div>
</div>
<div class="row">
<div class="col-lg-8 col-md-8">
<div class="contact-form p-5" data-aos="zoom-in" data-aos-duration="1000">
<div class="border-line"></div>
<h3 class="font-weight-bold color-orange">Drop Message</h3>
<form action="contact_code.php" method="post" class="form-contact">
<div class="form-group">
<label for="exampleInputName">Name</label>
<input class="form-control" id="exampleInputName" name="name" placeholder="Enter Name" required=">
</div>
<div class="form-group">
<label for="exampleInputEmail1">Email Address</label>
<input class="form-control" id="exampleInputEmail1" placeholder="Enter Email" type="email" required name="email">
<small class="form-text text-muted" id="emailHelp">
We'll never share your email with anyone
else.
</small>
</div>
<div class="form-group">
<label for="exampleInputNumber">Phone Number</label>
<input class="form-control" id="exampleInputNumber" type="text" maxlength="10" minlength="10" name="mobile" placeholder="Enter Contact No" required>
</div>
<!-- <div class="form-group">
<label for="exampleInputMessage">Subject</label>
<input class="form-control" id="exampleInputMessage" placeholder="Subject" type="text" name="subject">
</div> -->
<div class="form-group">
<label for="exampleFormControlTextarea1">Message</label>
<textarea class="form-control" required id="exampleFormControlTextarea1" rows="2" name="msg"></textarea>
</div>
<div class="form-check">
<input class="form-check-input" required id="exampleCheck1" type="checkbox">
<label class="form-check-label" for="exampleCheck1">Check me out</label>
</div>
<button class="btn theme-orange border-0 mt-4" type="submit">Send Message</button>
</form>
</div>
</div>
<div class="col-lg-4 col-md-4 ml-minus">
<div class="media p-3 align-items-center theme-blue mb-5" data-aos="zoom-in" data-aos-duration="1000">
<div class="media-body text-left">
<h6 class="color-orange font-weight-bold mb-1">Address</h6>
<p class="mb-0">
Mahamaya Polytechnic Of Information Technology<br />
Fazailpur, Jasala, Block - Kandhla Tehsil – Shamli,<br />
Pin Code : 247775 <br />
Distric : Shamli<br />
State : Uttar Pradesh
</p>
</div>
<img class="img-fluid contact-icon" data-aos="zoom-in" data-aos-duration="1050"
src="../assets/images/icons/location.png" alt="Location">
</div>
<div class="media p-3 align-items-center theme-blue mb-5" data-aos="zoom-in" data-aos-duration="1000">
<div class="media-body text-left">
<h6 class="color-orange font-weight-bold mb-1">Email</h6>
<p class="mb-0"> mmitshamli@gmail.com<br/> mmitshamli@rediffmail.com</p>
</div>
<img class="img-fluid contact-icon" data-aos="zoom-in" data-aos-duration="1500"
src="../assets/images/icons/mail.png" alt="Mail">
</div>
<div class="media p-3 align-items-center theme-blue" data-aos="zoom-in" data-aos-duration="1000">
<div class="media-body text-left">
<h6 class="color-orange font-weight-bold mb-1">Contact Number</h6>
<p class="mb-0">+91 9450412891</p>
</div>
<img class="img-fluid contact-icon" data-aos="zoom-in" data-aos-duration="1050"
src="../assets/images/icons/call.png" alt="Call">
</div>
</div>
</div>
</div>
</section>
<!-- end contact -->
<!-- start map -->
<section class="map">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3477.5676867017355!2d77.28066111509905!3d29.35366298213885!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x390c3396d493e6cb%3A0xf45b6fad81d31ca9!2sMMIT%20SHAMLI!5e0!3m2!1sen!2sin!4v1637315795397!5m2!1sen!2sin" style="border:0;" allowfullscreen="" loading="lazy" class="w-100 border-0" height="450"></iframe>
</section>
<!-- end map -->
<?php
if(isset($_REQUEST['msg'])){
?>
<script>
window.alert('<?php echo $_REQUEST['msg']; ?>')
</script>
<?php
}
?>
<!-- page content end -->
<?php
include('../home_include/footer.php');
?>
</div>
<?php
include('../home_include/footer_link.php');
?>
</body>
</html>