diff --git a/config/speakers.json b/config/speakers.json index 354e1b95..f5bde646 100644 --- a/config/speakers.json +++ b/config/speakers.json @@ -163,7 +163,58 @@ { "city": "Paris", "location": "Paris, France", - "lists": [], + "lists": [ + { + "name": "Dr. Annegret Junker", + "title": "Chief Software Architect at codecentric AG", + "img": "img/paris-images/Annegret.webp" + }, + { + "name": "Leonid Lukyanov", + "title": "Co-Founder, CEO at Aklivity", + "img": "img/paris-images/Leonid.webp" + }, + { + "name": "Hugo Guerrero", + "title": "Developer Advocate at Redhat", + "img": "img/paris-images/Hugo.webp" + }, + { + "name": "Naresh Jain", + "title": "Founder, CEO at Specmatic", + "img": "img/paris-images/Naresh.webp" + }, + { + "name": "Frank Kilcommins", + "title": "Principal API Technical Evangelist at SmartBear", + "img": "img/paris-images/Frank.webp" + }, + { + "name": "Laurent Broudoux", + "title": "Co-founder at Microcks", + "img": "img/paris-images/Laurent.webp" + }, + { + "name": "Hari Krishnan", + "title": "Co-Founder, CTO at Specmatic", + "img": "img/paris-images/Hari.webp" + }, + { + "name": "Joel Rosario", + "title": "Chief Scientist at Specmatic", + "img": "img/paris-images/Joel.webp" + }, + { + "name": "Julien Testut", + "title": "Senior Principal Product Manager at Oracle", + "img": "img/paris-images/Julien.webp" + }, + { + "name": "Alessandro Cagnetti", + "title": "Customer Engineering at Solace", + "img": "img/paris-images/Alessandro.webp" + } + ], "agenda": null }, diff --git a/public/img/paris-images/Alessandro.webp b/public/img/paris-images/Alessandro.webp new file mode 100644 index 00000000..751d140c Binary files /dev/null and b/public/img/paris-images/Alessandro.webp differ diff --git a/public/img/paris-images/Annegret.webp b/public/img/paris-images/Annegret.webp new file mode 100644 index 00000000..5245aad7 Binary files /dev/null and b/public/img/paris-images/Annegret.webp differ diff --git a/public/img/paris-images/Frank.webp b/public/img/paris-images/Frank.webp new file mode 100644 index 00000000..23ec5041 Binary files /dev/null and b/public/img/paris-images/Frank.webp differ diff --git a/public/img/paris-images/Hari.webp b/public/img/paris-images/Hari.webp new file mode 100644 index 00000000..e25a3d1f Binary files /dev/null and b/public/img/paris-images/Hari.webp differ diff --git a/public/img/paris-images/Hugo.webp b/public/img/paris-images/Hugo.webp new file mode 100644 index 00000000..425a2cf6 Binary files /dev/null and b/public/img/paris-images/Hugo.webp differ diff --git a/public/img/paris-images/Joel.webp b/public/img/paris-images/Joel.webp new file mode 100644 index 00000000..035ededa Binary files /dev/null and b/public/img/paris-images/Joel.webp differ diff --git a/public/img/paris-images/Julien.webp b/public/img/paris-images/Julien.webp new file mode 100644 index 00000000..e9c64c0e Binary files /dev/null and b/public/img/paris-images/Julien.webp differ diff --git a/public/img/paris-images/Laurent.webp b/public/img/paris-images/Laurent.webp new file mode 100644 index 00000000..16da90a5 Binary files /dev/null and b/public/img/paris-images/Laurent.webp differ diff --git a/public/img/paris-images/Leonid.webp b/public/img/paris-images/Leonid.webp new file mode 100644 index 00000000..9fcdf316 Binary files /dev/null and b/public/img/paris-images/Leonid.webp differ diff --git a/public/img/paris-images/Naresh.webp b/public/img/paris-images/Naresh.webp new file mode 100644 index 00000000..02578b36 Binary files /dev/null and b/public/img/paris-images/Naresh.webp differ