Feat: footer reveal + refactor page About
All checks were successful
Deploy / Deploy to Production (push) Successful in 24s
All checks were successful
Deploy / Deploy to Production (push) Successful in 24s
- Footer global fixé en bas (App.svelte), masqué par le contenu des slides - margin-bottom sur .page-scrollable pour l'effet footer reveal (about, blog, article) - About : champ intro remplacé par heading (text) + subtitle (writer), blueprint + API + vue mis à jour - LanguageSwitcher : div → button avec hitbox élargie - i18n : clé our_team (fr: NOTRE ÉQUIPE / en: OUR TEAM) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
61607f8cd7
commit
b3b0580ab1
10 changed files with 148 additions and 130 deletions
|
|
@ -18,23 +18,14 @@ tabs:
|
|||
content:
|
||||
type: fields
|
||||
fields:
|
||||
intro:
|
||||
type: writer
|
||||
marks:
|
||||
- bold
|
||||
- italic
|
||||
- green
|
||||
- pixel
|
||||
- underline
|
||||
- strike
|
||||
- clear
|
||||
- link
|
||||
nodes:
|
||||
- heading
|
||||
headings:
|
||||
- 1
|
||||
heading:
|
||||
type: text
|
||||
label: Titre
|
||||
help: Titre principal de la section intro.
|
||||
subtitle:
|
||||
type: text
|
||||
buttons: false
|
||||
help: Section de texte centrée.
|
||||
help: Texte d'accroche sous le titre.
|
||||
body:
|
||||
label: Corps
|
||||
type: blocks
|
||||
|
|
@ -77,6 +68,6 @@ tabs:
|
|||
image:
|
||||
ratio: 3/5
|
||||
cover: true
|
||||
back: '#0e1e43'
|
||||
back: "#0e1e43"
|
||||
text: "{{ file.memberName }}"
|
||||
info: "{{ file.role }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue