Nouvelle mouture du site web de Dylan
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

37 lines
831 B

  1. ---
  2. ---
  3. <html lang="{{ page.lang | default: site.lang | default: "en" }}">
  4. {%- include head.html -%}
  5. <body>
  6. {%- include header.html -%}
  7. <main class="page-content video-container" aria-label="Content">
  8. <video id="demo" src="/assets/demoreel2020.webm" type="video/webm" autoplay="true" muted="true">
  9. </video>
  10. <button onclick="playShowReel()">Play showreel</button>
  11. <div id="fullscreen-showreel" class="hidden">
  12. <button onclick="leaveShowReel()" class="large">&times;</button>
  13. <video
  14. width="800px"
  15. autoplay="true"
  16. id="showreel"
  17. src="/assets/demoreel2020.webm"
  18. type="video/webm"
  19. controls>
  20. </video>
  21. <div>
  22. </main>
  23. {%- include contact.html -%}
  24. {%- include footer.html -%}
  25. </body>
  26. </html>