Created
February 24, 2012 00:07
-
-
Save fxdgear/1895964 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Bootstrap, from Twitter</title> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<meta name="description" content=""> | |
<meta name="author" content=""> | |
<!-- Le styles --> | |
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet"> | |
<style> | |
body { | |
padding-top: 60px; /* 60px to make the container go all the way to the bottom of the topbar */ | |
background-image:url('lky27body.jpg'); | |
} | |
#header{ | |
background-image:url('lky27header.jpg'); | |
padding-top:19px; | |
padding-left:56px; | |
} | |
#nav-gallery { | |
vertical-align:bottom; | |
padding-top: 117px; | |
} | |
#nav-contact { | |
vertical-align:bottom; | |
padding-top: 117px; | |
} | |
</style> | |
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap-responsive.css" rel="stylesheet"> | |
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> | |
<!--[if lt IE 9]> | |
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> | |
<![endif]--> | |
<!-- Le fav and touch icons --> | |
<link rel="shortcut icon" href="images/favicon.ico"> | |
<link rel="apple-touch-icon" href="images/apple-touch-icon.png"> | |
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png"> | |
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png"> | |
</head> | |
<body> | |
<div class="container"> | |
<div class="row" id="header"> | |
<div id="nav-gallery" class="span 1 offset3"><a href="#"><img src="gallery.png" width="100px"></a></div> | |
<div id="nav-logo" class="span 1"><a href="#"><img src="lky27logo.png" width="170px"></a></div> | |
<div id="nav-contact" class="span 1"><a href="#"><img src="contacts.png" width="100px"></a></div> | |
</div><!-- row --> | |
<div class="row"> | |
<div class="span12 offset1"> | |
<h1>Bootstrap starter template</h1> | |
<p>Use this document as a way to quick start any new project. All you get is this message and a barebones HTML document.</p> | |
</div> <!-- span --> | |
</div> <!-- row --> | |
</div> <!-- /container --> | |
<!-- Le javascript | |
================================================== --> | |
<!-- Placed at the end of the document so the pages load faster --> | |
<script src="../assets/js/jquery.js"></script> | |
<script src="../assets/js/bootstrap-transition.js"></script> | |
<script src="../assets/js/bootstrap-alert.js"></script> | |
<script src="../assets/js/bootstrap-modal.js"></script> | |
<script src="../assets/js/bootstrap-dropdown.js"></script> | |
<script src="../assets/js/bootstrap-scrollspy.js"></script> | |
<script src="../assets/js/bootstrap-tab.js"></script> | |
<script src="../assets/js/bootstrap-tooltip.js"></script> | |
<script src="../assets/js/bootstrap-popover.js"></script> | |
<script src="../assets/js/bootstrap-button.js"></script> | |
<script src="../assets/js/bootstrap-collapse.js"></script> | |
<script src="../assets/js/bootstrap-carousel.js"></script> | |
<script src="../assets/js/bootstrap-typeahead.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment