First draft of mobile version
This commit is contained in:
		
							
								
								
									
										26
									
								
								about.html
									
									
									
									
									
								
							
							
						
						
									
										26
									
								
								about.html
									
									
									
									
									
								
							@@ -3,6 +3,7 @@
 | 
			
		||||
	<head>
 | 
			
		||||
		<meta charset="utf-8">
 | 
			
		||||
		<meta name="description" content="Pokétest is an interactive browser game, where you have to find the name of Pokémons!">
 | 
			
		||||
		<meta name="viewport" content="width=device-width, initial-scale=1">
 | 
			
		||||
		<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" />
 | 
			
		||||
@@ -17,6 +18,9 @@
 | 
			
		||||
			<header>
 | 
			
		||||
				<a href="index.html"><img src="img/logo.png" alt="Pokétest" /></a>
 | 
			
		||||
				<nav>
 | 
			
		||||
					<div id="hamburger">
 | 
			
		||||
						<div class="container"><div class="bar1"></div><div class="bar2"></div><div class="bar3"></div></div>
 | 
			
		||||
					</div>
 | 
			
		||||
					<ul>
 | 
			
		||||
						<li><a href="flashdex.html">Flashdex</a></li>
 | 
			
		||||
						<li><a href="about.html">About</a></li>
 | 
			
		||||
@@ -32,11 +36,10 @@
 | 
			
		||||
						<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>
 | 
			
		||||
						<li><a href="#4">What is the «Infinite» option in the number of questions exactly?</a></li>
 | 
			
		||||
						<li><a href="#5">This website doesn't work well with mobile devices.</a></li>
 | 
			
		||||
						<li><a href="#6">This website doesn't work well on my browser.</a></li>
 | 
			
		||||
						<li><a href="#7">Can you add more languages?</a></li>
 | 
			
		||||
						<li><a href="#8">Can you add this feature?</a></li>
 | 
			
		||||
						<li><a href="#9">Copyrights</a></li>
 | 
			
		||||
						<li><a href="#5">This website doesn't work well on my browser.</a></li>
 | 
			
		||||
						<li><a href="#6">Can you add more languages?</a></li>
 | 
			
		||||
						<li><a href="#7">Can you add this feature?</a></li>
 | 
			
		||||
						<li><a href="#8">Copyrights</a></li>
 | 
			
		||||
					</ul>
 | 
			
		||||
 | 
			
		||||
					<h3 id="1">Who are you?</h3>
 | 
			
		||||
@@ -59,27 +62,24 @@
 | 
			
		||||
					<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">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">This website doesn't work well on my browser.</h3>
 | 
			
		||||
					<h3 id="5">This website doesn't work well on my browser.</h3>
 | 
			
		||||
					<p>Please contact me or make a pull request!</p>
 | 
			
		||||
					
 | 
			
		||||
					<h3 id="7">Can you add more languages?</h3>
 | 
			
		||||
					<h3 id="6">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">Can you add this feature?</h3>
 | 
			
		||||
					<h3 id="7">Can you add this feature?</h3>
 | 
			
		||||
					<p>Please contact me or make a pull request!</p>
 | 
			
		||||
					
 | 
			
		||||
					<h3 id="9">Copyrights</h3>
 | 
			
		||||
					<h3 id="8">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 - 2022 Pokétest 2.6</p>
 | 
			
		||||
			<p>© 2012 - 2022 Pokétest 2.7</p>
 | 
			
		||||
		</footer>
 | 
			
		||||
	</body>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user