chore(assets): mise à jour des images vers le format WebP
- Remplacement des images PNG par des images WebP pour améliorer la performance et la qualité visuelle. - Mise à jour des références d'images dans les fichiers index.html, AppHeader.vue, AppFooter.vue, et plusieurs fichiers de configuration. - Modification des métadonnées SEO pour utiliser les nouvelles images WebP dans les pages About, Home, Fiverr, et Projects. - Ajout de nouvelles images WebP pour les projets et les services Fiverr dans les fichiers de données.
@@ -23,7 +23,7 @@
|
|||||||
<meta property="og:title" content="Killian - Full Stack Developer | Vue.js, React, Node.js Expert">
|
<meta property="og:title" content="Killian - Full Stack Developer | Vue.js, React, Node.js Expert">
|
||||||
<meta property="og:description"
|
<meta property="og:description"
|
||||||
content="Professional Full Stack Developer specializing in modern web development. Expert in Discord bots, web applications, and custom solutions.">
|
content="Professional Full Stack Developer specializing in modern web development. Expert in Discord bots, web applications, and custom solutions.">
|
||||||
<meta property="og:image" content="/portfolio-preview.jpg">
|
<meta property="og:image" content="/portfolio-preview.webp">
|
||||||
<meta property="og:locale" content="en_US">
|
<meta property="og:locale" content="en_US">
|
||||||
<meta property="og:site_name" content="Killian Portfolio">
|
<meta property="og:site_name" content="Killian Portfolio">
|
||||||
|
|
||||||
@@ -33,16 +33,14 @@
|
|||||||
<meta property="twitter:title" content="Killian - Full Stack Developer | Vue.js, React, Node.js Expert">
|
<meta property="twitter:title" content="Killian - Full Stack Developer | Vue.js, React, Node.js Expert">
|
||||||
<meta property="twitter:description"
|
<meta property="twitter:description"
|
||||||
content="Professional Full Stack Developer specializing in modern web development. Expert in Discord bots, web applications, and custom solutions.">
|
content="Professional Full Stack Developer specializing in modern web development. Expert in Discord bots, web applications, and custom solutions.">
|
||||||
<meta property="twitter:image" content="/portfolio-preview.jpg">
|
<meta property="twitter:image" content="/portfolio-preview.webp">
|
||||||
|
|
||||||
<!-- Canonical URL -->
|
<!-- Canonical URL -->
|
||||||
<link rel="canonical" href="https://killiandalcin.fr">
|
<link rel="canonical" href="https://killiandalcin.fr">
|
||||||
|
|
||||||
<!-- Favicon -->
|
<!-- Favicon -->
|
||||||
<link rel="icon" href="/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
|
<link rel="icon" type="image/webp" href="/favicon.webp">
|
||||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
|
|
||||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
|
||||||
<link rel="manifest" href="/site.webmanifest">
|
<link rel="manifest" href="/site.webmanifest">
|
||||||
|
|
||||||
<!-- Preconnect to external domains -->
|
<!-- Preconnect to external domains -->
|
||||||
|
Before Width: | Height: | Size: 45 KiB |
BIN
public/favicon.webp
Normal file
After Width: | Height: | Size: 19 KiB |
@@ -6,19 +6,19 @@ Ce dossier doit contenir les images pour votre portfolio :
|
|||||||
|
|
||||||
```
|
```
|
||||||
images/
|
images/
|
||||||
├── virtualtour.png # Image du projet Virtual Tour
|
├── virtualtour.webp # Image du projet Virtual Tour
|
||||||
├── xinko.png # Image du projet Xinko
|
├── xinko.webp # Image du projet Xinko
|
||||||
├── dig.png # Image du projet Image Manipulation
|
├── dig.webp # Image du projet Image Manipulation
|
||||||
├── primate.png # Image du projet Primate Web Admin
|
├── primate.webp # Image du projet Primate Web Admin
|
||||||
├── instagram.png # Image du projet Instagram Bot
|
├── instagram.webp # Image du projet Instagram Bot
|
||||||
├── crowdin.png # Image du projet Crowdin Status Bot
|
├── crowdin.webp # Image du projet Crowdin Status Bot
|
||||||
└── tech/ # Dossier pour les logos des technologies
|
└── tech/ # Dossier pour les logos des technologies
|
||||||
├── javascript.png
|
├── javascript.webp
|
||||||
├── typescript.png
|
├── typescript.webp
|
||||||
├── nodejs.png
|
├── nodejs.webp
|
||||||
├── vuejs.png
|
├── vuejs.webp
|
||||||
├── react.png
|
├── react.webp
|
||||||
├── angular.png
|
├── angular.webp
|
||||||
└── ... # Autres logos de technologies
|
└── ... # Autres logos de technologies
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Before Width: | Height: | Size: 277 KiB |
BIN
public/portfolio-preview.webp
Normal file
After Width: | Height: | Size: 22 KiB |
@@ -14,25 +14,15 @@
|
|||||||
"type": "image/x-icon"
|
"type": "image/x-icon"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/favicon-16x16.png",
|
"src": "/favicon.webp",
|
||||||
"sizes": "16x16",
|
|
||||||
"type": "image/png"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "/favicon-32x32.png",
|
|
||||||
"sizes": "32x32",
|
|
||||||
"type": "image/png"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"src": "/android-chrome-192x192.png",
|
|
||||||
"sizes": "192x192",
|
"sizes": "192x192",
|
||||||
"type": "image/png",
|
"type": "image/webp",
|
||||||
"purpose": "any maskable"
|
"purpose": "any maskable"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"src": "/android-chrome-512x512.png",
|
"src": "/favicon.webp",
|
||||||
"sizes": "512x512",
|
"sizes": "512x512",
|
||||||
"type": "image/png",
|
"type": "image/webp",
|
||||||
"purpose": "any maskable"
|
"purpose": "any maskable"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Before Width: | Height: | Size: 3.7 KiB |
BIN
src/assets/images/Rectangle 55.webp
Normal file
After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 5.5 KiB |
BIN
src/assets/images/android.webp
Normal file
After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 5.4 KiB |
BIN
src/assets/images/angular.webp
Normal file
After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 6.7 KiB |
BIN
src/assets/images/archlinux.webp
Normal file
After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 12 KiB |
BIN
src/assets/images/atom.webp
Normal file
After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 7.6 KiB |
BIN
src/assets/images/bash.webp
Normal file
After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 61 KiB |
BIN
src/assets/images/bootstrap.webp
Normal file
After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 16 KiB |
BIN
src/assets/images/crowdin.webp
Normal file
After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 4.6 KiB |
BIN
src/assets/images/css.webp
Normal file
After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 8.2 KiB |
BIN
src/assets/images/debian.webp
Normal file
After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 608 B |
BIN
src/assets/images/deepin.webp
Normal file
After Width: | Height: | Size: 384 B |
Before Width: | Height: | Size: 83 KiB |
BIN
src/assets/images/dig.webp
Normal file
After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 5.1 KiB |
BIN
src/assets/images/discord.webp
Normal file
After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 3.2 KiB |
BIN
src/assets/images/discordbot.webp
Normal file
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 5.2 KiB |
BIN
src/assets/images/discordd.webp
Normal file
After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 8.1 KiB |
BIN
src/assets/images/docker.webp
Normal file
After Width: | Height: | Size: 4.1 KiB |
Before Width: | Height: | Size: 2.1 KiB |
BIN
src/assets/images/facebook.webp
Normal file
After Width: | Height: | Size: 798 B |
Before Width: | Height: | Size: 8.6 KiB |
BIN
src/assets/images/figma.webp
Normal file
After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 6.7 KiB |
BIN
src/assets/images/filezilla.webp
Normal file
After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 825 KiB |
BIN
src/assets/images/fiverr/discord_bot.webp
Normal file
After Width: | Height: | Size: 228 KiB |
Before Width: | Height: | Size: 774 KiB |
BIN
src/assets/images/fiverr/minecraft_plugin.webp
Normal file
After Width: | Height: | Size: 144 KiB |
Before Width: | Height: | Size: 904 KiB |
BIN
src/assets/images/fiverr/telegram_bot.webp
Normal file
After Width: | Height: | Size: 262 KiB |
Before Width: | Height: | Size: 958 KiB |
BIN
src/assets/images/fiverr/website.webp
Normal file
After Width: | Height: | Size: 112 KiB |
Before Width: | Height: | Size: 4.4 KiB |
BIN
src/assets/images/git.webp
Normal file
After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 8.3 KiB |
BIN
src/assets/images/github.webp
Normal file
After Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 10 KiB |
BIN
src/assets/images/gitkraken.webp
Normal file
After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 6.0 KiB |
BIN
src/assets/images/gitlab.webp
Normal file
After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 77 KiB |
BIN
src/assets/images/heidisql.webp
Normal file
After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 5.0 KiB |
BIN
src/assets/images/html.webp
Normal file
After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 12 KiB |
BIN
src/assets/images/instagram.webp
Normal file
After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 22 KiB |
BIN
src/assets/images/instagramd.webp
Normal file
After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 3.8 KiB |
BIN
src/assets/images/ios.webp
Normal file
After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 3.5 KiB |
BIN
src/assets/images/javascript.webp
Normal file
After Width: | Height: | Size: 1.3 KiB |
Before Width: | Height: | Size: 4.7 KiB |
BIN
src/assets/images/kalilinux.webp
Normal file
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 5.2 KiB |
BIN
src/assets/images/linkedin.webp
Normal file
After Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 3.1 KiB |
BIN
src/assets/images/linkedind.webp
Normal file
After Width: | Height: | Size: 1.9 KiB |
Before Width: | Height: | Size: 12 KiB |
BIN
src/assets/images/linux.webp
Normal file
After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 45 KiB |
BIN
src/assets/images/logo.webp
Normal file
After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 7.8 KiB |
BIN
src/assets/images/macos.webp
Normal file
After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 6.8 KiB |
BIN
src/assets/images/mail.webp
Normal file
After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 1.9 KiB |
BIN
src/assets/images/markdown.webp
Normal file
After Width: | Height: | Size: 936 B |
Before Width: | Height: | Size: 15 KiB |
BIN
src/assets/images/messenger.webp
Normal file
After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 8.6 KiB |
BIN
src/assets/images/mongodb.webp
Normal file
After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 5.2 KiB |
BIN
src/assets/images/mysql.webp
Normal file
After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 14 KiB |
BIN
src/assets/images/mysqlworkbench.webp
Normal file
After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 4.3 KiB |
BIN
src/assets/images/nginx.webp
Normal file
After Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 6.7 KiB |