Compare commits
No commits in common. "47f2cec01453564ad83e13b6e01404abaf153154" and "80bf3bda99ab8b49a0def458a8afe1a3c5be6061" have entirely different histories.
47f2cec014
...
80bf3bda99
5 changed files with 10 additions and 55 deletions
Binary file not shown.
Before Width: | Height: | Size: 272 KiB |
|
@ -68,16 +68,12 @@ $header-height: 6.5rem;
|
|||
.site-header__content {
|
||||
display: block;
|
||||
height: auto;
|
||||
padding: 0 !important;
|
||||
}
|
||||
.site-header__brand {
|
||||
padding-top: .5rem;
|
||||
padding-top: 1rem;
|
||||
}
|
||||
.site-header__title {
|
||||
padding-right: 1rem;
|
||||
}
|
||||
.site-header__nav {
|
||||
border: 1px solid white;
|
||||
padding: 1rem 0;
|
||||
line-height: 2rem;
|
||||
display: flex;
|
||||
|
|
|
@ -2,27 +2,11 @@
|
|||
width: 100%;
|
||||
}
|
||||
|
||||
.landing-border {
|
||||
border: 2px solid rgba(0, 0, 0, 0.4);
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
.landing-two-sections {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
@extend .landing-border;
|
||||
}
|
||||
|
||||
.landing-cover {
|
||||
img {
|
||||
object-fit: cover;
|
||||
object-position: center;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
.landing {
|
||||
}
|
||||
|
||||
.landing-brand {
|
||||
border: 1px solid rgba(0, 0, 0, 0.4);
|
||||
padding: 1rem;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
|
@ -43,6 +27,9 @@
|
|||
|
||||
}
|
||||
|
||||
.brand__role2 {
|
||||
}
|
||||
|
||||
.brand__logo {
|
||||
svg {
|
||||
max-width: 25rem;
|
||||
|
@ -50,21 +37,3 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: $md-breakpoint) {
|
||||
.landing-two-sections {
|
||||
display: block;
|
||||
}
|
||||
.landing-cover {
|
||||
img {
|
||||
height: 13rem;
|
||||
}
|
||||
}
|
||||
.landing-brand {
|
||||
.brand__logo svg {
|
||||
max-width: 15rem;
|
||||
}
|
||||
.brand__name {
|
||||
font-size: 2.5rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -6,7 +6,6 @@ website: "https://www.bicycleure.fr"
|
|||
facebook:
|
||||
name: "Bicycl'Eure"
|
||||
url: https://www.facebook.com/profile.php?id=100064205644693
|
||||
# https://www.societe.com/etablissement/bicycl-eure-53757778500018.html
|
||||
siret: "537577 785 00018"
|
||||
# https://www.openstreetmap.org/node/9526690022
|
||||
# 49.1755136, 1.3343608
|
||||
|
|
|
@ -1,15 +1,7 @@
|
|||
{{ define "main" }}
|
||||
<main class="page-container">
|
||||
<div class="landing">
|
||||
<div class="landing-two-sections">
|
||||
<div class="landing-cover">
|
||||
{{ $featuredImage := (resources.Get (printf "%s" ("images/cover_big.jpg" | safeURL))) }}
|
||||
{{ $featuredImage := $featuredImage.Fill "800x500 Center" }}
|
||||
<img
|
||||
alt="Laurent en plein travail de réparation sur un vélo"
|
||||
src="{{ $featuredImage.RelPermalink }}"
|
||||
/>
|
||||
</div>
|
||||
<div class="landing-one">
|
||||
<div class="landing-brand">
|
||||
<div class="brand__logo landing-half-wheel-logo">
|
||||
{{ partial "svg" "half_wheel_logo" }}
|
||||
|
@ -20,11 +12,10 @@
|
|||
</div>
|
||||
<div class="brand__role2">Réparation & Entretien - Toutes marques</div>
|
||||
</div>
|
||||
<div class="landing-description">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="landing-description">
|
||||
{{ .Content }}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
{{ end }}
|
||||
|
|
Loading…
Reference in a new issue