Guest User

Untitled

a guest
Jan 20th, 2019
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.23 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <link rel="stylesheet" type="text/css" href="cv.css">
  6. <title>Find The Precious</title>
  7. </head>
  8.  
  9. <body>
  10. <header>
  11. <h1>FindThePrecious.com</h1>
  12. <nav>
  13. <ul>
  14. <li><a href="#fellows">Fellows</a></li>
  15. <li><a href="#the_ring">The Ring</a></li>
  16. <li><a href="#get_my_reward">Get my reward</a></li>
  17. <li><a href="#best_hunters">Best Hunters</a></li>
  18. <li><a href="#join_the_army">Join the Army</a></li>
  19. <li><a href="contact_us">Contact us</a></li>
  20. </ul>
  21. </nav>
  22. <p>Dangerous fellowship try to destroy the ring<br/>
  23. Orcs, Goblins, Balrogs, protect your master Sauron !</p>
  24. </header>
  25. <!-- Afin de me repérer pour la suite les <h3> correspondront aux boutons -->
  26. <section>
  27. <div id="section1">
  28. <h2 id="fellows">Fellows wanted dead</h2>
  29. <p>(or alive if you want to eat them later)</p>
  30. <h3>Most wanted</h3>
  31. <h3>Most dangerous</h3>
  32. <h3>Already captured</h3>
  33. <p id="reward1">Reward 1000 gold coins</p>
  34. <img src="the_wizard" placeholder="the wizard">
  35. <h4>The Wizard</h4>
  36. <p>Small description...</p>
  37. <img src="HOBBIT" placeholder="HOBBIT">
  38. <h4>HOBBIT #3</h4>
  39. <p>Small description...</p>
  40. <p id="reward2">Reward 250 gold coins</p>
  41. <img src="yummy_dwarf" placeholder="yummy dwarf">
  42. <h4>Yummy Dwarf</h4>
  43. <p>Small description...</p>
  44. </div>
  45. <hr/>
  46. </section>
  47.  
  48. <section>
  49. <div id="section2">
  50. <h2 id="get_my_reward">I have captured one of them, how to get my reward ?</h2>
  51. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc maximus, nulla ut commodo sagittis, sapien dui mattis dui, non pulvinar lorem felis nec erat.</p>
  52. <img src="reward" placeholder="reward">
  53. <h3>Contact us</h3>
  54. </div>
  55. <hr/>
  56. </section>
  57.  
  58. <section>
  59. <div id="section3">
  60. <h2 id="best_hunters">Best hunters</h2>
  61. <img src="70" placeholder="70x70">
  62. <p>ElvesKiller22</p>
  63. <p>2 captures</p>
  64. <p id="#profile">Profile</p>
  65. <h3>Like 68K</h3>
  66. <img src="70" placeholder="70x70">
  67. <p>Goblin45</p>
  68. <p>1 capture</p>
  69. <p id="#profile2">Profile</p>
  70. <h3>Like 68K</h3>
  71. </div>
  72. <hr/>
  73. </section>
  74.  
  75. <section>
  76. <div id="section4">
  77. <h2 id="the_ring">About the ring</h2>
  78. <h4>Ring capabilities</h4>
  79. <p>What can our master Sauron do with the ring ?</p>
  80. <table>
  81. <tr>
  82. <td>Feature</td>
  83. <td>Description</td>
  84. </tr>
  85. <tr>
  86. <td>Main</td>
  87. <td>One ring to rule them all</td>
  88. </tr>
  89. <tr>
  90. <td>Invisibility</td>
  91. <td>You can't see me</td>
  92. </tr>
  93. <tr>
  94. <td>Power</td>
  95. <td>Destroy the world</td>
  96. </tr>
  97. </table>
  98. <h4>Why the ring is awesome ?</h4>
  99. <p>My preciooooouuuuus ! Hrk, hrk, we want our preciooooouuuuus !!!</p><br/>
  100. <p>Gollum</p>
  101. </div>
  102. <hr/>
  103. </section>
  104.  
  105. <section>
  106. <div id="section5">
  107. <h2>Join Mordor Army, we need you !</h2>
  108. <img src="140" placeholder="140x140">
  109. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc maximus, nulla ut commodo sagittis, sapien dui mattis dui, non pulvinar lorem felis nec erat.</p>
  110. <h3>More info on SauronRulesThemAll.com</h3>
  111. </div>
  112. <hr/>
  113. </section>
  114.  
  115. <section>
  116. <div id="section6">
  117. <h2 id="contact_us">Contact us</h2>
  118. <form method="post" action="traitement.php">
  119. <input type="email" placeholder="Your e-mail adress" name="email" id="email"/><br/>
  120. <input type="text" placeholder="Your adress" name="adress" id="adress"/><br/>
  121. <select>
  122. <option>I have seen one of them</option>
  123. </select>
  124. </form>
  125. </div>
  126. <input type="text" placeholder="Your message" name="your_message" id="your_message">
  127. <hr/>
  128. </section>
  129. <footer>
  130. <table>
  131. <tr>
  132. <td>About us</td>
  133. <td>FAQ</td>
  134. <td></td>
  135. </tr>
  136. <tr>
  137. <td>Fellows</td>
  138. <td>Reward conditions</td>
  139. <td>Sauron4Ever.com</td>
  140. </tr>
  141. <tr>
  142. <td>Join our army</td>
  143. <td>Legal mentions</td>
  144. <td>Follow him also on twitter</td>
  145. </tr>
  146. </table>
  147. </footer>
  148. </body>
  149. </html>
Add Comment
Please, Sign In to add comment