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