Advertisement
Ganout

FindThePrecious-v2

Feb 24th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.80 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="fr">
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Find The Precious</title>
  6. <meta name="author" content="Morgan Bourdillel">
  7. <meta name="description" content="a simple web page for the master Sauron to help him to destroy the hobbit's team">
  8. </head>
  9. <body>
  10. <header>
  11. <h1>FindThePrecious.com</h1>
  12. <nav>
  13. <ul>
  14. <li><a href="#" title="go to the Fellows's section">Fellows</a></li>
  15. <li><a href="#" title="go to the Contact's section">Contact us</a></li>
  16. </ul>
  17. </nav>
  18. </header>
  19. <section class="banner">
  20. <h2>Dangerous fellowship try to destroy the ring</h2>
  21. <p>Orcs, Goblins, Balrogs, protect your master Sauron !</p>
  22. </section>
  23. <section class="fellows">
  24. <h2>Fellows wanted dead</h2>
  25. <p>(or alive if you want to eat them later)</p>
  26. <div>
  27. <img src="https://via.placeholder.com/250x300" alt="a picture of the wizard">
  28. <h2>The wizard</h2>
  29. <p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Ducimus a ab quaerat! Deleniti, veniam atque eius animi sequi eveniet sit voluptatem vitae quia dicta libero mollitia est maiores? Voluptas, harum.</p>
  30. </div>
  31. <div>
  32. <img src="https://via.placeholder.com/250x300" alt="a picture of the third hobbit">
  33. <h2>Hobbit #3</h2>
  34. <p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Ducimus a ab quaerat! Deleniti, veniam atque eius animi sequi eveniet sit voluptatem vitae quia dicta libero mollitia est maiores? Voluptas, harum.</p>
  35. </div>
  36. <div>
  37. <img src="https://via.placeholder.com/250x300" alt="a picture of Yummy Dwarf">
  38. <h2>Yummy Dwarf</h2>
  39. <p>Lorem ipsum, dolor sit amet consectetur adipisicing elit. Ducimus a ab quaerat! Deleniti, veniam atque eius animi sequi eveniet sit voluptatem vitae quia dicta libero mollitia est maiores? Voluptas, harum.</p>
  40. </div>
  41. </section>
  42. <hr>
  43. <section class="contact-us">
  44. <h2>Contact us</h2>
  45. <form action="#" method="get">
  46. <div>
  47. <label for="email"></label>
  48. <input type="email" name="email" id="email" placeholder="@">
  49. </div>
  50. <div>
  51. <label for="adress"></label>
  52. <input type="text" name="adress" id="adress">
  53. </div>
  54. <div>
  55. <label for="topic"></label>
  56. <input list="topic-list" name="topic-list" id="topic">
  57. <datalist id="topic-list">
  58. <option value="i have seen one of them">
  59. <option value="Lorem">
  60. <option value="ipsum">
  61. </datalist>
  62. </div>
  63. <div>
  64. <label for="message"></label>
  65. <textarea name="textarea" id="message" cols="30" rows="10">Your message</textarea>
  66. </div>
  67. <div>
  68. <input type="submit" value="Send !">
  69. </div>
  70. </form>
  71. </section>
  72. <footer>
  73. <div>
  74. <a href="#" title="go to the About us's section">About us</a>
  75. <a href="#" title="go to the Fellows's section" >Fellows</a>
  76. <a href="#" title="go to the Join our army's section">Join our army</a>
  77. </div>
  78. <div>
  79. <a href="#" title="go to the FAQ's section">FAQ</a>
  80. <a href="#" title="go to the Reward conditions's section">Reward conditions</a>
  81. <a href="#" title="go to the Legal mentions's section">Legal mentions </a>
  82. </div>
  83. <div>
  84. <p>Sauron4Ever.com</p>
  85. <p>Follow him also on twitter</p>
  86. </div>
  87. </footer>
  88. </body>
  89. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement