Advertisement
Guest User

FindThePrecious.html

a guest
Oct 22nd, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2.     <html lang="en">
  3.   <head>
  4.     <title>findThePrecious</title>
  5.     <meta charset="UTF-8" />
  6.     <meta name = "author" content = "KocSibel" >
  7.  
  8.     <link rel="stylesheet" href="FindThePrecious.css" />
  9.   </head>
  10.  
  11.  
  12.  <body>
  13.  
  14.         <header>
  15.              <h1 class="headerTitle">FindThePrecious.com</h1>
  16.         <nav class="headerN">
  17.                 <ul>
  18.                     <li class="section"><a href="#Fellows">Fellows</a></li>
  19.                     <li class="section"><a href="#Contact">Contact Us</a></li>
  20.                 </ul>
  21.             </nav>
  22.         </header>
  23.        
  24.         <div id="carousel">
  25.             <h2>Dangerous fellowship try to destroy the ring</h2>
  26.             <h3>Orcs, Goblins, Balrogs, protect your master Sauron !</h3>
  27.        
  28.             <img src="https://icons-for-free.com/iconfiles/png/512/arrow+left+chevron+chevronleft+left+left+icon+icon-1320185731545502691.png" class="imgarrowleft" alt="image arrow left" height="100" width="100">
  29.             <img src="https://icons-for-free.com/iconfiles/png/512/arrow+left+chevron+chevronleft+left+left+icon+icon-1320185731545502691.png" height="100" width="100" class="rotateimg180" alt="image arrow right" >
  30.         </div>
  31.        
  32.     <section id="Fellows">
  33.         <h2>Fellows wanted dead (or alive if you want to eat them later)</h2>
  34.        
  35.         <div class="fellowsContainer">
  36.        
  37.             <div class="fellowspic">
  38.                 <div class="FellowsImg">
  39.                     <img src="https://cdn.pixabay.com/photo/2015/10/05/22/37/blank-profile-picture-973460_960_720.png" alt="The Wizard" height="300" width="250">
  40.                     <p class="fellowReward">Reward 1000 gold Coins</p>
  41.                 </div>
  42.                 <h3>The Wizard</h3>
  43.                 <p>Small description...</p>    
  44.             </div>
  45.  
  46.             <div class="fellowspic">
  47.                 <div class="FellowsImg">
  48.                     <img src="https://cdn-media.rtl.fr/cache/iuR8YwMpQZqbQwxmAZJ6Pw/880v587-0/online/image/2014/1124/7775524969_billy-boyd-interprete-le-hobbit-pippin-dans-le-seigneur-des-anneaux.jpg" alt="Hobbit" height="300" width="250">
  49.                     <p class="fellowReward">Dead</p>    
  50.                 </div>
  51.                 <h3>Hobbit #3</h3>
  52.                 <p>Small description...</p>
  53.             </div>
  54.  
  55.             <div class="fellowspic">
  56.                 <div class="FellowsImg">
  57.                     <img src="https://cdn.pixabay.com/photo/2015/10/05/22/37/blank-profile-picture-973460_960_720.png" alt="Yummy Dwarf" height="300" width="250">
  58.                     <p class="fellowReward">Reward 250 gold Coins</p>    
  59.                 </div>
  60.                 <h3>Yummy Dwarf</h3>
  61.                 <p>Small desciption...</p>
  62.             </div>
  63.         </div>
  64.     </section>
  65.    
  66.     <hr>
  67.    
  68.     <section>
  69.    
  70.         <h2 id="Contact">Contact us</h2>
  71.         <form>
  72.             <input class="input-field" type="text" placeholder="Email" name="email"><br><br>
  73.             <input class="input-field" type="text" placeholder="location" name="location"><br><br>
  74.             <div class="liltxt">
  75.                 <SELECT name="nom" size="1"><OPTION selected>I have seen one of them</SELECT>
  76.             </div>
  77.             <p><textarea name="message" rows="10" cols="50" placeholder="Your message"></textarea></p>
  78.             <div class="buttonSend">
  79.                 <input type="button" value="Send it!">
  80.             </div>
  81.         </form>  
  82.        
  83.     </section>
  84.    
  85.     <footer>
  86.    
  87.         <div class="part1">
  88.             <a>About us</a><br/><br/>
  89.             <a>Fellows</a><br/><br/>
  90.             <a>Join our army</a>    
  91.         </div>
  92.        
  93.         <div class="part2">
  94.             <a>FAQ</a><br/><br/>
  95.             <a>Reward conditions</a><br/><br/>
  96.             <a>Legal mentions</a>    
  97.         </div>
  98.        
  99.         <div class="part3">
  100.             <a href="#Sauron4Ever">Sauron4Ever.com</a><br/><br/>
  101.             <a href="#FollowHim">Follow him also on twitter</a>  
  102.         </div>
  103.        
  104.     </footer>
  105. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement