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) {