Advertisement
Guest User

paste

a guest
Oct 22nd, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.80 KB | None | 0 0
  1. <div class="row">
  2.                 <div class="col-lg-12 featured-posts">
  3.           <!-- col-lg-7 featured-post-large has to be appended as a class string to the first post-->
  4.           <!-- the rest of them will have col-lg-5 featured-post-small -->
  5.           <!-- and the iteration will be stopped to 3 as you require one big post and 2 small posts-->
  6.           <!-- applied example -->
  7.                                                                        
  8.          
  9.           <div class="col-lg-7 featured-post-large">
  10.             <a href="#"><img src="http://localhost/audiostuff/wp-content/themes/audiostuff/img/featured2.jpg" alt="Featured post 1" class="img-responsive"></a>
  11.             <a href="#" class="grey-link"><h3 class="article-title">Learn to Jam with Just One Synth Voice: MeeBlip + Ableton Push vs. Gustavo Bravetti [Video]</h3></a>
  12.             <a href="#" class="category-feature">hardware</a>
  13.           </div><!-- End post -->
  14.         </div>
  15.                 <div class="col-lg-12 featured-posts">
  16.           <!-- col-lg-7 featured-post-large has to be appended as a class string to the first post-->
  17.           <!-- the rest of them will have col-lg-5 featured-post-small -->
  18.           <!-- and the iteration will be stopped to 3 as you require one big post and 2 small posts-->
  19.           <!-- applied example -->
  20.                              
  21.          
  22.           <div class="col-lg-5 featured-post-small">
  23.             <a href="#"><img src="http://localhost/audiostuff/wp-content/themes/audiostuff/img/featured2.jpg" alt="Featured post 1" class="img-responsive"></a>
  24.             <a href="#" class="grey-link"><h3 class="article-title-small">Massive Traktor Kontrol S8 Controller is Here – Now Who’s it For?</h3></a>
  25.             <a href="#" class="category-feature">hardware</a>
  26.           </div><!-- End post -->
  27.         </div>
  28.                 <div class="col-lg-12 featured-posts">
  29.           <!-- col-lg-7 featured-post-large has to be appended as a class string to the first post-->
  30.           <!-- the rest of them will have col-lg-5 featured-post-small -->
  31.           <!-- and the iteration will be stopped to 3 as you require one big post and 2 small posts-->
  32.           <!-- applied example -->
  33.                              
  34.          
  35.           <div class="col-lg-5 featured-post-small">
  36.             <a href="#"><img src="http://localhost/audiostuff/wp-content/themes/audiostuff/img/featured2.jpg" alt="Featured post 1" class="img-responsive"></a>
  37.             <a href="#" class="grey-link"><h3 class="article-title-small">OCT 20 2014 Traktor DJ for iOS Adds Audiobus to Connect to Other Apps – And It’s Not Alone</h3></a>
  38.             <a href="#" class="category-feature">hardware</a>
  39.           </div><!-- End post -->
  40.         </div>
  41.               </div><!-- End featured posts container -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement