Advertisement
Guest User

slider

a guest
Dec 1st, 2015
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.11 KB | None | 0 0
  1.     <section id="slider">
  2.        
  3.         <div data-velocity="-.2" class="overlay-bg <?php if($home_opt_text['thumnail'];) : ?> <?php else : ?> slide-bg <?php endif; ?>"></div>
  4.         <div class="container">
  5.             <div class="row">
  6.                 <div class="col-md-12">
  7.                     <div class="slide-text-table">
  8.                         <div class="slide-text-table-cell">
  9.                             <div class="slide-text wow fadeIn">
  10.                                 <h1>STORYTELLER</h1>
  11.  
  12.                                 <p>One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections. </p>  
  13.  
  14.                                 <a href="" class="learn-more">read the rest</a>                    
  15.                             </div>
  16.                         </div>
  17.                     </div>
  18.                 </div>
  19.             </div>
  20.         </div>
  21.  
  22.     </section> <!-- End slider -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement