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="landing-section__content page-container">
|
||||||
<div class="organization__explain">
|
<div class="organization__explain">
|
||||||
<h2>Regardez la vidéo de présentation</h2>
|
<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"
|
||||||
width="100%" height="431"
|
width="100%" height="431"
|
||||||
src="https://peertube.iriseden.eu/videos/embed/9db3e44d-6474-44d9-b528-72fa46cc788b?warningTitle=0&p2p=0"
|
src="https://peertube.iriseden.eu/videos/embed/9db3e44d-6474-44d9-b528-72fa46cc788b?warningTitle=0&p2p=0"
|
||||||
frameborder="0" allowfullscreen=""
|
frameborder="0" allowfullscreen=""
|
||||||
sandbox="allow-same-origin allow-scripts allow-popups"
|
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">
|
<div class="end-action-container">
|
||||||
<a
|
<a
|
||||||
href="https://youtube.com/watch?v=vJeEqDfz_4c"
|
href="https://youtube.com/watch?v=vJeEqDfz_4c"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="button button-sm button-light mr-1">
|
class="button button-sm button-light mr-1">
|
||||||
Sur youtube
|
Sur YouTube
|
||||||
</a>
|
</a>
|
||||||
|
<!--
|
||||||
<a
|
<a
|
||||||
href="https://peertube.iriseden.eu/w/kttSsyAhtBDX76VciXDRDM"
|
href="https://peertube.iriseden.eu/w/kttSsyAhtBDX76VciXDRDM"
|
||||||
target="_blank"
|
target="_blank"
|
||||||
class="button button-sm button-light">
|
class="button button-sm button-light">
|
||||||
Sur Peertube
|
Sur Peertube
|
||||||
</a>
|
</a>
|
||||||
|
-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue