Naomi b909f4666c feat: modularise and expand job information, set up testing ()
Closes 
Closes 
Closes 

Reviewed-on: https://codeberg.org/nhcarrigan/portfolio/pulls/9
Co-authored-by: Naomi <commits@nhcarrigan.com>
Co-committed-by: Naomi <commits@nhcarrigan.com>
2024-05-19 05:17:17 +00:00

22 lines
356 B
TypeScript

export const Logos: {
link: string;
file: string;
alt: string;
}[] = [
{
link: "https://freecodecamp.org",
file: "fcc_primary_large.svg",
alt: "freeCodeCamp"
},
{
link: "https://rythm.fm",
file: "rythm.svg",
alt: "Rythm"
},
{
link: "https://deepgram.com",
file: "deepgram.svg",
alt: "Deepgram AI"
}
];