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 {
|
||||
padding-top: 2rem;
|
||||
}
|
||||
|
||||
.landing-section__content {
|
||||
z-index: 2;
|
||||
position: relative;
|
||||
}
|
||||
}
|
||||
|
||||
.news-section {
|
||||
|
||||
.side-icon {
|
||||
left: -50px;
|
||||
bottom: -75px;
|
||||
|
|
|
@ -14,6 +14,7 @@ changefreq = 'weekly'
|
|||
[params]
|
||||
dateFmt = "02.01.2006 15:04"
|
||||
[params.contact]
|
||||
peertube = "https://peertube.iriseden.eu/c/etoiledebethleem/videos"
|
||||
email = "contact@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/"
|
||||
|
|
|
@ -36,12 +36,12 @@
|
|||
<!-- 🚧 Site en construction... 🚧 -->
|
||||
<!-- </div> -->
|
||||
<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">
|
||||
{{ partial "helpers/svg" (dict "path" "icons/old_tv_3d") }}
|
||||
</div>
|
||||
<div class="landing-section__content page-container">
|
||||
<div class="organization__explain">
|
||||
<h2>Regardez la vidéo de présentation</h2>
|
||||
<iframe
|
||||
class="video"
|
||||
title="Campagne d'adhésion 2023-2024 - L'étoile de Bethléem"
|
||||
|
@ -396,8 +396,7 @@
|
|||
{{ partial "helpers/svg" (dict "path" "icons/press") }}
|
||||
</div>
|
||||
|
||||
|
||||
<div class="article-cards page-container">
|
||||
<div class="landing-section__content article-cards page-container">
|
||||
<h2 class="section-title">
|
||||
Les dernières nouvelles…
|
||||
</h2>
|
||||
|
@ -479,7 +478,6 @@
|
|||
</div>
|
||||
{{ end }}{{ end }}
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
Loading…
Reference in a new issue