diff --git a/assets/scss/custom.scss b/assets/scss/custom.scss index cecb8d4..0235335 100755 --- a/assets/scss/custom.scss +++ b/assets/scss/custom.scss @@ -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) { diff --git a/content/english/start/flyer.md b/content/english/start/flyer.md index 3ec0516..04ef67c 100644 --- a/content/english/start/flyer.md +++ b/content/english/start/flyer.md @@ -1,8 +1,12 @@ --- -title: en Brochure -subtitle: +title: Brochure +description: Download, read, print, and share image: comments: false --- +

If you'd like to find out more about Chill, download the brochure here. Maybe even print and share it? ;-)

+ diff --git a/content/francais/start/flyer.md b/content/francais/start/flyer.md index 259662f..6c78c4d 100644 --- a/content/francais/start/flyer.md +++ b/content/francais/start/flyer.md @@ -1,9 +1,12 @@ --- title: Brochure -subtitle: +description: À télécharger, imprimer et partager image: comments: false --- +

Si vous souhaitez en savoir plus sur Chill, téléchargez la brochure ici. Vous pouvez même l'imprimer et la partager ;-)

-Télécharger la brochure (PDF) \ No newline at end of file + diff --git a/content/nederlands/start/flyer.md b/content/nederlands/start/flyer.md index 3ec0516..fcf1eb2 100644 --- a/content/nederlands/start/flyer.md +++ b/content/nederlands/start/flyer.md @@ -1,8 +1,12 @@ --- -title: en Brochure -subtitle: +title: Brochure +description: Download, lees, print, en deel image: comments: false --- +

Als je meer wilt weten over Chill, download dan hier de brochure. Misschien wil je'm zelfs afdrukken en delen? ;-)

+ diff --git a/static/Brochure_Chill_V9.zip b/static/Brochure_Chill_V9.zip new file mode 100644 index 0000000..051bea8 Binary files /dev/null and b/static/Brochure_Chill_V9.zip differ