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

View File

@ -1,8 +1,12 @@
---
title: en Brochure
subtitle:
title: Brochure
description: Download, read, print, and share
image:
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
subtitle:
description: À télécharger, imprimer et partager
image:
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
subtitle:
title: Brochure
description: Download, lees, print, en deel
image:
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.