Spaces:
Running
Running
can you make this video as background for the main title in the website: https://huggingface.co/spaces/web3district/sbcxweb3dstrict/blob/main/Tech_Summit_Hologram_Reveal%20(1).mp4 - Follow Up Deployment
Browse files- index.html +11 -10
- prompts.txt +3 -1
index.html
CHANGED
|
@@ -156,10 +156,15 @@
|
|
| 156 |
<body class="min-h-screen">
|
| 157 |
<!-- Hero Section -->
|
| 158 |
<section class="min-h-screen flex items-center relative">
|
| 159 |
-
<!--
|
| 160 |
-
<div class="
|
| 161 |
-
|
| 162 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 163 |
|
| 164 |
<!-- Hero Content -->
|
| 165 |
<div class="container mx-auto px-4 py-24 relative z-10">
|
|
@@ -333,12 +338,8 @@
|
|
| 333 |
</section>
|
| 334 |
|
| 335 |
<!-- Academy Topics Section -->
|
| 336 |
-
<section class="relative overflow-hidden bg-gray-900">
|
| 337 |
-
<
|
| 338 |
-
<div class="w-full h-48 md:h-64 overflow-hidden">
|
| 339 |
-
<img src="https://drive.google.com/uc?export=view&id=1lXuUv_K16XKTu2rPbULRomF6YiHwb2jo" alt="SBC Web3District Academy" class="w-full h-full object-cover">
|
| 340 |
-
</div>
|
| 341 |
-
<div class="container mx-auto px-4 relative z-10 py-20">
|
| 342 |
<div class="text-center mb-16">
|
| 343 |
<h2 class="text-3xl md:text-4xl font-bold mb-4">
|
| 344 |
<span class="gradient-text">SBC Web3District Academy Topics</span>
|
|
|
|
| 156 |
<body class="min-h-screen">
|
| 157 |
<!-- Hero Section -->
|
| 158 |
<section class="min-h-screen flex items-center relative">
|
| 159 |
+
<!-- Video Background -->
|
| 160 |
+
<div class="absolute inset-0 overflow-hidden z-0">
|
| 161 |
+
<video autoplay muted loop playsinline class="w-full h-full object-cover">
|
| 162 |
+
<source src="https://huggingface.co/spaces/web3district/sbcxweb3dstrict/resolve/main/Tech_Summit_Hologram_Reveal%20(1).mp4" type="video/mp4">
|
| 163 |
+
Your browser does not support the video tag.
|
| 164 |
+
</video>
|
| 165 |
+
<div class="absolute inset-0 bg-gradient-to-b from-black/80 via-transparent to-black/80"></div>
|
| 166 |
+
<div class="absolute inset-0 bg-gradient-to-r from-purple-900/30 via-transparent to-fuchsia-900/30"></div>
|
| 167 |
+
</div>
|
| 168 |
|
| 169 |
<!-- Hero Content -->
|
| 170 |
<div class="container mx-auto px-4 py-24 relative z-10">
|
|
|
|
| 338 |
</section>
|
| 339 |
|
| 340 |
<!-- Academy Topics Section -->
|
| 341 |
+
<section class="py-20 relative overflow-hidden bg-gray-900">
|
| 342 |
+
<div class="container mx-auto px-4 relative z-10">
|
|
|
|
|
|
|
|
|
|
|
|
|
| 343 |
<div class="text-center mb-16">
|
| 344 |
<h2 class="text-3xl md:text-4xl font-bold mb-4">
|
| 345 |
<span class="gradient-text">SBC Web3District Academy Topics</span>
|
prompts.txt
CHANGED
|
@@ -1,3 +1,5 @@
|
|
| 1 |
make this button with the View All Academy Topics to have the button colour to appear without the mouse over
|
| 2 |
please make the button View All Academy Topics back with this code: <a href="https://docs.google.com/spreadsheets/d/1C16Bn_0BY-8lg8dM_F1LCzWbko1dzkbQGYkbfaXH8ZQ/edit?gid=691593670#gid=691593670" target="_blank" class="bg-gradient-to-r from-purple-start to-fuchsia-end hover:from-purple-600 hover:to-pink-600 text-white font-bold py-3 px-8 rounded-full transition-all transform hover:scale-105 inline-block"> View All Academy Topics </a>
|
| 3 |
-
can you place this animated gif as a header for SBC academy?: https://drive.google.com/file/d/1lXuUv_K16XKTu2rPbULRomF6YiHwb2jo/view?usp=sharing
|
|
|
|
|
|
|
|
|
| 1 |
make this button with the View All Academy Topics to have the button colour to appear without the mouse over
|
| 2 |
please make the button View All Academy Topics back with this code: <a href="https://docs.google.com/spreadsheets/d/1C16Bn_0BY-8lg8dM_F1LCzWbko1dzkbQGYkbfaXH8ZQ/edit?gid=691593670#gid=691593670" target="_blank" class="bg-gradient-to-r from-purple-start to-fuchsia-end hover:from-purple-600 hover:to-pink-600 text-white font-bold py-3 px-8 rounded-full transition-all transform hover:scale-105 inline-block"> View All Academy Topics </a>
|
| 3 |
+
can you place this animated gif as a header for SBC academy?: https://drive.google.com/file/d/1lXuUv_K16XKTu2rPbULRomF6YiHwb2jo/view?usp=sharing
|
| 4 |
+
the gif dont appear from the google drive link please fix
|
| 5 |
+
can you make this video as background for the main title in the website: https://huggingface.co/spaces/web3district/sbcxweb3dstrict/blob/main/Tech_Summit_Hologram_Reveal%20(1).mp4
|