Advertisement
Alexandra31150

FindthePrecious.com

Feb 19th, 2020
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.73 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="fr">
  3. <head>
  4.     <title>FindThePrecious</title>
  5.     <meta charset="UTF-8">
  6.     <meta name="autor" content="Alexandra POMAR">
  7.     <meta name="description" content="Quête Wild Code School">
  8. </head>
  9.  
  10. <body>
  11.     <header>   
  12.       <section id="entete">
  13.         <h1>FindthePrecious.com</h1>
  14.             <nav>
  15.                 <a href="#fellows" title="Fellows">Fellows</a>
  16.                 <a href="#contact" title="Contact">Contact us</a>
  17.             </nav>
  18.       </section>
  19.     </header>
  20.    
  21.  
  22.       <section id="intro">
  23.         <a href="https://placeholder.com"><img src="https://via.placeholder.com/140x140" alt="image d'introduction"></a>
  24.         <h2>Dangerous fellowship try to destroy the ring</h2>
  25.         <h3>Orcs, Goblins, Balrogs, protect your master Sauron !</h3>
  26.       </section>
  27.  
  28.     <h2>Fellows wanted dead (or alive if you want to eat them later)</h2>
  29.  
  30.     <section id="hunters">
  31.         <ul>
  32.             <li class="thewizard">
  33.                 <a href="https://placeholder.com"><img src="https://via.placeholder.com/200" alt="photo profil The       Wizard"></a>
  34.                 <h2>The Wizard</h2>
  35.                 <p>Small description...</p>
  36.             </li>
  37.             <li class="Hobbit">
  38.                 <a href="https://placeholder.com"><img src="https://via.placeholder.com/200" alt="photo profil Hobbit"></a>
  39.                 <h2>Hobbit #3</h2>
  40.                 <p>Small description...</p>
  41.             </li>
  42.             <li class="YummyDwarf">
  43.                 <a href="https://placeholder.com"><img src="https://via.placeholder.com/200" alt="photo profil Yummy Dwarf"></a>
  44.                 <h2>Yummy Dwarf</h2>
  45.                 <p>Small description...</p>
  46.             </li>
  47.         </ul>
  48.     </section>
  49.     <hr/>
  50.  
  51.     <section id="contact">
  52.     <h2>Contact us</h2>
  53.  
  54.     <form>
  55.         <div>
  56.             <label for="Email"></label>
  57.             <input type="email">
  58.         </div>
  59.         <div>
  60.             <label for="Adresse"></label>
  61.             <input type="text">
  62.         </div>
  63.         <select>
  64.             <label for="Choice"></label>
  65.             <option value="seen">I have seen one of them</option>
  66.         </select>
  67.         <div>
  68.             <label for="message"></label>
  69.             <textarea placeholder="Your message"></textarea>
  70.         </div>
  71.         <div class="button">
  72.             <button type="submit">Send !</button>
  73.         </div>
  74.     </form>
  75.     </section>
  76.  
  77.     <footer>
  78.         <div class="menugauche">
  79.             <p>About us</p>
  80.             <p>Fellows</p>
  81.             <p>Join our Army</p>
  82.         </div>
  83.         <div class="menumilieu">
  84.             <p>FAQ</p>
  85.             <p>Reward conditions</p>
  86.             <p>Legal mentions</p>
  87.         </div>
  88.         <div class="menudroite">
  89.             <a href="sauron4ever.com" target="_blank" title="site sauron">Sauron4Ever.com</a><br/>
  90.             <a href="twitter.com" target="_blank" title="twitter sauron">Follow him also on Twitter</a>
  91.         </div>
  92.     </footer>
  93.   </body>  
  94. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement