add the brochure for downloading

This commit is contained in:
Julie Lenaerts 2024-02-07 16:56:54 +01:00
parent 4a021c933f
commit 935853df53
5 changed files with 31 additions and 6 deletions

View File

@ -329,6 +329,16 @@ section {
border-radius: 2em; border-radius: 2em;
} }
.download {
margin-right: auto;
margin-left: auto;
display: block;
a {
text-decoration: none;
padding: .5rem;
}
}
// Dark but only in sections // Dark but only in sections
section.dark { section.dark {
p { p {
@ -416,6 +426,10 @@ figure.image {
figcaption {} figcaption {}
} }
.text-brochure {
text-align: center;
}
// RESPONSIVENESS // RESPONSIVENESS
@media screen and (max-width: 1279px) { @media screen and (max-width: 1279px) {

View File

@ -1,8 +1,12 @@
--- ---
title: en Brochure title: Brochure
subtitle: description: Download, read, print, and share
image: image:
comments: false comments: false
--- ---
<p class="text-brochure">If you'd like to find out more about Chill, download the brochure here. Maybe even print and share it? ;-)</p>
<button class="btn-primary download">
<a class="btn-primary" href="/Brochure_Chill_V9.zip">Download the brochure</a>
</button>

View File

@ -1,9 +1,12 @@
--- ---
title: Brochure title: Brochure
subtitle: description: À télécharger, imprimer et partager
image: image:
comments: false comments: false
--- ---
<p class="text-brochure">Si vous souhaitez en savoir plus sur Chill, téléchargez la brochure ici. Vous pouvez même l'imprimer et la partager ;-)</p>
Télécharger la brochure (PDF) <button class="btn-primary download">
<a class="btn-primary" href="/Brochure_Chill_V9.zip">Télécharger la brochure</a>
</button>

View File

@ -1,8 +1,12 @@
--- ---
title: en Brochure title: Brochure
subtitle: description: Download, lees, print, en deel
image: image:
comments: false comments: false
--- ---
<p class="text-brochure">Als je meer wilt weten over Chill, download dan hier de brochure. Misschien wil je'm zelfs afdrukken en delen? ;-)</p>
<button class="btn-primary download">
<a class="btn-primary" href="/Brochure_Chill_V9.zip">Download de brochure</a>
</button>

Binary file not shown.