Skip to content

Commit fb1cf7a

Browse files
committed
#3689: Added my name to credits
1 parent af5b980 commit fb1cf7a

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/frontend/src/pages/CreditsPage/CreditsPage.tsx

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,19 @@ const CreditsPage: React.FC = () => {
299299
'100%': { backgroundPosition: '0% 200%' }
300300
}
301301
}
302+
},
303+
{
304+
name: 'Samuel Shrestha',
305+
color: '#be0000',
306+
sx: {
307+
textShadow: '0 0 6px rgba(190, 0, 0, 0.9), 0 0 14px rgba(190, 0, 0, 0.6)',
308+
animation: 'sam-glow 2.6s ease-in-out infinite',
309+
'@keyframes sam-glow': {
310+
'0%': { textShadow: '0 0 4px rgba(190, 0, 0, 0.7), 0 0 10px rgba(190, 0, 0, 0.4)' },
311+
'50%': { textShadow: '0 0 10px rgba(190, 0, 0, 1), 0 0 22px rgba(190, 0, 0, 0.95)' },
312+
'100%': { textShadow: '0 0 4px rgba(190, 0, 0, 0.7), 0 0 10px rgba(190, 0, 0, 0.4)' }
313+
}
314+
}
302315
}
303316
];
304317

0 commit comments

Comments
 (0)