Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add london speakers #176

Merged
merged 5 commits into from
Sep 1, 2023
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 23 additions & 7 deletions config/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@
"title": "Business & Technical Consultant and Co-author of API Economy 101",
"img": "https://user-images.githubusercontent.com/66913810/261286046-4985401c-f5b8-44e0-ae0a-f4d35b3aca25.jpg"

},
{
"name": "Aishat Muibudeen",
"title": "User Experience Researcher and Designer at AsyncAPI Initiative",
"img": "https://user-images.githubusercontent.com/66913810/261285970-c01a211f-5f7f-43f3-b047-2e8c10eb219f.jpg"

},
{
"name": "Sergio Moya",
Expand Down Expand Up @@ -95,8 +89,30 @@
"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"
}
},

{
"name": "Gary Olliffe",
"title": "Distinguished VP Analyst at Gartner",
"img": "https://user-images.githubusercontent.com/66913810/263706242-3570211b-77d1-4692-8721-9945c718258a.jpg"
},

{
"name": "Lukasz Gornicki",
"title": "Executive Director at AsyncAPI",
thulieblack marked this conversation as resolved.
Show resolved Hide resolved
"img": "https://pbs.twimg.com/profile_images/1683523954957328393/W009Rxsj_400x400.jpg"
},
{
"name": "Hari Rangarajan",
"title": "Developer Advocate at Solace",
"img": "https://user-images.githubusercontent.com/66913810/264054920-0bafd0b1-ee83-416f-b64e-3ff10f7582ba.jpg"

}, {
"name": "Supratim Ghose",
"title": "Director at Citi",
"img": "https://user-images.githubusercontent.com/66913810/264057511-b581cf75-499b-4607-abc2-8d1c44c6946d.png"

}

]
},
Expand Down