workshop-tailwind-css/templates/includes/home/video.html.twig

12 lines
763 B
Twig
Raw Normal View History

2021-02-17 23:50:06 +00:00
<div class="flex items-center justify-center px-4 mx-auto max-w-screen-2xl">
2021-02-17 23:41:08 +00:00
<video class="w-full opacity-60" poster="https://www.fldrupal.camp/sites/all/themes/fldc17/images/video-poster.jpg" preload="auto">
2021-02-17 23:34:40 +00:00
<source src="https://www.fldrupal.camp/sites/default/files/FLDC17%20Promo-high.mp4" type="video/mp4">
</video>
2021-02-17 23:42:17 +00:00
2021-02-17 23:50:06 +00:00
<img class="absolute w-96" src="https://www.fldrupal.camp/sites/all/themes/fldc17/images/logo-general.svg" alt="Florida Drupalcamp Logo">
2021-02-17 23:53:26 +00:00
<img src="https://www.fldrupal.camp/sites/all/themes/fldc17/images/stars-1.svg" alt="">
<img src="https://www.fldrupal.camp/sites/all/themes/fldc17/images/stars-2.svg" alt="">
<img src="https://www.fldrupal.camp/sites/all/themes/fldc17/images/stars-3.svg" alt="">
2021-02-17 23:34:40 +00:00
</div>