diff --git a/components/Tickets/ticketCards.js b/components/Tickets/ticketCards.js
index 3e67fe17..21f3cb8c 100644
--- a/components/Tickets/ticketCards.js
+++ b/components/Tickets/ticketCards.js
@@ -29,4 +29,4 @@ function TicketCards({ className, city }) {
);
}
-export default TicketCards;
\ No newline at end of file
+export default TicketCards;
diff --git a/config/speakers.json b/config/speakers.json
index 798c879e..252d90dc 100644
--- a/config/speakers.json
+++ b/config/speakers.json
@@ -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"
}
]
},
@@ -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"
}]
},
{
diff --git a/pages/index.js b/pages/index.js
index cd0da3e4..9e9f1668 100644
--- a/pages/index.js
+++ b/pages/index.js
@@ -192,4 +192,4 @@ export default function Home() {
);
-}
\ No newline at end of file
+}
diff --git a/public/img/Artur Ciocanu.webp b/public/img/Artur Ciocanu.webp
new file mode 100644
index 00000000..71b22fb9
Binary files /dev/null and b/public/img/Artur Ciocanu.webp differ
diff --git a/public/img/Dale Lane.webp b/public/img/Dale Lane.webp
new file mode 100644
index 00000000..2b0806e8
Binary files /dev/null and b/public/img/Dale Lane.webp differ
diff --git a/public/img/Eduardo.jpeg b/public/img/Eduardo.jpeg
deleted file mode 100644
index 76a9d5fe..00000000
Binary files a/public/img/Eduardo.jpeg and /dev/null differ
diff --git a/public/img/Eduardo.webp b/public/img/Eduardo.webp
new file mode 100644
index 00000000..ffdcf745
Binary files /dev/null and b/public/img/Eduardo.webp differ
diff --git a/public/img/Hugo Guerrero.webp b/public/img/Hugo Guerrero.webp
new file mode 100644
index 00000000..8bb24edf
Binary files /dev/null and b/public/img/Hugo Guerrero.webp differ
diff --git a/public/img/James Gough.webp b/public/img/James Gough.webp
new file mode 100644
index 00000000..47d69b95
Binary files /dev/null and b/public/img/James Gough.webp differ
diff --git a/public/img/Jonas Lagoni.webp b/public/img/Jonas Lagoni.webp
new file mode 100644
index 00000000..6c8f23f1
Binary files /dev/null and b/public/img/Jonas Lagoni.webp differ
diff --git a/public/img/Laurent Broudoux.webp b/public/img/Laurent Broudoux.webp
new file mode 100644
index 00000000..0583198a
Binary files /dev/null and b/public/img/Laurent Broudoux.webp differ
diff --git a/public/img/Lorna Mitchell.webp b/public/img/Lorna Mitchell.webp
new file mode 100644
index 00000000..857a2ef9
Binary files /dev/null and b/public/img/Lorna Mitchell.webp differ
diff --git a/public/img/Lukasz Gornicki.webp b/public/img/Lukasz Gornicki.webp
new file mode 100644
index 00000000..ff3df0dd
Binary files /dev/null and b/public/img/Lukasz Gornicki.webp differ
diff --git a/public/img/Sho Kaneko.webp b/public/img/Sho Kaneko.webp
new file mode 100644
index 00000000..e611159f
Binary files /dev/null and b/public/img/Sho Kaneko.webp differ
diff --git a/public/img/Swen-Helge Huber.webp b/public/img/Swen-Helge Huber.webp
new file mode 100644
index 00000000..81222ed7
Binary files /dev/null and b/public/img/Swen-Helge Huber.webp differ
diff --git a/public/img/Thulisile Sibanda.webp b/public/img/Thulisile Sibanda.webp
new file mode 100644
index 00000000..ada5ceb5
Binary files /dev/null and b/public/img/Thulisile Sibanda.webp differ
diff --git a/public/img/Will Osbourne.webp b/public/img/Will Osbourne.webp
new file mode 100644
index 00000000..0a02c256
Binary files /dev/null and b/public/img/Will Osbourne.webp differ
diff --git a/public/img/graviteeio.svg b/public/img/graviteeio.svg
index 67aae20b..b4eba2c7 100644
--- a/public/img/graviteeio.svg
+++ b/public/img/graviteeio.svg
@@ -1,22 +1,22 @@
-
+