diff --git a/config/speakers.json b/config/speakers.json index bb85a8dc..354e1b95 100644 --- a/config/speakers.json +++ b/config/speakers.json @@ -170,7 +170,58 @@ { "city": "Online", "location": "Online Edition", - "lists": [], + "lists": [ + { + "name": "Hari Krishnan", + "title": "Co-founder, CTO at Specmatic", + "img": "img/online-conf-images/HariKrishanan.webp" + }, + { + "name": "Yuan Yuan", + "title": "Software Engineer", + "img": "img/online-conf-images/YuanYuan.webp" + }, + { + "name": "Ivan Garcia Sainz-Aja", + "title": "Java Architect", + "img": "img/online-conf-images/IvanGarciaSainz-Aja.webp" + }, + { + "name": "Atinuke Oluwabamikemi Kayode", + "title": "Community Marketing Specialist at AsyncAPI Initiative", + "img": "img/online-conf-images/AtinukeOluwabamikemiKayode.webp" + }, + { + "name": "Aishat Muibudeen", + "title": "Product Designer and UX Researcher", + "img": "img/online-conf-images/AISHAT(Maya)MUIBUDEEN.webp" + }, + { + "name": "Thulisile Sibanda", + "title": "Community Manager at AsyncAPI Initiative", + "img": "img/online-conf-images/VThulisileSibanda.webp" + }, + { + "name": "Ankit Dash", + "title": "Full Stack Developer", + "img": "img/online-conf-images/AnkitDash.webp" + }, + { + "name": "Giri Venkatesan", + "title": "Principal Developer Advocate and Architect at Solace", + "img": "img/online-conf-images/GiriVenkatesan.webp" + }, + { + "name": "Dr. Annegret Junker", + "title": "Chief Software Architect at codecentric AG", + "img": "img/online-conf-images/Annegret.webp" + }, + { + "name": "Lukasz Gornicki", + "title": "Executive Director at AsyncAPI Initiative", + "img": "img/online-conf-images/Lukasz.webp" + } + ], "agenda": null } ] diff --git a/package-lock.json b/package-lock.json index 6f4a9569..c7e60746 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7214,6 +7214,66 @@ "dependencies": { "rafor": "^1.0.2" } + }, + "node_modules/@next/swc-android-arm-eabi": { + "version": "12.3.4", + "resolved": "https://registry.npmjs.org/@next/swc-android-arm-eabi/-/swc-android-arm-eabi-12.3.4.tgz", + "integrity": "sha512-cM42Cw6V4Bz/2+j/xIzO8nK/Q3Ly+VSlZJTa1vHzsocJRYz8KT6MrreXaci2++SIZCF1rVRCDgAg5PpqRibdIA==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-android-arm64": { + "version": "12.3.4", + "resolved": "https://registry.npmjs.org/@next/swc-android-arm64/-/swc-android-arm64-12.3.4.tgz", + "integrity": "sha512-5jf0dTBjL+rabWjGj3eghpLUxCukRhBcEJgwLedewEA/LJk2HyqCvGIwj5rH+iwmq1llCWbOky2dO3pVljrapg==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-freebsd-x64": { + "version": "12.3.4", + "resolved": "https://registry.npmjs.org/@next/swc-freebsd-x64/-/swc-freebsd-x64-12.3.4.tgz", + "integrity": "sha512-KM9JXRXi/U2PUM928z7l4tnfQ9u8bTco/jb939pdFUHqc28V43Ohd31MmZD1QzEK4aFlMRaIBQOWQZh4D/E5lQ==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@next/swc-linux-arm-gnueabihf": { + "version": "12.3.4", + "resolved": "https://registry.npmjs.org/@next/swc-linux-arm-gnueabihf/-/swc-linux-arm-gnueabihf-12.3.4.tgz", + "integrity": "sha512-3zqD3pO+z5CZyxtKDTnOJ2XgFFRUBciOox6EWkoZvJfc9zcidNAQxuwonUeNts6Xbm8Wtm5YGIRC0x+12YH7kw==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } } } } diff --git a/public/img/online-conf-images/AISHAT(Maya)MUIBUDEEN.webp b/public/img/online-conf-images/AISHAT(Maya)MUIBUDEEN.webp new file mode 100644 index 00000000..2f5f7724 Binary files /dev/null and b/public/img/online-conf-images/AISHAT(Maya)MUIBUDEEN.webp differ diff --git a/public/img/online-conf-images/AnkitDash.webp b/public/img/online-conf-images/AnkitDash.webp new file mode 100644 index 00000000..ba7e7ae3 Binary files /dev/null and b/public/img/online-conf-images/AnkitDash.webp differ diff --git a/public/img/online-conf-images/Annegret.webp b/public/img/online-conf-images/Annegret.webp new file mode 100644 index 00000000..32735520 Binary files /dev/null and b/public/img/online-conf-images/Annegret.webp differ diff --git a/public/img/online-conf-images/AtinukeOluwabamikemiKayode.webp b/public/img/online-conf-images/AtinukeOluwabamikemiKayode.webp new file mode 100644 index 00000000..719ae201 Binary files /dev/null and b/public/img/online-conf-images/AtinukeOluwabamikemiKayode.webp differ diff --git a/public/img/online-conf-images/GiriVenkatesan.webp b/public/img/online-conf-images/GiriVenkatesan.webp new file mode 100644 index 00000000..dccdc74d Binary files /dev/null and b/public/img/online-conf-images/GiriVenkatesan.webp differ diff --git a/public/img/online-conf-images/HariKrishanan.webp b/public/img/online-conf-images/HariKrishanan.webp new file mode 100644 index 00000000..e25a3d1f Binary files /dev/null and b/public/img/online-conf-images/HariKrishanan.webp differ diff --git a/public/img/online-conf-images/IvanGarciaSainz-Aja.webp b/public/img/online-conf-images/IvanGarciaSainz-Aja.webp new file mode 100644 index 00000000..7a5511ad Binary files /dev/null and b/public/img/online-conf-images/IvanGarciaSainz-Aja.webp differ diff --git a/public/img/online-conf-images/Lukasz.webp b/public/img/online-conf-images/Lukasz.webp new file mode 100644 index 00000000..ff3df0dd Binary files /dev/null and b/public/img/online-conf-images/Lukasz.webp differ diff --git a/public/img/online-conf-images/VThulisileSibanda.webp b/public/img/online-conf-images/VThulisileSibanda.webp new file mode 100644 index 00000000..98db0b31 Binary files /dev/null and b/public/img/online-conf-images/VThulisileSibanda.webp differ diff --git a/public/img/online-conf-images/YuanYuan.webp b/public/img/online-conf-images/YuanYuan.webp new file mode 100644 index 00000000..95653acf Binary files /dev/null and b/public/img/online-conf-images/YuanYuan.webp differ