wixdivin commited on
Commit
9da1f7f
·
verified ·
1 Parent(s): a0b1195

make the flash sales like this - Follow Up Deployment

Browse files
Files changed (2) hide show
  1. index.html +69 -20
  2. prompts.txt +2 -0
index.html CHANGED
@@ -174,55 +174,104 @@
174
  <div class="bg-white py-8">
175
  <div class="container mx-auto px-4">
176
  <div class="flex justify-between items-center mb-6">
177
- <h2 class="text-2xl font-bold">Flash Sale</h2>
 
 
 
 
 
178
  <div class="flex items-center">
179
- <span class="mr-2">Ends in:</span>
180
- <div class="deal-timer text-white px-3 py-1 rounded-full flex items-center">
181
- <span class="font-bold">14:19:49</span>
 
 
 
 
182
  </div>
183
- <a href="#" class="ml-4 text-red-500 hover:underline">View All</a>
184
  </div>
185
  </div>
186
  <div class="grid grid-cols-2 md:grid-cols-5 gap-4">
187
  <!-- Deal Item 1 -->
188
- <a href="#" class="deal-item bg-white p-4 rounded-lg border border-gray-100 transition-all duration-300">
 
 
 
189
  <img src="https://global2019-static-cdn.kikuu.com/k-s-oss-1688457483821yynhCMTJ4z.jpg" alt="Product" class="w-full h-40 object-contain mb-2">
190
  <h3 class="text-sm font-medium mb-1 line-clamp-2">16/12/10/8/6/4/2 LED Solar Wall Lamp Outdoor Waterproof Up and Down Luminous Lighting for Garden Fence Decoration Sunlight Light</h3>
191
- <div class="flex items-center mt-2">
192
- <span class="text-purple-600 font-bold">6,766 RWF</span>
 
193
  </div>
 
 
 
 
194
  </a>
195
  <!-- Deal Item 2 -->
196
- <a href="#" class="deal-item bg-white p-4 rounded-lg border border-gray-100 transition-all duration-300">
 
 
 
197
  <img src="https://global2019-static-cdn.kikuu.com/k-s-oss-1684874241516FGWnPQYYiw.jpg" alt="Product" class="w-full h-40 object-contain mb-2">
198
  <h3 class="text-sm font-medium mb-1 line-clamp-2">Original Unlocked Huawei P10 Mobile Phone 4G LTE 5.1" 64/128G Rom 20MP Android Dual Sim Fingerprint Smart Used Moible Phone</h3>
199
- <div class="flex items-center mt-2">
200
- <span class="text-purple-600 font-bold">57,091 RWF</span>
 
 
 
 
201
  </div>
 
202
  </a>
203
  <!-- Deal Item 3 -->
204
- <a href="#" class="deal-item bg-white p-4 rounded-lg border border-gray-100 transition-all duration-300">
 
 
 
205
  <img src="https://global2019-static-cdn.kikuu.com/k-s-oss-1754480166757fYd7BjhzwF.jpg" alt="Product" class="w-full h-40 object-contain mb-2">
206
  <h3 class="text-sm font-medium mb-1 line-clamp-2">100% Original High-speed 16TB 8TB SSD 4TB 2TB Portable External Solid State Hard Drive USB3.1 Interface Mobile Hard Drive</h3>
207
- <div class="flex items-center mt-2">
208
- <span class="text-purple-600 font-bold">4,318 RWF</span>
 
 
 
 
209
  </div>
 
210
  </a>
211
  <!-- Deal Item 4 -->
212
- <a href="#" class="deal-item bg-white p-4 rounded-lg border border-gray-100 transition-all duration-300">
 
 
 
213
  <img src="https://global2019-static-cdn.kikuu.com/upload-productImg-1629622497619.jpeg" alt="Product" class="w-full h-40 object-contain mb-2">
214
  <h3 class="text-sm font-medium mb-1 line-clamp-2">HD 1080P 360° Rotate Auto Tracking Panoramic Camera Light Bulb Wireless Wifi PTZ IP Camera Remote Viewing Security Surveillance</h3>
215
- <div class="flex items-center mt-2">
216
- <span class="text-purple-600 font-bold">21,361 RWF</span>
 
217
  </div>
 
 
 
 
218
  </a>
219
  <!-- Deal Item 5 -->
220
- <a href="#" class="deal-item bg-white p-4 rounded-lg border border-gray-100 transition-all duration-300">
 
 
 
