Skip to content
This repository was archived by the owner on Jan 2, 2026. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added assets/boite_dialogue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/logo_stackquamp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/pancakes_and_fruits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/pancakes_without_fruits.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
51 changes: 51 additions & 0 deletions credit.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>StackQamp</title>
</head>
<body>
<header>
<img src="./assets/logo_stackquamp.png" alt="logo StackQamp" />
<nav>
<ul>
<li><a href="./index.html">Accueil</a></li>
<li><a href="./jeu.html">Jeu</a></li>
<li><a href="./regles.html">Régle</a></li>
<li><a href="./credit.html">Crédit</a></li>
</ul>
</nav>
<main>
<h1>Crédits</h1>
<section>
<h2>Amel BONNEVIE</h2>
<img src="#" alt="" />
<p>Descritpion</p>
</section>
<section>
<h2>Quentin THUILLIER</h2>
<img src="#" alt="" />
<p>Description</p>
</section>
<section>
<h2>Pierre DELAROCQUE</h2>
<img src="#" alt="" />
<p>Descritpion</p>
</section>
<section>
<h2>Mégane AUTHEMAYOU</h2>
<img src="#" alt="" />
<p>Descritpion</p>
</section>
</main>
<footer>
<p>&copy wilders 2024</p>
<p>
créée par Amel BONNEVIE, Quentin THUILLIER, Pierre DELAROCQUE, Mégane
AUTHEMAYOU
</p>
</footer>
</header>
</body>
</html>
36 changes: 36 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>StackQamp</title>
</head>
<body>
<header>
<img src="./assets/logo_stackquamp.png" alt="logo StackQamp" />
<nav>
<ul>
<li><a href="./index.html">Accueil</a></li>
<li><a href="./jeu.html">Jeu</a></li>
<li><a href="./regles.html">Régle</a></li>
<li><a href="./credit.html">Crédit</a></li>
</ul>
</nav>
<main>
<h1>Pan'Click</h1>
<img
src="./assets/pancakes_and_fruits.png"
alt="pancakes avec des myrtilles et des franboises"
/>
<button>Jouer</button>
</main>
<footer>
<p>&copy wilders 2024</p>
<p>
créée par Amel BONNEVIE, Quentin THUILLIER, Pierre DELAROCQUE, Mégane
AUTHEMAYOU
</p>
</footer>
</header>
</body>
</html>
47 changes: 47 additions & 0 deletions jeu.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>StackQamp</title>
</head>
<body>
<header>
<img src="./assets/logo_stackquamp.png" alt="logo StackQamp" />
<nav>
<ul>
<li><a href="./index.html">Accueil</a></li>
<li><a href="./jeu.html">Jeu</a></li>
<li><a href="./regles.html">Régle</a></li>
<li><a href="./credit.html">Crédit</a></li>
</ul>
</nav>
<main>
<h1>Pan'Click</h1>
<section>
<img
src="./assets/pancakes_without_fruits.png"
alt="Montagne de pancakes"
/>
<div>
<article></article>
<article></article>
<article></article>
<article></article>
<article></article>
<article></article>
<article></article>
<article></article>
</div>
</section>
</main>
<footer>
<p>&copy wilders 2024</p>
<p>
créée par Amel BONNEVIE, Quentin THUILLIER, Pierre DELAROCQUE, Mégane
AUTHEMAYOU
</p>
</footer>
</header>
</body>
</html>
32 changes: 32 additions & 0 deletions regles.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>StackQamp</title>
</head>
<body>
<header>
<img src="./assets/logo_stackquamp.png" alt="logo StackQamp" />
<nav>
<ul>
<li><a href="./index.html">Accueil</a></li>
<li><a href="./jeu.html">Jeu</a></li>
<li><a href="./regles.html">Régle</a></li>
<li><a href="./credit.html">Crédit</a></li>
</ul>
</nav>
<main>
<h1>Pan'Click</h1>
</main>
<footer>
<p>&copy wilders 2024</p>
<p>
créée par Amel BONNEVIE, Quentin THUILLIER, Pierre DELAROCQUE, Mégane
AUTHEMAYOU
</p>
</footer>
</header>
</body>
</html>
²