Skip to content

Instantly share code, notes, and snippets.

@elneris
Last active January 13, 2019 23:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elneris/be97439aac438bb25f9d61aa964f0170 to your computer and use it in GitHub Desktop.
Save elneris/be97439aac438bb25f9d61aa964f0170 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Find The Precious</title>
</head>
<body>
<header>
<h1 id="index">Find The Precious</h1>
<nav>
<a href="#index">FindThePrecious.com</a>
<a href="#fellows">Fellows</a>
<a href="#the_ring">The Ring</a>
<a href="#get_my_reward">Get My Reward</a>
<a href="#best_hunters">Best Hunters</a>
<a href="#join_the_army">Join The Army</a>
<a href="#contact_us">Contact Us</a>
</nav>
</header>
<section>
<h2 id="fellows">Fellows wanted dead ( or later if u want to eat them later )</h2>
<a>Most wanted</a>
<a>Most dangerous</a>
<a>Already captured</a>
<img src="https://via.placeholder.com/150" alt="fellow_gauche"/><h3>The wizard</h3><p>small description</p>
<img src="https://via.placeholder.com/150" alt="fellow_centre"/><h3>Hobbit #3</h3><p>small description</p>
<img src="https://via.placeholder.com/150" alt="fellow_droite"/><h3>Yummy Dwarf</h3><p>small description</p>
</section>
<section>
<h2 id="get_my_reward">I have captured one of them,how to get my reward ?</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</p>
<img src="https://via.placeholder.com/140" alt="fellow_captured"/>
<a href="#contact_us">Contact Us</a>
</section>
<section>
<h2 id="best_hunters">Best Hunters</h2>
<img src="https://via.placeholder.com/70" alt="best_hunter"/><p>Elves Killer22 2 capture - <a>profile</a>like 68k
<img src="https://via.placeholder.com/70" alt="best_hunter"/><p>Goblin451 capture - <a>profile</a>like 68k
</section>
<section>
<h2 id="the_ring">About the Ring</h2>
<h3>Ring Capabilities</h3>
<table>
<tr>
<th>Feature</th>
<th>Description</th>
</tr>
<tr>
<td>Main</td>
<td>One ring to rules them all</td>
</tr>
<tr>
<td>Invisibility</td>
<td>You can't see me</td>
</tr>
<tr>
<td>Power</td>
<td>Destroy the world</td>
</tr>
</table>
<h3>Why the ring is awesome ?</h3>
<p>My preciooooooussssss ! Hrk Hrk, we want our preecioooooussss !!Gollum</p>
<img src="https://via.placeholder.com/110" alt="gollum"/>
</section>
<section>
<h2 id="join_the_army">Join Mordor Army, we need you !</h2>
<img src="https://via.placeholder.com/140" alt="best_hunter"/>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed non risus. Suspendisse lectus tortor, dignissim sit amet, adipiscing nec, ultricies sed, dolor. Cras elementum ultrices diam. Maecenas ligula massa, varius a, semper congue, euismod non, mi. Proin porttitor, orci nec nonummy molestie, enim est eleifend mi, non fermentum diam nisl sit amet erat. Duis semper. Duis arcu massa, scelerisque vitae, consequat in, pretium a, enim. Pellentesque congue. Ut in risus volutpat libero pharetra tempor. Cras vestibulum bibendum augue. Praesent egestas leo in pede. Praesent blandit odio eu enim. Pellentesque sed dui ut augue blandit sodales. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Aliquam nibh. Mauris ac mauris sed pede pellentesque fermentum. Maecenas adipiscing ante non diam sodales hendrerit.</p>
<a href="#index">More info on SauronRulesThemAll.com</a>
</section>
<section>
<h2 id="contact_us">Contact Us</h2>
<form method="post" action="page_fictive.php">
<p>
<input type="email" name="email" id="email" placeholder="@" required />
<input type="text" name="pseudo" id="pseudo" placeholder="🏠" autofocus required />
<select>
<option>I have seen one of them</option>
<option>I have seen many of them</option>
</select>
<textarea name="message" id="message">your message</textarea>
</p>
</form>
</section>
<footer>
<a>about us</a>
<a>fellows</a>
<a>Join our army</a>
<a>FAQ</a>
<a>Reward conditions</a>
<a>Legal mentions</a>
<a>Sauron4ever.com</a>
<a>Follow him also on twitter</a>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment