Advertisement
Guest User

midnights HTML

a guest
Oct 24th, 2014
251
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.86 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4.   <head>
  5.     <link href="http://s3.amazonaws.com/codecademy-content/courses/ltp/css/shift.css" rel="stylesheet">
  6.    
  7.     <link rel="stylesheet" href="http://s3.amazonaws.com/codecademy-content/courses/ltp/css/bootstrap.css">
  8.     <link rel="stylesheet" href="main.css">
  9.    
  10.   </head>
  11.  
  12.   <body>
  13.     <div class="nav">
  14.       <div class="container">
  15.       <ul class="pull-left">
  16.       <ul class="pull-right">    
  17.         <ul>
  18.           <li><a href="#">home</a></li>
  19.           <li><a href="#">Browse</a></li>
  20.         </ul>
  21.         <ul>
  22.           <li><a href="#">Sign Up</a></li>
  23.           <li><a href="#">Log In</a></li>
  24.           <li><a href="#">Help</a></li>
  25.           </ul>
  26.           </ul>
  27.         </ul>
  28.       </div>
  29.     </div>
  30.  
  31.     <div class="jumbotron">
  32.       <div class="container">
  33.         <h1>Gaming community.</h1>
  34.         <p>ETA is a gaming community for all kinds of gamers FPS,MMO,MOBA, and more!.</p>
  35.         <a href="#">Learn More>
  36.       </div>
  37.     </div>
  38.     <div class="neighborhood-guides">
  39.     <div class="container">
  40.         <h2>Pictures</h2>
  41.         <p>Here are some pictures of just some epic moments that ETA members come across.</p>
  42.     <div class="row">
  43.            
  44.         <div class="col-md-4">
  45.             <div class="thumbnail">
  46.                 <img src="http://i45.tinypic.com/2e50gmp.jpg">
  47.             </div>
  48.            
  49.             <div class="thumbnail">
  50.                 <img src="http://fc02.deviantart.net/fs71/i/2013/329/3/9/mixedminds_darkrp_staff_photo__gmod__by_gmodmmart-d6vmuzx.png">
  51.             </div>
  52.            
  53.     <div class="col-md-4">
  54.         <div class="thumbnail">
  55.             <img src="http://fc02.deviantart.net/fs70/f/2014/062/c/4/gmod_darkrp_50_shipments_of_m249_by_iamnotepic123-d78u02z.png">
  56.             </div>
  57.            
  58.             </div>
  59.             </div>
  60.     </div>
  61.     </div>
  62.     </div>
  63.     <div class="learn-more">
  64.       <div class="container">
  65.       <div class="row">
  66.       <div class="col-md-4">
  67.       </div>
  68.         <div>
  69.           <div>
  70.             <h3>Info</h3>
  71.             <p>ETA is a gaming community for all ages and players from FPS,MMO,MOBA, etc we love having new players join our teamspeak it gives us and you a chance to get to know some great people!.</p>
  72.             <p><a href="#">Info</a></p>
  73.           </div>
  74.           <div>
  75.             <h3>What we do</h3>
  76.             <p>ETA players on a variety of games from gary's mod to archeage and even minecraft and we are always open to new games!.</p>
  77.             <p><a href="#">Learn more about our games</a></p>
  78.           </div>
  79.           <div>
  80.             <h3>Why we do this</h3>
  81.             <p>We do this to give gamers who are looking for some freindly people to hang and play with a home that they can come to anytime when they want to play with other members and start a group.</p>
  82.             <p><a href="#">Learn about why we do this</a></p>          
  83.           </div>
  84.         </div>
  85.       </div>
  86.     </div>
  87.   </body>
  88. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement