Skip to content

Commit

Permalink
resolving confilct
Browse files Browse the repository at this point in the history
  • Loading branch information
Aryan4884 committed Jan 31, 2025
1 parent cb3f84f commit 6153fd6
Showing 1 changed file with 96 additions and 0 deletions.
96 changes: 96 additions & 0 deletions config/city-lists.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]

0 comments on commit 6153fd6

Please sign in to comment.