Upgrade vers Svelte 5 et reproduction de la page d'accueil
- Upgrade : Svelte 5.0.0, Vite 7.0.4, @sveltejs/vite-plugin-svelte 6.0.0
- Migration syntaxe Svelte 5 : $derived, $props(), onclick, mount()
- Navbar identique au site source avec logo GIF et menu animé
- Page Home avec vidéo plein écran et lignes verticales
- CSS modulaire organisé en fichiers séparés (variables, fonts, layout, buttons, etc.)
- Assets copiés : fonts Danzza, vidéos, icônes
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-07 07:52:16 +01:00
|
|
|
/* Font faces */
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Terminal";
|
|
|
|
|
font-weight: bold;
|
|
|
|
|
src: local("terminal-grotesque"),
|
2026-03-06 16:22:47 +01:00
|
|
|
url("/assets/fonts/terminal-grotesque.ttf") format("truetype");
|
Upgrade vers Svelte 5 et reproduction de la page d'accueil
- Upgrade : Svelte 5.0.0, Vite 7.0.4, @sveltejs/vite-plugin-svelte 6.0.0
- Migration syntaxe Svelte 5 : $derived, $props(), onclick, mount()
- Navbar identique au site source avec logo GIF et menu animé
- Page Home avec vidéo plein écran et lignes verticales
- CSS modulaire organisé en fichiers séparés (variables, fonts, layout, buttons, etc.)
- Assets copiés : fonts Danzza, vidéos, icônes
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-07 07:52:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Danzza";
|
|
|
|
|
src: local("Danzza Regular"),
|
2026-03-06 16:22:47 +01:00
|
|
|
url("/assets/fonts/Danzza%20Regular.otf") format("opentype");
|
Upgrade vers Svelte 5 et reproduction de la page d'accueil
- Upgrade : Svelte 5.0.0, Vite 7.0.4, @sveltejs/vite-plugin-svelte 6.0.0
- Migration syntaxe Svelte 5 : $derived, $props(), onclick, mount()
- Navbar identique au site source avec logo GIF et menu animé
- Page Home avec vidéo plein écran et lignes verticales
- CSS modulaire organisé en fichiers séparés (variables, fonts, layout, buttons, etc.)
- Assets copiés : fonts Danzza, vidéos, icônes
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-07 07:52:16 +01:00
|
|
|
font-display: swap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@font-face {
|
|
|
|
|
font-family: "Danzza Medium";
|
|
|
|
|
src: local("Danzza Medium"),
|
2026-03-06 16:22:47 +01:00
|
|
|
url("/assets/fonts/Danzza%20Medium.otf") format("opentype");
|
Upgrade vers Svelte 5 et reproduction de la page d'accueil
- Upgrade : Svelte 5.0.0, Vite 7.0.4, @sveltejs/vite-plugin-svelte 6.0.0
- Migration syntaxe Svelte 5 : $derived, $props(), onclick, mount()
- Navbar identique au site source avec logo GIF et menu animé
- Page Home avec vidéo plein écran et lignes verticales
- CSS modulaire organisé en fichiers séparés (variables, fonts, layout, buttons, etc.)
- Assets copiés : fonts Danzza, vidéos, icônes
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-07 07:52:16 +01:00
|
|
|
font-display: swap;
|
|
|
|
|
}
|
|
|
|
|
|
2026-03-12 19:28:44 +01:00
|
|
|
@font-face {
|
|
|
|
|
font-family: "Danzza Light";
|
|
|
|
|
src: local("Danzza Light"),
|
|
|
|
|
url("/assets/fonts/Danzza%20Light.otf") format("opentype");
|
|
|
|
|
font-display: swap;
|
|
|
|
|
}
|
|
|
|
|
|
Upgrade vers Svelte 5 et reproduction de la page d'accueil
- Upgrade : Svelte 5.0.0, Vite 7.0.4, @sveltejs/vite-plugin-svelte 6.0.0
- Migration syntaxe Svelte 5 : $derived, $props(), onclick, mount()
- Navbar identique au site source avec logo GIF et menu animé
- Page Home avec vidéo plein écran et lignes verticales
- CSS modulaire organisé en fichiers séparés (variables, fonts, layout, buttons, etc.)
- Assets copiés : fonts Danzza, vidéos, icônes
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-07 07:52:16 +01:00
|
|
|
@font-face {
|
|
|
|
|
font-family: "Danzza Bold";
|
|
|
|
|
src: local("Danzza Bold"),
|
2026-03-06 16:22:47 +01:00
|
|
|
url("/assets/fonts/Danzza%20Bold.otf") format("opentype");
|
Upgrade vers Svelte 5 et reproduction de la page d'accueil
- Upgrade : Svelte 5.0.0, Vite 7.0.4, @sveltejs/vite-plugin-svelte 6.0.0
- Migration syntaxe Svelte 5 : $derived, $props(), onclick, mount()
- Navbar identique au site source avec logo GIF et menu animé
- Page Home avec vidéo plein écran et lignes verticales
- CSS modulaire organisé en fichiers séparés (variables, fonts, layout, buttons, etc.)
- Assets copiés : fonts Danzza, vidéos, icônes
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-07 07:52:16 +01:00
|
|
|
font-display: swap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Font utility classes */
|
|
|
|
|
.font-face-terminal {
|
|
|
|
|
font-family: "Terminal";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.font-face-danzza {
|
|
|
|
|
font-family: "Danzza";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.font-face-danzza-light {
|
2026-03-12 19:28:44 +01:00
|
|
|
font-family: "Danzza Light";
|
Upgrade vers Svelte 5 et reproduction de la page d'accueil
- Upgrade : Svelte 5.0.0, Vite 7.0.4, @sveltejs/vite-plugin-svelte 6.0.0
- Migration syntaxe Svelte 5 : $derived, $props(), onclick, mount()
- Navbar identique au site source avec logo GIF et menu animé
- Page Home avec vidéo plein écran et lignes verticales
- CSS modulaire organisé en fichiers séparés (variables, fonts, layout, buttons, etc.)
- Assets copiés : fonts Danzza, vidéos, icônes
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-07 07:52:16 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.font-face-danzza-medium {
|
|
|
|
|
font-family: "Danzza Medium";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.font-face-danzza-bold {
|
|
|
|
|
font-family: "Danzza Bold";
|
|
|
|
|
}
|
2026-02-19 19:08:38 +01:00
|
|
|
|
|
|
|
|
.green {
|
|
|
|
|
color: var(--color-primary);
|
|
|
|
|
}
|
2026-03-06 16:22:47 +01:00
|
|
|
|
|
|
|
|
.gradient-blue {
|
|
|
|
|
-webkit-text-fill-color: transparent;
|
|
|
|
|
background: linear-gradient(90deg, #2c85f3 0, #68e0cf 50%);
|
|
|
|
|
background-clip: text;
|
|
|
|
|
-webkit-background-clip: text;
|
|
|
|
|
}
|
2026-03-18 17:37:22 +01:00
|
|
|
|
|
|
|
|
.pixel {
|
|
|
|
|
font-family: "Terminal", sans-serif;
|
|
|
|
|
}
|