221
  <img src="https://global2019-static-cdn.kikuu.com/k-s-oss-1695346578113JcZRsPHNZS.jpg" alt="Product" class="w-full h-40 object-contain mb-2">
222
  <h3 class="text-sm font-medium mb-1 line-clamp-2">50ml Teeth Whitening Mousse Deep Cleaning Cigarette Stains Repair Bright Neutralizes Yellow Tones Dental Plaque Fresh Breath</h3>
223
- <div class="flex items-center mt-2">
224
- <span class="text-purple-600 font-bold">6,724 RWF</span>
 
 
 
 
225
  </div>
 
226
  </a>
227
  </div>
228
  </div>
 
174
  <div class="bg-white py-8">
175
  <div class="container mx-auto px-4">
176
  <div class="flex justify-between items-center mb-6">
177
+ <div class="flex items-center space-x-4">
178
+ <h2 class="text-2xl font-bold">Flash Sale</h2>
179
+ <div class="bg-red-500 text-white px-3 py-1 rounded-full text-sm font-bold">
180
+ HOT
181
+ </div>
182
+ </div>
183
  <div class="flex items-center">
184
+ <span class="mr-2 text-gray-600">Ends in:</span>
185
+ <div class="bg-gray-100 px-3 py-1 rounded-full flex items-center space-x-1">
186
+ <span class="font-bold text-red-500">14</span>
187
+ <span class="text-gray-500">:</span>
188
+ <span class="font-bold text-red-500">19</span>
189
+ <span class="text-gray-500">:</span>
190
+ <span class="font-bold text-red-500">49</span>
191
  </div>
192
+ <a href="#" class="ml-4 text-purple-600 hover:underline font-medium">View All</a>
193
  </div>
194
  </div>
195
  <div class="grid grid-cols-2 md:grid-cols-5 gap-4">
196
  <!-- Deal Item 1 -->
197
+ <a href="#" class="deal-item bg-white p-4 rounded-lg border border-gray-100 transition-all duration-300 relative">
198
+ <div class="absolute top-2 left-2 bg-red-500 text-white text-xs font-bold px-2 py-1 rounded">
199
+ -30%
200
+ </div>
201
  <img src="https://global2019-static-cdn.kikuu.com/k-s-oss-1688457483821yynhCMTJ4z.jpg" alt="Product" class="w-full h-40 object-contain mb-2">
202
  <h3 class="text-sm font-medium mb-1 line-clamp-2">16/12/10/8/6/4/2 LED Solar Wall Lamp Outdoor Waterproof Up and Down Luminous Lighting for Garden Fence Decoration Sunlight Light</h3>
203
+ <div class="flex items-center mt-2 space-x-2">
204
+ <span class="text-red-500 font-bold">6,766 RWF</span>
205
+ <span class="text-gray-400 text-xs line-through">9,666 RWF</span>
206
  </div>
207
+ <div class="w-full bg-gray-200 rounded-full h-1.5 mt-2">
208
+ <div class="bg-red-500 h-1.5 rounded-full" style="width: 70%"></div>
209
+ </div>
210
+ <div class="text-xs text-gray-500 mt-1">Sold: 24/30</div>
211
  </a>
212
  <!-- Deal Item 2 -->
213
+ <a href="#" class="deal-item bg-white p-4 rounded-lg border border-gray-100 transition-all duration-300 relative">
214
+ <div class="absolute top-2 left-2 bg-red-500 text-white text-xs font-bold px-2 py-1 rounded">
215
+ -45%
216
+ </div>
217
  <img src="https://global2019-static-cdn.kikuu.com/k-s-oss-1684874241516FGWnPQYYiw.jpg" alt="Product" class="w-full h-40 object-contain mb-2">
218
  <h3 class="text-sm font-medium mb-1 line-clamp-2">Original Unlocked Huawei P10 Mobile Phone 4G LTE 5.1" 64/128G Rom 20MP Android Dual Sim Fingerprint Smart Used Moible Phone</h3>
219
+ <div class="flex items-center mt-2 space-x-2">
220
+ <span class="text-red-500 font-bold">57,091 RWF</span>
221
+ <span class="text-gray-400 text-xs line-through">103,802 RWF</span>
222
+ </div>
223
+ <div class="w-full bg-gray-200 rounded-full h-1.5 mt-2">
224
+ <div class="bg-red-500 h-1.5 rounded-full" style="width: 85%"></div>
225
  </div>
