HTML code
This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 3.3.6 included, to get the result that you can see in the preview selection
Download
<section id="portfolio" class="section">
<div class="container-fluid section-wrapper">
<div class="section-content">
<div class="row">
<div class="col-md-12 text-center">
<h2 class="section-title">My Latest Work</h2>
<p class="section-subtitle">I'm looking to expand my portfolio while I'm on top and while I'm young.</p>
<span class="divider center"></span>
</div>
<!-- //.col-md-12 -->
</div>
<!-- //.row -->
<!-- PORTFOLIO START -->
<div class="portfolio">
<div class="row">
<div class="item col-sm-6 col-md-3">
<div class="project-wrapper">
<div class="project-link">
<a href="https://bootdey.com/img/Content/avatar/avatar1.png" class="zoom" title="Buzz Lightyear">
<i class="icon-Full-Screen"></i>
</a>
<a href="#" target="_blank" class="external-link">
<i class="icon-Link"></i>
</a>
</div>
<!-- //.project-link -->
<div class="project-title">
<h4>Buzz Lightyear</h4>
</div>
<!-- //.project-title -->
<img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="img-responsive">
</div>
<!-- //.project-wrapper -->
</div>
<!-- //.item -->
<div class="item col-sm-6 col-md-3">
<div class="project-wrapper">
<div class="project-link">
<a href="https://bootdey.com/img/Content/avatar/avatar2.png" class="zoom" title="Robosam 3">
<i class="icon-Full-Screen"></i>
</a>
<a href="#" target="_blank" class="external-link">
<i class="icon-Link"></i>
</a>
</div>
<!-- //.project-link -->
<div class="project-title">
<h4>Robosam 3</h4>
</div>
<!-- //.project-title -->
<img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt="" class="img-responsive">
</div>
<!-- //.project-wrapper -->
</div>
<!-- //.item -->
<div class="item col-sm-6 col-md-3">
<div class="project-wrapper">
<div class="project-link">
<a href="https://bootdey.com/img/Content/avatar/avatar4.png" class="zoom" title="Coke Man and Dog">
<i class="icon-Full-Screen"></i>
</a>
<a href="#" target="_blank" class="external-link">
<i class="icon-Link"></i>
</a>
</div>
<!-- //.project-link -->
<div class="project-title">
<h4>Coke Man and Dog</h4>
</div>
<!-- //.project-title -->
<img src="https://bootdey.com/img/Content/avatar/avatar4.png" alt="" class="img-responsive">
</div>
<!-- //.project-wrapper -->
</div>
<!-- //.item -->
<div class="item col-sm-6 col-md-3">
<div class="project-wrapper">
<div class="project-link">
<a href="https://bootdey.com/img/Content/avatar/avatar6.png" class="zoom" title="Speed Projects">
<i class="icon-Full-Screen"></i>
</a>
<a href="#" target="_blank" class="external-link">
<i class="icon-Link"></i>
</a>
</div>
<!-- //.project-link -->
<div class="project-title">
<h4>Speed Projects</h4>
</div>
<!-- //.project-title -->
<img src="https://bootdey.com/img/Content/avatar/avatar6.png" alt="" class="img-responsive">
</div>
<!-- //.project-wrapper -->
</div>
<!-- //.item -->
<div class="item col-sm-6 col-md-3">
<div class="project-wrapper">
<div class="project-link">
<a href="https://bootdey.com/img/Content/avatar/avatar7.png" class="zoom" title="Wooden Rhinoceros Beetle">
<i class="icon-Full-Screen"></i>
</a>
<a href="#" target="_blank" class="external-link">
<i class="icon-Link"></i>
</a>
</div>
<!-- //.project-link -->
<div class="project-title">
<h4>Wooden Rhinoceros Beetle</h4>
</div>
<!-- //.project-title -->
<img src="https://bootdey.com/img/Content/avatar/avatar7.png" alt="" class="img-responsive">
</div>
<!-- //.project-wrapper -->
</div>
<!-- //.item -->
<div class="item col-sm-6 col-md-3">
<div class="project-wrapper">
<div class="project-link">
<a href="https://bootdey.com/img/Content/avatar/avatar1.png" class="zoom" title="The First Encounter">
<i class="icon-Full-Screen"></i>
</a>
<a href="#" target="_blank" class="external-link">
<i class="icon-Link"></i>
</a>
</div>
<!-- //.project-link -->
<div class="project-title">
<h4>The First Encounter</h4>
</div>
<!-- //.project-title -->
<img src="https://bootdey.com/img/Content/avatar/avatar1.png" alt="" class="img-responsive">
</div>
<!-- //.project-wrapper -->
</div>
<!-- //.item -->
<div class="item col-sm-6 col-md-3">
<div class="project-wrapper">
<div class="project-link">
<a href="https://bootdey.com/img/Content/avatar/avatar2.png" class="zoom" title="Dead Pool">
<i class="icon-Full-Screen"></i>
</a>
<a href="#" target="_blank" class="external-link">
<i class="icon-Link"></i>
</a>
</div>
<!-- //.project-link -->
<div class="project-title">
<h4>Dead Pool</h4>
</div>
<!-- //.project-title -->
<img src="https://bootdey.com/img/Content/avatar/avatar2.png" alt="" class="img-responsive">
</div>
<!-- //.project-wrapper -->
</div>
<!-- //.item -->
<div class="item col-sm-6 col-md-3">
<div class="project-wrapper">
<div class="project-link">
<a href="https://bootdey.com/img/Content/avatar/avatar3.png" class="zoom" title="Rebus II">
<i class="icon-Full-Screen"></i>
</a>
<a href="#" target="_blank" class="external-link">
<i class="icon-Link"></i>
</a>
</div>
<!-- //.project-link -->
<div class="project-title">
<h4>Rebus II</h4>
</div>
<!-- //.project-title -->
<img src="https://bootdey.com/img/Content/avatar/avatar3.png" alt="" class="img-responsive">
</div>
<!-- //.project-wrapper -->
</div>
<!-- //.item -->
</div>
<!-- //.row -->
</div>
<!-- PORTFOLIO END -->
</div>
<!-- //.section-content -->
</div>
<!-- //.container-fluid -->
</section>
CSS code
This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 3.3.6 included, to get the result that you can see in the preview selection
Download
/*---------------------------------------------------------------------*/
/* 6.2. SECTION - PORTFOLIO
/*---------------------------------------------------------------------*/
#portfolio {
position: relative;
z-index: 5;
background-color: #171717;
}
#portfolio .section-wrapper > .section-content {
padding-bottom: 0px;
}
.portfolio {
margin-top: 30px;
}
.portfolio .item {
position: relative;
padding: 0px;
max-width: 100%;
}
.portfolio .item > .project-wrapper {
position: relative;
z-index: 5;
}
.portfolio .item > .project-wrapper:before {
position: absolute;
z-index: 10;
content: '';
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0);
-webkit-transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
}
.portfolio .item > .project-wrapper:hover:before {
background-color: rgba(0, 0, 0, 0.7);
}
.portfolio .item > .project-wrapper:hover > .project-link {
opacity: 0.9;
}
.portfolio .item > .project-wrapper:hover > .project-link > a.zoom {
left: 0;
}
.portfolio .item > .project-wrapper:hover > .project-link > a.external-link {
left: 40px;
}
.portfolio .item > .project-wrapper:hover > .project-title > h4 {
margin-top: 0px;
opacity: 1;
}
.portfolio .item > .project-wrapper > .project-link {
position: absolute;
z-index: 20;
top: 50%;
left: 50%;
width: 88px;
height: 48px;
margin-top: -48px;
margin-left: -44px;
opacity: 0;
}
.portfolio .item > .project-wrapper > .project-link > a {
display: block;
position: absolute;
top: 0;
width: 48px;
height: 48px;
line-height: 48px;
color: #ffffff;
font-size: 20px;
text-align: center;
border-radius: 50%;
}
.portfolio .item > .project-wrapper > .project-link > a.zoom {
left: 40px;
background-color: #2e2e2e;
}
.portfolio .item > .project-wrapper > .project-link > a.external-link {
left: 0;
background-color: #c80a48;
}
.portfolio .item > .project-wrapper > .project-title > h4 {
display: block;
position: absolute;
z-index: 15;
top: 50%;
left: 0;
width: 100%;
height: 48px;
line-height: 48px;
margin-top: -48px;
text-align: center;
opacity: 0;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}
.filterable-portfolio-nav {
margin: 30px 0px 5px;
}
@media (max-width: 599px) {
.filterable-portfolio-nav a {
margin-bottom: 15px;
}
}

About this bootstrap example/template
This example/template, Porfolio work, was published on Apr 29th 2016, 10:51 by Bootdey Admin and it is free.
We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.
We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.
This code example currectly have 700 views, Using this bootstrap snippet you have the following benefits:
Bootstrap 3.3.6
<link rel='stylesheet' href='https://netdna.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css'>
<script src='https://netdna.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js'></script>
This code example is based on bootstrap 3.3.6 and the grid system of this framework
Responsive
Based on bootstrap framework makes all the layouts perfectly responsive for all devices
Crossbrowser compatibility
Tested on all major browsers, it works smoothly on all of them
semantic html 5
Built on html / css3 the code quality is really amazing
Simple Integration
This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working