@@ -300,6 +300,7 @@ const CreditsPage: React.FC = () => {
300300 }
301301 }
302302 } ,
303+ { name : 'Mimo Olowu' , color : 'white' , sx : { px : 1 , backgroundColor : '#ac59eb' , borderRadius : 2 } } ,
303304 { name : 'Saul Manzanares' , color : '#AF34FA' } ,
304305 { name : 'Richard Feng' , color : '#FFFF' , sx : { textShadow : '0 0 2px rgba(0,26,255), 0 0 5px rgba(255,255,255)' } } ,
305306 {
@@ -314,7 +315,29 @@ const CreditsPage: React.FC = () => {
314315 '100%' : { textShadow : '0 0 4px rgba(190, 0, 0, 0.7), 0 0 10px rgba(190, 0, 0, 0.4)' }
315316 }
316317 }
317- }
318+ } ,
319+ {
320+ name : 'Santiago Ordonez Merizalde' ,
321+ color : 'transparent' ,
322+ sx : {
323+ textShadow : `
324+ 0 0 8px rgba(180, 0, 255, 0.8),
325+ 0 0 15px rgba(140, 0, 255, 0.6),
326+ 0 0 25px rgba(200, 100, 255, 0.5)
327+ ` ,
328+ background : 'linear-gradient(90deg, #d9a7ff, #b58eff, #7f6fff, #b58eff, #d9a7ff)' ,
329+ '-webkit-background-clip' : 'text' ,
330+ backgroundSize : '300% 300%' ,
331+ animation : 'purpleFlow 6s ease-in-out infinite' ,
332+ '@keyframes purpleFlow' : {
333+ '0%' : { backgroundPosition : '0% 50%' } ,
334+ '50%' : { backgroundPosition : '100% 50%' } ,
335+ '100%' : { backgroundPosition : '0% 50%' }
336+ } ,
337+ filter : 'drop-shadow(0 0 4px rgba(190, 80, 255, 0.6))'
338+ }
339+ } ,
340+ { name : 'Josh Len' , color : '#000000ff' }
318341 ] ;
319342
320343 const snark = [ 'Add your name!' , "Shouldn't you do it yourself?" , 'Seriously' , 'go' , 'do' , 'it' ] ;
0 commit comments