<!doctype html>
<!--
AUTHOR
Design and code by: http://www.free-responsive-templates.com
Free stock photos by: http://free-responsive-templates.com/category/free-stock-photos/
Created: 14 September 2012
LICENSE
Released for free under a Creative Commons Attribution 3.0 Unported License (CC BY 3.0)
http://creativecommons.org/licenses/by/3.0/
License: http://free-responsive-templates.com/license/
SUPPORT
E-mail: free.responsive.templates@gmail.com
Contact: http://free-responsive-templates.com/contact/
-->
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Free Responsive Template #29 - Miami Palm-模板在线HtmlDivCss.com</title>
<link href='http://fonts.googleapis.com/css?family=Alfa+Slab+One|Stoke|Quattrocento+Sans' rel='stylesheet' type='text/css'>
<link href="css/styles.css" rel="stylesheet" type="text/css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script>
// DOM ready
$(function() {
// Create the dropdown base
$("<select />").appendTo("nav");
// Create default option "Go to..."
$("<option />", {
"selected": "selected",
"value" : "",
"text" : "Select a page"
}).appendTo("nav select");
// Populate dropdown with menu items
$("nav a").each(function() {
var el = $(this);
$("<option />", {
"value" : el.attr("href"),
"text" : el.text()
}).appendTo("nav select");
});
// To make dropdown actually work
$("nav select").change(function() {
window.location = $(this).find("option:selected").val();
});
});
</script>
</head>
<body>
<header>
<nav>
<ul>
<li class="active"><a href="">Home</a></li>
<li><a href="">Hotel</a></li>
<li><a href="">Blog</a></li>
<li><a href="">Gallery</a></li>
<li><a href="">About</a></li>
</ul>
</nav>
<div class="clearfloat"></div>
</header>
<div class="wrapper">
<div class="logo"><h1><a href="">horse farm</a></h1></div><div class="clearfloat"></div>
<div class="contentBody">
<div class="post">
<h2>Lorem Ipsum is simply</h2>
<img src="images/pic1.jpg" alt="pic1">
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the
</p>
<p class="button"><a href="">Details...</a></p>
</div>
<div class="post">
<h2>Lorem Ipsum is simply</h2>
<img src="images/pic2.jpg" alt="pic2">
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the
</p>
<p class="button"><a href="">Details...</a></p>
</div>
</div>
<div class="sidebar">
<h2>Services</h2>
<ul>
<li><a href="">Lorem Ipsum</a></li>
<li><a href="">Of the printing</a></li>
<li><a href="">Industry Lorem</a></li>
<li><a href="">The industry's</a></li>
<li><a href="">Dummy text ever</a></li>
<li><a href="">The 1500s, when</a></li>
<li><a href="">Lorem Ipsum is</a></li>
<li><a href="">Of the printing</a></li>
<li><a href="">Industry Lorem</a></li>
<li><a href="">The industry's</a></li>
</ul>
</div>
<div class="clearfloat"></div>
</div>
<footer>
<div class="author">
<div class="authorBox">
<div class="authorPic"><img src="images/pic3.jpg" alt="pic3"></div>
<div class="authorDescription">
<h2>Author of Farm</h2>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also
</p>
<p class="button"><a href="">Details...</a></p>
</div>
<div class="clearfloat"></div>
</div>
</div>
<p class="copyright">
Copyright © <a href="#">Your Site Name</a> | Collect Form <a href="http://www.htmldivcss.com/" title="网页模板">网页模板</a>
</p>
</footer>
</body>
</html>