web3district commited on
Commit
0cdf6b6
·
verified ·
1 Parent(s): d332ce1

please remove the view detailed spreadsheet button from Parntership Deliverables - Follow Up Deployment

Browse files
Files changed (2) hide show
  1. index.html +14 -12
  2. prompts.txt +3 -1
index.html CHANGED
@@ -166,28 +166,30 @@
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
- <!-- Logo Card (Moved to top left) -->
170
- <div class="absolute top-6 left-6 z-20">
171
- <div class="speaker-card group relative w-[100px] h-[100px]">
 
 
172
  <div class="absolute inset-0 bg-gradient-to-br from-purple-900/30 to-fuchsia-900/30 rounded-2xl shadow-2xl"></div>
173
  <div class="relative bg-transparent backdrop-blur-sm border border-purple-700/50 rounded-2xl h-full w-full flex items-center justify-center p-2 overflow-hidden">
174
  <img src="https://huggingface.co/spaces/web3district/sbcxweb3dstrict/resolve/main/web3district2_pink%5B2463%5D.png" alt="Web3District Logo" class="h-[135%] w-[135%] object-contain">
175
  </div>
176
  </div>
177
 
178
- <div class="text-center mb-6 mt-8">
179
- <div class="inline-block bg-gradient-to-r from-purple-start to-fuchsia-end p-1 rounded-full">
180
  <div class="bg-gray-900 rounded-full px-4 py-1 text-sm font-semibold">
181
  Partnership Campaign: May-October 2025
182
  </div>
183
  </div>
184
  </div>
185
- <h1 class="text-5xl md:text-7xl font-extrabold mb-8 text-3d text-center">
186
  <span class="text-white">SBC I SUMMIT</span>
187
  <span class="gradient-text mx-2">×</span>
188
  <span class="text-white">Web3District</span>
189
  </h1>
190
- <div class="bg-black/30 backdrop-blur-sm rounded-lg p-4 mb-8 max-w-3xl mx-auto text-center">
191
  <p class="text-xl md:text-2xl font-light text-white mb-0">
192
  Connecting Lisbon's Web3 culture to SBC Summit through a gamified Quest experience
193
  </p>
@@ -196,15 +198,15 @@
196
  <div class="bg-gradient-to-r from-purple-start to-fuchsia-end p-1 rounded-xl mb-8 mx-auto max-w-xl">
197
  <div class="bg-gray-900 rounded-xl px-6 py-4">
198
  <div class="grid grid-cols-3 gap-2">
199
- <div class="bg-gray-900/50 p-2 rounded-lg text-center">
200
  <p class="text-2xl font-bold gradient-text">+10K</p>
201
  <p class="text-xs text-purple-200">Increase attendees</p>
202
  </div>
203
- <div class="bg-gray-900/50 p-2 rounded-lg text-center">
204
  <p class="text-2xl font-bold gradient-text">+25%</p>
205
  <p class="text-xs text-purple-200">Ticket sales growth</p>
206
  </div>
207
- <div class="bg-gray-900/50 p-2 rounded-lg text-center">
208
  <p class="text-2xl font-bold gradient-text">5+</p>
209
  <p class="text-xs text-purple-200">New sponsors</p>
210
  </div>
@@ -212,8 +214,8 @@
212
  </div>
213
  </div>
214
 
215
- <div class="text-center">
216
- > <a href="https://t.me/+BeZCavG1yjo2M2Y0" target="_blank" class="bg-gradient-to-r from-purple-start to-fuchsia-end hover:bg-gradient-to-r hover:from-blue-400 hover:to-purple-500 text-white font-bold py-3 px-8 rounded-full transition-all transform hover:scale-105 duration-300">
217
  Join the Quest
218
  </a>
219
  </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">
171
+ <div class="max-w-5xl mx-auto text-center">
172
+ <!-- Logo Card -->
173
+ <div class="speaker-card group relative w-[100px] h-[100px] mx-auto mb-8">
174
  <div class="absolute inset-0 bg-gradient-to-br from-purple-900/30 to-fuchsia-900/30 rounded-2xl shadow-2xl"></div>
175
  <div class="relative bg-transparent backdrop-blur-sm border border-purple-700/50 rounded-2xl h-full w-full flex items-center justify-center p-2 overflow-hidden">
176
  <img src="https://huggingface.co/spaces/web3district/sbcxweb3dstrict/resolve/main/web3district2_pink%5B2463%5D.png" alt="Web3District Logo" class="h-[135%] w-[135%] object-contain">
