File: /home/imensosw/www/imenso.co/demo/mcm/currculume.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="style1.css" rel="stylesheet" type="text/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">
<h1>Course curriculum video introduction </h1>
<p>We get back to basics and teach in bricks and mortar with some of the best brains in the industry.</p>
</div>
<div class="col-md-5">
<img src="images/hero.png" class="img-responsive">
</div>
</div>
</div>
</section>
<nav class="sub-nav">
<div class="container">
<ul>
<li><a href="#" class=""> Title </a></li>
<li class="active"><a href="#"> Title </a></li>
<li><a href="#"> Title </a></li>
<li><a href="#"> Title </a></li>
<li><a href="#"> Title </a></li>
<li class="no-nav pull-right"><a href="" class="btn-alpha btn-l no-nav btn-l-marg">Book a Course</a></li>
</ul>
</div>
</nav>
<section class="" id="features">
<div class="container">
<div class="row burger" id="glance">
<h2 class="text-center"> Effective selling for maximum results </h2>
<div class=" pillers_cur"><p> Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod <br/>tempor incididunt ut labore. </p> </div>
<div class="pad-t-75 pillers">
<div class="col-md-4 text-center">
<i class="fa fa-star"></i>
<h3>We build empires</h3>
<p>Two lines of USP text here to enhance the title and sound amazing</p>
</div>
<div class="col-md-4 text-center">
<i class="fa fa-star"></i>
<h3>We build empires</h3>
<p>Two lines of USP text here to enhance the title and sound amazing</p>
</div>
<div class="col-md-4 text-center">
<i class="fa fa-star"></i>
<h3>We build empires</h3>
<p>Two lines of USP text here to enhance the title and sound amazing</p>
</div>
</div>
</div>
</div>
</section>
<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 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>