From cc82e4fc7f67299a5c63872dd9893cfb03a2df6d Mon Sep 17 00:00:00 2001 From: Vincent Berthet Date: Sat, 2 Apr 2022 21:23:57 +0200 Subject: [PATCH] Change files name (#20) --- css/style.css | 13 +++++++------ index.html | 4 ++-- js/common.js | 6 ++---- js/get.js | 18 ++++++++++-------- json/common.json | 2 +- json/en.json | 2 +- json/fr.json | 2 +- 7 files changed, 24 insertions(+), 23 deletions(-) diff --git a/css/style.css b/css/style.css index a6b6a3a..1fc646f 100644 --- a/css/style.css +++ b/css/style.css @@ -62,6 +62,10 @@ h6 { font-family: "Poppins", sans-serif; } +.green { + color: var(--primary-color); +} + img { width: 100%; } @@ -510,12 +514,12 @@ body.loaded #preloader { #previewTextContent::before { content: "{"; - color:var(--primary-color); + color: var(--primary-color); } #previewTextContent::after { content: "}"; - color:var(--primary-color); + color: var(--primary-color); } .btn-circle { @@ -1027,10 +1031,7 @@ tr.odd { } .section-title h2 { - font-size: 16px; - } - - .section-title h2 { + font-size: 22px; font-weight: 500; width: 200px; } diff --git a/index.html b/index.html index 2e51564..65ca6e9 100644 --- a/index.html +++ b/index.html @@ -33,7 +33,7 @@ -
+
@@ -109,7 +109,7 @@

-
+
diff --git a/js/common.js b/js/common.js index 3f31365..bfd9a97 100644 --- a/js/common.js +++ b/js/common.js @@ -370,9 +370,7 @@ function makeHeader(lang, isGet = false) {
"; $("#home").html(`
${releasesHtml}${todoHtml}
`); diff --git a/json/common.json b/json/common.json index ae4952e..bc35bb5 100644 --- a/json/common.json +++ b/json/common.json @@ -281,7 +281,7 @@ "text": "vincent.berthet42@gmail.com" }, "resume": { - "class": "fas fa-download fa-2x color-4", + "class": "fas fa-download fa-2x color-4 green", "title": "NA", "text": "CV", "get": { diff --git a/json/en.json b/json/en.json index 95384ea..cada93d 100644 --- a/json/en.json +++ b/json/en.json @@ -123,7 +123,7 @@ "title": "Old website", "abstract": "Old release of this website (1.6)" }, - "ta": { + "towerAttack": { "title": "Tower Attack", "abstract": "Advanced Mobile Programming
Tower Attack Game, implementing advanced features like queues, stacks, and pathways" }, diff --git a/json/fr.json b/json/fr.json index cb21f0c..0ca1b8d 100644 --- a/json/fr.json +++ b/json/fr.json @@ -123,7 +123,7 @@ "title": "Ancien site", "abstract": "Ancienne version de ce site (1.6)" }, - "ta": { + "towerAttack": { "title": "Tower Attack", "abstract": "Programmation avancées pour support mobile" },