@@ -300,7 +300,45 @@ const CreditsPage: React.FC = () => {
300300 }
301301 }
302302 } ,
303- { name : 'Gahan Patel' , color : '#0000FF' }
303+ { name : 'Gahan Patel' , color : '#0000FF' } ,
304+ { name : 'Mimo Olowu' , color : 'white' , sx : { px : 1 , backgroundColor : '#ac59eb' , borderRadius : 2 } } ,
305+ { name : 'Saul Manzanares' , color : '#AF34FA' } ,
306+ { name : 'Richard Feng' , color : '#FFFF' , sx : { textShadow : '0 0 2px rgba(0,26,255), 0 0 5px rgba(255,255,255)' } } ,
307+ {
308+ name : 'Samuel Shrestha' ,
309+ color : '#be0000' ,
310+ sx : {
311+ textShadow : '0 0 6px rgba(190, 0, 0, 0.9), 0 0 14px rgba(190, 0, 0, 0.6)' ,
312+ animation : 'sam-glow 2.6s ease-in-out infinite' ,
313+ '@keyframes sam-glow' : {
314+ '0%' : { textShadow : '0 0 4px rgba(190, 0, 0, 0.7), 0 0 10px rgba(190, 0, 0, 0.4)' } ,
315+ '50%' : { textShadow : '0 0 10px rgba(190, 0, 0, 1), 0 0 22px rgba(190, 0, 0, 0.95)' } ,
316+ '100%' : { textShadow : '0 0 4px rgba(190, 0, 0, 0.7), 0 0 10px rgba(190, 0, 0, 0.4)' }
317+ }
318+ }
319+ } ,
320+ {
321+ name : 'Santiago Ordonez Merizalde' ,
322+ color : 'transparent' ,
323+ sx : {
324+ textShadow : `
325+ 0 0 8px rgba(180, 0, 255, 0.8),
326+ 0 0 15px rgba(140, 0, 255, 0.6),
327+ 0 0 25px rgba(200, 100, 255, 0.5)
328+ ` ,
329+ background : 'linear-gradient(90deg, #d9a7ff, #b58eff, #7f6fff, #b58eff, #d9a7ff)' ,
330+ '-webkit-background-clip' : 'text' ,
331+ backgroundSize : '300% 300%' ,
332+ animation : 'purpleFlow 6s ease-in-out infinite' ,
333+ '@keyframes purpleFlow' : {
334+ '0%' : { backgroundPosition : '0% 50%' } ,
335+ '50%' : { backgroundPosition : '100% 50%' } ,
336+ '100%' : { backgroundPosition : '0% 50%' }
337+ } ,
338+ filter : 'drop-shadow(0 0 4px rgba(190, 80, 255, 0.6))'
339+ }
340+ } ,
341+ { name : 'Josh Len' , color : '#000000ff' }
304342 ] ;
305343
306344 const snark = [ 'Add your name!' , "Shouldn't you do it yourself?" , 'Seriously' , 'go' , 'do' , 'it' ] ;
0 commit comments