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) */
|
||||
|
||||
@include breakpoint('<=mobilep') {
|
||||
|
||||
/* Banner */
|
||||
|
||||
#banner {
|
||||
height: 10em;
|
||||
|
||||
header {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
#cta {
|
||||
padding: 1em 0;
|
||||
}
|
||||
|
|
@ -10,7 +10,7 @@ menu: main
|
|||
# Nos contacts par mail
|
||||
|
||||
Des questions ? Envoyez-nous un mail à
|
||||
- contact@roulementabill.org
|
||||
- bill[at]roulementabill.org
|
||||
|
||||
On vous répondra prestement.
|
||||
|
||||
|
|
|
|||
|
|
@ -2,14 +2,19 @@ banner:
|
|||
enable: true
|
||||
image: "images/accueil.jpg"
|
||||
contents: ""
|
||||
button:
|
||||
contents: "Venir à l'atelier ! "
|
||||
url: "/atelier"
|
||||
# button:
|
||||
# contents: "Venir à l'atelier ! "
|
||||
# url: "/atelier"
|
||||
items:
|
||||
- type: cta
|
||||
contents: S'inscrire à la newsletter
|
||||
button:
|
||||
contents: Cliquez ici
|
||||
url: "https://sympa.heureux-cyclage.org/subscribe/roulementabill"
|
||||
- type: heading
|
||||
heading: "Dernière permanence jeudi 11 décembre, réouverture le 8 janvier"
|
||||
contents :
|
||||
fermeture: 1
|
||||
fermeture: 0
|
||||
- type: highlights
|
||||
items_per_row: 3
|
||||
items:
|
||||
|
|
@ -35,8 +40,4 @@ items:
|
|||
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