Promote version 61d60d2 to main
Browse filesPromoted commit 61d60d28d5e4673f325df3892b0dc36c2f618b24 to main branch
- results.html +5 -15
results.html
CHANGED
|
@@ -243,23 +243,13 @@
|
|
| 243 |
<span class="text-yellow-500">WATCH</span> THEIR STORIES
|
| 244 |
</h2>
|
| 245 |
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
| 246 |
-
<div class="relative aspect-video bg-black rounded-xl overflow-hidden border border-yellow-500
|
| 247 |
-
<
|
| 248 |
-
<div class="absolute inset-0 flex items-center justify-center">
|
| 249 |
-
<div class="bg-black bg-opacity-70 p-4 rounded-full">
|
| 250 |
-
<i data-feather="play" class="w-12 h-12 text-yellow-500"></i>
|
| 251 |
-
</div>
|
| 252 |
-
</div>
|
| 253 |
</div>
|
| 254 |
-
<div class="relative aspect-video bg-black rounded-xl overflow-hidden border border-yellow-500
|
| 255 |
-
<
|
| 256 |
-
<div class="absolute inset-0 flex items-center justify-center">
|
| 257 |
-
<div class="bg-black bg-opacity-70 p-4 rounded-full">
|
| 258 |
-
<i data-feather="play" class="w-12 h-12 text-yellow-500"></i>
|
| 259 |
-
</div>
|
| 260 |
-
</div>
|
| 261 |
</div>
|
| 262 |
-
</div>
|
| 263 |
</div>
|
| 264 |
|
| 265 |
<!-- Call to Action -->
|
|
|
|
| 243 |
<span class="text-yellow-500">WATCH</span> THEIR STORIES
|
| 244 |
</h2>
|
| 245 |
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
|
| 246 |
+
<div class="relative aspect-video bg-black rounded-xl overflow-hidden border border-yellow-500">
|
| 247 |
+
<iframe class="w-full h-full" src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 248 |
</div>
|
| 249 |
+
<div class="relative aspect-video bg-black rounded-xl overflow-hidden border border-yellow-500">
|
| 250 |
+
<iframe class="w-full h-full" src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 251 |
</div>
|
| 252 |
+
</div>
|
| 253 |
</div>
|
| 254 |
|
| 255 |
<!-- Call to Action -->
|