Skip to content

Commit

Permalink
Ajoute une section 'attention' à la brochure enfants
Browse files Browse the repository at this point in the history
  • Loading branch information
etienneCharignon committed Nov 5, 2020
1 parent 9a1359c commit 5f3b52f
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 6 deletions.
23 changes: 18 additions & 5 deletions assets/sass/brochure-enfants.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@
margin-bottom: 5rem;
max-width: 40rem;
padding: 1rem 4.5rem 2rem 4.5rem;

.couverture {
margin-bottom: 5rem;
}

.icone {
width: 7rem;
}
}

h1, h2 {
Expand All @@ -27,11 +35,6 @@

width: 100%;

.icone {
margin-top: 5rem;
width: 7rem;
}

.titre {
font-size: 3rem;
margin-bottom: 0;
Expand Down Expand Up @@ -157,6 +160,16 @@
}
}

.section-attention {
width: 100%;
text-align: center;
.contenu {
width: 80%;
margin: auto;
font-size: 1.5rem;
}
}

.section-conseils {

h1 {
Expand Down
8 changes: 8 additions & 0 deletions content/brochure/enfants.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,15 @@ resultats: >-
situations dangereuses. Tu n'as pas peur de parler des choses qui te gênent.
Bravo ! Tu as ton permis avec les félicitations du jury. Tu as même le droit
de le faire passer à tes copains et copines !
attention: |-
Attention, si tu subis ou si tu as subi déjà des violences sexuelles…
Tu n'en avais jamais entendu parler ?
Tu ne savais pas ce que c'était ?
**Dis-le vite à quelqu'un qui t'écoute
et qui peut t'aider !**
image_attention: ../../uploads/attention-danger.jpg
image_bravo: ../../uploads/enfants-12.jpg
conseils:
- Connais par coeur ton adresse et ton numéro de téléphone.
Expand Down
6 changes: 5 additions & 1 deletion layouts/brochure/enfants.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@ <h1>{{ .Params.Titre_section_reponses }}</h1>
<div class="resultats">{{ .Params.resultats | markdownify }}</div>
</div>
</section>
<section class="section-attention">
<img class="icone" src="{{ .Params.image_attention }}">
<div class="contenu">{{ .Params.attention | markdownify }}</div>
</section>
<section class="section-bravo">
<img class="image" src="{{ .Params.Image_bravo }}">
<img class="image" src="{{ .Params.image_bravo }}">
</section>
<section class="section-conseils">
<h1>Petits conseils de prudence</h1>
Expand Down
Binary file added static/uploads/attention-danger.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5f3b52f

Please sign in to comment.