<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content="A free blog post HTML starter template for Bootstrap - Up to date for Bootstrap 3!"> <title>Start Bootstrap - Blog Post Template for Bootstrap 3</title> <?php include_once('includes/meta.php'); ?> </head> <body> <?php include_once('includes/nav.php'); ?> <!-- Page content --> <div class="container"> <div class="row"> <div class="col-lg-12"> <h1 class="page-header">Blog Post</h1> <ol class="breadcrumb"> <li><a href="index.php">Start Bootstrap</a></li> <li><a href="all-templates.php">Templates</a></li> <li class="active">Blog Post</li> </ol> </div> <div class="col-lg-7 col-md-7"> <p><a class="thumbnail" href="templates/blog-post.html" target="_blank" title="View Live Preview"><img class="img-responsive" src="img/blog-post.jpg"></a></p> <ul class="list-inline download-links"> <li><a class="btn btn-default" href="templates/blog-post.html" target="_blank"><i class="fa fa-eye"></i> Live Preview</a></li> <li><a class="btn btn-default" href="downloads/blog-post.zip"><i class="fa fa-download"></i> Download</a></li> <li><a class="btn btn-default" href="https://github.com/IronSummitMedia/startbootstrap/blob/master/templates/blog-post.html"><i class="fa fa-github"></i> Raw HTML</a></li> <li><a class="btn btn-default" href="https://github.com/IronSummitMedia/startbootstrap/blob/master/templates/css/blog-post.css"><i class="fa fa-github"></i> Raw CSS</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>Some custom colors and fonts will really bring this template to life.</li> <li>Using a free theme from <a href="http://bootswatch.com" target="_blank">Bootswatch</a> will work very well with this template.</li> <li>Make sure to include Glyphicons when using this template.</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="blog-post.php" title="Blog Home Template"><img src="img/blog-home.jpg"></a> </div> <div class="col-lg-3 col-md-3 col-sm-6 col-xs-6"> <a class="thumbnail" href="bare.php" title="Bare Template"><img src="img/bare.jpg"></a> </div> </div> </div> <hr> <?php include_once('includes/footer.php'); ?> <?php include_once('includes/js.php'); ?> </body> </html>