Skip to content

Commit

Permalink
Merge pull request #27 from WISVCH/Logo
Browse files Browse the repository at this point in the history
Added jetbrains and sping logo
  • Loading branch information
sajochems authored May 15, 2024
2 parents 0a2d8e9 + d115e07 commit 5a5252d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions data/sponsors.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@
"logoKey": "navara",
"url": "https://www.navara.nl/",
"title": "Navara"
},
{
"logoKey": "sping",
"url": "https://sping.nl/",
"title": "Sping"
},
{
"logoKey": "jetbrains",
"url": "https://www.jetbrains.com/",
"title": "JetBrains"
}
]
},
Expand Down
2 changes: 2 additions & 0 deletions data/sponsors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,7 @@ export const sponsorLogoMap: { [key: string]: URL } = {
import.meta.url
),
navara: new URL("/static/sponsors/nav_logo_navy_diap_rgb.png?as=webp&width=200", import.meta.url),
jetbrains: new URL("/static/sponsors/jetbrains_logo.png?as=webp&width=200", import.meta.url),
sping: new URL("/static/sponsors/Sping_logo.png?as=webp&width=200", import.meta.url),
unipartners: new URL("/static/sponsors/UniPartners-Logo.png?as=webp&width=200", import.meta.url)
};
Binary file added static/sponsors/Sping_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added static/sponsors/jetbrains_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5a5252d

Please sign in to comment.