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: update 2023 website #262

Merged
merged 5 commits into from
Feb 22, 2024
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
11 changes: 2 additions & 9 deletions components/Header/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function Header() {
className='absolute sm:hidden flex items-center justify-center'
style={{
display: isTablet && 'none',
top: '400px',
top: '300px',
}}
>
<div className='globe-overlay'></div>
Expand All @@ -69,7 +69,7 @@ function Header() {
el.style.cursor = 'pointer';
return el;
}}
globeImageUrl='https://raw.githubusercontent.com/vasturiano/react-globe.gl/master/example/clouds/clouds.png'
globeImageUrl='//unpkg.com/three-globe/example/img/earth-blue-marble.jpg'
backgroundColor='rgba(0,0,0,0)'
width='700px'
height='700px'
Expand All @@ -96,13 +96,6 @@ function Header() {
</Paragraph>
</div>
<div className='mt-[54px] relative flex items-center justify-center'>
<a
href='https://ticket.apidays.global/event/apidays-paris-2023/8a1f3904-e2be-4c69-a880-37d2ddf1027d/cart?coupon=ASYNCAPICONF23'
target='_blank'
rel='noreferrer'
>
<Button className='w-[200px]'>Get Paris Tickets</Button>
</a>
</div>
</div>
</div>
Expand Down
21 changes: 10 additions & 11 deletions config/city-lists.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@
"sponsors": [
"/img/IBM.png"
],
"ticket": "https://opencollective.com/asyncapi/events/asyncapi-conference-on-tour-6b3c0aa1/contribute/aacot-london-edition-61313",
"ticket": "https://drive.google.com/drive/folders/1PpHiuyfkcTvbpd7x-QcF2s54R6dG26aK?usp=sharing",
"freeTickets":"",
"ended": true,
"freeTicketText":"Grab Free Tickets",
"buttonText":"Get your Tickets"
"freeTicketText":"See Speaker Slides",
"buttonText":"See Speaker Slides"
},
{
"name": "Madrid",
Expand All @@ -25,10 +24,10 @@
"sponsors": [
"/img/sngular.png"
],
"ticket": "https://www.youtube.com/watch?v=FN5eR1Zqh9c",
"ticket": "https://www.youtube.com/playlist?list=PLbi1gRlP7pihD-7XYb6c9wcTdkavDzF3_",
"freeTickets":"",
"freeTicketText":"Grab Free Tickets",
"buttonText":"See Recordings"
"buttonText":"See Live Recordings"
},
{
"name": "Bangalore",
Expand All @@ -40,10 +39,10 @@
"sponsors": [
"/img/postman.png"
],
"ticket": "https://www.youtube.com/watch?v=g6CPg77Lf5Q&t=10786s",
"ticket": "https://www.youtube.com/playlist?list=PLbi1gRlP7pijVocLZS7FeWKA4NBzJa7_Z",
"freeTickets":"",
"freeTicketText":"Grab Free Tickets",
"buttonText":"Watch Live Recording"
"buttonText":"Watch Live Recordings"
},
{
"name": "Paris",
Expand All @@ -55,9 +54,9 @@
"sponsors": [
"/img/apidays.png"
],
"ticket": "https://ticket.apidays.global/event/apidays-paris-2023/8a1f3904-e2be-4c69-a880-37d2ddf1027d/cart?coupon=ASYNCAPICONF23",
"ticket": "https://drive.google.com/drive/folders/1vH1Qbpn8GKLdCXlZ3wZ8sYcz6kfIR2Hj?usp=sharing",
"freeTickets":"",
"freeTicketText":"Grab Free Tickets",
"buttonText":"Grab Free Tickets"
"freeTicketText":"See Speaker Slides",
"buttonText":"See Speaker Slides"
}
]
34 changes: 33 additions & 1 deletion config/links.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,39 @@
{
"title": "Sponsors",
"ref": "/#sponsors"
}
},
{
"title":"Resources Hub",
"ref":"",
"subMenu": [

{
"title": "AACoT'23 Report",
"ref": "https://www.asyncapi.com/blog/conference-2023",
"target": "_blank"
},
{
"title": "Bangalore Videos",
"ref": "https://www.youtube.com/playlist?list=PLbi1gRlP7pijVocLZS7FeWKA4NBzJa7_Z",
"target": "_blank"
},
{
"title": "Paris Slides",
"ref": "https://drive.google.com/drive/folders/1vH1Qbpn8GKLdCXlZ3wZ8sYcz6kfIR2Hj?usp=sharing",
"target": "_blank"
},
{
"title": "Madrid Videos",
"ref": "https://www.youtube.com/playlist?list=PLbi1gRlP7pihD-7XYb6c9wcTdkavDzF3_",
"target": "_blank"
},
{
"title": "London Slides",
"ref": "https://drive.google.com/drive/folders/1PpHiuyfkcTvbpd7x-QcF2s54R6dG26aK?usp=sharing",
"target": "_blank"
}
]
}
]


Expand Down
Loading