-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgames.html
More file actions
74 lines (67 loc) · 3.76 KB
/
games.html
File metadata and controls
74 lines (67 loc) · 3.76 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html>
<head>
<title>Outlis Numworks - Par Armibule</title>
<script src="/NumworksTools/shared.js"></script>
<link rel="icon" type="image/x-icon" href="/NumworksTools/assets/favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img id="title" src="assets/icon.png" onclick="redirect('/NumworksTools/index.html')">
<div id="headerRight">
<a class="headerOption" href="/NumworksTools/games.html">Jeux</a>
<a class="headerOption" href="/NumworksTools/tools.html">Outils</a>
<a class="headerOption" href="/NumworksTools/articles/articles.html">Articles</a>
<a class="headerOption" href="/NumworksTools/info.html">Infos</a>
</div>
</header>
<div class="hero">
<h1 class="heroTitle">> Jeux pour calculatrice</h1>
</div>
<div id="gamesColumn">
<div class="game">
<img class="gameThumbnail" src="/NumworksTools/assets/dinotThumbnail.png">
<div class="gameInfo">
<h2 class="gameTitle" onclick="newTab('https://my.numworks.com/python/armibule/dino_opti')">
Le Dinosaure
</h2>
<p class="gameDesc">
Le jeu du dinosaure, sans dinosaure !
Sautez pour éviter les cactus, et survivez le plus longtemps possible alors que vous courrez de plus en plus vite !
</p>
<span class="gameControls">Contrôles: <span title="Aller à gauche">⬅</span> <span title="Sauter">⬆</span> <span title="Aller à droite">➡</span></span>
</div>
</div>
<!--div class="game">
<img class="gameThumbnail" src="/NumworksTools/assets/dinotThumbnail.png">
<div class="gameInfo">
<h2 class="gameTitle" onclick="newTab('https://my.numworks.com/python/armibule/dino_opti')">
Le Dinosaure
</h2>
<p class="gameDesc">
Le jeu du dinosaure, sans dinosaure !
Sautez pour éviter les cactus, et survivez le plus longtemps possible alors que vous courrez de plus en plus vite !
</p>
<span class="gameControls">Contrôles: <span title="Aller à gauche">⬅</span> <span title="Sauter">⬆</span> <span title="Aller à droite">➡</span></span>
</div>
</div>
<div class="game">
<img class="gameThumbnail" src="/NumworksTools/assets/dinotThumbnail.png">
<div class="gameInfo">
<h2 class="gameTitle" onclick="newTab('https://my.numworks.com/python/armibule/dino_opti')">
Le Dinosaure
</h2>
<p class="gameDesc">
Le jeu du dinosaure, sans dinosaure !
Sautez pour éviter les cactus, et survivez le plus longtemps possible alors que vous courrez de plus en plus vite !
</p>
<span class="gameControls">Contrôles: <span title="Aller à gauche">⬅</span> <span title="Sauter">⬆</span> <span title="Aller à droite">➡</span></span>
</div>
</div-->
</div>
</body>
</html>