226
+ <div class="text-xs text-gray-500 mt-1">Sold: 17/20</div>
227
  </a>
228
  <!-- Deal Item 3 -->
229
+ <a href="#" class="deal-item bg-white p-4 rounded-lg border border-gray-100 transition-all duration-300 relative">
230
+ <div class="absolute top-2 left-2 bg-red-500 text-white text-xs font-bold px-2 py-1 rounded">
231
+ -60%
232
+ </div>
233
  <img src="https://global2019-static-cdn.kikuu.com/k-s-oss-1754480166757fYd7BjhzwF.jpg" alt="Product" class="w-full h-40 object-contain mb-2">
234
  <h3 class="text-sm font-medium mb-1 line-clamp-2">100% Original High-speed 16TB 8TB SSD 4TB 2TB Portable External Solid State Hard Drive USB3.1 Interface Mobile Hard Drive</h3>
235
+ <div class="flex items-center mt-2 space-x-2">
236
+ <span class="text-red-500 font-bold">4,318 RWF</span>
237
+ <span class="text-gray-400 text-xs line-through">10,795 RWF</span>
238
+ </div>
239
+ <div class="w-full bg-gray-200 rounded-full h-1.5 mt-2">
240
+ <div class="bg-red-500 h-1.5 rounded-full" style="width: 90%"></div>
241
  </div>
242
+ <div class="text-xs text-gray-500 mt-1">Sold: 27/30</div>
243
  </a>
244
  <!-- Deal Item 4 -->
245
+ <a href="#" class="deal-item bg-white p-4 rounded-lg border border-gray-100 transition-all duration-300 relative">
246
+ <div class="absolute top-2 left-2 bg-red-500 text-white text-xs font-bold px-2 py-1 rounded">
247
+ -25%
248
+ </div>
249
  <img src="https://global2019-static-cdn.kikuu.com/upload-productImg-1629622497619.jpeg" alt="Product" class="w-full h-40 object-contain mb-2">
250
  <h3 class="text-sm font-medium mb-1 line-clamp-2">HD 1080P 360° Rotate Auto Tracking Panoramic Camera Light Bulb Wireless Wifi PTZ IP Camera Remote Viewing Security Surveillance</h3>
251
+ <div class="flex items-center mt-2 space-x-2">
252
+ <span class="text-red-500 font-bold">21,361 RWF</span>
253
+ <span class="text-gray-400 text-xs line-through">28,481 RWF</span>
254
  </div>
255
+ <div class="w-full bg-gray-200 rounded-full h-1.5 mt-2">
256
+ <div class="bg-red-500 h-1.5 rounded-full" style="width: 65%"></div>
257
+ </div>
258
+ <div class="text-xs text-gray-500 mt-1">Sold: 13/20</div>
259
  </a>
260
  <!-- Deal Item 5 -->
261
+ <a href="#" class="deal-item bg-white p-4 rounded-lg border border-gray-100 transition-all duration-300 relative">
262
+ <div class="absolute top-2 left-2 bg-red-500 text-white text-xs font-bold px-2 py-1 rounded">
263
+ -15%
264
+ </div>
265
  <img src="https://global2019-static-cdn.kikuu.com/k-s-oss-1695346578113JcZRsPHNZS.jpg" alt="Product" class="w-full h-40 object-contain mb-2">
266
  <h3 class="text-sm font-medium mb-1 line-clamp-2">50ml Teeth Whitening Mousse Deep Cleaning Cigarette Stains Repair Bright Neutralizes Yellow Tones Dental Plaque Fresh Breath</h3>
267
+ <div class="flex items-center mt-2 space-x-2">
268
+ <span class="text-red-500 font-bold">6,724 RWF</span>
269
+ <span class="text-gray-400 text-xs line-through">7,910 RWF</span>
270
+ </div>
271
+ <div class="w-full bg-gray-200 rounded-full h-1.5 mt-2">
272
+ <div class="bg-red-500 h-1.5 rounded-full" style="width: 55%"></div>
273
  </div>
274
+ <div class="text-xs text-gray-500 mt-1">Sold: 11/20</div>
275
  </a>
276
  </div>
277
  </div>
prompts.txt CHANGED
@@ -0,0 +1,2 @@
 
 
 
1
+ make the flash sales like this
2
+ make the flash sales like this