Advertisement
Guest User

FindThePrecious.com(WCS)

a guest
Dec 15th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.18 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 user-scalable=yes">
  6.     <meta name="author" content="Sauron the necromancer">
  7.     <meta name="description" content="FindThePrecious.com is a website gathering the community of Sauron. It's create for find Sauron's ennemies too.">
  8.     <meta http-equiv="X-UA-Compatible" content="ie=edge">
  9.     <title>FindThePrecious.com</title>
  10. </head>
  11. <body>
  12.     <main>
  13.         <header>
  14.             <nav>
  15.                 <a href="homepage.html" title="Website homepage">
  16.                     <p>
  17.                         FindThePrecious.com
  18.                     </p>
  19.                 </a>
  20.  
  21.                 <div>
  22.                     <ul>
  23.                         <li>
  24.                             <a href="#fellows" title="Find a fellow">Fellows</a>
  25.                         </li>
  26.                         <li>
  27.                             <a href="#contact" title="Form to contact us">Contacts us</a>
  28.                         </li>
  29.                     </ul>
  30.                 </div>
  31.             </nav>
  32.  
  33.             <div>
  34.                 <div>
  35.                     <img src="https://via.placeholder.com/350x150" alt="The website slider on the homepage, default image 1">
  36.                     <h3>Dangerous fellowship try to destroy the ring</h3>
  37.                     <p>
  38.                         Orcs, Goblins, Balrogs, protect your master Sauron !
  39.                     </p>
  40.                 </div>
  41.  
  42.                 <div>
  43.                     <img src="https://via.placeholder.com/350x150" alt="The website slider on the homepage, default image 2">
  44.                 </div>
  45.  
  46.                 <i class="fas fa-arrow-left"></i>
  47.                 <i class="fas fa-arrow-right"></i>
  48.             </div>
  49.         </header>
  50.  
  51.         <section>
  52.             <h3 id="fellows">Fellows wanted dead <span>(or alive if you want to eat them later)</span></h3>
  53.             <article>
  54.                 <img src="https://via.placeholder.com/150" alt="Image of a wizard wanted dead">
  55.                 <h6>Reward 1000 gold coins</h6>
  56.                 <h4>The wizard</h4>
  57.                 <p>
  58.                     Small description...
  59.                 </p>
  60.             </article>
  61.  
  62.             <article>
  63.                 <img src="https://via.placeholder.com/150" alt="Image of a hobbit wanted dead">
  64.                 <h3>DEAD</h3>
  65.                 <h4>Hobbit #3</h4>
  66.                 <p>
  67.                     Small description...
  68.                 </p>
  69.             </article>
  70.  
  71.             <article>
  72.                 <img src="https://via.placeholder.com/150" alt="Image of a dwarf wanted dead">
  73.                 <h6>Reward 250 gold coins</h6>
  74.                 <h4>Yummy Dwarf</h4>
  75.                 <p>
  76.                     Small description...
  77.                 </p>
  78.             </article>
  79.         </section>
  80.  
  81.         <hr>
  82.         <section>
  83.             <h3 id="contact">Contact us</h3>
  84.             <form method="post">
  85.                 <div>
  86.                     <label for="mail">Your email address</label>
  87.                     <input class="mail" type="email" name="mail" id="mail" required/>
  88.                 </div>
  89.                 <div>
  90.                     <label for="address">Your postal address</label>
  91.                     <input class="address" type="text" name="address" id="address" required/>
  92.                 </div>
  93.                 <div>
  94.                     <select name="reason">
  95.                         <option value="see">I have seen one of them</option>
  96.                         <option value="kill">I have killed one of them</option>
  97.                         <option value="eat">I have eaten one of them</option>
  98.                         <option value="chase">I'am chasing one of them</option>
  99.                     </select>
  100.                 </div>
  101.                 <div>
  102.                     <textarea>Your message</textarea>
  103.                 </div>
  104.                 <div>
  105.                     <input type="submit" name="submit" id="submit" value="Send !">
  106.                 </div>
  107.             </form>
  108.         </section>
  109.     </main>
  110.  
  111.     <footer>
  112.         <div>
  113.             <ul>
  114.                 <li><a href="aboutUs.html" title="You can find more informations about us here">About us</a></li>
  115.                 <li><a href="#fellows" title="Find a fellow">Fellows</a></li>
  116.                 <li><a href="joinArmy.html" title="A form if you want to join our army">Join our army</a></li>
  117.             </ul>
  118.         </div>
  119.  
  120.         <div>
  121.             <ul>
  122.                 <li><a href="faq.html" title="Frequently Asked Questions about this website">FAQ</a></li>
  123.                 <li><a href="rewardConditions.html" title="All the answers about your reward conditions here">Reward conditions</a></li>
  124.                 <li><a href="legalMentions.html">Legal mentions</a></li>
  125.             </ul>
  126.         </div>
  127.  
  128.         <div>
  129.             <ul>
  130.                 <li><a href="http://Sauron4Ever.com" title="Sauron's blog">Sauron4Ever.com</a></li>
  131.                 <li><a href="https://twitter.com/Sauron4Ever" title="Sauron Twitter page">Follow him also on twitter</a></li>
  132.             </ul>
  133.         </div>
  134.     </footer>
  135. </body>
  136. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement