Advertisement
kobial8

Isotop/Portfolio Type 2 | HTML Code

Feb 28th, 2015
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 4.00 KB | None | 0 0
  1. <section id="section-portfolio" class="section light">
  2.  
  3.     <!-- start container -->
  4.     <div class="container">
  5.  
  6.         <!-- start section content -->
  7.         <div class="section-content">
  8.  
  9.             <!-- start section header -->
  10.             <header class="content-header section-header text-center">
  11.                 <h2>Featured Projects</h2>
  12.                 <p class="lead">Lorem ipsum veniam adipisicing cupidatat dolor do adipisicing commodo</p>
  13.             </header>
  14.             <!-- end section header -->
  15.  
  16.             <!-- start projects -->
  17.             <div class="projects row">
  18.  
  19.                 <!-- project 1 -->
  20.                 <div class="col-lg-4 web">
  21.                     <article class="project">
  22.                         <figure class="project-thumb">
  23.                             <img src="assets/images/portfolio-1.jpg" alt="project-1">
  24.                             <figcaption class="middle">
  25.                                 <div>
  26.                                     <a href="assets/images/portfolio-1.jpg" class="icon circle medium lightbox" title="My Project 1"><i class="fa fa-search"></i></a>
  27.                                     <a href="project.html" class="icon circle medium"><i class="fa fa-link"></i></a>
  28.                                 </div>
  29.                             </figcaption>
  30.                         </figure>
  31.  
  32.                         <header class="project-header">
  33.                             <h4 class="project-title"><a href="project.html">Project Title Here</a></h4>
  34.                             <div class="project-meta">Photography</div>
  35.                         </header>
  36.                     </article>
  37.                 </div>
  38.  
  39.                 <!-- project 2 -->
  40.                 <div class="col-lg-4 photo">
  41.                     <article class="project">
  42.                         <figure class="project-thumb">
  43.                             <img src="assets/images/portfolio-2.jpg" alt="project-2">
  44.                             <figcaption class="middle">
  45.                                 <div>
  46.                                     <a href="assets/images/portfolio-2.jpg" class="icon circle medium lightbox" title="My Project 2"><i class="fa fa-search"></i></a>
  47.                                     <a href="project.html" class="icon circle medium"><i class="fa fa-link"></i></a>
  48.                                 </div>
  49.                             </figcaption>
  50.                         </figure>
  51.  
  52.                         <header class="project-header">
  53.                             <h4 class="project-title"><a href="project.html">Project Title Here</a></h4>
  54.                             <div class="project-meta">Photography</div>
  55.                         </header>
  56.                     </article>
  57.                 </div>
  58.  
  59.                 <!-- project 3 -->
  60.                 <div class="col-lg-4 app">
  61.                     <article class="project">
  62.                         <figure class="project-thumb">
  63.                             <img src="assets/images/portfolio-3.jpg" alt="project-3">
  64.                             <figcaption class="middle">
  65.                                 <div>
  66.                                     <a href="assets/images/portfolio-3.jpg" class="icon circle medium lightbox" title="My Project 3"><i class="fa fa-search"></i></a>
  67.                                     <a href="project.html" class="icon circle medium"><i class="fa fa-link"></i></a>
  68.                                 </div>
  69.                             </figcaption>
  70.                         </figure>
  71.  
  72.                         <header class="project-header">
  73.                             <h4 class="project-title"><a href="project.html">Project Title Here</a></h4>
  74.                             <div class="project-meta">Mobile Apps</div>
  75.                         </header>
  76.                     </article>
  77.                 </div>
  78.  
  79.             </div>
  80.             <!-- end projects -->
  81.  
  82.         </div>
  83.         <!-- end section content -->
  84.  
  85.     </div>
  86.     <!-- end container -->
  87.  
  88. </section>
  89. <!-- end section -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement