Add files via upload

added doc folder for the website
This commit is contained in:
JunkJumper
2018-06-29 22:43:00 +02:00
committed by GitHub
parent 37435e687a
commit b6e5f9f9e9
23 changed files with 1113 additions and 0 deletions

51
docs/index.html Normal file
View File

@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>DoM - Que Choisir</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="styles/layout.css" type="text/css">
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
</head>
<body>
<div class="wrapper row1">
<header id="header" class="clear">
<div id="hgroup">
<h1><a href="">DoM-Que-Choisir</a></h1>
<h2>Descendre ou Mourir - Que Choisir</h2>
</div>
<nav>
<ul>
<li><a href="https://github.com/JunkJumper/DoM-Que-Choisir">View On GitHub</a></li>
<li class="last"><a href="https://junkjumper.github.io#projects">Back to Projects List</a></li>
</ul>
</nav>
</header>
</div>
<div class="wrapper row2">
<div id="container" class="clear">
<section id="shout">
<h1>DoM - Que Choisir</h1>
<p>Presentation page with demo funcion of the game. Maybe try to beat my Personnal Best score of 1860 points ! ;)<br />
This is my first video game that was created in 2015 for a school project. This was just to learn how games are
created and this one is not very hard or beautiful.<br />
This project is a game that it consists to go down as long as possible without touch the roof or the floor.
The score is growing as long as you are alive. My PB score is 9680 points (around 16 minutes).
<br />PS : This game is not working on mobile devices.
</p>
</section>
<section class="last clear">
<article class="two_third">
<center><h2>Game Demo</h2></center>
<iframe src="/game/index.html" width="100%" height="100%"></iframe>
</section>
</div>
</div>
<!-- footer -->
<div class="wrapper row3">
<footer id="footer" class="clear">
<p>&copy; JunkJumper - GNU General Public License v3.0</p>
</footer>
</div>
</body>
</html>