Skip to content

Commit

Permalink
Bootstrap v3.0.2 and Font Awesome 4.0.3 Update
Browse files Browse the repository at this point in the history
Updated Start Bootstrap site and all templates to Bootstrap v3.0.2 and
Font Awesome version 4.0.3. Removed jQuery CDN usage from SB-Admin to
make it run better out of the box locally. Using some CDN's for Start
Bootstrap main site for faster load times.
  • Loading branch information
IronSummitMedia committed Nov 23, 2013
1 parent 6aecf96 commit 8483947
Show file tree
Hide file tree
Showing 234 changed files with 19,116 additions and 20,083 deletions.
152 changes: 0 additions & 152 deletions 1-col-portfolio.html

This file was deleted.

74 changes: 74 additions & 0 deletions 1-col-portfolio.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
<!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 one column portfolio HTML template for Bootstrap - Up to date for Bootstrap 3!">

<title>Start Bootstrap - One Column Bootstrap 3 Portfolio Template</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">1 Col Portfolio</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">1 Col Portfolio</li>
</ol>
</div>
<div class="col-lg-7 col-md-7">
<p><a class="thumbnail" href="templates/1-col-portfolio.html" target="_blank" title="View Live Preview"><img class="img-responsive" src="img/1-col-portfolio.jpg"></a></p>
<ul class="list-inline download-links">
<li><a class="btn btn-default" href="templates/1-col-portfolio.html" target="_blank"><i class="fa fa-eye"></i> Live Preview</a></li>
<li><a class="btn btn-default" href="downloads/1-col-portfolio.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/1-col-portfolio.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/1-col-portfolio.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>Make sure you understand how the <a href="http://getbootstrap.com/components/#pagination" target="_blank">Bootstrap pagination component</a> works.</li>
<li>Use informative and approprate images.</li>
<li>A cool hover effect <a href="http://tympanus.net/codrops/2013/06/18/caption-hover-effects/" target="_blank">like this</a> for the images would be awesome here!</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="2-col-portfolio.php" title="2 Col Portfolio Template"><img src="img/2-col-portfolio.jpg"></a>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<a class="thumbnail" href="3-col-portfolio.php" title="3 Col Portfolio Template"><img src="img/3-col-portfolio.jpg"></a>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<a class="thumbnail" href="4-col-portfolio.php" title="4 Col Portfolio Template"><img src="img/4-col-portfolio.jpg"></a>
</div>
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-6">
<a class="thumbnail" href="portfolio-item.php" title="Portfolio Item Template"><img src="img/portfolio-item.jpg"></a>
</div>
</div>
</div>

<hr>

<?php include_once('includes/footer.php'); ?>

<?php include_once('includes/js.php'); ?>

</body>
</html>
Loading

0 comments on commit 8483947

Please sign in to comment.