Compare commits
No commits in common. "6e74a4df6df56bcee8d10c21acd76f9d41a36905" and "98c8f92ec39b36ceaa437b77117483ea9f817dda" have entirely different histories.
6e74a4df6d
...
98c8f92ec3
3 changed files with 38 additions and 19 deletions
|
|
@ -29,14 +29,34 @@ table {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Mobile */
|
||||||
|
|
||||||
|
@include breakpoint('<=mobile') {
|
||||||
|
|
||||||
|
|
||||||
|
/* Banner */
|
||||||
|
|
||||||
|
#banner {
|
||||||
|
height: 10em;
|
||||||
|
|
||||||
#banner {
|
|
||||||
header {
|
|
||||||
display: None
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#cta {
|
/* Mobile (Portrait) */
|
||||||
padding: 1em 0;
|
|
||||||
}
|
@include breakpoint('<=mobilep') {
|
||||||
|
|
||||||
|
/* Banner */
|
||||||
|
|
||||||
|
#banner {
|
||||||
|
height: 10em;
|
||||||
|
|
||||||
|
header {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
}
|
||||||
|
|
@ -10,7 +10,7 @@ menu: main
|
||||||
# Nos contacts par mail
|
# Nos contacts par mail
|
||||||
|
|
||||||
Des questions ? Envoyez-nous un mail à
|
Des questions ? Envoyez-nous un mail à
|
||||||
- bill[at]roulementabill.org
|
- contact@roulementabill.org
|
||||||
|
|
||||||
On vous répondra prestement.
|
On vous répondra prestement.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,19 +2,14 @@ banner:
|
||||||
enable: true
|
enable: true
|
||||||
image: "images/accueil.jpg"
|
image: "images/accueil.jpg"
|
||||||
contents: ""
|
contents: ""
|
||||||
# button:
|
button:
|
||||||
# contents: "Venir à l'atelier ! "
|
contents: "Venir à l'atelier ! "
|
||||||
# url: "/atelier"
|
url: "/atelier"
|
||||||
items:
|
items:
|
||||||
- type: cta
|
|
||||||
contents: S'inscrire à la newsletter
|
|
||||||
button:
|
|
||||||
contents: Cliquez ici
|
|
||||||
url: "https://sympa.heureux-cyclage.org/subscribe/roulementabill"
|
|
||||||
- type: heading
|
- type: heading
|
||||||
heading: "Dernière permanence jeudi 11 décembre, réouverture le 8 janvier"
|
heading: "Dernière permanence jeudi 11 décembre, réouverture le 8 janvier"
|
||||||
contents :
|
contents :
|
||||||
fermeture: 0
|
fermeture: 1
|
||||||
- type: highlights
|
- type: highlights
|
||||||
items_per_row: 3
|
items_per_row: 3
|
||||||
items:
|
items:
|
||||||
|
|
@ -40,4 +35,8 @@ items:
|
||||||
max: 4
|
max: 4
|
||||||
|
|
||||||
|
|
||||||
|
# - type: cta
|
||||||
|
# contents: Are you ready to continue your quest?
|
||||||
|
# button:
|
||||||
|
# contents: Insert Coin
|
||||||
|
# url: "#"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue