Skip to content

Commit

Permalink
Added Navara to the website
Browse files Browse the repository at this point in the history
  • Loading branch information
sajochems committed Mar 12, 2024
1 parent 3427405 commit bbee921
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions data/sponsors.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,16 @@
"title": "X TU Delft"
}
]
},
{
"type": "primary",
"title": "Primary",
"items": [
{
"logoKey": "navara",
"url": "https://www.navara.nl/",
"title": "Navara"
}
]
}
]
1 change: 1 addition & 0 deletions data/sponsors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ export const sponsorLogoMap: { [key: string]: URL } = {
"/static/sponsors/xtudelft.png?as=webp&width=200",
import.meta.url
),
navara: new URL("/static/sponsors/nav_logo_navy_diap_rgb.png?as=webp&width=200", import.meta.url),
};
Binary file added static/sponsors/nav_logo_navy_diap_rgb.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/nav_logo_navy_rgb.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 bbee921

Please sign in to comment.