From e301fbd3f048a4c7b521d02821e2ee2b866bfb9a Mon Sep 17 00:00:00 2001 From: pisouvigne Date: Wed, 5 Aug 2020 20:08:25 +0200 Subject: [PATCH] g --- site/v1/css/style.css | 65 +- site/v1/database/makeittrue.db | Bin 20480 -> 20480 bytes site/v1/index.html | 247 +++--- site/v1/js/const.js | 3 +- site/v1/js/creator.js | 173 ----- site/v1/js/func.js | 419 +++++++++- site/v1/js/generateGame.js | 1318 ++++++++++++++++++++++---------- site/v1/js/lang.js | 11 +- site/v1/js/main.js | 33 +- site/v1/js/timer.js | 18 +- 10 files changed, 1525 insertions(+), 762 deletions(-) delete mode 100644 site/v1/js/creator.js diff --git a/site/v1/css/style.css b/site/v1/css/style.css index c5dfd09..fae36d2 100644 --- a/site/v1/css/style.css +++ b/site/v1/css/style.css @@ -231,6 +231,34 @@ html { list-style: none; } + +.alert { + display: none; + position: absolute; + bottom: 0; + right: 0; + left: 0; + margin: 0 20% 2% 20%; + padding: 20px; + background-color: var(--cool-color); + color: white; +} + +.closebtn { + margin-left: 15px; + color: white; + font-weight: bold; + float: right; + font-size: 22px; + line-height: 20px; + cursor: pointer; + transition: 0.3s; +} + +.closebtn:hover { + color: black; +} + .fa-cog { font-size: 5vh; position: absolute; @@ -273,8 +301,8 @@ html { .fa-info { font-size: 5vh; position: absolute; - right: 0; - top: 0; + left: 0; + bottom: 0; margin: 4vh; transition: .5s; } @@ -510,6 +538,8 @@ hr { .header_play { display: flex; + height: 100%; + margin-top: -1em; align-items: center; padding: 0 50px 0 50px; justify-content: space-between; @@ -723,6 +753,7 @@ input[type=color] { } .progress_bar { + display: none; height: 10px; margin: 20px; animation: progressbar-countdown; @@ -738,6 +769,7 @@ input[type=color] { } #win_pannel { + height: 15em; display: none; } @@ -768,4 +800,33 @@ input[type=color] { #pseudoInput { height: 2em; +} + +#play_menu_game { + height: 15em; +} + +.flexbox_inline { + padding: 0 25px 0 25px; + display: flex; + align-items: center; + justify-content: space-between; + flex-direction: row; +} + +#retry_tuto_button { + margin-right: 10px; +} + +#lose_pannel { + display: none; + height: 15em; +} + +#fa-home-2 { + margin-left: 25px; +} + +#LastSelectionPage { + display: none; } \ No newline at end of file diff --git a/site/v1/database/makeittrue.db b/site/v1/database/makeittrue.db index b9412fb607809f4871c8ddd138e71df9ddb4872c..890cbac349ce7251c20da1f7b95a9a198636a3e7 100644 GIT binary patch delta 234 zcmZozz}T>Wae_3X+e8^>Mz@U#3;D$vfIxtOf$uvi+$MlaZ0VATzb7 zD7C08F)uSGC($i2IWs5Kgq6=B``M1b*RAqEGagE-Gcqz_Q^&;0!asSkqr8zFP+70E zG$SXPaZC=Di?4Ip7AyhE=kkM$NkOrQiG>v?6FhmNys|8ip(7~`w+X7wNTdQNA-wsc MJf8rg^dbWV00~<}o&W#< delta 218 zcmZozz}T>Wae_3X%S0JxMwg8V3;D(Q?HSnlWG~1}EhQsk%0mLh?_U4 diff --git a/site/v1/index.html b/site/v1/index.html index 7611811..fea556b 100644 --- a/site/v1/index.html +++ b/site/v1/index.html @@ -41,6 +41,76 @@ + +
+
+ +

+ +
+
+
+
+
+ Chapitre 1 + +
+
+ + +
+
+
+
+ Chapitre 2 + +
+
+ + +
+
+
+
+ Chapitre 3 + +
+
+ + +
+
+
+
+ Chapitre 4 + +
+
+ + +
+
+
+
+ Chapitre 5 + +
+
+ + +
+
+
+