Add 2 files
Browse files- index.html +10 -1
index.html
CHANGED
|
@@ -232,7 +232,16 @@
|
|
| 232 |
<!-- Hero Video Section -->
|
| 233 |
<section class="pt-0 pb-0 relative">
|
| 234 |
<div class="video-container">
|
| 235 |
-
<
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 236 |
<div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-70"></div>
|
| 237 |
<div class="absolute bottom-0 left-0 right-0 pb-12">
|
| 238 |
<div class="container mx-auto px-6 text-white text-center">
|
|
|
|
| 232 |
<!-- Hero Video Section -->
|
| 233 |
<section class="pt-0 pb-0 relative">
|
| 234 |
<div class="video-container">
|
| 235 |
+
<<iframe
|
| 236 |
+
src="https://www.youtube.com/embed/pid0lrPEtvA?start=30&autoplay=1&mute=1&controls=0&playsinline=1&loop=1&playlist=pid0lrPEtvA"
|
| 237 |
+
title="YouTube video player"
|
| 238 |
+
frameborder="0"
|
| 239 |
+
allow="autoplay; fullscreen; accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
| 240 |
+
allowfullscreen
|
| 241 |
+
referrerpolicy="strict-origin-when-cross-origin"
|
| 242 |
+
style="width:100%; height:100%; object-fit:cover;">
|
| 243 |
+
</iframe>
|
| 244 |
+
</div>
|
| 245 |
<div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-70"></div>
|
| 246 |
<div class="absolute bottom-0 left-0 right-0 pb-12">
|
| 247 |
<div class="container mx-auto px-6 text-white text-center">
|