Mobile version working

* Removed Backstretch plugin (not working well on mobile)
* Updated all plugins
* Made Hisui a different region
This commit is contained in:
2022-02-26 13:10:28 +01:00
parent e660ef295a
commit 4c23ed77f2
14 changed files with 168 additions and 149 deletions

View File

@ -7,14 +7,14 @@
<link rel="stylesheet" type="text/css" href="normalize-8.0.1.css" id="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css" id="stylesheet">
<link rel="shortcut icon" type="image/png" href="img/favicon.png" />
<script src="jquery-2.2.2.min.js"></script>
<script src="backstretch-2.0.4.min.js"></script>
<script src="waitforimages-2.2.0.min.js"></script>
<script src="jquery-3.6.0.min.js"></script>
<script src="waitforimages-2.4.0.min.js"></script>
<script src="interface.js"></script>
<script src="flashdex.js"></script>
<title>Pokétest</title>
</head>
<body>
<div class="bg"></div>
<div id="content-wrap">
<header>
<a href="index.html"><img src="img/logo.png" alt="Pokétest" /></a>
@ -31,13 +31,11 @@
<article>
<div id="container">
<div id="game">
<img src="pokemon/R549.png" alt="lilligant" class="companion" />
<img src="pokemon/R79-99.png" alt="slowbro" class="flashdex-companion" />
<h1>Flashdex</h1>
<p>meilleur texte...</p>
<p>Well, well, well! This is the simplest Pokédex you'll find in the web, which is useful to see your favorite creatures in good resolution. Furthermore, you can see all the new Pokémons that are announced because we are adding them really fast! This page is perfect to learn those new names, so let's get started!</p>
<p>The Flashdex is a very simple Pokédex, useful to see your favorite creatures in good resolution. Perfect for learning new names, and to see the different generations and different Pokémon forms!</p>
<div id="flashdex_config">
<h2><a href="#" class="all unselected"><strong>Select all</strong></a></h2>
@ -83,9 +81,9 @@
</div>
</div>
</article>
</div>
<footer>
<footer>
<p>© 2012 - 2022 Pokétest 2.7</p>
</footer>
</footer>
</div>
</body>
</html>