Add new Legends Arceus Pokémons
Also fix overflow in pages + about page little revamp
This commit is contained in:
32
about.html
32
about.html
@ -18,16 +18,16 @@
|
||||
<a href="index.html"><img src="img/logo.png" alt="Pokétest" /></a>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href="about.html">About</a></li>
|
||||
<li><a href="flashdex.html">Flashdex</a></li>
|
||||
<li><a href="about.html">About</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<article>
|
||||
<div id="container">
|
||||
<img src="pokemon/753.png" class="top-companion" alt="fomantis" />
|
||||
<div id="container" class="about">
|
||||
<img src="pokemon/877-0.png" class="top-companion" alt="morpeko" />
|
||||
<h1>About</h1>
|
||||
<ul class="about">
|
||||
<ul>
|
||||
<li><a href="#1">Who are you?</a></li>
|
||||
<li><a href="#2">What is this website made with?</a></li>
|
||||
<li><a href="#3">Can I use my keyboard to play?</a></li>
|
||||
@ -39,10 +39,10 @@
|
||||
<li><a href="#9">Copyrights</a></li>
|
||||
</ul>
|
||||
|
||||
<h3 id="1" class="about_titles">Who are you?</h3>
|
||||
<h3 id="1">Who are you?</h3>
|
||||
<p>Hi! My name is <a href="https://theo.marchal.dev/">Théo</a> and I'm a game developer. I love Pokémon, but it has been getting hard to remember all those names, even though I always complete the Pokédex in my games!</p>
|
||||
|
||||
<h3 id="2" class="about_titles">What is this website made with?</h3>
|
||||
<h3 id="2">What is this website made with?</h3>
|
||||
<p>
|
||||
This website has been developed in <strong>JavaScript</strong> using the <strong>jQuery</strong> library.<br />
|
||||
It uses the <a href="https://srobbin.com/jquery-plugins/backstretch/">Backstretch plugin</a> to have a neat background image, and the <a href="https://github.com/alexanderdickson/waitForImages">waitForImages plugin</a>.<br />
|
||||
@ -52,34 +52,34 @@
|
||||
This website is <strong>HTML5</strong> and <strong>CSS3</strong> compliant.
|
||||
</p>
|
||||
|
||||
<h3 id="3" class="about_titles">Can I use my keyboard to play?</h3>
|
||||
<h3 id="3">Can I use my keyboard to play?</h3>
|
||||
<p>Yes! You can launch the game with "Enter", then press "1", "2", "3" or "4" to answer.</p>
|
||||
|
||||
<h3 id="4" class="about_titles">What is the «Infinite» option in the number of questions exactly?</h3>
|
||||
<h3 id="4">What is the «Infinite» option in the number of questions exactly?</h3>
|
||||
<p>When playing with the Infinite option, the game ends when you have 5 bad answers on all the set.</p>
|
||||
|
||||
<img src="pokemon/60RB.png" class="middle-companion" alt="poliwag" />
|
||||
|
||||
<h3 id="5" class="about_titles">This website doesn't work well with mobile devices.</h3>
|
||||
<h3 id="5">This website doesn't work well with mobile devices.</h3>
|
||||
<p>This is something I'll be working on... someday... promise!</p>
|
||||
|
||||
<h3 id="6" class="about_titles">This website doesn't work well on my browser.</h3>
|
||||
<h3 id="6">This website doesn't work well on my browser.</h3>
|
||||
<p>Please contact me or make a pull request!</p>
|
||||
|
||||
<h3 id="7" class="about_titles">Can you add more languages?</h3>
|
||||
<h3 id="7">Can you add more languages?</h3>
|
||||
<p>The game currently supports all of the languages available in the main games. If your language is not on the list, it probably uses the English names! I will not support other languages by myself, but you can always contribute by making a pull request!</p>
|
||||
|
||||
<h3 id="8" class="about_titles">Can you add this feature?</h3>
|
||||
<h3 id="8">Can you add this feature?</h3>
|
||||
<p>Please contact me or make a pull request!</p>
|
||||
|
||||
<h3 id="9" class="about_titles">Copyrights</h3>
|
||||
<p>The Pokémon names, the associated artworks and the Pokémon licence is trademarked by <strong>Nintendo</strong> and <strong>The Pokémon Company</strong>, 1996 - 2020.</p>
|
||||
<p>All the Pokémon artworks were taken from <a href="https://bulbapedia.bulbagarden.net/wiki/Main_Page">Bulbapedia</a>, that I'd like to thank for their huge work for the Pokémon community.</p>
|
||||
<h3 id="9">Copyrights</h3>
|
||||
<p>The Pokémon names, the associated artworks and the Pokémon licence is trademarked by <strong>Nintendo</strong> and <strong>The Pokémon Company</strong>, 1996 - 2022.<br />
|
||||
All the Pokémon artworks were taken from <a href="https://bulbapedia.bulbagarden.net/wiki/Main_Page">Bulbapedia</a>, that I'd like to thank for their huge work for the Pokémon community.</p>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
<footer>
|
||||
<p>© 2012 - 2020 Pokétest 2.6 (r57)</p>
|
||||
<p>© 2012 - 2022 Pokétest 2.6</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user