- Renommage classes/IDs (BEM cohérent, anglais, noms sémantiques) - Correction HTML : h3→h2 FAQ, button>a→a[role=button] CTA mobile - Conversion index.html → index.php (FR/EN) avec cache JSON depuis API Kirby - Pages merci/thanks converties en PHP dynamique - Ajout includes/cache.php + includes/config.php (cache TTL 5min) - Ajout CI Forgejo (deploy FTP via lftp) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
29 lines
No EOL
617 B
SCSS
29 lines
No EOL
617 B
SCSS
[data-template="thanks"]{
|
|
.hero-heading {
|
|
margin-top: calc(var(--spacing) * 3);
|
|
margin-bottom: calc(var(--spacing) * 3);
|
|
// font-size: var(--fs-x-big);
|
|
}
|
|
|
|
.subheading {
|
|
// font-size: var(--fs-big);
|
|
text-align: left;
|
|
max-width: 800px;
|
|
margin: var(--spacing) auto;
|
|
|
|
a{
|
|
color: var(--color-accent);
|
|
text-decoration: none;
|
|
&:hover{
|
|
text-decoration: underline;
|
|
}
|
|
}
|
|
}
|
|
|
|
#site-footer{
|
|
border-top: none;
|
|
margin-top: calc(var(--spacing) * 4);
|
|
|
|
}
|
|
|
|
} |