@@ -110,7 +110,7 @@ const CreditsPage: React.FC = () => {
110110 { name : 'Sharon Yang' , color : '#ed8a5f' } ,
111111 { name : 'Jonah Chang' , color : '#9AAB89' } ,
112112 { name : 'Ha Nguyen' , color : '#ff9812' } ,
113- { name : 'Sathvik Charugundla' , color : '#ff0000 ' } ,
113+ { name : 'Sathvik Charugundla' , color : '#00fff2ff ' } ,
114114 { name : 'Samantha Moy' , color : '#d287fa' } ,
115115 { name : 'Benjamin Zhu' , color : '#ccccff' } ,
116116 { name : 'Stephanie Xu' , color : '#ffcd42' } ,
@@ -203,6 +203,7 @@ const CreditsPage: React.FC = () => {
203203 { name : 'Visisht Kamalapuram' , color : '#3083AA' } ,
204204 { name : 'Jay Jung' , color : '##344739' } ,
205205 { name : 'Elton Yu' , color : '#f202a2' } ,
206+ { name : 'Raphael Bessin' , color : '#14855fff' } ,
206207 { name : 'Will Anderson' , color : '#ebb145' } ,
207208 { name : 'Alex Park' , color : '#CCCCFF' } ,
208209 {
@@ -300,7 +301,53 @@ const CreditsPage: React.FC = () => {
300301 }
301302 }
302303 } ,
303- { name : 'Edgar Buttner' , color : '#9E9764' }
304+ { name : 'Edgar Buttner' , color : '#9E9764' } ,
305+ {
306+ name : 'John Cassidy' ,
307+ color : '#8378ffff' ,
308+ sx : {
309+ textShadow : '0px 0px 10px rgba(195, 165, 193, 1)'
310+ }
311+ } ,
312+ { name : 'Gahan Patel' , color : '#0000FF' } ,
313+ { name : 'Mimo Olowu' , color : 'white' , sx : { px : 1 , backgroundColor : '#ac59eb' , borderRadius : 2 } } ,
314+ { name : 'Saul Manzanares' , color : '#AF34FA' } ,
315+ { name : 'Richard Feng' , color : '#FFFF' , sx : { textShadow : '0 0 2px rgba(0,26,255), 0 0 5px rgba(255,255,255)' } } ,
316+ {
317+ name : 'Samuel Shrestha' ,
318+ color : '#be0000' ,
319+ sx : {
320+ textShadow : '0 0 6px rgba(190, 0, 0, 0.9), 0 0 14px rgba(190, 0, 0, 0.6)' ,
321+ animation : 'sam-glow 2.6s ease-in-out infinite' ,
322+ '@keyframes sam-glow' : {
323+ '0%' : { textShadow : '0 0 4px rgba(190, 0, 0, 0.7), 0 0 10px rgba(190, 0, 0, 0.4)' } ,
324+ '50%' : { textShadow : '0 0 10px rgba(190, 0, 0, 1), 0 0 22px rgba(190, 0, 0, 0.95)' } ,
325+ '100%' : { textShadow : '0 0 4px rgba(190, 0, 0, 0.7), 0 0 10px rgba(190, 0, 0, 0.4)' }
326+ }
327+ }
328+ } ,
329+ {
330+ name : 'Santiago Ordonez Merizalde' ,
331+ color : 'transparent' ,
332+ sx : {
333+ textShadow : `
334+ 0 0 8px rgba(180, 0, 255, 0.8),
335+ 0 0 15px rgba(140, 0, 255, 0.6),
336+ 0 0 25px rgba(200, 100, 255, 0.5)
337+ ` ,
338+ background : 'linear-gradient(90deg, #d9a7ff, #b58eff, #7f6fff, #b58eff, #d9a7ff)' ,
339+ '-webkit-background-clip' : 'text' ,
340+ backgroundSize : '300% 300%' ,
341+ animation : 'purpleFlow 6s ease-in-out infinite' ,
342+ '@keyframes purpleFlow' : {
343+ '0%' : { backgroundPosition : '0% 50%' } ,
344+ '50%' : { backgroundPosition : '100% 50%' } ,
345+ '100%' : { backgroundPosition : '0% 50%' }
346+ } ,
347+ filter : 'drop-shadow(0 0 4px rgba(190, 80, 255, 0.6))'
348+ }
349+ } ,
350+ { name : 'Josh Len' , color : '#000000ff' }
304351 ] ;
305352
306353 const snark = [ 'Add your name!' , "Shouldn't you do it yourself?" , 'Seriously' , 'go' , 'do' , 'it' ] ;
0 commit comments