MegastoRM

Untitled

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