Skip to content

Commit

Permalink
feat: add online speakers (#417)
Browse files Browse the repository at this point in the history
Co-authored-by: Cody's Dad <[email protected]>
  • Loading branch information
thulieblack and AceTheCreator authored Oct 16, 2024
1 parent b5e6e0f commit 6622cf6
Show file tree
Hide file tree
Showing 12 changed files with 112 additions and 1 deletion.
53 changes: 52 additions & 1 deletion config/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
60 changes: 60 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file added public/img/online-conf-images/AnkitDash.webp
Binary file not shown.
Binary file added public/img/online-conf-images/Annegret.webp
Binary file not shown.
Binary file not shown.
Binary file added public/img/online-conf-images/GiriVenkatesan.webp
Binary file not shown.
Binary file added public/img/online-conf-images/HariKrishanan.webp
Binary file not shown.
Binary file not shown.
Binary file added public/img/online-conf-images/Lukasz.webp
Binary file not shown.
Binary file not shown.
Binary file added public/img/online-conf-images/YuanYuan.webp
Binary file not shown.

0 comments on commit 6622cf6

Please sign in to comment.