Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.00 KB | None | 0 0
  1.     <div class="row">
  2.         <div class="large-12 column">
  3.             <div class="contain-to-grid sticky">
  4.                 <nav class="top-bar" data-topbar role="navigation">
  5.                     <ul class="title-area">
  6.                         <li class="name">
  7.                           <h1><a href="#" style="float:left">TTTB</a></h1>
  8.                         </li>
  9.                          <!-- Remove the class "menu-icon" to get rid of menu icon. Take out "Menu" to just have icon alone -->
  10.                         <li class="toggle-topbar menu-icon"><a href="#"><span></span></a></li>
  11.                     </ul>
  12.                    
  13.                     <section class="top-bar-section">
  14.                     <!-- Right Nav Section -->
  15.                     <ul class="right">
  16.                         <li class="active"><a href="index.html">Home</a></li>
  17.                         <li class="divider"></li>
  18.                         <li class="has-dropdown">
  19.         <a href="blank.html">Tests</a>
  20.         <ul class="dropdown">
  21.           <li><a href="#">Why Take Our Tests?</a></li>
  22.           <li><a href="#">Test Dificulties Explained</a></li>
  23.         </ul>
  24.       </li>
  25.                        
  26.                         <li class="divider"></li>
  27.                     <li><a href="#">News</a></li>
  28.                         <li class="divider"></li>
  29.                     <li><a href="#">Contact</a></li>
  30.                         <li class="divider"></li>
  31.                     <li class="has-form"><a href=# data-reveal-id="signInModal" class="small success button">Log In</a></li>
  32.                        
  33.                     <li class="has-form"><a href=# data-reveal-id="signUpModal" class="small alert button">Sign Up</a></li>
  34.                     </ul>
  35.  
  36.                     <!-- Left Nav Section -->
  37.                     <ul class="left">
  38.                       <li><a href="#"></a></li>
  39.                     </ul>
  40.                     </section>
  41.                 </nav>
  42.             </div>
  43.         </div>
  44.     </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement