Compare commits
4 commits
98c8f92ec3
...
6e74a4df6d
| Author | SHA1 | Date | |
|---|---|---|---|
| 6e74a4df6d | |||
| 01eac83f91 | |||
| 19ce189258 | |||
| 423cecdc72 |
3 changed files with 19 additions and 38 deletions
|
|
@ -29,34 +29,14 @@ table {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Mobile */
|
|
||||||
|
|
||||||
@include breakpoint('<=mobile') {
|
|
||||||
|
|
||||||
|
|
||||||
/* Banner */
|
|
||||||
|
|
||||||
#banner {
|
|
||||||
height: 10em;
|
|
||||||
|
|
||||||
|
#banner {
|
||||||
|
header {
|
||||||
|
display: None
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Mobile (Portrait) */
|
#cta {
|
||||||
|
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 à
|
||||||
- contact@roulementabill.org
|
- bill[at]roulementabill.org
|
||||||
|
|
||||||
On vous répondra prestement.
|
On vous répondra prestement.
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,14 +2,19 @@ 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: 1
|
fermeture: 0
|
||||||
- type: highlights
|
- type: highlights
|
||||||
items_per_row: 3
|
items_per_row: 3
|
||||||
items:
|
items:
|
||||||
|
|
@ -35,8 +40,4 @@ 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