diff --git a/config/city-lists.json b/config/city-lists.json index f83909a9..882b1fcc 100644 --- a/config/city-lists.json +++ b/config/city-lists.json @@ -32,5 +32,101 @@ "recordings": "__", "playlist": "__" + }, + { + "name": "Helsinki", + "country": "Finland", + "date": "__", + "cfpdate":"__", + "description": "__", + "img": "/img/finland.webp", + "address": "__", + "map": "__", + "sponsors": { + "eventSponsors" : [{ + "image":"/img/apidays.png", + "websiteUrl":"__" + }], + "financialSponsors" : [ + { + "image":"/img/graviteeio.svg" , + "websiteUrl": "__", + "className":"w-[250px] h-[50px]" + }, + { + "image":"/img/postman.png" , + "websiteUrl":"__", + "className":"w-[240px] h-[70px]" + } + ] + }, + "ticket": false, + "isFree": false, + "ended": false + }, + { + "name": "London", + "country": "UK", + "date": "__", + "cfpdate":"__", + "description": "__", + "img": "/img/london.gif", + "address": "__", + "map": "__", + "sponsors": { + "eventSponsors" : [{ + "image":"/img/apidays.png", + "websiteUrl":"__" + }], + "financialSponsors" : [ + { + "image":"/img/graviteeio.svg" , + "websiteUrl": "__", + "className":"w-[250px] h-[50px]" + }, + { + "image":"/img/postman.png" , + "websiteUrl":"__", + "className":"w-[240px] h-[70px]" + } + ] + }, + "ticket": false, + "isFree": false, + "ended": false, + "recordings":"__", + "playlist":"__" + }, + { + "name": "Paris", + "country": "France", + "date": "__", + "cfpdate":"__", + "description": "__", + "img": "__", + "address": "__", + "map": "__", + "sponsors": { + "eventSponsors" : [{ + "image":"/img/apidays.png", + "websiteUrl":"__" + }], + "financialSponsors" : [ + { + "image":"/img/graviteeio.svg" , + "websiteUrl": "__", + "className":"w-[250px] h-[50px]" + }, + { + "image":"/img/postman.png" , + "websiteUrl":"__", + "className":"w-[240px] h-[70px]" + } + ] + }, + "ticket": false, + "isFree": false, + "cfp": false, + "ended": false } ] \ No newline at end of file