Skip to content

Instantly share code, notes, and snippets.

@Battletoad21
Last active February 22, 2018 14:10
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 Battletoad21/6f75d96f9590d16bae05a70745e7e82e to your computer and use it in GitHub Desktop.
Save Battletoad21/6f75d96f9590d16bae05a70745e7e82e to your computer and use it in GitHub Desktop.
FindThePrecious.com
<!Doctype html>
<html>
<head>
<meta charset="UTF-8">
<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="#Besthunters">Best hunters</a></li>
<li><a href="#Jointhearmy">Join the army</a></li>
<li><a href="#Contactus">Contact us</a></li>
</ul>
</nav>
</header>
<section>
<h2 id="Fellows">Dangerous fellowship tries to destroy the ring</h2>
<p>Orcs, Globlins,Balrogs, proctect your master Sauron!</p>
<img src="Sauron.jpeg" alt="Killemall">
<h2>Fellows wanted dead (or alive if you want to eat them later</h2>
<nav>
<ul>
<li><a href="#MostWanted">Most wanted</a></li>
<li><a href="#MostDangerous">Most Dangerous</a></li>
<li><a href="#AlreadyCaptured">Already Captured</a></li>
</ul>
</nav>
<img src="http://via.placeholder.com/140x140" alt="Gandalf">
<b> The Wizard </b> <br/>
<p> Small description ... </p>
<img src="http://via.placeholder.com/140x140" alt="Terminated">
<b> Hobbit #3 </b>
<p> Small description ... </p>
<img src="http://via.placeholder.com/140x140" alt="Gimli">
<b> Yummy Dwarf </b>
<p> Small description ... </p>
</section>
<hr>
<section>
<h1 id="Getmyreward"> I have captured one of them, how to get my reward?</h1>
<img src="http://via.placeholder.com/140x140" alt="Popaganda">
<p> Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc maximus,nulla ut <br>
commodo sagittis, sapien dui mattis dui, non pulvinar lorem felis nec erat.Aliquam <br>
egetas, velit at condimentum placerat, sem sapien laoreet mauris, dictum porttitor </p>
<input type="button" value="Contact us"/>
</section>
<hr>
<section>
<h1 id="Besthunters"> Best hunters </h1>
<img src="http://via.placeholder.com/70x70" alt="Jager">
<b> ElvesKiller22 </b>
<p> 2 captures </p>
<a href="">Profile</a>
<form action="http://facebook.com">
<input type="submit" value="Like 68k" />
</form>
<img src="http://via.placeholder.com/70x70" alt="jager">
<b> Goblin 45 </b>
<p> 1 capture </p>
<a href=""> Profile </a>
<form action="http://facebook.com">
<input type="submit" value="Like 68k" />
</form>
</section>
<hr>
<section>
<h1 id="TheRing"> About the ring </h1>
<h3> Ring capabilities </h3>
<table>
<Caption> What can our master Sauron do with the ring?</Caption>
<tr>
<th> Feature </th>
<th> Description </th>
</tr>
<tr>
<td>Main</td>
<td> One ring to rule 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 preciooooooooossss! Hrk Hrk, we want our preciooooosssss!!</p>
<p>Gollum</p>
<img src="http://via.placeholder.com/100x100" alt="Smeagol">
</section>
<hr>
<section>
<h1 id="Jointhearmy"> Join Mordor Army, we need you! </h1>
<img src="http://via.placeholder.com/140x140" alt="Uncle Sauron wants you">
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc maximus,nulla ut<br>
commodo sagittis, sapien dui mattis dui, non pulvinar lorem felis nec erat.Aliquam<br>
egetas, velit at condimentum placerat, sem sapien laoreet mauris, dictum porttitor</p>
<input type="button" value="More info on SauronRulesThemAll.com"/>
</section>
<hr>
<section>
<h1 id="Contactus"> Contact us </h1>
<form>
<div>
<input type="text" name="email" placeholder="@">
</div>
<div>
<input type="text" name="adress" placeholder="Home">
</div>
<div>
<select>
<option>I have seen one of them!</option>
</select>
</div>
</form>
<textarea id="Yourmessage:"></textarea>
</section>
<hr>
<footer>
<a href="http://www.FindThePrecious.com">Fellows</a>
<a href="http://www.FindThePrecious.com">About us</a>
<a href="http://www.FindThePrecious.com">Join our army</a>
<a href="http://www.FindThePrecious.com">FAQ</a>
<a href="http://www.FindThePrecious.com">Reward conditions</a>
<a href="http://www.FindThePrecious.com">Legal mentions</a>
<a href="http://www.Sauron4Ever.com">Sauron4Ever</a>
<a href="http://www.Twitter.com">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