Feat: vue Expertise avec scroll capturé et vidéo segmentée
All checks were successful
Deploy / Deploy to Production (push) Successful in 18s
All checks were successful
Deploy / Deploy to Production (push) Successful in 18s
- Expertise.svelte : effet fullpage vertical avec wheel/touch capturé, vidéo forward/reverse découpée en N segments égaux (1 par bloc body), centrage texte actif via offsetTop, transitions CSS 0.6s - Variables CSS : ajout font-size expertise desktop/tablet/mobile - JSON template : pageTitle depuis writer, items depuis body blocks - Vidéos : BACKGROUND_VIDEO_MISSION + REVERSE copiées dans assets/video/ Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
66afa1daad
commit
3618137657
5 changed files with 412 additions and 27 deletions
|
|
@ -55,4 +55,9 @@
|
|||
--font-size-title-hero-tablet: 64px;
|
||||
--font-size-button-tablet: 12px;
|
||||
--font-size-caption-tablet: 11px;
|
||||
|
||||
/* Font sizes — expertise items */
|
||||
--font-size-expertise: 22px;
|
||||
--font-size-expertise-mobile: 18px;
|
||||
--font-size-expertise-tablet: 20px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue