mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-01-26 03:14:08 +00:00
32 lines
494 B
TypeScript
32 lines
494 B
TypeScript
const sponsors = [
|
|
{
|
|
name: "Futurice",
|
|
href: "https://futurice.com/",
|
|
},
|
|
{
|
|
name: "Metosin",
|
|
href: "https://www.metosin.fi/",
|
|
},
|
|
{
|
|
name: "Solita",
|
|
href: "https://www.solita.fi/",
|
|
},
|
|
{
|
|
name: "Wakeone",
|
|
href: "https://wakeone.co/",
|
|
},
|
|
{
|
|
name: "Nordea",
|
|
href: "https://www.nordea.fi/",
|
|
},
|
|
{
|
|
name: "Idean",
|
|
href: "https://www.idean.com/",
|
|
},
|
|
{
|
|
name: "Rare",
|
|
href: "https://rare.fi/",
|
|
},
|
|
];
|
|
export default sponsors;
|