fix(landing): background icons
This commit is contained in:
parent
5775e12e0b
commit
b4334be666
3 changed files with 87 additions and 84 deletions
|
@ -84,10 +84,14 @@
|
||||||
.section-title {
|
.section-title {
|
||||||
padding-top: 2rem;
|
padding-top: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.landing-section__content {
|
||||||
|
z-index: 2;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.news-section {
|
.news-section {
|
||||||
|
|
||||||
.side-icon {
|
.side-icon {
|
||||||
left: -50px;
|
left: -50px;
|
||||||
bottom: -75px;
|
bottom: -75px;
|
||||||
|
|
|
@ -14,6 +14,7 @@ changefreq = 'weekly'
|
||||||
[params]
|
[params]
|
||||||
dateFmt = "02.01.2006 15:04"
|
dateFmt = "02.01.2006 15:04"
|
||||||
[params.contact]
|
[params.contact]
|
||||||
|
peertube = "https://peertube.iriseden.eu/c/etoiledebethleem/videos"
|
||||||
email = "contact@etoiledebethleem.fr"
|
email = "contact@etoiledebethleem.fr"
|
||||||
website = "https://etoiledebethleem.fr"
|
website = "https://etoiledebethleem.fr"
|
||||||
helloasso = "https://www.helloasso.com/associations/l-etoile-de-bethleem-association-des-amis-de-la-chapelle-de-bethleem-d-aubevoye/"
|
helloasso = "https://www.helloasso.com/associations/l-etoile-de-bethleem-association-des-amis-de-la-chapelle-de-bethleem-d-aubevoye/"
|
||||||
|
|
|
@ -36,12 +36,12 @@
|
||||||
<!-- 🚧 Site en construction... 🚧 -->
|
<!-- 🚧 Site en construction... 🚧 -->
|
||||||
<!-- </div> -->
|
<!-- </div> -->
|
||||||
<section class="trailer-section landing-section" id="trailer-organization">
|
<section class="trailer-section landing-section" id="trailer-organization">
|
||||||
<div class="page-container">
|
|
||||||
<div class="organization__explain">
|
|
||||||
<h2>Regardez la vidéo de présentation</h2>
|
|
||||||
<div class="side-icon">
|
<div class="side-icon">
|
||||||
{{ partial "helpers/svg" (dict "path" "icons/old_tv_3d") }}
|
{{ partial "helpers/svg" (dict "path" "icons/old_tv_3d") }}
|
||||||
</div>
|
</div>
|
||||||
|
<div class="landing-section__content page-container">
|
||||||
|
<div class="organization__explain">
|
||||||
|
<h2>Regardez la vidéo de présentation</h2>
|
||||||
<iframe
|
<iframe
|
||||||
class="video"
|
class="video"
|
||||||
title="Campagne d'adhésion 2023-2024 - L'étoile de Bethléem"
|
title="Campagne d'adhésion 2023-2024 - L'étoile de Bethléem"
|
||||||
|
@ -396,8 +396,7 @@
|
||||||
{{ partial "helpers/svg" (dict "path" "icons/press") }}
|
{{ partial "helpers/svg" (dict "path" "icons/press") }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div class="landing-section__content article-cards page-container">
|
||||||
<div class="article-cards page-container">
|
|
||||||
<h2 class="section-title">
|
<h2 class="section-title">
|
||||||
Les dernières nouvelles…
|
Les dernières nouvelles…
|
||||||
</h2>
|
</h2>
|
||||||
|
@ -479,7 +478,6 @@
|
||||||
</div>
|
</div>
|
||||||
{{ end }}{{ end }}
|
{{ end }}{{ end }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue