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 online speaker images and names #409

Merged
merged 5 commits into from
Oct 8, 2024
Merged
Show file tree
Hide file tree
Changes from 2 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
41 changes: 40 additions & 1 deletion config/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,46 @@
{
"city": "Online",
"location": "Online Edition",
"lists": [],
"lists": [ {
"name": "Hari Krishnan",
"title": "Founder and CEO at Polarizer Technologies",
techmannih marked this conversation as resolved.
Show resolved Hide resolved
"img": "https://media.licdn.com/dms/image/v2/C5603AQECQuUSsOONpQ/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1652006613665?e=1733356800&v=beta&t=KmRc3uH5PZOBemSNDS08prfAOLxJGli21TA35jt5oog"
},
{
"name": "Yuan Yuan",
"title": "MSE in DS Student at the University of Pennsylvania",
techmannih marked this conversation as resolved.
Show resolved Hide resolved
"img": "https://avatars.githubusercontent.com/u/16447041?v=4"
},
{
"name": "Ivan Garcia Sainz-Aja",
"title": "Java Architect. Speaker. Building ZenWave 360°",
techmannih marked this conversation as resolved.
Show resolved Hide resolved
"img": "https://media.licdn.com/dms/image/v2/C4E03AQHwWMQkufyIxQ/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1517669088843?e=1733356800&v=beta&t=pnX1RAueiwPNPuyLkgAHW4KexvNB0bSKv6vDTWIgDsA"
},
{
"name": "Atinuke Oluwabamikemi Kayode",
"title": "",
techmannih marked this conversation as resolved.
Show resolved Hide resolved
"img": "https://media.licdn.com/dms/image/v2/C5603AQHQRFnT-j9V0w/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1657787935712?e=1733356800&v=beta&t=dd3I1-lgNTW1BjOpLBljK8TYaAYcTtng3XvmsS2Dpuw"
},
{
"name": "Aishat Muibudeen",
"title": "",
techmannih marked this conversation as resolved.
Show resolved Hide resolved
"img": "https://media.licdn.com/dms/image/v2/D4E03AQEX1YDxXNXWYw/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1711890580471?e=1733356800&v=beta&t=-_VSVmb9JS1HA6BP4k2BEDpw6Eg0bF-VddG31j2PE1Q"
},
{
"name": "Thulisile Sibanda",
"title": "",
techmannih marked this conversation as resolved.
Show resolved Hide resolved
"img": "https://media.licdn.com/dms/image/v2/D5603AQHDfk4HvRiZFQ/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1711019429082?e=1733356800&v=beta&t=Tr5uWSEbmXU-tTQkGCE7Q2aJeBW1jZzFJwY-d6bOxT8"
},
{
"name": "Ankit Dash",
"title": "",
techmannih marked this conversation as resolved.
Show resolved Hide resolved
"img": "https://media.licdn.com/dms/image/v2/D5603AQEKgTNAVwxuHg/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1687942191582?e=1733356800&v=beta&t=GVsvgRB0kV_dkHkkEdyZ3h9_KqxBZ6sgeyio4iaurhQ"
},
{
"name": "Giri Venkatesan",
"title": "Principal Developer Advocate, Office of the CTO at Solace",
techmannih marked this conversation as resolved.
Show resolved Hide resolved
"img": "https://media.licdn.com/dms/image/v2/D5603AQGE4ZJbCIzvxA/profile-displayphoto-shrink_400_400/profile-displayphoto-shrink_400_400/0/1711356838313?e=1733356800&v=beta&t=iuzujzG57X5qI8P0gsNPqGjzd0oMXKz0ehx58gIIKlc"
}],
"agenda": null
}
]
Loading
Loading