File: /home/imensosw/www/imenso.co/demo/mcm/contact.php
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MCM School | Welcome to MCM School</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
<link href="style.css" rel="stylesheet" type="text/css"/>
<link rel="stylesheet" href="css/style-1s.css">
<link href="css/responsive.css" rel="stylesheet" type="text/css"/>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
</head>
<body>
<?php include("header.php");?>
<section class="white-text" id="hero">
<div class="container">
<div class="row pad-t-75">
<div class="col-md-7 col-lg-7 col-sm-6">
<h1> Contact us </h1>
<p> We get back to basics and teach and bricks and mortar with some of the best brains in the industry.</p>
<div class="row mt3">
<div class="col-md-6">
<div class="grey_box">
<div class="flex">
<i class="fa fa-envelope fa-2x marg-r-20" aria-hidden="true"></i>
<h4 class="bold pad_0"> Get helpful advice </h4>
</div>
<p> Fill out the form below and we’ll respond immediately to talk through your options </p>
</div>
</div>
<div class="col-md-6">
<div class="grey_box">
<div class="flex">
<i class="fa fa-phone fa-2x marg-r-20" aria-hidden="true"></i>
<h4 class="bold pad_0"> Call us at: 1-000-000-000 </h4>
</div>
<p> Talk to our team straight away </p>
</div>
</div>
</div>
</div>
<div class="col-md-5 col-lg-5 col-sm-6">
<img src="images/contact.png" class="img-responsive" alt="" />
</div>
</div>
</div>
</section>
<div id="cd-intro-tagline"></div>
<nav class="sub-nav">
<div class="container">
<ul>
<li><a class="active" href="#contactus"> Contact Us </a></li>
<li><a href="#ourlocation"> Our Location </a></li>
<li class="no-nav pull-right"><a href="" class="no-nav nav_btn_mt btn-s btn-alpha">Book a Course</a></li>
</ul>
</div>
</nav>
<section class="burger-t">
<div class="container">
<div class="row">
<div class="col-md-8">
<article class="cd-section" id="contactus">
<h2> Contact information </h2>
<form action="" method="POST" class="mt3">
<div class="form-group">
<label for="firstname"> What’s your first name? </label>
<input type="text" id="firstname" name="firstname" class="input_field form-control" placeholder="Daniel">
</div>
<div class="form-group">
<label for="surname"> What’s your surname? </label>
<input type="text" id="surname" name="surname" class="input_field form-control" placeholder="Appelbee">
</div>
<div class="form-group">
<label for="email"> What’s your email? </label>
<input type="text" id="email" name="email" class="input_field form-control" placeholder="dan@test.com">
</div>
<div class="form-group">
<label for="company"> What’s your company? (optional) </label>
<input type="text" id="company" name="company" class="input_field form-control" placeholder="dan@test.com">
</div>
<div class="form-group">
<label for="number"> What’s your phione number? (optional) </label>
<input type="text" id="number" name="number" class="input_field form-control" placeholder="dan@test.com">
</div>
<div class="form-group">
<label for="message"> Leave us a message </label>
<textarea class="form-control" name="message" id="message" cols="100" rows="4" placeholder="Type here" style="height: auto !important;"></textarea>
</div>
<div class="mt5">
<button class="no-nav btn-alpha btn-l" href=""> Submit </button>
<div class="pad-t-20 flex">
<i class="fa fa-lock font_icon" aria-hidden="true"></i>
<p class="item-text">We hate spam and always keep <br/> your details secure</p>
</div>
</div>
</form>
<div class="bdr_bt pad-t-50"></div>
</article>
<article class="cd-section" id="ourlocation">
<div class="learning_skill">
<h2 class="pad-t-20"> Here’s where we are </h2>
<p class="pad-t-20">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod <br> tempor incididunt ut labore. </p>
</div>
<div class="location pad-t-20">
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d317715.71192759875!2d-0.3817842805143459!3d51.52873519738507!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x47d8a00baf21de75%3A0x52963a5addd52a99!2sLondon%2C+UK!5e0!3m2!1sen!2sin!4v1487406547347" style="border:0" allowfullscreen="" width="100%" height="300" frameborder="0"></iframe>
<div class="learning_skill pad-t-20">
<p>We’re based in [LOCATION] </p>
<p> We have a great building with top class facilities. You can always get in contact with us, even outside the class room. Our focus is to make you and your business grow!
</p>
<p class="pad-t-20"> <strong> ADDRESS </strong></p>
<p class="marg_0"> MCM School, Location, Location 2, Zip Code </p>
<p class="marg_0"> Telephone: <u class="skyblue_col"> 1-000-000-0000 </u> </p>
<p class="marg_0"> Email: <u class="skyblue_col"> name@gmail.com </u> </p>
</div>
</div>
</article>
</div><!---/col-md-7-->
<div class="col-md-4">
<div class="location-item sidebar_item grey_bg">
<h3> What you’ll get </h3>
<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis consequat.</p>
</div>
<div class="location-item sidebar_item grey_bg mt3">
<h3> Check the courses out </h3>
<p> We’ve <a href="#" class="link"> <u> Courses </u> </a> for all Amazon sellers.</p>
</div>
</div><!---/col-md-5-->
</div><!---/row-->
</div>
</section>
<?php include("footer.php");?>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script src="js/main.js"></script>
<script type="text/javascript">
$('ul.nav li.dropdown').hover(function() {
$(this).find('.dropdown-menu').stop(true, true).delay().fadeIn();
}, function() {
$(this).find('.dropdown-menu').stop(true, true).delay().fadeOut();
});
</script>
</body>
</html>