Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <link rel="stylesheet" href="style.css">
- <title>FindThePrecious</title>
- </head>
- <body>
- <header>
- <div>
- <a href="http://www.FindThePrecious.com">FindThePrecious.com</a>
- </div>
- <nav>
- <ul>
- <li><a href="#">Fellows</a></li>
- <li><a href="#">Contact Us</a></li>
- </ul>
- </nav>
- <div class="SliderHeader">
- <a href="https://placeholder.com"><img src="https://via.placeholder.com/300x140" alt="Slider-Accueil"></a>
- <h1> Dangerous fellowship try to destroy the ring</h1>
- <h2> Orcs, Goblins, Balrogs, protect your master Sauron ! </h2>
- </div>
- </header>
- <main>
- <div class="FellowsCarousel">
- <h1> Fellows wanted dead </h1>
- <div class="bloc1">
- <h2> The Wizard </h2>
- <a href="https://placeholder.com"><img src="https://via.placeholder.com/100x100" alt="vignette1"></a>
- </div>
- <div class="bloc2">
- <h2> Hobbit#3 </h2>
- <a href="https://placeholder.com"><img src="https://via.placeholder.com/100x100" alt="vignette2"></a>
- </div>
- <div class="bloc3">
- <h2> Yummy Dwarf </h2>
- <a href="https://placeholder.com"><img src="https://via.placeholder.com/100x100" alt="vignette3"></a>
- </div>
- </div>
- <form>
- <input type="email" id="email" name="email">
- <input type="text" id="adress" name="adress">
- <select name="select" id="select">
- <option value="">I have seen one of them</option>
- </select>
- <input type="text" id="message" name="message">
- <input type="button" value="Send !">
- </form>
- </main>
- <footer>
- <ul>
- <li><a href="#">About us</a></li>
- <li><a href="#">Fellows</a></li>
- <li><a href="#">Join our army</a></li>
- </ul>
- <ul>
- <li><a href="#">FAQ</a></li>
- <li><a href="#">Reward conditions</a></li>
- <li><a href="#">Legal mentions</a></li>
- </ul>
- <a href="http://www.Sauron4Ever.com">Sauron4Ever.com</a>
- <a> Follow him also on twitter</a>
- </footer>
- </body>
- </html>
Add Comment
Please, Sign In to add comment