61 lines
2.7 KiB
HTML
61 lines
2.7 KiB
HTML
{{ define "main" }}
|
|
<div class="root">
|
|
<div class="adhesion-container">
|
|
<div class="video-presentation">
|
|
<!-- <!-1- <iframe -1-> -->
|
|
<!-- <!-1- title="Campagne d'adhésion 2023-2024 - L'étoile de Bethléem" -1-> -->
|
|
<!-- <!-1- width="100%" height="950" -1-> -->
|
|
<!-- <!-1- src="https://peertube.iriseden.eu/videos/embed/575e83c9-2dd5-464c-a31e-c2aae1bfd48b?p2p=0" -1-> -->
|
|
<!-- <!-1- frameborder="0" allowfullscreen="" sandbox="allow-same-origin allow-scripts allow-popups"> -1-> -->
|
|
<!-- <!-1- </iframe> -1-> -->
|
|
<iframe
|
|
width="100%"
|
|
src="https://www.youtube.com/embed/vJeEqDfz_4c"
|
|
title="YouTube video player"
|
|
frameborder="0"
|
|
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
|
allowfullscreen
|
|
></iframe>
|
|
|
|
</div>
|
|
</div>
|
|
<div class="adhesion-footer">
|
|
<div class="page-container adhesion-btns">
|
|
<a
|
|
class="btn subscribe-button"
|
|
href="{{ .Site.Params.contact.helloasso_adhesion }}"
|
|
title="Adhérer sur Helloasso"
|
|
>
|
|
{{ partial "helpers/svg" (dict "path" "icons/helloasso" "class" "btn__icon") }}
|
|
Adhérer
|
|
</a>
|
|
|
|
<ul class="socials">
|
|
<li class="btn" title="Télécharger le bulletin d'adhésion papier">
|
|
<a href="{{ .Site.Params.contact.paper_adhesion }}">
|
|
{{ partial "helpers/svg" (dict "path" "icons/document" "class" "site-footer-socials__logo") }}
|
|
</a>
|
|
</li>
|
|
<li class="btn" title="Envoyer nous un e-mail">
|
|
<a href="mailto:{{ .Site.Params.contact.email }}">
|
|
{{ partial "helpers/svg" (dict "path" "icons/email" "class" "site-footer-socials__logo") }}
|
|
</a>
|
|
</li>
|
|
<li class="btn" title="Notre chaîne YouTube">
|
|
<a href="{{ .Site.Params.socials.youtube }}">
|
|
{{ partial "helpers/svg" (dict "path" "icons/youtube" "class" "site-footer-socials__logo") }}
|
|
</a>
|
|
</li>
|
|
<li class="btn" title="Notre groupe facebook">
|
|
<a href="{{ .Site.Params.socials.facebook }}">
|
|
{{ partial "helpers/svg" (dict "path" "icons/facebook" "class" "site-footer-socials__logo") }}
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{ end }}
|
|
|