fix: update favicon and site title; remove unused responsive language text

This commit is contained in:
Dayron
2025-11-12 23:48:01 +01:00
parent 16d5a224eb
commit f4a5a6e396
4 changed files with 3 additions and 9 deletions

View File

@@ -2,9 +2,9 @@
<html lang="en"> <html lang="en">
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" /> <link rel="icon" type="image/svg+xml" href="/public/personnes.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>xeewy.eu</title> <title>xeewy.be</title>
</head> </head>
<body> <body>
<div id="root"></div> <div id="root"></div>

BIN
public/personnes.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@@ -41,7 +41,7 @@ const Projects = () => {
icon: <ExternalLink size={24} />, icon: <ExternalLink size={24} />,
links: { links: {
github: "https://github.com/Dayron-HELHa/xeewy.eu", // Remplacez par votre lien github: "https://github.com/Dayron-HELHa/xeewy.eu", // Remplacez par votre lien
demo: "https://xeewy.eu" // Remplacez par votre lien demo: "https://xeewy.be" // Remplacez par votre lien
} }
} }
]; ];

View File

@@ -125,12 +125,6 @@
font-weight: 600; font-weight: 600;
line-height: 1; line-height: 1;
} }
@include respond-to(sm) {
.language-text {
display: none;
}
}
} }
.menu-toggle { .menu-toggle {