Skip to content

Commit 4f5cd83

Browse files
authored
Merge pull request #3474 from Northeastern-Electric-Racing/#3473-MardanMahmut-credits
#3473 Added my name to credits
2 parents 9b6b1c7 + 3061dba commit 4f5cd83

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,22 @@ const CreditsPage: React.FC = () => {
284284
},
285285
{ name: 'Maddy Nenninger', color: '#70d489' },
286286
{ name: 'Gauri Rajesh', color: '#94C973' },
287-
{ name: 'Steph Sayegh', color: '#006400' }
287+
{ name: 'Steph Sayegh', color: '#006400' },
288+
{
289+
name: 'Mardan Mahmut',
290+
color: 'transparent',
291+
sx: {
292+
textShadow: '0 0 5px rgba(255, 60, 255, 1), 0 0 10px rgb(25, 169, 202), 0 0 20px rgba(60, 255, 255, 1)',
293+
background: 'linear-gradient(90deg, white, pink, red, violet, blue, violet, red, pink, white)',
294+
'-webkit-background-clip': 'text',
295+
backgroundSize: '400% 400%',
296+
animation: 'gradient 10s infinite linear',
297+
'@keyframes gradient': {
298+
'0%': { backgroundPosition: '400% 200%' },
299+
'100%': { backgroundPosition: '0% 200%' }
300+
}
301+
}
302+
}
288303
];
289304

290305
const snark = ['Add your name!', "Shouldn't you do it yourself?", 'Seriously', 'go', 'do', 'it'];

0 commit comments

Comments
 (0)