177
  </div>
178
  </div>
179
 
180
+ <div class="flex justify-center mb-6">
181
+ <div class="bg-gradient-to-r from-purple-start to-fuchsia-end p-1 rounded-full">
182
  <div class="bg-gray-900 rounded-full px-4 py-1 text-sm font-semibold">
183
  Partnership Campaign: May-October 2025
184
  </div>
185
  </div>
186
  </div>
187
+ <h1 class="text-5xl md:text-7xl font-extrabold mb-8 text-3d">
188
  <span class="text-white">SBC I SUMMIT</span>
189
  <span class="gradient-text mx-2">×</span>
190
  <span class="text-white">Web3District</span>
191
  </h1>
192
+ <div class="bg-black/30 backdrop-blur-sm rounded-lg p-4 mb-8 max-w-3xl mx-auto">
193
  <p class="text-xl md:text-2xl font-light text-white mb-0">
194
  Connecting Lisbon's Web3 culture to SBC Summit through a gamified Quest experience
195
  </p>
 
198
  <div class="bg-gradient-to-r from-purple-start to-fuchsia-end p-1 rounded-xl mb-8 mx-auto max-w-xl">
199
  <div class="bg-gray-900 rounded-xl px-6 py-4">
200
  <div class="grid grid-cols-3 gap-2">
201
+ <div class="bg-gray-900/50 p-2 rounded-lg">
202
  <p class="text-2xl font-bold gradient-text">+10K</p>
203
  <p class="text-xs text-purple-200">Increase attendees</p>
204
  </div>
205
+ <div class="bg-gray-900/50 p-2 rounded-lg">
206
  <p class="text-2xl font-bold gradient-text">+25%</p>
207
  <p class="text-xs text-purple-200">Ticket sales growth</p>
208
  </div>
209
+ <div class="bg-gray-900/50 p-2 rounded-lg">
210
  <p class="text-2xl font-bold gradient-text">5+</p>
211
  <p class="text-xs text-purple-200">New sponsors</p>
212
  </div>
 
214
  </div>
215
  </div>
216
 
217
+ <div class="flex justify-center">
218
+ <a href="https://t.me/+BeZCavG1yjo2M2Y0" target="_blank" class="bg-gradient-to-r from-purple-start to-fuchsia-end hover:bg-gradient-to-r hover:from-blue-400 hover:to-purple-500 text-white font-bold py-3 px-8 rounded-full transition-all transform hover:scale-105 duration-300">
219
  Join the Quest
220
  </a>
221
  </div>
prompts.txt CHANGED
@@ -27,4 +27,6 @@ here on this section "Partnership Deliverables" create a button see detailed spr
27
  here on this section "Partnership Deliverables" create a button see detailed spreadsheet in a dialog box, for the box web3 deliverables : https://huggingface.co/spaces/web3district/sbcxweb3dstrict/blob/main/Web3District_Deliverables.html
28
  the view detailed spreadsheet isnt calling the spreadsheet lpease fix it
29
  please call this html in a blank page: https://huggingface.co/spaces/web3district/sbcxweb3dstrict/blob/main/Web3District_Deliverables.html
30
- please call this html in a blank page when click the button view more details in the web3district deliverales: https://huggingface.co/spaces/web3district/sbcxweb3dstrict/blob/main/Web3District_Deliverables.html
 
 
 
27
  here on this section "Partnership Deliverables" create a button see detailed spreadsheet in a dialog box, for the box web3 deliverables : https://huggingface.co/spaces/web3district/sbcxweb3dstrict/blob/main/Web3District_Deliverables.html
28
  the view detailed spreadsheet isnt calling the spreadsheet lpease fix it
29
  please call this html in a blank page: https://huggingface.co/spaces/web3district/sbcxweb3dstrict/blob/main/Web3District_Deliverables.html
30
+ please call this html in a blank page when click the button view more details in the web3district deliverales: https://huggingface.co/spaces/web3district/sbcxweb3dstrict/blob/main/Web3District_Deliverables.html
31
+ please make all this aligned to the center as before: SBC I SUMMIT × Web3District Connecting Lisbon's Web3 culture to SBC Summit through a gamified Quest experience +10K Increase attendees +25% Ticket sales growth 5+ New sponsors Join the Quest
32
+ please remove the view detailed spreadsheet button from Parntership Deliverables