Advertisement
HimikoWerckmeister

Untitled

Jun 22nd, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.18 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="#">Characters</a></li>
  18. </ul>
  19. <ul class ="pull-right">
  20. <li><a href="#">Terminology</a></li>
  21. <li><a href="#">Valtier's History</a></li>
  22. <li><a href="#">Other</a></li>
  23. </ul>
  24. </div>
  25. </div>
  26.  
  27. <div class="jumbotron">
  28.  
  29. <div class="container">
  30. <h1>Praxis Retalation</h1>
  31. <p>A detailed guide on the game's chracters and gameworld'</p>
  32. <a href="#">Learn More</a>
  33. </div>
  34. </div>
  35. <div class="neighborhood-guides">
  36. <div class="container">
  37. <h2>
  38. A few examples of Valtarian Devices
  39. </h2>
  40. <p>
  41. As evidentially shown below Praxis Retaliation combines comp-sci and magic together
  42. </p>
  43. <div class="row">
  44. <!-- Column 1-->
  45. <div class="col-md-4">
  46. <div class="thumbnail">
  47. <img src="http://vignette3.wikia.nocookie.net/nanoha/images/3/33/Fate_Bardiche.jpg/revision/latest?cb=20110712142945">
  48. </div>
  49. <div class="thumbnail">
  50. <img src="https://4.bp.blogspot.com/_sM5WoUPkx_8/TP6mvr9nVkI/AAAAAAAAAFU/9XiRXcqLdis/s1600/Raging+Heart+movie.png">
  51. </div>
  52. </div>
  53. <!-- Column 2-->
  54. <div class="col-md-4">
  55. <div class="thumbnail">
  56. <img src="http://goo.gl/Av1pac">
  57. </div>
  58. <div class="thumbnail">
  59. <img src="http://goo.gl/vw43v1" >
  60. </div>
  61. </div>
  62.  
  63. <div class="col-md-4">
  64. <div class="thumbnail">
  65. <img src="http://goo.gl/0Kd7UO" >
  66. </div>
  67. </div>
  68.  
  69. </div>
  70. </div>
  71. </div>
  72. <div class="learn-more">
  73. <div class="container">
  74. <div class="row">
  75. <div class="col-md-4">
  76. <h3>Travel</h3>
  77. <p>From apartments and rooms to treehouses and boats: stay in unique spaces in 192 countries.</p>
  78. <p><a href="#">See how to travel on Airbnb</a></p>
  79. </div>
  80. <div class="col-md-4">
  81. <h3>Host</h3>
  82. <p>Renting out your unused space could pay your bills or fund your next vacation.</p>
  83. <p><a href="#">Learn more about hosting</a></p>
  84. </div>
  85. <div class="col-md-4">
  86. <h3>Trust and Safety</h3>
  87. <p>From Verified ID to our worldwide customer support team, we've got your back.</p>
  88. <p><a href="#">Learn about trust at Airbnb</a></p>
  89. </div>
  90. </div>
  91. </div>
  92. </div>
  93. </body>
  94. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement