diff --git a/src/components/Sponsors.jsx b/src/components/Sponsors.jsx index 0feef364..d9a3391a 100644 --- a/src/components/Sponsors.jsx +++ b/src/components/Sponsors.jsx @@ -10,11 +10,36 @@ import logoMicrosoft from '@/images/sponsors/microsoft.png' import logoMeta from '@/images/sponsors/meta.svg' import logoYm from '@/images/sponsors/youthmappers.png' import logoMapbox from '@/images/sponsors/mapbox.svg' +import logoHere from '@/images/sponsors/here.svg' +import logoGeofabrik from '@/images/sponsors/geofabrik.png' -const sponsors = [ +const platinum = [ + { name: 'TomTom', logo: logoTomTom }, +] + +const organizingPartner = [ + { name: 'TomTom', logo: logoTomTom, website: "https://www.tomtom.com" }, +] + +const supporter = [ + { name: 'Open Cage', website: "https://opencagedata.com/" }, + { name: 'ANYWAYS', website: "https://www.anyways.eu/" }, + { name: 'Stoomlink', website: "https://stoomlink.com/" }, + { name: 'Champs Libres', website: "https://www.champs-libres.coop/" }, +] + +const gold = [ + { name: 'Meta', logo: logoMeta, website: "https://about.meta.com/" }, +] +const silver = [] +const bronze = [ + { name: 'HERE', logo: logoHere, width: 100, website: "https://www.here.com/" }, + { name: 'Geofabrik', logo: logoGeofabrik, width: 160, website: "https://www.geofabrik.de/" }, +] + +const pastSponsors = [ { name: 'Next Billion', logo: logoNextBillion }, { name: 'ESRI', logo: logoEsri }, - { name: 'Tom Tom', logo: logoTomTom }, { name: 'Grab', logo: logoGrab }, { name: 'Microsoft', logo: logoMicrosoft }, { name: 'Meta', logo: logoMeta }, @@ -29,23 +54,109 @@ export function Sponsors() {

Our sponsors

-
- Want to sponsor? Check here for more info! + Want to sponsor too? Check here for more info!

- Some of the past State of the Map sponsors + Platinum +

+ {/*
+ {platinum.map((sponsor) => ( +
+ {sponsor.name} +
+ ))} +
*/} +
+ Your logo here? Check the sponsorship package! +
+

+ Gold

-
- {sponsors.map((sponsor) => ( +
+ {gold.map((sponsor) => ( +
+ {sponsor.name} +
+ ))} +
+

+ Silver +

+ {/*
+ {silver.map((sponsor) => (
{sponsor.name}
+ ))} +
*/} +
+ Your logo here? Check the sponsorship package! +
+

+ Bronze +

+
+ {bronze.map((sponsor) => ( +
+ {sponsor.name} +
+ ))} +
+

+ Supporter +

+
+ {supporter.map((sponsor) => ( +
+ {sponsor.name} +
))}
+

+ Our organizing partner +

+
+ {organizingPartner.map((sponsor) => ( +
+ {sponsor.name} +
+ ))} +
+
+ TomTom has supported this conference from the beginning as an organizing partner in collaboration with OpenStreetMap Belgium. +
+ {/*

+ Some of the past State of the Map sponsors +

+
+ {pastSponsors.map((sponsor) => ( +
+ {sponsor.name} +
+ ))} +
*/} diff --git a/src/images/sponsors/tomtom.svg b/src/images/sponsors/tomtom.svg index 183ed98c..5929dcfb 100644 --- a/src/images/sponsors/tomtom.svg +++ b/src/images/sponsors/tomtom.svg @@ -1,126 +1 @@ - -image/svg+xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + \ No newline at end of file