Fixed image links and removed console logs.

This commit is contained in:
Yohan Boujon 2025-03-30 18:28:05 +02:00
parent f8f98ecd1d
commit 2f518ba82c
8 changed files with 12 additions and 15 deletions

View file

@ -13,7 +13,6 @@
} }
function handleKeyDown(event, url) { function handleKeyDown(event, url) {
console.log(event);
if (event.key === 'Enter' || event.key === ' ') { if (event.key === 'Enter' || event.key === ' ') {
redirectTo(url); redirectTo(url);
} }

View file

@ -8,7 +8,7 @@
import anime from 'animejs'; import anime from 'animejs';
export let cover = export let cover =
'https://share.etheryo.fr/Rando-01.11.2023/Alix%20Mange%20Lac%20Rouge%20Bleu%20Orange%20Midi.jpg'; 'https://share.etheryo.fr/rando/2023.11.01/Alix%20Mange%20Lac%20Rouge%20Bleu%20Orange%20Midi.jpg';
export let title = 'Title'; export let title = 'Title';
export let date = '01/01/1997'; export let date = '01/01/1997';

View file

@ -7,7 +7,7 @@
import anime from 'animejs'; import anime from 'animejs';
export let cover = export let cover =
'https://share.etheryo.fr/Rando-01.11.2023/Alix%20Mange%20Lac%20Rouge%20Bleu%20Orange%20Midi.jpg'; 'https://share.etheryo.fr/rando/2023.11.01/Alix%20Mange%20Lac%20Rouge%20Bleu%20Orange%20Midi.jpg';
export let title = 'Title'; export let title = 'Title';
export let text = 'Little description.'; export let text = 'Little description.';
export let author = 'Author'; export let author = 'Author';

View file

@ -13,8 +13,6 @@ export function rgbTohex(rgb) {
export function darkenHexTorgb(hex, darken) { export function darkenHexTorgb(hex, darken) {
let rgb = hexTorgb(hex); let rgb = hexTorgb(hex);
console.log(hex);
console.log(rgb);
rgb.r = Math.floor(Math.round(rgb.r * darken)); rgb.r = Math.floor(Math.round(rgb.r * darken));
rgb.g = Math.floor(Math.round(rgb.g * darken)); rgb.g = Math.floor(Math.round(rgb.g * darken));
rgb.b = Math.floor(Math.round(rgb.b * darken)); rgb.b = Math.floor(Math.round(rgb.b * darken));

View file

@ -10,7 +10,7 @@
import Count from '$lib/components/count.svelte'; import Count from '$lib/components/count.svelte';
let cover = let cover =
'https://share.etheryo.fr/Rando-01.11.2023/Groupe%20Ombre%20Lac%20Montagne%20Rouge%20Bleu.jpg'; 'https://share.etheryo.fr/rando/2023.11.01/Groupe%20Ombre%20Lac%20Montagne%20Vert%20Bleu.jpg';
let profile = 'https://cloud.etheryo.fr/s/JrKoP57R4qHcR4A/download/pfp.jpg'; let profile = 'https://cloud.etheryo.fr/s/JrKoP57R4qHcR4A/download/pfp.jpg';
let name = 'Yohan Boujon'; let name = 'Yohan Boujon';
let pronoun = 'il/lui'; let pronoun = 'il/lui';

View file

@ -7,7 +7,7 @@
const posts = [ const posts = [
{ {
cover: cover:
'https://share.etheryo.fr/Rando-01.11.2023/Groupe%20Ombre%20Lac%20Montagne%20Rouge%20Bleu.jpg', 'https://share.etheryo.fr/rando/2023.11.01/Groupe%20Ombre%20Lac%20Montagne%20Rouge%20Bleu.jpg',
profile: 'https://cloud.etheryo.fr/s/JrKoP57R4qHcR4A/download/pfp.jpg', profile: 'https://cloud.etheryo.fr/s/JrKoP57R4qHcR4A/download/pfp.jpg',
text: 'Petit texte explicatif sans vraiment de grande importance, hormis le fait que ce soit le meilleur texte de tous les temps, après je ne suis pas ouvert au débat mais on peut essayer... bref', text: 'Petit texte explicatif sans vraiment de grande importance, hormis le fait que ce soit le meilleur texte de tous les temps, après je ne suis pas ouvert au débat mais on peut essayer... bref',
title: "Le lorem est-il 'Ipsum' ? C'est une question que je me pose souvent", title: "Le lorem est-il 'Ipsum' ? C'est une question que je me pose souvent",
@ -15,7 +15,7 @@
date: '26/07/2024' date: '26/07/2024'
}, },
{ {
cover: 'https://share.etheryo.fr/Rando-01.11.2023/Groupe%20Lac%20Roche%20Rouge%20Bleu.jpg', cover: 'https://share.etheryo.fr/rando/2023.11.01/Groupe%20Lac%20Roche%20Rouge%20Bleu.jpg',
profile: 'https://saoulbonmonsieur.etheryo.fr/assets/pers6.jpg', profile: 'https://saoulbonmonsieur.etheryo.fr/assets/pers6.jpg',
text: 'Découvrez comment installer Linus Torvalds sur votre tablette avec ces étapes simples et rapides. Un guide essentiel pour les passionnés de technologie.', text: 'Découvrez comment installer Linus Torvalds sur votre tablette avec ces étapes simples et rapides. Un guide essentiel pour les passionnés de technologie.',
title: 'Comment installer Linus Torvalds sur ma Tablette ?', title: 'Comment installer Linus Torvalds sur ma Tablette ?',
@ -23,7 +23,7 @@
date: '12/11/2023' date: '12/11/2023'
}, },
{ {
cover: 'https://share.etheryo.fr/Rando-01.11.2023/Vert%20Rouge%20Vue%20Montagne%20Aerien%20Ciel%20Electrique.jpg', cover: 'https://share.etheryo.fr/rando/2023.11.01/Vert%20Rouge%20Vue%20Montagne%20Aerien%20Ciel%20Electrique.jpg',
profile: 'https://saoulbonmonsieur.etheryo.fr/assets/pers2.jpg', profile: 'https://saoulbonmonsieur.etheryo.fr/assets/pers2.jpg',
text: "Un aperçu de ce qui rend Minecraft si captivant et pourquoi tant de gens y sont accros. Explorez les raisons derrière l'engouement pour ce jeu phénoménal.", text: "Un aperçu de ce qui rend Minecraft si captivant et pourquoi tant de gens y sont accros. Explorez les raisons derrière l'engouement pour ce jeu phénoménal.",
title: "J'aime le jeu Minecraft", title: "J'aime le jeu Minecraft",
@ -31,7 +31,7 @@
date: '23/01/2024' date: '23/01/2024'
}, },
{ {
cover: 'https://share.etheryo.fr/Rando-01.11.2023/Yohan%20Pose%20GrosRocher%20Cascade%20Orange%20Roche.jpg', cover: 'https://share.etheryo.fr/rando/2023.11.01/Yohan%20Pose%20GrosRocher%20Cascade%20Orange%20Roche.jpg',
profile: 'https://cloud.etheryo.fr/s/JrKoP57R4qHcR4A/download/pfp.jpg', profile: 'https://cloud.etheryo.fr/s/JrKoP57R4qHcR4A/download/pfp.jpg',
text: "Plongez dans l'univers musical de 'Le miam' et découvrez pourquoi ce groupe pourrait devenir votre nouvel favori. Une analyse qui pourrait vous surprendre.", text: "Plongez dans l'univers musical de 'Le miam' et découvrez pourquoi ce groupe pourrait devenir votre nouvel favori. Une analyse qui pourrait vous surprendre.",
title: "Pourquoi 'Le miam' pourrait être votre groupe de musique préféré ?", title: "Pourquoi 'Le miam' pourrait être votre groupe de musique préféré ?",
@ -39,7 +39,7 @@
date: '07/03/2024' date: '07/03/2024'
}, },
{ {
cover: 'https://share.etheryo.fr/Rando-01.11.2023/Alix%20Groupe%20Roche%20Cascade%20Orange%20Roche%20Lac.jpg', cover: 'https://share.etheryo.fr/rando/2023.11.01/Alix%20Groupe%20Roche%20Cascade%20Orange%20Roche%20Lac.jpg',
profile: 'https://saoulbonmonsieur.etheryo.fr/assets/pers6.jpg', profile: 'https://saoulbonmonsieur.etheryo.fr/assets/pers6.jpg',
text: 'Les mystères des algorithmes de recommandation sur YouTube dévoilés. Découvrez comment ces systèmes influencent ce que vous regardez.', text: 'Les mystères des algorithmes de recommandation sur YouTube dévoilés. Découvrez comment ces systèmes influencent ce que vous regardez.',
title: 'Le mystère des algorithmes de recommandation sur YouTube', title: 'Le mystère des algorithmes de recommandation sur YouTube',
@ -47,7 +47,7 @@
date: '15/05/2023' date: '15/05/2023'
}, },
{ {
cover: 'https://share.etheryo.fr/Rando-01.11.2023/Cyril%20Lac%20Rouge%20Bleu%20Aventure%20Cascade%20Nuage.jpg', cover: 'https://share.etheryo.fr/rando/2023.11.01/Cyril%20Lac%20Rouge%20Bleu%20Aventure%20Cascade%20Nuage.jpg',
profile: 'https://saoulbonmonsieur.etheryo.fr/assets/pers2.jpg', profile: 'https://saoulbonmonsieur.etheryo.fr/assets/pers2.jpg',
text: "Explorez les secrets des graphismes modernes dans les jeux vidéo et comment ils transforment l'expérience de jeu. Un regard fascinant sur la technologie derrière les images.", text: "Explorez les secrets des graphismes modernes dans les jeux vidéo et comment ils transforment l'expérience de jeu. Un regard fascinant sur la technologie derrière les images.",
title: 'Les secrets cachés derrière les graphismes de jeux vidéo modernes', title: 'Les secrets cachés derrière les graphismes de jeux vidéo modernes',

View file

@ -29,12 +29,12 @@
<h1 class="profile-title">Derniers articles</h1> <h1 class="profile-title">Derniers articles</h1>
<div class="profile-post-container"> <div class="profile-post-container">
<PostMin <PostMin
cover="https://share.etheryo.fr/Rando-01.11.2023/Groupe%20Ombre%20Lac%20Montagne%20Rouge%20Bleu.jpg" cover="https://share.etheryo.fr/rando/2023.11.01/Groupe%20Ombre%20Lac%20Montagne%20Rouge%20Bleu.jpg"
title="Le lorem est-il 'Ipsum' ? C'est une question que je me pose souvent" title="Le lorem est-il 'Ipsum' ? C'est une question que je me pose souvent"
date="26/07/2024" date="26/07/2024"
/> />
<PostMin <PostMin
cover="https://share.etheryo.fr/Rando-01.11.2023/Vert%20Rouge%20Vue%20Montagne%20Aerien%20Ciel.jpg" cover="https://share.etheryo.fr/rando/2023.11.01/Vert%20Rouge%20Vue%20Montagne%20Aerien%20Ciel.jpg"
title="Comment installer Linus Torvalds sur ma tablette?" title="Comment installer Linus Torvalds sur ma tablette?"
date="13/03/2024" date="13/03/2024"
/> />

View file

@ -9,7 +9,7 @@
<div class="blank" /> <div class="blank" />
<Post <Post
cover="https://share.etheryo.fr/Rando-01.11.2023/Groupe%20Ombre%20Lac%20Montagne%20Rouge%20Bleu.jpg" cover="https://share.etheryo.fr/rando/2023.11.01/Groupe%20Ombre%20Lac%20Montagne%20Rouge%20Bleu.jpg"
profile="https://cloud.etheryo.fr/s/JrKoP57R4qHcR4A/download/pfp.jpg" profile="https://cloud.etheryo.fr/s/JrKoP57R4qHcR4A/download/pfp.jpg"
title="Le lorem est-il 'Ipsum' ? C'est une question que je me pose souvent" title="Le lorem est-il 'Ipsum' ? C'est une question que je me pose souvent"
text="Petit texte explicatif sans vraiment de grande importance, hormis le fait que ce soit le meilleur texte de tous les temps, après je ne suis pas ouvert au débat mais on peut essayer... bref" text="Petit texte explicatif sans vraiment de grande importance, hormis le fait que ce soit le meilleur texte de tous les temps, après je ne suis pas ouvert au débat mais on peut essayer... bref"