-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ <h1>Welcome to the Pitre Family Gathering for CMA2024</h1> | |
<main> | ||
<div class="video-container"> | ||
<video controls preload="metadata" width="320" id="videoPlayer" poster="https://pitrewebpagestorage.blob.core.windows.net/$web/images/Flag_of_Acadia.svg.png"> | ||
<source src="https://pitrewebpagestorage.blob.core.windows.net/$web/videos/FFMontageAcadie.mp4" type="video/mp4"> | ||
<source src="https://pitrewebpagestorage.blob.core.windows.net/$web/videos/FFMontageAcadie.mp4" type="video/mp4" alt="Montage video from AI generated stills using RunwayML"> | ||
Your browser does not support the video tag. | ||
</video> | ||
<button onclick="popOutPlayer()">Pop Out</button> | ||
|
@@ -85,7 +85,8 @@ <h1>Welcome to the Pitre Family Gathering for CMA2024</h1> | |
</main> | ||
|
||
<footer> | ||
Contact us at: <a href="mailto:[email protected]">[email protected]</a> | ||
Contact us at: <a href="mailto:[email protected]">[email protected]</a><br> | ||
For information relating to CMA2024 please goto their website, <A HREF="https://cma2024.ca/en/">https://cma2024.ca/en/</A>. | ||
</footer> | ||
|
||
<script src="js/popout_videoplayer.js"></script> | ||
|