Advertisement
Guest User

Untitled

a guest
Dec 15th, 2015
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 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.  
  17. <li><a href="#">Name</a></li>
  18. <li><a href="#">Browse</a></li>
  19. </ul>
  20. <ul class="pull-right">
  21. <li><a href="#">Sign Up</a></li>
  22. <li><a href="#">Log In</a></li>
  23. <li><a href="#">Help</a></li>
  24.  
  25. </ul >
  26. </div>
  27. </div>
  28.  
  29. <div class="jumbotron">
  30. <div class="container">
  31. <h1>Find a place to stay.</h1>
  32. <p>Rent from people in over 34,000 cities and 192 countries.</p>
  33. <a href="#">Learn More</a>
  34. </div>
  35. </div>
  36. <div class="neighborhood-guides">
  37. <div class ="container">
  38. <h2>Neighborhood Guides</h2>
  39. <p>Not sure where to stay? We've created neighborhood guides for cities all around the world.</p>
  40. <div class="row">
  41. <div class="col-md-4">
  42. <div class="thumbnail">
  43. <img src="http://goo.gl/0sX3jq">
  44. </div>
  45. <div class="thumbnail">
  46. <img src="http://goo.gl/an2HXY">
  47. </div>
  48.  
  49. <div class="col-md-4">
  50. <div class="thumbnail">
  51. <img src="http://goo.gl/Av1pac" >
  52. </div>
  53. <div class="thumbnail">
  54. <img src="http://goo.gl/vw43v1">
  55. </div>
  56. </div>
  57.  
  58. <div class="col-md-4">
  59. <div class="thumbnail">
  60. <img src="http://goo.gl/0Kd7UO" >
  61. </div>
  62. </div>
  63.  
  64. </div>
  65. <div class="learn-more">
  66. <div class="container">
  67. <div class="row">
  68.  
  69. <div class="col-md-4">
  70. <h3>Travel</h3>
  71. <p>From apartments and rooms to treehouses and boats: stay in unique spaces in 192 countries.</p>
  72. <p><a href="#">See how to travel on Airbnb</a></p>
  73. </div>
  74.  
  75. <div class="col-md-4">
  76. <h3>Host</h3>
  77. <p>Renting out your unused space could pay your bills or fund your next vacation.</p>
  78. <p><a href="#">Learn more about hosting</a></p>
  79. </div>
  80.  
  81. <div class="col-md-4">
  82. <h3>Trust and Safety</h3>
  83. <p>From Verified ID to our worldwide customer support team, we've got your back.</p>
  84. <p><a href="#">Learn about trust at Airbnb</a></p>
  85. </div>
  86.  
  87.  
  88.  
  89. <h3>Travel</h3>
  90. <p>From apartments and rooms to treehouses and boats: stay in unique spaces in 192 countries.</p>
  91. <p><a href="#">See how to travel on Airbnb</a></p>
  92. </div>
  93. <div>
  94. <h3>Host</h3>
  95. <p>Renting out your unused space could pay your bills or fund your next vacation.</p>
  96. <p><a href="#">Learn more about hosting</a></p>
  97. </div>
  98. <div>
  99. <h3>Trust and Safety</h3>
  100. <p>From Verified ID to our worldwide customer support team, we've got your back.</p>
  101. <p><a href="#">Learn about trust at Airbnb</a></p>
  102. </div>
  103.  
  104. </div>
  105. </div>
  106. </div>
  107. </body>
  108. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement