<!DOCTYPE html>
<html>
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<title>RunApp</title>
	<link media="all" rel="stylesheet" href="css/all.css">
	<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700" rel="stylesheet">
	<!--[if IE 8]>
		<link media="all" rel="stylesheet" href="css/ie.css">
		<script src="js/ie.js"></script>
	<![endif]-->
</head>
<body>
	<div id="wrapper">
		<header id="header">
			<div class="container">
				<div class="logo"><a href="#"><img src="images/logo.png" alt="RunApp"></a></div>
				<nav id="nav">
					<a href="#" class="nav-opener"><span></span></a>
					<div class="drop">
						<div class="holder">
							<ul>
								<li><a href="#how-it-works">How it work</a></li>
								<li><a href="#watch">Watch</a></li>
								<li><a href="#about">About</a></li>
							</ul>
							<a href="#get" class="btn btn-blue">Get the app</a>
						</div>
					</div>
				</nav>
			</div>
		</header>
		<section class="visual">
			<div class="container">
				<h1>Run App & Minimal Template</h1>
				<p>some text description app consist one or two sentences</p>
				<a href="#" class="btn btn-blue-light">get the app <i class="ico-arrow-right"></i></a>
			</div>
			<img src="images/img-01.jpg" alt="" class="bg-stretch">
		</section>
		<main class="main">
			<div class="post-holder">
				<section id="how-it-works" class="post">
					<h2>how it work</h2>
					<div class="treecolumns">
						<div class="column">
							<div class="box">
								<div class="img-holder"><img src="images/img-02.png" alt=""></div>
								<h3>run & gps</h3>
								<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>
							</div>
						</div>
						<div class="column">
							<div class="box">
								<div class="img-holder"><img src="images/img-03.png" alt=""></div>
								<h3>run & musik</h3>
								<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>
							</div>
						</div>
						<div class="column">
							<div class="box">
								<div class="img-holder"><img src="images/img-04.png" alt=""></div>
								<h3>run & photo</h3>
								<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. </p>
							</div>
						</div>
					</div>
				</section>
				<section id="watch" class="post">
					<h2>watch video present</h2>
					<div class="text-holder">
						<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem  Ipsum is that it has a more-or-less normal distribution</p>
					</div>
					<div class="video-container">
						<img src="images/img-video-placeholder.jpg" alt="">
						<a href="#" class="btn-play">play</a>
					</div>
				</section>
				<section id="about" class="post">
					<header class="heading-holder">
						<h2>about</h2>
						<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p>
					</header>
					<div class="text-holder">
						<p>It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem  Ipsum is that it has a more-or-less normal distribution It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem  Ipsum is that it has a more-or-less normal distribution</p>
					</div>
					<ul class="thumbnails">
						<li>
							<a href="#" class="img-holder">
								<img src="images/img-05.jpg" alt="">
								<span class="text-frame">John Dailly</span>
							</a>
						</li>
						<li>
							<a href="#" class="img-holder">
								<img src="images/img-06.jpg" alt="">
								<span class="text-frame">John Dailly</span>
							</a>
						</li>
						<li>
							<a href="#" class="img-holder">
								<img src="images/img-07.jpg" alt="">
								<span class="text-frame">John Dailly</span>
							</a>
						</li>
						<li>
							<a href="#" class="img-holder">
								<img src="images/img-08.jpg" alt="">
								<span class="text-frame">John Dailly</span>
							</a>
						</li>
					</ul>
				</section>
			</div>
		</main>
		<section id="get" class="area">
			<div class="container">
				<h2>get the app</h2>
				<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. </p>
				<ul class="action-list">
					<li><a href="#" class="btn"><i class="icon-apple"></i> get for ios</a></li>
					<li><a href="#" class="btn"><i class="icon-android"></i> get for android</a></li>
				</ul>
			</div>
		</section>
		<footer id="footer">
			<ul class="social-networks">
				<li><a href="#"><i class="icon-facebook"></i></a></li>
				<li><a href="#"><i class="icon-twitter"></i></a></li>
				<li><a href="#"><i class="icon-google"></i></a></li>
			</ul>
			<p>© 2014 <a href="#">RunApp Inc</a>. All rights reserved.</p>
		</footer>
	</div>
	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
	<script>window.jQuery || document.write('<script src="js/jquery-1.11.1.min.js"><\/script>')</script>
	<script src="js/jquery.main.js"></script>
</body>
</html>