Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0' />
  6. <title>Find the precious!</title>
  7. <link rel="stylesheet" href="style.css">
  8. </head>
  9.  
  10. <body class="container">
  11. <nav class="topbar">
  12. <ul>
  13. <li>FindThePrecious.com</li>
  14. </ul>
  15. </nav>
  16.  
  17. <section class="carousel">
  18. <h2>Dangerous fellowship try to destroy the ring</h2>
  19. <p>Orcs, Gobelins, Balrogs, protect your master Sauron !</p>
  20. </section>
  21.  
  22. <section class="join">
  23. <h2>We need you !</h2>
  24. <button> Join our army </button>
  25. </section>
  26.  
  27. <section class="fellows">
  28. <h2 class="title-wanted">Fellows wanted dead or alive</h2>
  29.  
  30. <section class="articles">
  31. <article></article>
  32. <article></article>
  33. <article></article>
  34. </section>
  35.  
  36. </section>
  37.  
  38. <section class="contact">
  39. <h2 class="contact-title">Contact us</h2>
  40. <form>
  41. <input class="feedback" type="text" placeholder="@">
  42. <input class="feedback" type="text" placeholder="&#8962;">
  43. <input class="feedback" type="text" placeholder="I have seen one of them">
  44. <textarea class="feedback" placeholder="Your message"></textarea>
  45. <button name="Send!" type="button"> Send ! </button>
  46. </form>
  47. </section>
  48.  
  49. <footer>
  50. <div class="footerPartOne">
  51. <ul>
  52. <li><a href="">Sauron4Ever.com</a></li>
  53. <li><a href="">Follow him</a></li>
  54. </ul>
  55. </div>
  56. <div class="footerPartTwo">
  57. <ul>
  58. <li><a href="">About us</a></li>
  59. <li><a href="">Fellows</a></li>
  60. <li><a href="">Join our army</a></li>
  61. </ul>
  62. <ul>
  63. <li><a href="">FAQ</a></li>
  64. <li><a href="">Reward conditions</a></li>
  65. <li><a href="">Legal mentions</a></li>
  66. </ul>
  67. </div>
  68. </footer>
  69. </body>
  70. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement