From c5113448f797e2791c31fb35d2dc38d9cc22fcef Mon Sep 17 00:00:00 2001 From: V Thulisile Sibanda <66913810+thulieblack@users.noreply.github.com> Date: Wed, 15 Nov 2023 11:18:56 +0200 Subject: [PATCH] feat: add paris details (#245) * update-paris-speakers * update-speakers * update-tickets * update * update-paris-speakers * Update speakers.json --- config/city-lists.json | 4 +-- config/speakers.json | 69 +++++++++++++++++++++++++++++++++++++++++- 2 files changed, 70 insertions(+), 3 deletions(-) diff --git a/config/city-lists.json b/config/city-lists.json index 0595588e..c76a7d8d 100644 --- a/config/city-lists.json +++ b/config/city-lists.json @@ -55,9 +55,9 @@ "sponsors": [ "/img/apidays.png" ], - "ticket": "", + "ticket": "https://ticket.apidays.global/event/apidays-paris-2023/8a1f3904-e2be-4c69-a880-37d2ddf1027d/cart?coupon=ASYNCAPICONF23", "freeTickets":"", "freeTicketText":"Grab Free Tickets", - "buttonText":"Get your Tickets" + "buttonText":"Grab Free Tickets" } ] \ No newline at end of file diff --git a/config/speakers.json b/config/speakers.json index 6133830c..eaef122c 100644 --- a/config/speakers.json +++ b/config/speakers.json @@ -516,6 +516,73 @@ { "city": "Paris", "location": "Paris, France", - "lists": [] + "lists": [ + { + "name": "Lukasz Gornicki", + "title": "Executive Director at AsyncAPI Initiative and Developer Relations Manager at Postman", + "img": "https://apidays.s3.fr-par.scw.cloud/medias/2458/conversions/82981197-45c9-48ad-8bf8-b7c9d2ba55ce-square.jpg" + }, + { + "name": "Hari Rangarajan", + "title": "Developer Advocate at Solace", + "img": "https://user-images.githubusercontent.com/66913810/264054920-0bafd0b1-ee83-416f-b64e-3ff10f7582ba.jpg" + }, + { + "name": "Alex Drag", + "title": "Sr. Director of Product Marketing & Product Evangelist at Gravitee", + "img": "https://apidays.s3.fr-par.scw.cloud/medias/2062/conversions/7e3232c3-d0e0-4cd1-bc35-e22c701f5562-square.jpg" + }, + { + "name": "João Dias", + "title": "Software Engineer at Kuehne+Nagel", + "img": "https://apidays.s3.fr-par.scw.cloud/medias/2461/conversions/6a8ec984-ebc7-444d-9257-4860bed7e1cb-square.jpg" + }, + { + "name": "Rui Eusébio", + "title": "Senior Software Architect at Kuehne+Nagel", + "img": "https://apidays.s3.fr-par.scw.cloud/medias/2462/conversions/aa606e8b-09cd-406c-b89a-2818850ebd60-square.jpg" + }, + { + "name": "Manuel Ottlik", + "title": "Product Owner Global Integration Platform at HDI Global SE", + "img": "https://apidays.s3.fr-par.scw.cloud/medias/2011/conversions/c4c081c7-8f14-4680-b7dc-dc55559c09f7-square.jpg" + }, + { + "name": "Zbigniew Malcherczyk", + "title": "Senior Backend Engineer at TransferGo", + "img": "https://apidays.s3.fr-par.scw.cloud/medias/2442/conversions/4ea7dbeb-9cae-4657-9292-a8f25725fa50-square.jpg" + }, + { + "name": "Hugo Guerrero", + "title": "Chief Software Architect, APIs & Integration Developer Advocate at Red Hat", + "img": "https://apidays.s3.fr-par.scw.cloud/medias/648/conversions/0d366eb0-5a31-47d9-b3e5-33f406f31055-square.jpg" + }, + { + "name": "Julien Testut", + "title": "Senior Principal Product Manager at Oracle", + "img": "https://apidays.s3.fr-par.scw.cloud/medias/2452/conversions/c2015d0d-56fa-4058-ba9e-73916f9a78f8-square.jpg" + }, + { + "name": "José Haro Peralta", + "title": "Founder, Author, Instructor at microapis.io", + "img": "https://apidays.s3.fr-par.scw.cloud/medias/2134/conversions/825ceeae-7b98-4855-92aa-6e77dacb6d8e-square.jpg" + }, + { + "name": "Julien Jakubowski", + "title": "Developer Advocate at StreamNative", + "img": "https://apidays.s3.fr-par.scw.cloud/medias/2456/conversions/66ed3685-0341-4103-b7cf-d4bbc6ddf590-square.jpg" + }, + { + "name": "Benjamin Coenen", + "title": "Rust Sr Staff Software Engineer at Apollo GraphQL", + "img": "https://apidays.s3.fr-par.scw.cloud/medias/2463/conversions/7749cce5-2699-47b9-aef8-6269ab8a823d-square.jpg" + }, + { + "name": "Alexander Günsche", + "title": "Senior Solutions Architect at Amazon Web Services", + "img": "https://apidays.s3.fr-par.scw.cloud/medias/2382/conversions/c5612dad-fb54-46e9-8472-d6f579c43b5e-square.jpg" + } + + ] } ]