Spaces:
Running
Running
please remove this - Follow Up Deployment
Browse files- index.html +7 -6
index.html
CHANGED
|
@@ -26,6 +26,11 @@
|
|
| 26 |
</script>
|
| 27 |
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
| 28 |
<style type="text/tailwindcss">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
/* Confetti styles */
|
| 30 |
.confetti {
|
| 31 |
position: absolute;
|
|
@@ -208,7 +213,7 @@
|
|
| 208 |
<div class="relative bg-gray-900/60 backdrop-blur-sm border border-purple-700/50 rounded-2xl p-6 text-center">
|
| 209 |
<h3 class="text-xl md:text-2xl font-bold text-white mb-2">Web3 Academy</h3>
|
| 210 |
<h3 class="text-xl md:text-2xl font-bold gradient-text confetti-trigger drop-shadow-lg">Bridging Web3, AI and Gaming</h3>
|
| 211 |
-
<p class="text-white text-sm mt-2">September 16–
|
| 212 |
</div>
|
| 213 |
</div>
|
| 214 |
|
|
@@ -335,11 +340,7 @@
|
|
| 335 |
<span class="gradient-text">SBC Web3District Academy Schedule</span>
|
| 336 |
</h2>
|
| 337 |
<p class="text-xl text-purple-200 max-w-2xl mx-auto">
|
| 338 |
-
|
| 339 |
-
</p>
|
| 340 |
-
<p class="text-base text-purple-300 max-w-2xl mx-auto mt-2">
|
| 341 |
-
Practical tools. Real use cases. Zero complication.<br>
|
| 342 |
-
Because for every challenge—there's a blockchain for that.
|
| 343 |
</p>
|
| 344 |
<div class="w-24 h-1 bg-gradient-to-r from-purple-start to-fuchsia-end mx-auto mt-4"></div>
|
| 345 |
</div>
|
|
|
|
| 26 |
</script>
|
| 27 |
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
|
| 28 |
<style type="text/tailwindcss">
|
| 29 |
+
/* Hides the DeepSite footer badge */
|
| 30 |
+
a[href*="deepsite"] {
|
| 31 |
+
display: none !important;
|
| 32 |
+
}
|
| 33 |
+
|
| 34 |
/* Confetti styles */
|
| 35 |
.confetti {
|
| 36 |
position: absolute;
|
|
|
|
| 213 |
<div class="relative bg-gray-900/60 backdrop-blur-sm border border-purple-700/50 rounded-2xl p-6 text-center">
|
| 214 |
<h3 class="text-xl md:text-2xl font-bold text-white mb-2">Web3 Academy</h3>
|
| 215 |
<h3 class="text-xl md:text-2xl font-bold gradient-text confetti-trigger drop-shadow-lg">Bridging Web3, AI and Gaming</h3>
|
| 216 |
+
<p class="text-white text-sm mt-2">September 16–18, 2025</p>
|
| 217 |
</div>
|
| 218 |
</div>
|
| 219 |
|
|
|
|
| 340 |
<span class="gradient-text">SBC Web3District Academy Schedule</span>
|
| 341 |
</h2>
|
| 342 |
<p class="text-xl text-purple-200 max-w-2xl mx-auto">
|
| 343 |
+
Interactive workshops & sessions exploring Web3 innovation
|
|
|
|
|
|
|
|
|
|
|
|
|
| 344 |
</p>
|
| 345 |
<div class="w-24 h-1 bg-gradient-to-r from-purple-start to-fuchsia-end mx-auto mt-4"></div>
|
| 346 |
</div>
|