diff --git a/public/articles/games/fantom_quest/fantom_quest.json b/public/articles/games/fantom_quest/fantom_quest.json index 6aeadaa769160f39a5e7d7067324e2b06e536bc8..3fcaeae9446bcf2d5a85b480c62bdbc6ed37189a 100755 --- a/public/articles/games/fantom_quest/fantom_quest.json +++ b/public/articles/games/fantom_quest/fantom_quest.json @@ -14,7 +14,7 @@ "team_subarticles": [ { "title": "Lucie Ventadour", - "subtitle": "Artiste 2D, illustratice, artiste peintre", + "subtitle": "Artiste 2D, illustratice, artiste peintre, enseignante arts plastiques", "body": "<file>lucie_ventadour.txt", "images": ["lucipix.png"] }, diff --git a/public/articles/games/fantom_quest/fantom_quest.txt b/public/articles/games/fantom_quest/fantom_quest.txt index 99a0e4df5d6b62c035da721fea44e0e3c91ff5fd..6d07d5bef5aa585ebd47eacafa6570100a416163 100755 --- a/public/articles/games/fantom_quest/fantom_quest.txt +++ b/public/articles/games/fantom_quest/fantom_quest.txt @@ -3,7 +3,7 @@ Un petit fantôme en quête d'identité va devoir gravir chaque étage d'un donj Ce petit jeu de quête minimaliste en forme de labyrinthe sera jouable directement sur navigateur ou à télécharger sur pc. Sortie prévue : Mars 2021 (si on y arrive !) -- Concept original et graphismes : Lucie Ventadour (<a href="http://lucipix.canalblog.com/" target="_blank">site web</a>). +- Concept original et graphismes : Lucie Ventadour - Programmation Javascript et bande son: Pierre Jarriges diff --git a/public/articles/games/fantom_quest/images/lucipix.png b/public/articles/games/fantom_quest/images/lucipix.png index f2016e3cb8a2879daf03a15bbcb9eca16a944cab..e8add7830567023d7d884bd74c0879ca8859eff8 100755 Binary files a/public/articles/games/fantom_quest/images/lucipix.png and b/public/articles/games/fantom_quest/images/lucipix.png differ diff --git a/public/articles/games/fantom_quest/images/pijarpix.png b/public/articles/games/fantom_quest/images/pijarpix.png index fd32b420ec5b3361fb522bab67fab21dfc8241e1..e32f91b8528a1d3c06af2aa88d51320504a7dee3 100755 Binary files a/public/articles/games/fantom_quest/images/pijarpix.png and b/public/articles/games/fantom_quest/images/pijarpix.png differ diff --git a/public/articles/games/fantom_quest/lucie_ventadour.txt b/public/articles/games/fantom_quest/lucie_ventadour.txt index c0c017ad741c6e11fb8aec53932ea63bae53a39b..fbe251f37a26b39097daadaea7164116945c223f 100755 --- a/public/articles/games/fantom_quest/lucie_ventadour.txt +++ b/public/articles/games/fantom_quest/lucie_ventadour.txt @@ -1,2 +1 @@ -Salut moi c'est Lu7, je suis une geek et je vois la vie en pixels >< ! -<a href="https://www.lucieventadour.com/" target="_blank">Site web</a> | <a href="http://lucipix.canalblog.com/" target="_blank">Blog pix</a> \ No newline at end of file +<a href="https://www.lucieventadour.com/" target="_blank">Site web</a> | <a href="http://lucipix.canalblog.com/" target="_blank">Blog pix</a> \ No newline at end of file diff --git a/public/articles/games/fantom_quest/pijar.txt b/public/articles/games/fantom_quest/pijar.txt index e9b1b474a772a9fe507326dac1a14c8bdf41cf34..09caaea7310a7810f36c1ce2821e35285c71e091 100755 --- a/public/articles/games/fantom_quest/pijar.txt +++ b/public/articles/games/fantom_quest/pijar.txt @@ -1,5 +1 @@ -Salut moi c'est pijar. Je fais des trucs. -J'aime bien le code et je fais du dessin et tout. - -<a href="https://pierrejarriges-dessins.blogspot.com" target="_blank">Blog Dessin</a> | <a href="https://soundcloud.com/abstractobject" target="_blank">Soundcloud</a> -<a href="https://gitlab.com/peter_rabbit" target="_blank">Gitlab</a> | <a href=" https://github.com/codnpix" target="_blank">Github</a> \ No newline at end of file +<a href="https://pierrejarriges-dessins.blogspot.com" target="_blank">Blog Dessin</a> | <a href="https://soundcloud.com/abstractobject" target="_blank">Soundcloud</a> | <a href="https://gitlab.com/peter_rabbit" target="_blank">Gitlab</a> | <a href=" https://github.com/codnpix" target="_blank">Github</a> \ No newline at end of file diff --git a/public/education/education.js b/public/education/education.js index 2f3365139d834b12a98755fc2b2cefce7f1544b2..bca1f48a0dd54d2b43c46b62b71d376dab204f27 100644 --- a/public/education/education.js +++ b/public/education/education.js @@ -3,7 +3,7 @@ module.exports = { server_url: `${location.origin}${ location.origin.charAt(location.origin.length - 1) !== "/" ? "/" : "" }`, - in_construction: true, + in_construction: false, }; },{}],2:[function(require,module,exports){ diff --git a/public/games/games.js b/public/games/games.js index d21aadd35411cc5d063747b6b1855fc9fe4344b9..4423ba45fbcd5ed5771742f0b90d5bfcbfde1cc6 100644 --- a/public/games/games.js +++ b/public/games/games.js @@ -3,7 +3,7 @@ module.exports = { server_url: `${location.origin}${ location.origin.charAt(location.origin.length - 1) !== "/" ? "/" : "" }`, - in_construction: true, + in_construction: false, }; },{}],2:[function(require,module,exports){ @@ -89,7 +89,7 @@ module.exports = ImageCarousel; const { fetchjson, fetchtext } = require("./fetch"); function getArticleBody(text) { - return text.replaceAll("\n", "<br/>"); + return text.replaceAll("\n", "<br/>").replaceAll(" ", " "); } function getArticleDate(date) { diff --git a/public/main.js b/public/main.js index 349cb98f53a3d576d30bf8ea2da0ccfeb39de069..44809bb05e7ccc2f25080ffd5f13ca7f0f865e0d 100644 --- a/public/main.js +++ b/public/main.js @@ -3,7 +3,7 @@ module.exports = { server_url: `${location.origin}${ location.origin.charAt(location.origin.length - 1) !== "/" ? "/" : "" }`, - in_construction: true, + in_construction: false, }; },{}],2:[function(require,module,exports){ @@ -370,7 +370,7 @@ module.exports = HomePage; const { fetchjson, fetchtext } = require("./fetch"); function getArticleBody(text) { - return text.replaceAll("\n", "<br/>"); + return text.replaceAll("\n", "<br/>").replaceAll(" ", " "); } function getArticleDate(date) { diff --git a/public/software-development/software-development.js b/public/software-development/software-development.js index 1eca893dd526eadf6d5497ccbc38a8015b320c9c..7259447907e413d34c1bdcf200fcc6dac82cea0a 100644 --- a/public/software-development/software-development.js +++ b/public/software-development/software-development.js @@ -3,7 +3,7 @@ module.exports = { server_url: `${location.origin}${ location.origin.charAt(location.origin.length - 1) !== "/" ? "/" : "" }`, - in_construction: true, + in_construction: false, }; },{}],2:[function(require,module,exports){ @@ -89,7 +89,7 @@ module.exports = ImageCarousel; const { fetchjson, fetchtext } = require("./fetch"); function getArticleBody(text) { - return text.replaceAll("\n", "<br/>"); + return text.replaceAll("\n", "<br/>").replaceAll(" ", " "); } function getArticleDate(date) { diff --git a/public/style/style.css b/public/style/style.css index e39219686d73643fe582676422cede7ffc32b789..01bc0b75867b27e72ef0f26e0e23516f62e22a15 100644 --- a/public/style/style.css +++ b/public/style/style.css @@ -102,7 +102,6 @@ main header nav { display: flex; align-items: center; height: 60px; - background-color: #fffa; } main header nav .home { margin: 0 10px; @@ -154,7 +153,7 @@ main header nav ul li .submenu { } main header nav ul li.active a { color: #3c4144; - border-bottom: 2px solid; + border-bottom: 3px solid; } main header nav ul li:hover a { color: #3c4144; @@ -888,7 +887,7 @@ main #page-container #games-page .game-articles article.game-article .game-infos } main #page-container #games-page .game-articles article.game-article .game-infos .game-tags span { font-size: 12px; - padding: 6px; + padding: 4px; background-color: #6b7880; color: #d4d9dd; border-radius: 5px; @@ -928,25 +927,23 @@ main #page-container #games-page .game-articles article.game-article .game-team main #page-container #games-page .game-articles article.game-article .game-team .team-members { display: flex; flex-direction: column; - gap: 30px; } main #page-container #games-page .game-articles article.game-article .game-team .team-members .team-member { display: grid; - grid-template-columns: 150px 1fr; + grid-template-columns: 80px 1fr; grid-template-rows: auto auto 1fr; + margin: 10px; } main #page-container #games-page .game-articles article.game-article .game-team .team-members .team-member .team-member-img { grid-row: 1/span 3; overflow: hidden; } main #page-container #games-page .game-articles article.game-article .game-team .team-members .team-member .team-member-img img { - image-rendering: crisp-edges; - image-rendering: -moz-crisp-edges; - image-rendering: pixelated; width: 100%; + padding: 0 10px 0 0; } main #page-container #games-page .game-articles article.game-article .game-team .team-members .team-member .team-member-title { - margin: 10px 10px 5px; + margin: 0 0 5px; } main #page-container #games-page .game-articles article.game-article .game-team .team-members .team-member .team-member-subtitle { margin: 0 10px; @@ -955,7 +952,7 @@ main #page-container #games-page .game-articles article.game-article .game-team font-style: italic; } main #page-container #games-page .game-articles article.game-article .game-team .team-members .team-member .team-member-body { - margin: 20px 10px 20px 30px; + margin: 10px 10px 20px 20px; text-align: justify; } main #page-container #games-page .game-articles article.placeholder { @@ -992,7 +989,6 @@ main #page-container #games-page .game-articles article.placeholder * { } main #page-container #games-page .game-articles article.game-article .game-team .team-members .team-member .team-member-img { grid-row: 1/span 2; - margin: 10px; } main #page-container #games-page .game-articles article.game-article .game-team .team-members .team-member .team-member-body { grid-column: 1/span 2; diff --git a/src/lib/article-utils.js b/src/lib/article-utils.js index efde108f655fbd59e918b05a3777bf9930b55f9c..10e9694c70f4ad5cd67f7be8ae5d0e8ca78a9c6c 100644 --- a/src/lib/article-utils.js +++ b/src/lib/article-utils.js @@ -3,7 +3,7 @@ const { fetchjson, fetchtext } = require("./fetch"); function getArticleBody(text) { - return text.replaceAll("\n", "<br/>"); + return text.replaceAll("\n", "<br/>").replaceAll(" ", " "); } function getArticleDate(date) { diff --git a/src/pages/games/games.scss b/src/pages/games/games.scss index 2355abfb9768fe3ff985bffec1cbde601655d97f..49217510ca9170d14e27177c69e7d300a5105257 100644 --- a/src/pages/games/games.scss +++ b/src/pages/games/games.scss @@ -32,7 +32,7 @@ margin: 10px 20px; span { font-size: 12px; - padding: 6px; + padding: 4px; background-color: $medium_grey; color: $light_0; border-radius: 5px; @@ -72,23 +72,21 @@ .team-members { display: flex; flex-direction: column; - gap: 30px; .team-member { display: grid; - grid-template-columns: 150px 1fr; + grid-template-columns: 80px 1fr; grid-template-rows: auto auto 1fr; + margin: 10px; .team-member-img { grid-row: 1 / span 3; overflow: hidden; img { - image-rendering: crisp-edges; - image-rendering: -moz-crisp-edges; - image-rendering: pixelated; width: 100%; + padding: 0 10px 0 0; } } .team-member-title { - margin: 10px 10px 5px; + margin: 0 0 5px; } .team-member-subtitle { margin: 0 10px; @@ -97,7 +95,7 @@ font-style: italic; } .team-member-body { - margin: 20px 10px 20px 30px; + margin: 10px 10px 20px 20px; text-align: justify; } } @@ -135,7 +133,6 @@ grid-template-columns: 70px 1fr; .team-member-img { grid-row: 1 / span 2; - margin: 10px; } .team-member-body { grid-column: 1 / span 2; diff --git a/src/style.scss b/src/style.scss index 79e008eb9e430f69dc88526adb8ed4db8962ef78..311e04761a2e3b9c9c7c838745ddfa8a54308601 100644 --- a/src/style.scss +++ b/src/style.scss @@ -102,7 +102,6 @@ main { display: flex; align-items: center; height: $navbar_height; - background-color: #fffa; .home { margin: 0 10px; a { @@ -153,7 +152,7 @@ main { &.active { a { color: $dark_2; - border-bottom: 2px solid; + border-bottom: 3px solid; } } &:hover {