Advertisement
Guest User

First Try!

a guest
Sep 22nd, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.67 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.           <li><a href="#">Home</a></li>
  17.           <li><a href="#">Schedule</a></li>
  18.         </ul>
  19.         <ul class="pull-right">
  20.           <li><a href="#">Squad</a></li>
  21.           <li><a href="#">Contact</a></li>
  22.           <li><a href="#">Apply</a></li>
  23.         </ul>
  24.       </div>
  25.     </div>
  26.  
  27.     <div class="jumbotron">
  28.       <div class="container">
  29.         <h1>Find a place to stay.</h1>
  30.         <p>Newly founded team making his way to the top</p>
  31.         <a href="#">Learn More</a>
  32.       </div>
  33.     </div>
  34.  
  35.     <!--<div class="neighborhood-guides">
  36.        <div class="container">
  37.            <h2> Neighborhood Guides</h2>
  38.            <p> Not sure where to stay? We've created neighborhood guides for cities                   all around the world.</p>
  39.            <div class="row">
  40.                <div class="col-md-4">
  41.                    <div class="thumbnail">
  42.                        <img src="http://goo.gl/0sX3jq">
  43.                    </div>
  44.                    <div class="thumbnail">
  45.                        <img src="http://goo.gl/an2HXY">
  46.                    </div>
  47.                </div>
  48.                <div class="col-md-4">
  49.                    <div class="thumbnail">
  50.                        <img src="http://goo.gl/Av1pac">
  51.                    </div>
  52.                    <div class="thumbnail">
  53.                        <img src="http://goo.gl/vw43v1">
  54.                    </div>
  55.                </div>
  56.                <div class="col-md-4">
  57.                    <div class="thumbnail">
  58.                        <img src="http://goo.gl/0Kd7UO">
  59.                    </div>
  60.                </div>
  61.    </div>-->
  62.  
  63.     <div class="learn-more">
  64.     <div class="container">
  65.         <div class="row">
  66.           <div class="col-md-4">
  67.             <h3>ESEA</h3>
  68.             <p>We're frequently competing on ESEA Matches</p>
  69.             <p><a href="#">See our ESEA results.</a></p>
  70.           </div>
  71.           <div class="col-md-4">
  72.             <h3>Chairman</h3>
  73.             <p>Molly and Sato are our Founder and Chairman</p>
  74.             <p><a href="#">Learn more about Molly and Sato</a></p>
  75.           </div>
  76.           <div class="col-md-4">
  77.             <h3>Community</h3>
  78.             <p>Here you can see our tips and tricks or guides.</p>
  79.             <p><a href="#">Join the Board!</a></p>
  80.           </div>
  81.         </div>
  82.       </div>
  83.     </div>
  84.   </body>
  85. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement