ProjectGenesis commited on
Commit
7a0f050
·
verified ·
1 Parent(s): 33b1bb8

Build a single showcase page displaying 10 different unique notification pop-up styles for a modern web application. Each pop-up should be visually distinct in layout, animation style, and position (e.g., top bar, bottom slide-up, floating card, corner toast, banner overlay, modal, etc.). Theme: Dark UI with neon orange and neon yellow accents on black backgrounds. Use modern, minimal, glassmorphism or neumorphism effects where appropriate. Design Requirements: Each pop-up contains a sample message, such as “New Offer Available! Claim Now” or “Breaking News: Double Rewards Weekend.” Include a call-to-action button (“View Offer” or “Learn More”). Maintain readability while emphasizing urgency and excitement. Use glowing neon orange/yellow accents, gradient borders, or animated highlights. Animation Requirements: Each style should use a different animation pattern, for example: Slide down from the top Slide up from the bottom Fade in + glow pulse Bounce in from center Flip-in card animation Zoom-in with blur reveal Left-to-right slide-in toast Right-to-left slide-in toast Expand from button click Marquee scrolling text bar Use smooth easing for all animations. Include subtle hover effects on buttons (e.g., glow intensifies, gradient shift). Showcase Layout: Arrange all 10 variations vertically on a single scrolling page. Each style clearly labeled “Style 1,” “Style 2,” etc. Consistent dark background so the neon effects pop. Ensure designs are responsive and mobile-friendly. - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +7 -5
  2. index.html +452 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: Live Notification Ui
3
- emoji: 💻
4
- colorFrom: gray
5
- colorTo: pink
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: live-notification-ui
3
+ emoji: 🐳
4
+ colorFrom: purple
5
+ colorTo: yellow
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,452 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="en">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Neon Notification Showcase</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <script>
10
+ tailwind.config = {
11
+ theme: {
12
+ extend: {
13
+ colors: {
14
+ 'neon-orange': '#ff5e00',
15
+ 'neon-yellow': '#ffdd00',
16
+ 'dark-bg': '#0f0f0f',
17
+ 'glass': 'rgba(30,30,30,0.6)'
18
+ },
19
+ animation: {
20
+ 'glow-pulse': 'glowPulse 2s infinite',
21
+ 'bounce-in': 'bounceIn 0.8s',
22
+ 'flip-in': 'flipIn 0.6s',
23
+ 'marquee': 'marquee 15s linear infinite'
24
+ },
25
+ keyframes: {
26
+ glowPulse: {
27
+ '0%, 100%': { 'box-shadow': '0 0 5px #ff5e00, 0 0 15px rgba(255, 94, 0, 0.5)' },
28
+ '50%': { 'box-shadow': '0 0 15px #ffdd00, 0 0 25px rgba(255, 221, 0, 0.7)' }
29
+ },
30
+ bounceIn: {
31
+ '0%': { transform: 'scale(0.1)', opacity: '0' },
32
+ '60%': { transform: 'scale(1.1)', opacity: '1' },
33
+ '100%': { transform: 'scale(1)', opacity: '1' }
34
+ },
35
+ flipIn: {
36
+ '0%': { transform: 'rotateY(90deg)', opacity: '0' },
37
+ '100%': { transform: 'rotateY(0)', opacity: '1' }
38
+ },
39
+ marquee: {
40
+ '0%': { transform: 'translateX(100%)' },
41
+ '100%': { transform: 'translateX(-100%)' }
42
+ }
43
+ }
44
+ }
45
+ }
46
+ }
47
+ </script>
48
+ <style>
49
+ @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
50
+
51
+ body {
52
+ font-family: 'Inter', sans-serif;
53
+ background: radial-gradient(ellipse at center, #1a1a1a 0%, #0a0a0a 100%);
54
+ min-height: 100vh;
55
+ overflow-x: hidden;
56
+ }
57
+
58
+ .glass {
59
+ background: rgba(30, 30, 30, 0.6);
60
+ backdrop-filter: blur(12px);
61
+ -webkit-backdrop-filter: blur(12px);
62
+ border: 1px solid rgba(255, 94, 0, 0.15);
63
+ }
64
+
65
+ .neon-orange-glow {
66
+ box-shadow: 0 0 10px rgba(255, 94, 0, 0.7), 0 0 20px rgba(255, 94, 0, 0.4);
67
+ }
68
+
69
+ .neon-yellow-glow {
70
+ box-shadow: 0 0 10px rgba(255, 221, 0, 0.7), 0 0 20px rgba(255, 221, 0, 0.4);
71
+ }
72
+
73
+ .neon-gradient {
74
+ background: linear-gradient(45deg, #ff5e00, #ffdd00);
75
+ -webkit-background-clip: text;
76
+ -webkit-text-fill-color: transparent;
77
+ }
78
+
79
+ .btn-glow:hover {
80
+ box-shadow: 0 0 15px rgba(255, 94, 0, 0.8), 0 0 25px rgba(255, 221, 0, 0.6);
81
+ transform: translateY(-2px);
82
+ }
83
+
84
+ .slide-down {
85
+ animation: slideDown 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
86
+ }
87
+
88
+ .slide-up {
89
+ animation: slideUp 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
90
+ }
91
+
92
+ .zoom-blur {
93
+ animation: zoomBlur 0.7s cubic-bezier(0.175, 0.885, 0.32, 1.275);
94
+ }
95
+
96
+ .slide-left {
97
+ animation: slideLeft 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
98
+ }
99
+
100
+ .slide-right {
101
+ animation: slideRight 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
102
+ }
103
+
104
+ .expand {
105
+ animation: expand 0.9s cubic-bezier(0.175, 0.885, 0.32, 1.275);
106
+ }
107
+
108
+ @keyframes slideDown {
109
+ 0% { transform: translateY(-100px); opacity: 0; }
110
+ 100% { transform: translateY(0); opacity: 1; }
111
+ }
112
+
113
+ @keyframes slideUp {
114
+ 0% { transform: translateY(100px); opacity: 0; }
115
+ 100% { transform: translateY(0); opacity: 1; }
116
+ }
117
+
118
+ @keyframes zoomBlur {
119
+ 0% { transform: scale(0.8); filter: blur(10px); opacity: 0; }
120
+ 100% { transform: scale(1); filter: blur(0); opacity: 1; }
121
+ }
122
+
123
+ @keyframes slideLeft {
124
+ 0% { transform: translateX(100%); opacity: 0; }
125
+ 100% { transform: translateX(0); opacity: 1; }
126
+ }
127
+
128
+ @keyframes slideRight {
129
+ 0% { transform: translateX(-100%); opacity: 0; }
130
+ 100% { transform: translateX(0); opacity: 1; }
131
+ }
132
+
133
+ @keyframes expand {
134
+ 0% { width: 50px; height: 50px; border-radius: 50%; opacity: 0; }
135
+ 50% { width: 50px; height: 50px; border-radius: 50%; opacity: 0.8; }
136
+ 100% { width: 100%; height: auto; border-radius: 12px; opacity: 1; }
137
+ }
138
+
139
+ .pulse {
140
+ animation: pulse 2s infinite;
141
+ }
142
+
143
+ @keyframes pulse {
144
+ 0% { box-shadow: 0 0 0 0 rgba(255, 94, 0, 0.7); }
145
+ 70% { box-shadow: 0 0 0 10px rgba(255, 94, 0, 0); }
146
+ 100% { box-shadow: 0 0 0 0 rgba(255, 94, 0, 0); }
147
+ }
148
+
149
+ .divider {
150
+ height: 1px;
151
+ background: linear-gradient(90deg, transparent, #ff5e00, #ffdd00, transparent);
152
+ }
153
+
154
+ .notification-card {
155
+ transition: all 0.3s ease;
156
+ }
157
+
158
+ .notification-card:hover {
159
+ transform: translateY(-5px);
160
+ box-shadow: 0 10px 25px rgba(255, 94, 0, 0.3);
161
+ }
162
+ </style>
163
+ </head>
164
+ <body class="text-gray-200">
165
+ <!-- Header -->
166
+ <header class="py-8 text-center">
167
+ <div class="container mx-auto px-4">
168
+ <h1 class="text-4xl md:text-5xl font-bold mb-4 bg-clip-text text-transparent bg-gradient-to-r from-neon-orange to-neon-yellow">
169
+ Neon Notification Showcase
170
+ </h1>
171
+ <p class="max-w-2xl mx-auto text-gray-400">
172
+ 10 unique notification styles with glowing neon accents and smooth animations
173
+ </p>
174
+ </div>
175
+ </header>
176
+
177
+ <!-- Main Showcase -->
178
+ <main class="container mx-auto px-4 pb-20">
179
+ <!-- Style 1: Top Bar -->
180
+ <section class="mb-24 notification-card">
181
+ <div class="flex items-center justify-between mb-6">
182
+ <h2 class="text-2xl font-bold flex items-center gap-2">
183
+ <span class="w-8 h-8 rounded-full bg-neon-orange flex items-center justify-center text-dark-bg font-bold text-sm">1</span>
184
+ Top Bar Slide Down
185
+ </h2>
186
+ <div class="h-1 flex-grow ml-4 bg-gradient-to-r from-neon-orange to-neon-yellow rounded-full"></div>
187
+ </div>
188
+
189
+ <div class="relative h-40 rounded-xl overflow-hidden">
190
+ <div class="absolute top-0 left-0 right-0 slide-down glass flex items-center justify-between px-6 py-4 border-b border-neon-orange">
191
+ <div class="flex items-center gap-3">
192
+ <div class="pulse w-3 h-3 rounded-full bg-neon-orange"></div>
193
+ <p class="font-medium">Breaking News: Double Rewards Weekend!</p>
194
+ </div>
195
+ <button class="btn-glow bg-gradient-to-r from-neon-orange to-neon-yellow text-dark-bg font-bold px-5 py-2 rounded-full transition-all duration-300">
196
+ Learn More
197
+ </button>
198
+ </div>
199
+ </div>
200
+ </section>
201
+
202
+ <!-- Style 2: Bottom Slide-Up -->
203
+ <section class="mb-24 notification-card">
204
+ <div class="flex items-center justify-between mb-6">
205
+ <h2 class="text-2xl font-bold flex items-center gap-2">
206
+ <span class="w-8 h-8 rounded-full bg-neon-orange flex items-center justify-center text-dark-bg font-bold text-sm">2</span>
207
+ Bottom Slide-Up
208
+ </h2>
209
+ <div class="h-1 flex-grow ml-4 bg-gradient-to-r from-neon-orange to-neon-yellow rounded-full"></div>
210
+ </div>
211
+
212
+ <div class="relative h-40 rounded-xl overflow-hidden">
213
+ <div class="absolute bottom-0 left-0 right-0 slide-up glass flex items-center justify-between px-6 py-4 border-t border-neon-yellow">
214
+ <div class="flex items-center gap-3">
215
+ <i class="fas fa-gift text-neon-yellow text-xl"></i>
216
+ <p class="font-medium">Special Offer: 50% off all premium features!</p>
217
+ </div>
218
+ <button class="btn-glow border-2 border-neon-yellow text-neon-yellow font-bold px-5 py-2 rounded-full transition-all duration-300 hover:bg-neon-yellow/10">
219
+ View Offer
220
+ </button>
221
+ </div>
222
+ </div>
223
+ </section>
224
+
225
+ <!-- Style 3: Fade In + Glow Pulse -->
226
+ <section class="mb-24 notification-card">
227
+ <div class="flex items-center justify-between mb-6">
228
+ <h2 class="text-2xl font-bold flex items-center gap-2">
229
+ <span class="w-8 h-8 rounded-full bg-neon-orange flex items-center justify-center text-dark-bg font-bold text-sm">3</span>
230
+ Fade In + Glow Pulse
231
+ </h2>
232
+ <div class="h-1 flex-grow ml-4 bg-gradient-to-r from-neon-orange to-neon-yellow rounded-full"></div>
233
+ </div>
234
+
235
+ <div class="relative h-52 rounded-xl overflow-hidden flex items-center justify-center">
236
+ <div class="glass glow-pulse rounded-xl p-6 max-w-md border border-neon-orange/30">
237
+ <div class="flex items-start gap-4">
238
+ <div class="mt-1">
239
+ <div class="w-10 h-10 rounded-full bg-gradient-to-br from-neon-orange to-neon-yellow flex items-center justify-center">
240
+ <i class="fas fa-bolt text-dark-bg"></i>
241
+ </div>
242
+ </div>
243
+ <div>
244
+ <h3 class="font-bold text-lg mb-1">System Upgrade Complete</h3>
245
+ <p class="text-gray-300 mb-4">New features available with enhanced performance</p>
246
+ <button class="btn-glow bg-gradient-to-r from-neon-orange to-neon-yellow text-dark-bg font-bold px-4 py-2 rounded-lg transition-all duration-300 text-sm">
247
+ Explore Features
248
+ </button>
249
+ </div>
250
+ </div>
251
+ </div>
252
+ </div>
253
+ </section>
254
+
255
+ <!-- Style 4: Bounce In -->
256
+ <section class="mb-24 notification-card">
257
+ <div class="flex items-center justify-between mb-6">
258
+ <h2 class="text-2xl font-bold flex items-center gap-2">
259
+ <span class="w-8 h-8 rounded-full bg-neon-orange flex items-center justify-center text-dark-bg font-bold text-sm">4</span>
260
+ Bounce In From Center
261
+ </h2>
262
+ <div class="h-1 flex-grow ml-4 bg-gradient-to-r from-neon-orange to-neon-yellow rounded-full"></div>
263
+ </div>
264
+
265
+ <div class="relative h-52 rounded-xl overflow-hidden flex items-center justify-center">
266
+ <div class="glass animate-bounce-in rounded-xl p-5 max-w-sm border border-neon-yellow/30">
267
+ <div class="text-center">
268
+ <div class="w-12 h-12 mx-auto rounded-full bg-gradient-to-br from-neon-orange to-neon-yellow flex items-center justify-center mb-3">
269
+ <i class="fas fa-star text-dark-bg"></i>
270
+ </div>
271
+ <h3 class="font-bold text-lg mb-1">You've Earned a Badge!</h3>
272
+ <p class="text-gray-300 mb-3">Master Explorer unlocked</p>
273
+ <button class="btn-glow mx-auto bg-gradient-to-r from-neon-orange to-neon-yellow text-dark-bg font-bold px-4 py-2 rounded-lg transition-all duration-300 text-sm">
274
+ View Profile
275
+ </button>
276
+ </div>
277
+ </div>
278
+ </div>
279
+ </section>
280
+
281
+ <!-- Style 5: Flip Card -->
282
+ <section class="mb-24 notification-card">
283
+ <div class="flex items-center justify-between mb-6">
284
+ <h2 class="text-2xl font-bold flex items-center gap-2">
285
+ <span class="w-8 h-8 rounded-full bg-neon-orange flex items-center justify-center text-dark-bg font-bold text-sm">5</span>
286
+ Flip-In Card Animation
287
+ </h2>
288
+ <div class="h-1 flex-grow ml-4 bg-gradient-to-r from-neon-orange to-neon-yellow rounded-full"></div>
289
+ </div>
290
+
291
+ <div class="relative h-52 rounded-xl overflow-hidden flex items-center justify-center">
292
+ <div class="glass animate-flip-in rounded-xl p-5 w-80 transform perspective-1000">
293
+ <div class="flex items-center gap-4">
294
+ <div class="flex-shrink-0">
295
+ <div class="w-12 h-12 rounded-lg bg-gradient-to-br from-neon-orange to-neon-yellow flex items-center justify-center">
296
+ <i class="fas fa-user-plus text-dark-bg"></i>
297
+ </div>
298
+ </div>
299
+ <div>
300
+ <h3 class="font-bold text-lg mb-1">New Connection</h3>
301
+ <p class="text-gray-300 mb-3">Alex Morgan followed you</p>
302
+ <button class="btn-glow bg-gradient-to-r from-neon-orange to-neon-yellow text-dark-bg font-bold px-4 py-2 rounded-lg transition-all duration-300 text-sm">
303
+ View Profile
304
+ </button>
305
+ </div>
306
+ </div>
307
+ </div>
308
+ </div>
309
+ </section>
310
+
311
+ <!-- Style 6: Zoom In with Blur -->
312
+ <section class="mb-24 notification-card">
313
+ <div class="flex items-center justify-between mb-6">
314
+ <h2 class="text-2xl font-bold flex items-center gap-2">
315
+ <span class="w-8 h-8 rounded-full bg-neon-orange flex items-center justify-center text-dark-bg font-bold text-sm">6</span>
316
+ Zoom-In with Blur Reveal
317
+ </h2>
318
+ <div class="h-1 flex-grow ml-4 bg-gradient-to-r from-neon-orange to-neon-yellow rounded-full"></div>
319
+ </div>
320
+
321
+ <div class="relative h-52 rounded-xl overflow-hidden flex items-center justify-center">
322
+ <div class="glass zoom-blur rounded-xl p-5 max-w-sm border-2 border-neon-orange/50">
323
+ <div class="flex items-center gap-4">
324
+ <div class="flex-shrink-0">
325
+ <div class="w-12 h-12 rounded-full bg-gradient-to-br from-neon-orange to-neon-yellow flex items-center justify-center">
326
+ <i class="fas fa-bell text-dark-bg"></i>
327
+ </div>
328
+ </div>
329
+ <div>
330
+ <h3 class="font-bold text-lg mb-1">Reminder: Event Starting Soon</h3>
331
+ <p class="text-gray-300 mb-3">Neon Tech Conference in 15 minutes</p>
332
+ <button class="btn-glow bg-gradient-to-r from-neon-orange to-neon-yellow text-dark-bg font-bold px-4 py-2 rounded-lg transition-all duration-300 text-sm">
333
+ Join Now
334
+ </button>
335
+ </div>
336
+ </div>
337
+ </div>
338
+ </div>
339
+ </section>
340
+
341
+ <!-- Style 7: Left Slide Toast -->
342
+ <section class="mb-24 notification-card">
343
+ <div class="flex items-center justify-between mb-6">
344
+ <h2 class="text-2xl font-bold flex items-center gap-2">
345
+ <span class="w-8 h-8 rounded-full bg-neon-orange flex items-center justify-center text-dark-bg font-bold text-sm">7</span>
346
+ Left-to-Right Slide-In Toast
347
+ </h2>
348
+ <div class="h-1 flex-grow ml-4 bg-gradient-to-r from-neon-orange to-neon-yellow rounded-full"></div>
349
+ </div>
350
+
351
+ <div class="relative h-40 rounded-xl overflow-hidden">
352
+ <div class="absolute top-6 right-6 slide-left glass rounded-lg p-4 w-80 border-l-4 border-neon-yellow">
353
+ <div class="flex items-start gap-3">
354
+ <i class="fas fa-check-circle text-neon-yellow mt-1"></i>
355
+ <div>
356
+ <h3 class="font-bold mb-1">Successfully Saved</h3>
357
+ <p class="text-gray-300 text-sm">Your changes have been saved</p>
358
+ </div>
359
+ </div>
360
+ </div>
361
+ </div>
362
+ </section>
363
+
364
+ <!-- Style 8: Right Slide Toast -->
365
+ <section class="mb-24 notification-card">
366
+ <div class="flex items-center justify-between mb-6">
367
+ <h2 class="text-2xl font-bold flex items-center gap-2">
368
+ <span class="w-8 h-8 rounded-full bg-neon-orange flex items-center justify-center text-dark-bg font-bold text-sm">8</span>
369
+ Right-to-Left Slide-In Toast
370
+ </h2>
371
+ <div class="h-1 flex-grow ml-4 bg-gradient-to-r from-neon-orange to-neon-yellow rounded-full"></div>
372
+ </div>
373
+
374
+ <div class="relative h-40 rounded-xl overflow-hidden">
375
+ <div class="absolute top-6 left-6 slide-right glass rounded-lg p-4 w-80 border-l-4 border-neon-orange">
376
+ <div class="flex items-start gap-3">
377
+ <i class="fas fa-exclamation-triangle text-neon-orange mt-1"></i>
378
+ <div>
379
+ <h3 class="font-bold mb-1">Warning: Storage Almost Full</h3>
380
+ <p class="text-gray-300 text-sm">89% of your storage is used</p>
381
+ </div>
382
+ </div>
383
+ </div>
384
+ </div>
385
+ </section>
386
+
387
+ <!-- Style 9: Expand Animation -->
388
+ <section class="mb-24 notification-card">
389
+ <div class="flex items-center justify-between mb-6">
390
+ <h2 class="text-2xl font-bold flex items-center gap-2">
391
+ <span class="w-8 h-8 rounded-full bg-neon-orange flex items-center justify-center text-dark-bg font-bold text-sm">9</span>
392
+ Expand from Button Click
393
+ </h2>
394
+ <div class="h-1 flex-grow ml-4 bg-gradient-to-r from-neon-orange to-neon-yellow rounded-full"></div>
395
+ </div>
396
+
397
+ <div class="relative h-52 rounded-xl overflow-hidden flex items-center justify-center">
398
+ <div class="expand glass rounded-xl p-5 w-full max-w-md">
399
+ <div class="flex items-center gap-4">
400
+ <div class="flex-shrink-0">
401
+ <div class="w-12 h-12 rounded-full bg-gradient-to-br from-neon-orange to-neon-yellow flex items-center justify-center">
402
+ <i class="fas fa-rocket text-dark-bg"></i>
403
+ </div>
404
+ </div>
405
+ <div class="flex-grow">
406
+ <h3 class="font-bold text-lg mb-1">Boost Your Experience</h3>
407
+ <p class="text-gray-300 mb-3">Upgrade to premium for exclusive features</p>
408
+ </div>
409
+ <button class="btn-glow bg-gradient-to-r from-neon-orange to-neon-yellow text-dark-bg font-bold px-4 py-2 rounded-lg transition-all duration-300 text-sm">
410
+ Upgrade Now
411
+ </button>
412
+ </div>
413
+ </div>
414
+ </div>
415
+ </section>
416
+
417
+ <!-- Style 10: Marquee Bar -->
418
+ <section class="notification-card">
419
+ <div class="flex items-center justify-between mb-6">
420
+ <h2 class="text-2xl font-bold flex items-center gap-2">
421
+ <span class="w-8 h-8 rounded-full bg-neon-orange flex items-center justify-center text-dark-bg font-bold text-sm">10</span>
422
+ Marquee Scrolling Text Bar
423
+ </h2>
424
+ <div class="h-1 flex-grow ml-4 bg-gradient-to-r from-neon-orange to-neon-yellow rounded-full"></div>
425
+ </div>
426
+
427
+ <div class="relative h-20 rounded-xl overflow-hidden">
428
+ <div class="absolute inset-x-0 top-0 glass py-4 border-y border-neon-orange/30">
429
+ <div class="animate-marquee whitespace-nowrap">
430
+ <span class="mx-8 text-lg font-bold neon-gradient">FLASH SALE: 24 HOURS ONLY!</span>
431
+ <span class="mx-8">🔥 All premium plans 60% OFF - Limited time offer! 🔥</span>
432
+ <span class="mx-8">🎉 Use code: NEON60 at checkout 🎉</span>
433
+ <span class="mx-8">
434
+ <button class="btn-glow bg-gradient-to-r from-neon-orange to-neon-yellow text-dark-bg font-bold px-4 py-1 rounded-full transition-all duration-300 text-sm">
435
+ Claim Offer
436
+ </button>
437
+ </span>
438
+ </div>
439
+ </div>
440
+ </div>
441
+ </section>
442
+ </main>
443
+
444
+ <!-- Footer -->
445
+ <footer class="py-10 text-center text-gray-500 text-sm">
446
+ <div class="container mx-auto px-4">
447
+ <p>Modern Notification Showcase • Created with Tailwind CSS</p>
448
+ <p class="mt-2">Neon orange (#ff5e00) & Neon yellow (#ffdd00) on dark backgrounds</p>
449
+ </div>
450
+ </footer>
451
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=ProjectGenesis/live-notification-ui" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
452
+ </html>