ProjectGenesis commited on
Commit
93f07cb
·
verified ·
1 Parent(s): 9f0a886

remove shadow blur on both side of the navbar - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +10 -3
index.html CHANGED
@@ -359,10 +359,17 @@
359
  <div class="absolute -top-2 left-1/2 -translate-x-1/2 bg-gradient-to-r from-niopurple to-niogold px-2 py-0.5 rounded-full text-xs font-bold whitespace-nowrap transform -translate-y-full opacity-0 group-hover:opacity-100 group-hover:translate-y-0 transition-all duration-300">
360
  <span class="text-white">Diamond Tier</span>
361
  <div class="absolute bottom-0 left-1/2 w-2 h-2 bg-gradient-to-r from-niopurple to-niogold transform -translate-x-1/2 translate-y-1/2 rotate-45"></div>
362
- </div>
363
  </div>
364
- <div class="absolute top-0 right-0 h-full w-16 bg-gradient-to-l from-black to-transparent z-10 pointer-events-none"></div>
365
- <div class="absolute top-0 left-0 h-full w-16 bg-gradient-to-r from-black to-transparent z-10 pointer-events-none"></div>
 
 
 
 
 
 
 
 
366
  </div>
367
  </header>
368
 
 
359
  <div class="absolute -top-2 left-1/2 -translate-x-1/2 bg-gradient-to-r from-niopurple to-niogold px-2 py-0.5 rounded-full text-xs font-bold whitespace-nowrap transform -translate-y-full opacity-0 group-hover:opacity-100 group-hover:translate-y-0 transition-all duration-300">
360
  <span class="text-white">Diamond Tier</span>
361
  <div class="absolute bottom-0 left-1/2 w-2 h-2 bg-gradient-to-r from-niopurple to-niogold transform -translate-x-1/2 translate-y-1/2 rotate-45"></div>
 
362
  </div>
363
+ </div>
364
+
365
+ <!-- Notification Bell -->
366
+ <div class="relative ml-3 group">
367
+ <i class="fas fa-bell text-xl text-niogold cursor-pointer hover:animate-[iconBounce_0.5s_ease-in-out]"></i>
368
+ <div class="absolute -top-1 -right-1 w-4 h-4 bg-red-500 rounded-full flex items-center justify-center text-xs">3</div>
369
+ <div class="absolute left-1/2 -translate-x-1/2 bg-black text-white text-xs px-2 py-1 rounded opacity-0 group-hover:opacity-100 transition-opacity duration-300 whitespace-nowrap">
370
+ Notifications
371
+ </div>
372
+ </div>
373
  </div>
374
  </header>
375