Advertisement
Guest User

Untitled

a guest
Oct 25th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.44 KB | None | 0 0
  1. <div class="container">
  2.     <!-- Beginning of categories container -->
  3.     <div class="row">
  4.         <div class="col-md-10">
  5.         <!-- Beginning of second post -->
  6.     <div class="post"> <!-- Give the post container 7 grids -->
  7.         <h2><a class="post_title" href="./post-2.html">Lorem Ipsum Dotet</a></h2> <!-- Title of post -->
  8.         <div class="post_date">August 4th, 2014</div> <!-- Date of post -->
  9.         <a href="./post-2.html" title="Second post image thumbnail..."><img class="post_image" src="http://webdevelop.nyc/application/themes/webdevelop/images/post-2.jpg"></a> <!-- Post image thumbnail -->
  10.         <!-- Beginning of post description -->
  11.         <p class="post_description">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec quis dignissim mi, nec pharetra nunc. Sed sit amet tempor eros, sit amet varius velit. Phasellus non est euismod, commodo erat a, posuere turpis. Suspendisse porttitor sem et fermentum aliquam. Integer eget turpis nisi. Praesent ullamcorper scelerisque massa et vestibulum. Phasellus in dolor molestie, molestie eros at, viverra orci. Vestibulum iaculis turpis quis purus faucibus volutpat...</p> <!-- End of first post description -->
  12.         <div class="read_more"> <!-- Container for the "Read More" text -->
  13.             <a href="./post-2.html">Read More...</a> <!-- <a> tag link for "Read More..." -->
  14.         </div> <!-- End of container for the "Read More" text -->
  15.     </div> <!-- End of 7 grid container for the "Read More" text -->
  16.     <!-- End of second post -->  
  17.         </div>
  18.         <div class="col-md-2"> <!-- Give the categories container 5 grids -->
  19.           <div class="categories hidden-xs hidden-sm"> <!-- Beginning of categories text container -->
  20.               <h3 class="cat_title">Categories</h3> <!-- <h3> tag for the "Categories" title -->
  21.               <ul class="cat_links"> <!-- Beginning of category links -->
  22.                   <!-- <li> class of active or opened link
  23.                  <li class="active"><a href="#">News</a></li> -->
  24.                   <li><a href="#">News</a></li>
  25.                   <li><a href="#">Designs</a></li>
  26.                   <li><a href="#">Coding</a></li>
  27.                   <li><a href="#">Tutorials</a></li>
  28.                   <li><a href="#">Uncategorized</a></li>
  29.               </ul> <!-- End of category links -->
  30.           </div> <!-- End of categories text container -->
  31.         </div>
  32.     </div> <!-- End of categories container -->
  33. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement