ProjectGenesis commited on
Commit
52bcc36
·
verified ·
1 Parent(s): 02c45e0

Change the "Account Settings Panel - Minimalist Style" Section to a more modern style. Maintain Minimalist approach. - Follow Up Deployment

Browse files
Files changed (2) hide show
  1. index.html +22 -34
  2. prompts.txt +3 -1
index.html CHANGED
@@ -288,52 +288,40 @@
288
  </div>
289
  </section>
290
 
291
- <!-- Account Settings Panel - Minimalist Style -->
292
  <section class="mb-8">
293
  <h2 class="text-xl font-medium mb-4 text-gray-300">Account Settings</h2>
294
- <div class="grid grid-cols-1 gap-2">
295
- <div class="flex items-center p-4 hover:bg-gray-800/50 rounded-lg transition-all cursor-pointer">
296
- <div class="w-10 h-10 rounded-lg bg-gray-800 flex items-center justify-center mr-4">
297
- <i class="fas fa-user-edit text-gray-400"></i>
298
  </div>
299
- <div class="flex-1">
300
- <h3 class="font-medium">Edit Profile</h3>
301
- <p class="text-sm text-gray-500">Update personal details</p>
302
- </div>
303
- <i class="fas fa-chevron-right text-gray-500"></i>
304
  </div>
305
 
306
- <div class="flex items-center p-4 hover:bg-gray-800/50 rounded-lg transition-all cursor-pointer">
307
- <div class="w-10 h-10 rounded-lg bg-gray-800 flex items-center justify-center mr-4">
308
- <i class="fas fa-history text-gray-400"></i>
309
- </div>
310
- <div class="flex-1">
311
- <h3 class="font-medium">Transaction History</h3>
312
- <p class="text-sm text-gray-500">View all transactions</p>
313
  </div>
314
- <i class="fas fa-chevron-right text-gray-500"></i>
 
315
  </div>
316
 
317
- <div class="flex items-center p-4 hover:bg-gray-800/50 rounded-lg transition-all cursor-pointer">
318
- <div class="w-10 h-10 rounded-lg bg-gray-800 flex items-center justify-center mr-4">
319
- <i class="fas fa-shield-alt text-gray-400"></i>
320
  </div>
321
- <div class="flex-1">
322
- <h3 class="font-medium">Security</h3>
323
- <p class="text-sm text-gray-500">Password & 2FA settings</p>
324
- </div>
325
- <i class="fas fa-chevron-right text-gray-500"></i>
326
  </div>
327
 
328
- <div class="flex items-center p-4 hover:bg-gray-800/50 rounded-lg transition-all cursor-pointer">
329
- <div class="w-10 h-10 rounded-lg bg-gray-800 flex items-center justify-center mr-4">
330
- <i class="fas fa-credit-card text-gray-400"></i>
331
- </div>
332
- <div class="flex-1">
333
- <h3 class="font-medium">Payment Methods</h3>
334
- <p class="text-sm text-gray-500">Manage payment options</p>
335
  </div>
336
- <i class="fas fa-chevron-right text-gray-500"></i>
 
337
  </div>
338
  </div>
339
  </section>
 
288
  </div>
289
  </section>
290
 
291
+ <!-- Modern Minimalist Account Settings Panel -->
292
  <section class="mb-8">
293
  <h2 class="text-xl font-medium mb-4 text-gray-300">Account Settings</h2>
294
+ <div class="grid grid-cols-2 md:grid-cols-4 gap-4">
295
+ <div class="glass-card p-4 hover:bg-gray-800/30 transition-all cursor-pointer group">
296
+ <div class="w-12 h-12 rounded-lg bg-gradient-to-br from-gray-800 to-gray-900 flex items-center justify-center mb-3 mx-auto group-hover:from-orange-500 group-hover:to-amber-600 transition-all">
297
+ <i class="fas fa-user-edit text-lg text-gray-300 group-hover:text-white"></i>
298
  </div>
299
+ <h3 class="font-medium text-center group-hover:text-orange-400 transition-all">Edit Profile</h3>
300
+ <p class="text-xs text-gray-500 mt-1 text-center group-hover:text-gray-300 transition-all">Update details</p>
 
 
 
301
  </div>
302
 
303
+ <div class="glass-card p-4 hover:bg-gray-800/30 transition-all cursor-pointer group">
304
+ <div class="w-12 h-12 rounded-lg bg-gradient-to-br from-gray-800 to-gray-900 flex items-center justify-center mb-3 mx-auto group-hover:from-orange-500 group-hover:to-amber-600 transition-all">
305
+ <i class="fas fa-history text-lg text-gray-300 group-hover:text-white"></i>
 
 
 
 
306
  </div>
307
+ <h3 class="font-medium text-center group-hover:text-orange-400 transition-all">Transactions</h3>
308
+ <p class="text-xs text-gray-500 mt-1 text-center group-hover:text-gray-300 transition-all">View history</p>
309
  </div>
310
 
311
+ <div class="glass-card p-4 hover:bg-gray-800/30 transition-all cursor-pointer group">
312
+ <div class="w-12 h-12 rounded-lg bg-gradient-to-br from-gray-800 to-gray-900 flex items-center justify-center mb-3 mx-auto group-hover:from-orange-500 group-hover:to-amber-600 transition-all">
313
+ <i class="fas fa-shield-alt text-lg text-gray-300 group-hover:text-white"></i>
314
  </div>
315
+ <h3 class="font-medium text-center group-hover:text-orange-400 transition-all">Security</h3>
316
+ <p class="text-xs text-gray-500 mt-1 text-center group-hover:text-gray-300 transition-all">Password & 2FA</p>
 
 
 
317
  </div>
318
 
319
+ <div class="glass-card p-4 hover:bg-gray-800/30 transition-all cursor-pointer group">
320
+ <div class="w-12 h-12 rounded-lg bg-gradient-to-br from-gray-800 to-gray-900 flex items-center justify-center mb-3 mx-auto group-hover:from-orange-500 group-hover:to-amber-600 transition-all">
321
+ <i class="fas fa-credit-card text-lg text-gray-300 group-hover:text-white"></i>
 
 
 
 
322
  </div>
323
+ <h3 class="font-medium text-center group-hover:text-orange-400 transition-all">Payments</h3>
324
+ <p class="text-xs text-gray-500 mt-1 text-center group-hover:text-gray-300 transition-all">Manage methods</p>
325
  </div>
326
  </div>
327
  </section>
prompts.txt CHANGED
@@ -7,4 +7,6 @@ Create a Player Profile Page UI for a sweepstakes casino platform. The page shou
7
  Change the "Stat Summary Panels" to a more modern style
8
  Move the "Account Settings" section to under the Hero Banner
9
  Change the "Modern Stat Summary Panel" style to a different design with horizontal bars
10
- Change the "Account Settings Panel" section to a modern and minimalist style.
 
 
 
7
  Change the "Stat Summary Panels" to a more modern style
8
  Move the "Account Settings" section to under the Hero Banner
9
  Change the "Modern Stat Summary Panel" style to a different design with horizontal bars
10
+ Change the "Account Settings Panel" section to a modern and minimalist style.
11
+ Change the "Account Settings Panel - Minimalist Style" display orientation to horizontal
12
+ Change the "Account Settings Panel - Minimalist Style" Section to a more modern style. Maintain Minimalist approach.