Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.16 KB | None | 0 0
  1. <ul class="nav navbar-nav">
  2.        
  3.        
  4.         <li class="dropdown">
  5.           <a href="#" class="dropdown-toggle" data-toggle="dropdown">Programming<span class="caret"></span></a>
  6.           <ul class="dropdown-menu"><li><a href="Chemistry_Calculators.html"><img src="img/Chemistry.png" class="pull-right" style="width: 24px;">Chemistry Calculators<br>[JavaScript]</a></li><li>
  7.                         <a href="Financial_Calculators.html"><img src="img/Finance.png" class="pull-right" style="width: 24px;">Financial Calculators<br>[JavaScript]</a></li><li>
  8.                         <a href="PhaserGame.html"><img src="phaser/phaser-logo-small.png" class="pull-right" style="width: 24px;">Unnamed Game<br>[Phaser Game Engine]<br>Work in Progress</a></li><li>
  9.                         <a href="Secured.php"><img src="img/Lock.png" class="pull-right" style="width: 24px;">Login Experimentation<br>[PHP]</a></li><li>
  10.                         <a href="Midnight.html"><img src="" class="pull-right" style="width: 24px;">Midnight Testing<br>[HTML / CSS]</a>
  11.   </li><li><a href="Elevator.html"><img src="img/Elevator.png" class="pull-right" style="width: 24px;">Elevator<br>[JavaScript / jQuery]</a></li>
  12.           </ul>
  13.         </li>
  14.       </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement