-
Notifications
You must be signed in to change notification settings - Fork 0
/
save_the_color.html
37 lines (32 loc) · 1.26 KB
/
save_the_color.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Save the color</title>
<link rel="stylesheet" href="palette.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<img src="Pictures/savethecolor.png" alt="Official banner of Save the color">
<h1>Save the color</h1>
</header>
<section class="contenu">
<div class="role">
<h2>My role in the Jam :</h2>
<p>I did the production, most of the game and level design and the development of the portals.</p>
</div>
<div class="github">
<a href="https://szakon.itch.io/color" target="_blank">Link to the Itch.io</a>
</div>
<div class="description">
<h2>Description of the game :</h2>
<p>Ombra has stolen all the colour from the world! The whole world is bland, grey and a mess. The world needs you! Use the powers of the Chromas Blast to recolour the world and redefine it so you can access the colour portals to restore the world to its splendour.</p>
</div>
</section>
<section class="galerie">
<h2>Galerie d'Images :</h2>
</section>
</body>
</html>