Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Vital-Vuillaume authored Sep 22, 2023
1 parent a1d39f1 commit f68e7b7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
4 changes: 2 additions & 2 deletions My-Website.css
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ body.active ::-moz-placeholder {
.lienRecherche {

font-size: 0.95em;
left: 48.5%;
left: 47.7%;
bottom: 13px;
margin-bottom: 10px;

Expand Down Expand Up @@ -646,7 +646,7 @@ body.active ::-moz-placeholder {
.lienRecherche {

font-size: 4.2vw;
left: 49%;
left: 46%;

}

Expand Down
14 changes: 13 additions & 1 deletion My-Website.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
]
};

Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit f68e7b7

Please sign in to comment.