mangojuice33

Findtheprecious_chloe_trottin

Feb 4th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.56 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="fr">
  3.     <head>
  4.         <meta charset="UTF-8">
  5.         <title>FindThePrecious</title>  
  6.     </head>
  7.  
  8.  
  9.     <body>
  10.         <header>
  11.             <h1>FindThePrecious</h1>
  12.             <nav>
  13.                 <ul>
  14.                     <li><a>Fellows</a></li>
  15.                     <li><a>Contact us</a></li>
  16.                 </ul>
  17.             </nav>
  18.         </header>
  19.  
  20.         <section>
  21.         <div id="slider">
  22.     <div id="slides">
  23.      
  24.         <figure id="slide1"><h2>Dangerous fellowship try to destroy the ring</h2>
  25.         <p>Orcs, Gobelins, Balrogs, protect your master Sauron!</p>
  26.             <a href="https://placeholder.com"><img src="https://via.placeholder.com/350" alt="imageslide1"></a>
  27.            
  28.         </figure>
  29.         <figure id="slide2"><h2> Sed non risus.  </h2>
  30.         <p>Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor.</p>
  31.             <a href="https://placeholder.com"><img src="https://via.placeholder.com/350" alt="imageslide2"></a>
  32.         </figure>
  33.         </div>
  34. </div>
  35. </section>
  36.  
  37. <section>
  38.         <h2>Fellow wanted dead</h2>
  39.         <p>(or alive if you want to eat them later)</p>
  40.         <a href="https://placeholder.com"><img src="https://via.placeholder.com/150" alt="FellowA"></a>
  41.         <a href="https://placeholder.com"><img src="https://via.placeholder.com/150" alt="FellowB"></a>
  42.         <a href="https://placeholder.com"><img src="https://via.placeholder.com/150" alt="FellowC"></a>
  43. </section>
  44.  
  45.     <hr/>
  46.  
  47. <section>
  48.     <h2>Contact us</h2>
  49.  
  50. <form>
  51.       <label></label> <br/>
  52.       <input type="email" class="email-field" placeholder="@" />
  53.         <br/>
  54.         <label></label> <br/>
  55.         <input type="text" class="email-field" placeholder=Address />
  56. <br/>
  57.           <p>
  58.      
  59.              <select id = "dropdown">
  60.                <option value = "1">I have seen one of them</option>
  61.                <option value = "2">I have caught one of them</option>
  62.              </select>
  63.           </p>
  64.      
  65. <input id="Message" class="message-field" placeholder="Your message " /> <br/> <br/> <input type="submit" value="Send!" class="ctasubmitcolor" />
  66.   </form>
  67.    
  68.  
  69. </section>
  70.  
  71. <footer>
  72.  
  73.     <br/>
  74.   <p> <a href="https://www.google.fr">About us</a><br/>
  75.     <a href="https://www.google.fr">Fellows</a><br/>
  76. <a href="https://www.google.fr">Join our army</a> </p>
  77.  
  78. <br/>
  79.     <p><a href="https://www.google.fr">FAQ</a> <br/>
  80.  <a href="https://www.google.fr">Reward conditions</a> <br/>
  81.     <a href="https://www.google.fr">Legal mentions</a> </p>
  82.  
  83. <br/>
  84.     <p><a href="http://www.sauron4ever.com">Sauron4Ever.com</a> <br/>
  85.  
  86.      <a href="http://www.twitter.com">Follow him also on twitter</a> </p>
  87.  
  88.   </footer>
  89.     </body>
  90. </html>
Advertisement
Add Comment
Please, Sign In to add comment