mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-23 17:56:02 +00:00
refactored sponsor data into directory data
This commit is contained in:
committed by
Aarni Koskela
parent
76424448ec
commit
125abe45d9
@@ -1,4 +1,4 @@
|
||||
export const projects = [
|
||||
const projects = [
|
||||
{
|
||||
title: "RE:DOM",
|
||||
description:
|
||||
@@ -25,3 +25,4 @@ export const projects = [
|
||||
image: "/static/images/avain.svg",
|
||||
},
|
||||
];
|
||||
export default projects;
|
||||
23
data/sponsors.js
Normal file
23
data/sponsors.js
Normal file
@@ -0,0 +1,23 @@
|
||||
const sponsors = [
|
||||
{
|
||||
name: "Futurice",
|
||||
href: "http://futurice.com/",
|
||||
},
|
||||
{
|
||||
name: "Metosin",
|
||||
href: "http://www.metosin.fi/",
|
||||
},
|
||||
{
|
||||
name: "Solita",
|
||||
href: "https://www.solita.fi/",
|
||||
},
|
||||
{
|
||||
name: "Wakeone",
|
||||
href: "http://wakeone.co/",
|
||||
},
|
||||
{
|
||||
name: "Nordea",
|
||||
href: "https://www.nordea.fi/",
|
||||
},
|
||||
];
|
||||
export default sponsors;
|
||||
Reference in New Issue
Block a user