Advertisement
Guest User

Find the Precious

a guest
Feb 17th, 2020
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Find The Precious</title>
  6. </head>
  7. <body>
  8. <section>
  9. <ul>
  10. <li><a href="https://www.findtheprecious.com">FindThePrecious.com</a></li>
  11. <li>Fellows</li>
  12. <li>Contact us</li>
  13. </ul>
  14.  
  15. <div>
  16. <img src="https://via.placeholder.com/140" alt="Placeholder">
  17. <h1>Dangerous fellowship try to destroy the ring</h1>
  18. <h2>Orcs, Goblins, Balrogs, protect your master Sauron !</h2>
  19. <a href="#" class="previous round">&#8249;</a>
  20. <a href="#" class="next round">&#8250;</a>
  21. </div>
  22. </section>
  23.  
  24. <section>
  25. <h1>Fellows wanted dead</h1>
  26. <h2>(or alive if you want to eat them later)</h2>
  27.  
  28. <div class="fellowBox">
  29. <img src="https://via.placeholder.com/45" alt="Wizard">
  30. <p>Reward 1000 gold coins</p>
  31. <article>
  32. <h3>The Wizard</h3>
  33. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>
  34. </article>
  35. </div>
  36. <div class="fellowBox">
  37. <img src="https://via.placeholder.com/45" alt="Hobbit">
  38. <p>DEAD</p>
  39. <article>
  40. <h3>Hobbit #3</h3>
  41. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. </p>
  42. </article>
  43. </div>
  44. <div class="fellowBox">
  45. <img src="https://via.placeholder.com/45" alt="Dwarf">
  46. <p>Reward 250 gold coins</p>
  47. <article>
  48. <h3>Yummy Dwarf</h3>
  49. <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>
  50. </article>
  51. </div>
  52. </section>
  53. <hr>
  54. <section>
  55. <h1>Contact us</h1>
  56.  
  57. <div class="container">
  58. <form action="action_page.php">
  59.  
  60. <label for="fname">&nbsp;</label>
  61. <input type="text" id="fname" name="firstname" placeholder="&#64;">
  62.  
  63. <label for="lname">&nbsp;</label>
  64. <input type="text" id="lname" name="lastname" placeholder="&#127968;">
  65.  
  66. <label for="report">&nbsp;</label>
  67. <select id="country" name="country">
  68. <option value="saw">I have seen one of them</option>
  69. <option value="love">I once was in love with the dwarf</option>
  70. <option value="info">I have some infos for you master SoSo...</option>
  71. </select>
  72.  
  73. <label for="subject">&nbsp;</label>
  74. <textarea id="subject" name="subject" placeholder="Your message"></textarea>
  75.  
  76. <input type="submit" value="Send !">
  77.  
  78. </form>
  79.  
  80. </div>
  81. </section>
  82.  
  83. <section>
  84. <footer>
  85. <ul>
  86. <li>About us</li>
  87. <li>Fellows</li>
  88. <li>Join our army</li>
  89. </ul>
  90.  
  91. <ul>
  92. <li>FAQ</li>
  93. <li>Reward conditions</li>
  94. <li>Legal mentions</li>
  95. </ul>
  96. <p><a href="https://www.Sauron4ever.com">
  97. Sauron4ever.com</a>Follow him also on twitter</p>
  98. </footer>
  99. </section>
  100. </body>
  101. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement