Add new Legends Arceus Pokémons
Also fix overflow in pages + about page little revamp
This commit is contained in:
19
index.html
19
index.html
@ -26,9 +26,12 @@
|
||||
<article>
|
||||
<div id="container">
|
||||
<div id="game">
|
||||
<img src="pokemon/831-000.png" alt="wooloo" class="companion" />
|
||||
<img src="pokemon/R58.png" alt="Growlithe" class="companion" />
|
||||
<h1>What is Pokétest?</h1>
|
||||
<p>There are now almost 900 Pocket Monsters, and a handful number of alternative forms. It's getting pretty tricky to know them all, let alone to catch them all. With Pokétest, you can train yourself and become unbeatable! Filter by generation, language and even by Mega Evolutions, Regional or Gigantamax Forms!</p>
|
||||
|
||||
<p>✨ <strong>Now updated for Pokémon Legends: Arceus!</strong></p>
|
||||
|
||||
<p>There are now more than 900 Pocket Monsters, and a handful number of alternative forms. It's getting pretty tricky to know them all, let alone to catch them all. With Pokétest, you can train yourself and become unbeatable! Filter by generation, language and even by Mega Evolutions, Regional or Gigantamax Forms!</p>
|
||||
|
||||
<p>You can play with your keyboard: just press 1, 2, 3 or 4 to choose the answer!</p>
|
||||
|
||||
@ -70,16 +73,16 @@
|
||||
|
||||
<input type="checkbox" name="8g" id="8g"><label for="8g"> <strong title="8g">
|
||||
<span class="SWSH1">8</span><span class="SWSH2">G</span>
|
||||
</strong> (810 - 890)</label><br />
|
||||
</strong> (810 - 905)</label><br />
|
||||
|
||||
<input type="checkbox" name="regional" id="regional"><label for="regional"> <strong title="Regional">
|
||||
Regional Forms
|
||||
</strong> (53)</label><br />
|
||||
|
||||
<input type="checkbox" name="mega" id="mega"><label for="mega"> <strong title="Mega">
|
||||
Mega-Evolutions
|
||||
</strong> (50)</label><br />
|
||||
|
||||
<input type="checkbox" name="regional" id="regional"><label for="regional"> <strong title="Regional">
|
||||
Regional Forms
|
||||
</strong> (37)</label><br />
|
||||
|
||||
<input type="checkbox" name="gigantamax" id="gigantamax"><label for="gigantamax"> <strong title="Gigantamax">
|
||||
Gigantamax Forms
|
||||
</strong> (32)</label>
|
||||
@ -135,7 +138,7 @@
|
||||
</article>
|
||||
</div>
|
||||
<footer>
|
||||
<p>© 2012 - 2020 Pokétest 2.6 (r57)</p>
|
||||
<p>© 2012 - 2022 Pokétest 2.6</p>
|
||||
</div>
|
||||
</footer>
|
||||
<script>
|
||||
|
Reference in New Issue
Block a user