First draft of mobile version
This commit is contained in:
		
							
								
								
									
										12
									
								
								index.html
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								index.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>
 | 
			
		||||
@@ -124,8 +128,8 @@
 | 
			
		||||
									<option name="time" id="5" value="5" selected>5</option>
 | 
			
		||||
									<option name="time" id="10" value="10">10</option>
 | 
			
		||||
									<option name="time" id="30" value="30">30</option>
 | 
			
		||||
									<option name="time" id="30" value="30">99</option>
 | 
			
		||||
									<!--<option name="time" id="10000" value="10000">10000 (debug)</option>-->
 | 
			
		||||
									<option name="time" id="99" value="99">99</option>
 | 
			
		||||
									<option name="time" id="10000" value="10000">10000 (debug)</option>
 | 
			
		||||
								</select> seconds
 | 
			
		||||
							</div>
 | 
			
		||||
						</div>
 | 
			
		||||
@@ -138,11 +142,11 @@
 | 
			
		||||
			</article>
 | 
			
		||||
		</div>
 | 
			
		||||
		<footer>
 | 
			
		||||
				<p>© 2012 - 2022 Pokétest 2.6</p>
 | 
			
		||||
				<p>© 2012 - 2022 Pokétest 2.7</p>
 | 
			
		||||
			</div>
 | 
			
		||||
		</footer>
 | 
			
		||||
		<script>
 | 
			
		||||
			!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');
 | 
			
		||||
		</script>
 | 
			
		||||
	</body>
 | 
			
		||||
</html>
 | 
			
		||||
</html>
 | 
			
		||||
		Reference in New Issue
	
	Block a user