Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: emptied config files #539

Merged
merged 23 commits into from
Feb 10, 2025
Merged
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
d9bd3ff
emptied config files
anmolyadav-dev Jan 23, 2025
197cbd8
comment out cypress tests
anmolyadav-dev Jan 29, 2025
d63f43b
commented all cypress
anmolyadav-dev Jan 29, 2025
fa548c1
fix cypress test issue
anmolyadav-dev Jan 29, 2025
bc21b85
commented some cypress tests
anmolyadav-dev Jan 29, 2025
6509c76
added sample data in config files
anmolyadav-dev Jan 29, 2025
7361ca3
Merge branch 'master' into update-config-files
ashmit-coder Jan 29, 2025
da9d83a
added new venues
anmolyadav-dev Jan 29, 2025
951ca53
commented sponsored images cypress test
anmolyadav-dev Jan 29, 2025
95e8498
added cfp-data
anmolyadav-dev Jan 29, 2025
3e0fd46
Merge branch 'master' of https://github.com/anmolyadav-dev/async-api-…
anmolyadav-dev Jan 29, 2025
9252494
Merge branch 'update-config-files' of https://github.com/anmolyadav-d…
anmolyadav-dev Jan 29, 2025
2c50b02
resoled changes
anmolyadav-dev Jan 30, 2025
be1f61f
added apiconf logos
anmolyadav-dev Jan 30, 2025
6bbcf1b
added sponsor logos
anmolyadav-dev Jan 30, 2025
13ef3be
Delete package-lock.json
anmolyadav-dev Feb 3, 2025
4221595
Delete package.json
anmolyadav-dev Feb 3, 2025
92ced61
removed package-lock changes
anmolyadav-dev Feb 3, 2025
e313372
Merge branch 'update-config-files' of https://github.com/anmolyadav-d…
anmolyadav-dev Feb 3, 2025
4e9a927
added package.json
anmolyadav-dev Feb 3, 2025
fa6d5c3
removed package.json changes
anmolyadav-dev Feb 3, 2025
3af6802
test-ashmit
ashmit-jagtap Feb 10, 2025
a09843b
test-2-ashmit
ashmit-jagtap Feb 10, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/Sponsors/sponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ function Sponsors({eventSponsors,financialSponsor}) { //eventSponsors,financial
</Paragraph>
</div>
<Heading typeStyle='heading-md' className='text-white mt-10 sm:text-2xl sm:mt-5'>Event and Host Sponsor</Heading>
<div className='flex justify-center w-[650px] sm:w-full sm:flex-col sm:justify-center sm:items-center'>
<div className='flex justify-center w-[650px] sm:w-full flex-col items-center'>
{eventSponsors &&
eventSponsors.map((sponsor) => (

<div key={sponsor.image} className={`w-[300px] h-[150px] flex items-center ${(sponsor.className)? sponsor.className : ""}`}>
<div key={sponsor.image} className={`w-[300px] h-[150px] flex flex-col justify-center items-center ${(sponsor.className)? sponsor.className : ""}`}>
<Link href={sponsor.websiteUrl} target='_blank'>
<Image src={sponsor.image} alt={sponsor.image} height={210} width={300}/>
</Link>
Expand Down
12 changes: 6 additions & 6 deletions config/cfp-data.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"EventStartDate": "30th October 2024",
"EventEndDate": "30th October 2024",
"CallStartDate": "21st August 2024",
"CallEndDate": "20th September 2024",
"Edition": "Online Edition",
"EventStartDate": "15th April 2025",
"EventEndDate": "16th April 2025",
"CallStartDate": "29th January 2025",
"CallEndDate": "23rd February 2025",
"Edition": "Singapore",
"sponsors":[
"/img/apidays.png"
],
"ended": true,
"agenda":null

}
}
183 changes: 115 additions & 68 deletions config/city-lists.json
Original file line number Diff line number Diff line change
@@ -1,132 +1,179 @@
[

{
"name": "Online",
"country": " Edition",
"date": "October 30, 2024",
"name": "Singapore",
"country": "Singapore",
"date": "April 15-16, 2025",
"cfpdate":"Not announced yet",
"description": "Join us for the AsyncAPI Online Conference Edition as the community unites across the globe to share experiences, collaborate, and foster meaningful connections.",
"img": "/img/testMic.webp",
"address": "AsyncAPI YouTube Channel",
"map": "https://www.youtube.com/live/F9wHxd-v2f0?si=PT8BuAUKNmoLHRiM",
"description": "Let’s talk event-driven architecture at the AsyncAPI Conference in Singapore! Join the open-source community and learn how to speak fluent API.",
"img": "/img/singapore.jpg",
"address": "Marina Bay Sands, Singapore",
"map": "",
anmolyadav-dev marked this conversation as resolved.
Show resolved Hide resolved
"sponsors": {
"eventSponsors" : [{
"image":"/img/apidays.png",
"websiteUrl":"https://www.apidays.global/"
}],
"financialSponsors" : [
{
"image":"/img/graviteeio.svg" ,
"websiteUrl": "https://www.gravitee.io/",
"className":"w-[250px] h-[50px]"
},
}],"financialSponsors" : [
{
"image":"/img/postman.png" ,
"websiteUrl":"https://www.postman.com/",
"className":"w-[240px] h-[70px]"
"image":"" ,
"websiteUrl": "",
"className":""
}
]

},
"ticket": false,
"ticket": "",
"isFree": true,
"ended": true,
"recordings": "https://www.youtube.com/playlist?list=PLbi1gRlP7pijItMBmw9SeeyWxuEa3jLR2",
"playlist": "https://www.youtube.com/embed/videoseries?list=PLbi1gRlP7pijItMBmw9SeeyWxuEa3jLR2"

"ended": false,
"recordings":"",
"playlist":""
},
{
"name": "Helsinki",
"country": "Finland",
"date": "May 29, 2024",
"name": "Munich",
"country": "Germany",
"date": "July 2-3, 2025",
"cfpdate":"Not announced yet",
"description": "Join us in Helsinki for the AsyncAPI Conference, where we will explore all things AsyncAPI and connect physical and digital worlds. Get excited as we delve into sustainable APIs for the Era of AI, Data Platforms, and Quantum Computing!.",
"img": "/img/finland.webp",
"address": "Pikku-Finlandia, Helsinki, Karamzininranta 4, 00100 Helsinki, Finland",
"map": "https://maps.app.goo.gl/UpdEp188m5YNEAEo9",
"description": "Dive into event-driven architecture at the AsyncAPI Conference in Munich. Let’s build the future of messaging together!",
"img": "/img/munich.jpg",
"address": "Smartvillage Bogenhausen, München, Germany",
"map": "",
"sponsors": {
"eventSponsors" : [{
"image":"/img/apidays.png",
"websiteUrl":"https://www.apidays.global/"
}],
"financialSponsors" : [
}],"financialSponsors" : [
{
"image":"/img/graviteeio.svg" ,
"websiteUrl": "https://www.gravitee.io/",
"className":"w-[250px] h-[50px]"
},
"image":"" ,
"websiteUrl": "",
"className":""
}
]

},
"ticket": "",
"isFree": true,
"ended": false,
"recordings":"",
"playlist":""
},
{
"name": "Lagos",
"country": "Nigeria",
"date": "July 18-19, 2025",
"cfpdate":"Not announced yet",
"description": "Naija, level up your event-driven architecture skills at AsyncAPI Conference Lagos",
"img": "/img/lagos.jpg",
"address": "etc.venues 155 Bishopsgate, London EC2M 3YD",
"map": "",
"sponsors": {
"eventSponsors" : [{
"image":"/img/apidays.png",
"websiteUrl":"https://www.apidays.global/"
},{
"image":"/img/APIConfLogos/APICONF LOGO - White.svg",
"websiteUrl":""
}],
"financialSponsors" : [
{
"image":"/img/postman.png" ,
"websiteUrl":"https://www.postman.com/",
"className":"w-[240px] h-[70px]"
"image":"" ,
"websiteUrl": "",
"className":""
}
]

},
"ticket": false,
"isFree": false,
"ended": true
"ticket": "",
"isFree": true,
"ended": false,
"recordings":"",
"playlist":""
},

{
"name": "London",
"country": "UK",
"date": "September 18, 2024",
"date": "September 22-24, 2025",
"cfpdate":"Not announced yet",
"description": "Join us in London for AsyncAPI Conference and learn how to speak fluent API! Let's taco about messaging and have a fiesta you will remember!",
"description": "API enthusiasts in London! Join the AsyncAPI Conference for deep dives into event-driven architecture and open-source collaboration.",
"img": "/img/london.gif",
"address": "155 Bishopsgate, London EC2M 3YD",
"map": "https://maps.app.goo.gl/b2Vb5H2mM41F9nQA6",
"sponsors": {
"eventSponsors" : [{
"image":"/img/apidays.png",
"websiteUrl":"https://www.apidays.global/"
}],"financialSponsors" : [
{
"image":"" ,
"websiteUrl": "",
"className":""
}
]

},
"ticket": "",
"isFree": true,
"ended": false,
"recordings":"",
"playlist":""
},
{
"name": "Online",
"country": " Edition",
"date": "October 29, 2025",
"cfpdate":"Not announced yet",
"description": "Join us for the AsyncAPI Online Conference Edition as the community unites across the globe to share experiences, collaborate, and foster meaningful connections.",
"img": "/img/testMic.webp",
"address": "AsyncAPI YouTube Channel",
"map": "https://www.youtube.com/@AsyncAPI",
"sponsors": {
"eventSponsors" : [{
"image":"/img/apidays.png",
"websiteUrl":"https://www.apidays.global/"
}],
"financialSponsors" : [
{
"image":"/img/graviteeio.svg" ,
"websiteUrl": "https://www.gravitee.io/",
"className":"w-[250px] h-[50px]"
},
{
"image":"/img/postman.png" ,
"websiteUrl":"https://www.postman.com/",
"className":"w-[240px] h-[70px]"
"image":"" ,
"websiteUrl": "",
"className":""
}

]

},
"ticket": "https://ticket.apidays.global/event/apidays-london-2024/869eca20-bfb6-4103-b8bb-d0348932e940/",
"ticket": false,
"isFree": true,
"ended": true,
"recordings":"https://youtube.com/playlist?list=PLbi1gRlP7pig77jJD2ER9wfTxPSzBrLW5&si=YPmjUsj5mU6FpLhB",
"playlist":"https://www.youtube.com/embed/videoseries?si=92z0xOVroBuDUvMR&amp;list=PLbi1gRlP7pig77jJD2ER9wfTxPSzBrLW5"
"recordings": "",
"playlist": ""

},
{
"name": "Paris",
"country": "France",
"date": "December 5, 2024",
"date": "December 9-11, 2025",
"cfpdate":"Not announced yet",
"description": "Join us at apidays Paris for the AsyncAPI Conference and experience the art of API perfection! Let's craft a symphony of messaging and celebrate tech in style!",
"description": "Join us at apidays Paris for the AsyncAPI Conference and explore event-driven architecture with the global open-source community",
"img": "https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExd24yenR4djEyZzRoeDA0ZmEyb3Y1c2F4NWVmbG13NmZwYWNhZzdnNiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/Tuy3QxNZF1cxG/giphy.gif",
"address": "CNIT (Centre des Nouvelles Industries et Technologies), Paris 2 Place de la Défense, 92092 Puteaux",
"map": "https://maps.app.goo.gl/5te8WRM9Rb8B6vNd9",
"sponsors": {
"eventSponsors" : [{
"image":"/img/apidays.png",
"websiteUrl":"https://www.apidays.global/"
}],
"financialSponsors" : [
{
"image":"/img/graviteeio.svg" ,
"websiteUrl": "https://www.gravitee.io/",
"className":"w-[250px] h-[50px]"
},
}],"financialSponsors" : [
{
"image":"/img/postman.png" ,
"websiteUrl":"https://www.postman.com/",
"className":"w-[240px] h-[70px]"
"image":"" ,
"websiteUrl": "",
"className":""
}
]

},
"ticket": "https://ticket.apidays.global/event/apidays-paris-2024/f8f61349-4f78-4bba-a162-68d598833116/cart?coupon=ASYNCAPICONF",
"ticket": "",
"isFree": true,
"cfp": false,
"ended": true
"ended": false
}

]
1 change: 1 addition & 0 deletions config/editions.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[
"https://conference.2024.asyncapi.com/",
"https://conference.2023.asyncapi.com/",
"https://conference.2022.asyncapi.com/",
"https://conference.2021.asyncapi.com/",
Expand Down
23 changes: 17 additions & 6 deletions config/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,30 @@
"ref": "",
"subMenu": [
{
"title": "Online",
"ref": "/venue/Online"
"title": "Singapore",
"ref": "/venue/Singapore"
},
{
"title": "Munich, Germany",
"ref": "/venue/Munich"
},
{
"title": "Helsinki, Finland",
"ref": "/venue/Helsinki"
"title": "Lagos, Nigeria",
"ref": "/venue/Lagos"
},
{
"title": "London, UK",
anmolyadav-dev marked this conversation as resolved.
Show resolved Hide resolved
"ref": "/venue/London"
},
{
"title": "Online",
"ref": "/venue/Online"
},
{
"title": "Paris, France",
"ref": "/venue/Paris"
}

]
},
{
Expand Down Expand Up @@ -75,5 +84,7 @@

]
}

]



]
Loading