Skip to content

Commit

Permalink
Start Bootstrap Re-Organization
Browse files Browse the repository at this point in the history
Re-organization of Start Bootstrap to allow for a larger volume of
templates. Includes template categorization and design recommendations.
  • Loading branch information
IronSummitMedia committed Sep 23, 2013
1 parent 2f939a3 commit 70e73d4
Show file tree
Hide file tree
Showing 93 changed files with 13,312 additions and 1,050 deletions.
127 changes: 103 additions & 24 deletions bare.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,27 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<meta name="description" content="Free HTML Starter Templates for Bootstrap - Up to date for Bootstrap 3! An even faster way to develop websites in Bootstrap!">
<meta name="author" content="https://plus.google.com/u/0/106232813493405110734">
<link rel="icon" href="img/favicon.png" type="image/x-icon">

<title>Starter Template for Bootstrap</title>
<title>Start Bootstrap - Free HTML Templates for Bootstrap 3</title>

<!-- Bootstrap core CSS -->
<link href="css/bootstrap.css" rel="stylesheet">

<!-- Add custom CSS here -->
<style>
body {margin-top: 60px;}
</style>
<!-- Font Awesome CSS -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">

<!-- Start Bootstrap CSS - DON'T USE THIS FOR THE TEMPLATES! -->
<link href="css/startbootstrap.css" rel="stylesheet">
<link href="css/ads.css" rel="stylesheet">

</head>

<body>

<nav class="navbar navbar-inverse navbar-fixed-top" role="navigation">
<nav class="navbar navbar-fixed-top startbootstrap-nav" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
Expand All @@ -35,29 +38,105 @@
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-ex1-collapse">
<ul class="nav navbar-nav">
<li><a href="#about">About</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Templates <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="templates.html">All Templates</a></li>
<li class="divider"></li>
<li><a href="home-page-templates.html">Home Page Templates</a></li>
<li><a href="other-page-templates.html">Other Page Templates</a></li>
<li><a href="full-site-templates.html">Full Site Templates</a></li>
</ul>
</li>
<li><a href="help.html">Help</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="http://startbootstrap.tumblr.com/">Blog</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>

<div class="container">

<div class="row">
<div class="col-lg-12">
<h1>A better Bootstrap starter template.</h1>
<p>Complete with pre-defined file paths that you won't have to change!</p>
<!-- Page content -->
<div class="contact">
<div class="container">
<div class="row">
<div class="col-lg-12">
<h1 class="page-header">Bare</h1>
<ol class="breadcrumb">
<li><a href="index.html">Start Bootstrap</a></li>
<li><a href="templates.html">Templates</a></li>
<li class="active">Bare</li>
</ol>
</div>
<div class="col-lg-7 col-md-7">
<p><a class="thumbnail" href="templates/bare.html" target="_blank" title="View Live Preview"><img class="img-responsive" src="img/bare.jpg"></a></p>
<ul class="list-inline download-links">
<li><a class="btn btn-default" href="templates/bare.html" target="_blank"><i class="icon-eye-open"></i> Live Preview</a></li>
<li><a class="btn btn-default" href="downloads/bare.zip"><i class="icon-download-alt"></i> Download</a></li>
<li><a class="btn btn-default" href="#github-link"><i class="icon-github"></i> Raw HTML</a></li>
</ul>
</div>
<div class="col-lg-5 col-md-5">
<div id="carbonads-container"><div class="carbonad"><div id="azcarbon"></div><script type="text/javascript">var z = document.createElement("script"); z.type = "text/javascript"; z.async = true; z.src = "http://engine.carbonads.com/z/51625/azcarbon_2_1_0_HORIZ"; var s = document.getElementsByTagName("script")[0]; s.parentNode.insertBefore(z, s);</script></div></div>
</div>
<div class="clearfix"></div>
<div class="col-lg-12">
<h3>Design Recommendations:</h3>
<ul>
<li>This is a blank canvas, the possibilities are endless!</li>
<li>The nav is a fixed top nav. If you want to make it static, remove the 60px of top margin from the body tag.</li>
</ul>
</div>
<div class="col-lg-12">
<h3>Similar Templates:</h3>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<a class="thumbnail" href="logo-nav.html" title="Logo Nav Template"><img src="img/logo-nav.jpg"></a>
</div>
</div>
</div>
</div>

<hr>

<footer>
<div class="container">

<div class="row">
<div class="col-lg-12">
<p><a href="index.html">Home</a> &middot; <a href="templates.html">Templates</a> &middot; <a href="help.html">Help</a> &middot; <a href="contact.html">Contact</a> &middot; <a href="http://startbootstrap.tumblr.com/">Blog</a><span class="pull-right hidden-sm"><a href="#">Back to top</a></span></p>
<p>
<iframe id="gh-fork" src="http://ghbtns.com/github-btn.html?user=ironsummitmedia&repo=startbootstrap&type=fork" allowtransparency="true" frameborder="0" scrolling="0" width="55px" height="20px"></iframe>
<iframe id="gh-star" src="http://ghbtns.com/github-btn.html?user=ironsummitmedia&repo=startbootstrap&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110px" height="20px"></iframe>
<a href="https://twitter.com/SBootstrap" class="twitter-follow-button" data-show-count="false" data-lang="en">Follow @SBootstrap</a>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://startbootstrap.com" data-via="SBootstrap" data-lang="en">Tweet</a>
<br>
<iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2FIronSummitMedia&amp;width=450&amp;height=21&amp;colorscheme=light&amp;layout=button_count&amp;action=like&amp;show_faces=false&amp;send=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:150px; height:21px;" allowTransparency="true"></iframe>
</p>
<p>
<a href="http://www.startbootstrap.com">Start Bootstrap</a> is a project maintained by <a href="http://www.ironsummitmedia.com">Iron Summit Media Strategies</a>, a <a href="http://www.ironsummitmedia.com">digital marketing agency in Orlando, FL</a>.<br>
Code licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>.<br>
Based on <a href="http://getbootstrap.com/">Twitter Bootstrap</a>. Icons by <a href="http://fortawesome.github.io/Font-Awesome/">Font Awesome</a>.<br>
Placeholder images by <a href="http://placehold.it/">placehold.it</a>, <a href="http://lorempixel.com/">lorempixel</a>, and <a href="http://placecreature.com/">placecreature</a>.
</p>
</div>
</div>
</div>
</footer>

</div><!-- /.container -->

<!-- Bootstrap core JavaScript -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- Make sure to add jQuery - download the most recent version at http://jquery.com/ -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.js"></script>
</body>
</html>
<script src="js/custom.js"></script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');

ga('create', 'UA-38417733-17', 'startbootstrap.com');
ga('send', 'pageview');

</script>

</body>
</html>
Loading

0 comments on commit 70e73d4

Please sign in to comment.