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

feat: add paris details #184

Merged
merged 8 commits into from
Sep 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
9 changes: 6 additions & 3 deletions config/city-lists.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,13 @@
{
"name": "Paris",
"country": "France",
"date": "TBA",
"description": "Join us in Paris for the AsyncAPI Conference and experience the art of API perfection! Let's craft a symphony of messaging and celebrate tech in style!",
"date": "December 6-8, 2023",
"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!",
"img": "https://images.unsplash.com/photo-1508050919630-b135583b29ab?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2306&q=80",
"address": "TBA",
"address": "CNIT (Centre des Nouvelles Industries et Technologies), Paris 2 Place de la Défense, 92092 Puteaux",
"sponsors": [
"/img/apidays.png"
],
"ticket": "",
"freeTickets":"",
"freeTicketText":"Grab Free Tickets",
Expand Down
6 changes: 3 additions & 3 deletions pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export default function Home() {
<div className='text-center py-[46px] w-[714px] lg:w-full'>
<Heading className='text-white'>Venues</Heading>
<Paragraph className='mt-12'>
The AsyncAPI Conf2023 on Tour is planned to take the online
event to the next level by hosting physical events in five
The AsyncAPI Conf on Tour 2023 is planned to take the online
event to the next level by hosting physical events in four
different locations across the globe.
</Paragraph>
</div>
Expand Down Expand Up @@ -165,7 +165,7 @@ export default function Home() {
</div>
</div>
<div id='sponsors'>
<Sponsors imgs={['/img/sngular.png', '/img/IBM.png', '/img/postman.png']} />
<Sponsors imgs={['/img/sngular.png', '/img/IBM.png', '/img/postman.png', '/img/apidays.png']} />
</div>
<div className=''>
<Subcription />
Expand Down
Binary file added public/img/apidays.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.