fix(landing): using youtube embed for now, our peertube instance peertube.iriseden.eu is broken
All checks were successful
Deploy workflow / deploy (push) Successful in 32s
All checks were successful
Deploy workflow / deploy (push) Successful in 32s
This commit is contained in:
parent
c3178fed85
commit
a106346db2
1 changed files with 17 additions and 3 deletions
|
@ -43,27 +43,41 @@
|
|||
<div class="landing-section__content page-container">
|
||||
<div class="organization__explain">
|
||||
<h2>Regardez la vidéo de présentation</h2>
|
||||
<iframe
|
||||
<!-- <iframe
|
||||
class="video"
|
||||
title="Campagne d'adhésion 2023-2024 - L'étoile de Bethléem"
|
||||
width="100%" height="431"
|
||||
src="https://peertube.iriseden.eu/videos/embed/9db3e44d-6474-44d9-b528-72fa46cc788b?warningTitle=0&p2p=0"
|
||||
frameborder="0" allowfullscreen=""
|
||||
sandbox="allow-same-origin allow-scripts allow-popups"
|
||||
></iframe>
|
||||
></iframe> -->
|
||||
<!-- <video class="video"> -->
|
||||
<!-- <source src="https://fichiers.etoiledebethleem.fr/videos/teaser/md.mp4" type="video/mp4"> -->
|
||||
<!-- </video> -->
|
||||
|
||||
<iframe
|
||||
class="video"
|
||||
width="100%" height="431"
|
||||
src="https://www.youtube-nocookie.com/embed/vJeEqDfz_4c?si=tAD28g6YL4xEpnmR"
|
||||
title="YouTube video player" frameborder="0" allow="web-share"
|
||||
referrerpolicy="strict-origin-when-cross-origin" allowfullscreen>
|
||||
</iframe>
|
||||
|
||||
<div class="end-action-container">
|
||||
<a
|
||||
href="https://youtube.com/watch?v=vJeEqDfz_4c"
|
||||
target="_blank"
|
||||
class="button button-sm button-light mr-1">
|
||||
Sur youtube
|
||||
Sur YouTube
|
||||
</a>
|
||||
<!--
|
||||
<a
|
||||
href="https://peertube.iriseden.eu/w/kttSsyAhtBDX76VciXDRDM"
|
||||
target="_blank"
|
||||
class="button button-sm button-light">
|
||||
Sur Peertube
|
||||
</a>
|
||||
-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue