Skip to content

Commit 5a5252d

Browse files
authored
Merge pull request #27 from WISVCH/Logo
Added jetbrains and sping logo
2 parents 0a2d8e9 + d115e07 commit 5a5252d

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

data/sponsors.json

+10
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,16 @@
2323
"logoKey": "navara",
2424
"url": "https://www.navara.nl/",
2525
"title": "Navara"
26+
},
27+
{
28+
"logoKey": "sping",
29+
"url": "https://sping.nl/",
30+
"title": "Sping"
31+
},
32+
{
33+
"logoKey": "jetbrains",
34+
"url": "https://www.jetbrains.com/",
35+
"title": "JetBrains"
2636
}
2737
]
2838
},

data/sponsors.ts

+2
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ export const sponsorLogoMap: { [key: string]: URL } = {
77
import.meta.url
88
),
99
navara: new URL("/static/sponsors/nav_logo_navy_diap_rgb.png?as=webp&width=200", import.meta.url),
10+
jetbrains: new URL("/static/sponsors/jetbrains_logo.png?as=webp&width=200", import.meta.url),
11+
sping: new URL("/static/sponsors/Sping_logo.png?as=webp&width=200", import.meta.url),
1012
unipartners: new URL("/static/sponsors/UniPartners-Logo.png?as=webp&width=200", import.meta.url)
1113
};

static/sponsors/Sping_logo.png

9.92 KB
Loading

static/sponsors/jetbrains_logo.png

47.9 KB
Loading

0 commit comments

Comments
 (0)