Feat: page Jouer renommée Play + vue implémentée
All checks were successful
Deploy / Deploy to Production (push) Successful in 20s
All checks were successful
Deploy / Deploy to Production (push) Successful in 20s
Renommage jouer → play (blueprint, template, txt, vue) API play.json.php : title, lettering, description, thumbnail, background_image, play_links par jeu enfant listed() Vue Play.svelte : - Fond image avec crossfade (transition opacity sur .play-bg) - Section principale (.play-featured) : glissé/fondu au changement de jeu via --slide-dir CSS var + classes is-out - Carrousel nav (ul > li > button) : thumbnail + titre, active bordure verte - Jeu sans play_links → bouton "Coming soon" désactivé - Layout golden-grid, mobile adapté Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
3ce350d2d7
commit
6151dd5a31
7 changed files with 319 additions and 59 deletions
|
|
@ -11,7 +11,7 @@
|
|||
import Expertise from '@views/Expertise.svelte'
|
||||
import Portfolio from '@views/Portfolio.svelte'
|
||||
import Project from '@views/Project.svelte'
|
||||
import Jouer from '@views/Jouer.svelte'
|
||||
import Play from '@views/Play.svelte'
|
||||
import Game from '@views/Game.svelte'
|
||||
import Blog from '@views/Blog.svelte'
|
||||
import Article from '@views/Article.svelte'
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
expertise: Expertise,
|
||||
portfolio: Portfolio,
|
||||
project: Project,
|
||||
jouer: Jouer,
|
||||
play: Play,
|
||||
game: Game,
|
||||
blog: Blog,
|
||||
article: Article,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue