From f68e7b7121038c07f6a4a8889ab435beb019153d Mon Sep 17 00:00:00 2001 From: Vital Vuillaume Date: Sat, 23 Sep 2023 00:49:01 +0200 Subject: [PATCH] Add files via upload --- My-Website.css | 4 ++-- My-Website.js | 14 +++++++++++++- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/My-Website.css b/My-Website.css index 342d979..a222bab 100644 --- a/My-Website.css +++ b/My-Website.css @@ -610,7 +610,7 @@ body.active ::-moz-placeholder { .lienRecherche { font-size: 0.95em; - left: 48.5%; + left: 47.7%; bottom: 13px; margin-bottom: 10px; @@ -646,7 +646,7 @@ body.active ::-moz-placeholder { .lienRecherche { font-size: 4.2vw; - left: 49%; + left: 46%; } diff --git a/My-Website.js b/My-Website.js index 13a43da..c94f212 100644 --- a/My-Website.js +++ b/My-Website.js @@ -137,6 +137,16 @@ const customSearches = { 'réseau': [ { name: 'Github', link: 'https://github.com/Vital-Vuillaume' }, { name: 'Linkedin', link: 'https://www.linkedin.com/in/vital-vuillaume-bb7167273/' } + ], + + 'organisation': [ + { name: 'Asterjdm', link: 'https://github.com/asterjdm' }, + { name: 'feur-company', link: 'https://github.com/Feur-company' }, + { name: 'Pixel-Paradox', link: 'https://github.com/Pixel-Paradox' } + ], + + 'jeu': [ + { name: 'Pixel-Adventure-Game', link: 'https://github.com/Pixel-Paradox/Pixel-Adventure-Game' } ] }; @@ -179,7 +189,9 @@ function displaySearchResults(searchTerm) { const categoryClasses = { 'site': 'category', 'collaboration': 'category', - 'réseau': 'category' + 'réseau': 'category', + 'jeu': 'category', + 'organisation': 'category' }; for (const key in customSearches) {