Skip to content

Commit

Permalink
fix: speakers images (#400)
Browse files Browse the repository at this point in the history
Co-authored-by: Cody's Dad <[email protected]>
  • Loading branch information
Aryan4884 and AceTheCreator authored Oct 23, 2024
1 parent f6fca2a commit a3fec5f
Show file tree
Hide file tree
Showing 18 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion components/Tickets/ticketCards.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ function TicketCards({ className, city }) {
);
}

export default TicketCards;
export default TicketCards;
26 changes: 13 additions & 13 deletions config/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@
{
"name": "Hugo Guerrero",
"title": "Developer Advocate at Redhat",
"img": "https://avatars.githubusercontent.com/u/1001939?v=4"
"img": "/img/Hugo Guerrero.webp"
},
{
"name": "Jonas Lagoni",
"title": "Lead Software Engineer at Postman",
"img": "https://pbs.twimg.com/profile_images/1507770710789402630/w4IZfLUZ_400x400.jpg"
"img": "/img/Jonas Lagoni.webp"
},
{
"name": "Lukasz Gornicki",
"title": "Executive Director at AsyncAPI Initiative and Developer Relations Manager at Postman",
"img": "https://pbs.twimg.com/profile_images/1683523954957328393/W009Rxsj_400x400.jpg"
"img": "/img/Lukasz Gornicki.webp"
}
]
},
Expand Down Expand Up @@ -112,52 +112,52 @@
"lists": [ {
"name": "Dale Lane",
"title": "Chief Architect at IBM",
"img": "https://user-images.githubusercontent.com/66913810/261602797-91ddd137-f71b-4486-84bf-de98ac58e839.png"
"img": "/img/Dale Lane.webp"
},
{
"name": "Lorna Mitchell",
"title": "VP of Developer Experience at Redocly",
"img": "https://lornajane.net/wp-content/uploads/2011/08/IMG_9410-smaller.jpg"
"img": "/img/Lorna Mitchell.webp"
},
{
"name": "Artur Ciocanu",
"title": "Senior Computer Scientist at Adobe",
"img": "https://user-images.githubusercontent.com/66913810/262294782-32d6cf14-3e7b-4b68-b8a6-82de97166c7d.jpg"
"img": "/img/Artur Ciocanu.webp"
},
{
"name": "Eduardo Maldonado Fonseca Silva ",
"title": "Senior DevOps Engineer at The LEGO Group ",
"img": "/img/Eduardo.jpeg"
"img": "/img/Eduardo.webp"
},
{
"name": "Laurent Broudoux",
"title": "Co-founder of Microcks",
"img": "https://user-images.githubusercontent.com/66913810/279639901-07c64c42-deee-4520-b36f-92a8141b9dcb.jpg"
"img": "/img/Laurent Broudoux.webp"
},
{
"name": "Sho Kaneko",
"title": "Founder of Repoch",
"img": "https://pbs.twimg.com/profile_images/1680155599227502594/14ASdMcD_400x400.jpg"
"img":"/img/Sho Kaneko.webp"
},
{
"name": "Thulisile Sibanda",
"title": "Community Manager at AsyncAPI Initiative",
"img": "https://apidays.s3.fr-par.scw.cloud/medias/2964/3f41ea5b-34ea-496e-a0f0-c17296d1d032.jpg"
"img": "/img/Thulisile Sibanda.webp"
},
{
"name": "James Gough",
"title": "Distinguished Engineer at Morgan Stanley",
"img": "https://apidays.s3.fr-par.scw.cloud/medias/2201/conversions/6d4f5dcd-52e6-41f8-8862-7ca096bb6b47-square.jpg"
"img": "/img/James Gough.webp"
},
{
"name": "Will Osbourne",
"title": "Technology Associate at Morgan Stanley",
"img": "https://apidays.s3.fr-par.scw.cloud/medias/2990/conversions/dc3950b7-fa4a-4d89-b930-8e62bc883b6f-square.jpg"
"img": "/img/Will Osbourne.webp"
},
{
"name": "Swen-Helge Huber",
"title": "Senior Director, Office of the CTO at Solace",
"img": "https://user-images.githubusercontent.com/66913810/262295277-4cab51aa-e336-4f13-9e63-6eea20ad411a.png"
"img":"/img/Swen-Helge Huber.webp"
}]
},
{
Expand Down
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,4 +192,4 @@ export default function Home() {
</div>
</div>
);
}
}
Binary file added public/img/Artur Ciocanu.webp
Binary file not shown.
Binary file added public/img/Dale Lane.webp
Binary file not shown.
Binary file removed public/img/Eduardo.jpeg
Binary file not shown.
Binary file added public/img/Eduardo.webp
Binary file not shown.
Binary file added public/img/Hugo Guerrero.webp
Binary file not shown.
Binary file added public/img/James Gough.webp
Binary file not shown.
Binary file added public/img/Jonas Lagoni.webp
Binary file not shown.
Binary file added public/img/Laurent Broudoux.webp
Binary file not shown.
Binary file added public/img/Lorna Mitchell.webp
Binary file not shown.
Binary file added public/img/Lukasz Gornicki.webp
Binary file not shown.
Binary file added public/img/Sho Kaneko.webp
Binary file not shown.
Binary file added public/img/Swen-Helge Huber.webp
Binary file not shown.
Binary file added public/img/Thulisile Sibanda.webp
Binary file not shown.
Binary file added public/img/Will Osbourne.webp
Binary file not shown.
44 changes: 22 additions & 22 deletions public/img/graviteeio.svg
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 a3fec5f

Please sign in to comment.