Skip to content

Instantly share code, notes, and snippets.

@PradalCyril
Created October 3, 2018 09:43
Show Gist options
  • Save PradalCyril/d18939c78a75c833f95dc23f2f8152bb to your computer and use it in GitHub Desktop.
Save PradalCyril/d18939c78a75c833f95dc23f2f8152bb to your computer and use it in GitHub Desktop.
findThePrecious
<!DOCTYPE html>
<html lang="aa">
<head>
<title>findThePrecious.com</title>
</head>
<body>
<header>
<h1>findThePrecious.com</h1>
<nav>
<ul>
<li><a href="#fellows">Fellows</a></li>
<li><a href="#Thering">The ring</a></li>
<li><a href="#Getmyreward">Get my reward</a></li>
<li><a href="#Besthunter">Best hunter</a></li>
<li><a href="#Jointhearmy">Join the army</a></li>
<li><a href="#Contactus">Contact us</a></li>
</ul>
</nav>
<p><a href="https://placeholder.com"><img alt="" src="https://via.placeholder.com/350x150"></a>
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.
</p>
</header>
<section id="fellows">
<h2>Fellows wanted dead</h2>
<nav>
<ul>
<li><button>Most wanted</button></li>
<li><button>Most dangerous</button></li>
<li><button>Already captured</button></li>
</ul>
</nav>
<a href="https://placeholder.com"><img alt="" src="https://via.placeholder.com/140x140">Name and small description</a>
<a href="https://placeholder.com"><img alt="" src="https://via.placeholder.com/140x140">Name and small description</a>
<a href="https://placeholder.com"><img alt="" src="https://via.placeholder.com/140x140">Name and small description</a>
</section>
<section id="Getmyreward">
<h2>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>
<a href="#Contactus">Clique ici</a>
</section>
<section id="Besthunter">
<h2>Best hunter</h2>
<a href="https://placeholder.com"><img alt="" src="https://via.placeholder.com/70x70"></a>pseudo
<button>like</button>
<a href="https://placeholder.com"><img alt="" src="https://via.placeholder.com/70x70"></a>pseudo
<button>like</button>
</section>
<section id="Thering">
<h2>About the ring</h2>
<h3>Ring Capabilities</h3>
<table>
<thead>
<tr>
<th>Feature</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<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>
</tbody>
</table>
<h3>Why the ring is awesome?</h3>
<p>my precioooooooooussssssss! Hrk hrk, we want our preeecioooooooouuuusssss!! Gollum <a href="https://placeholder.com"><img alt="" src="https://via.placeholder.com/110x110"></a></p>
</section>
<section id="Jointhearmy">
<h2>Join Mordor Army, we need you!</h2>
<a href="https://placeholder.com"><img alt="" src="https://via.placeholder.com/140x140"></a>
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.
</section>
<section id="Contactus">
<h2>Contact us</h2>
<div><input type="text" name="destinataire" id="Destinataire" placeholder="@"/>
</div>
<div>
<input type="text" name="coucou" id="coucou" placeholder="🏠"/></div>
<div>
<select>
<option>i have seen one of them
</select></div>
<div><textarea cols="50" rows="20" name="message" id="message" placeholder="Enter here your message..."></textarea></div>
</section>
<footer>
<table>
<tr>
<td><a href="blank">About us</a></td>
<td><a href="blank">FAQ</a></td>
</tr>
<tr>
<td><a href="#fellows">Fellows</a></td>
<td><a href="#Getmyreward">Reward Condition</a></td>
</tr>
<tr>
<td><a href="#Jointhearmy">Join our army</a></td>
<td><a href="blank">Legal mentions</a></td>
</tr>
</table>
</footer>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment