Skip to content

Commit

Permalink
feat: add paris details (#184)
Browse files Browse the repository at this point in the history
* update-button

* add-paris-details

* update

* update

* update-paris-page
  • Loading branch information
thulieblack authored Sep 26, 2023
1 parent fa25c2d commit a19c674
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
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.

0 comments on commit a19c674

Please sign in to comment.