Skip to content

Commit

Permalink
london-speakers
Browse files Browse the repository at this point in the history
  • Loading branch information
thulieblack committed Aug 22, 2023
1 parent 1e26a34 commit 5371542
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion components/Speaker/speaker.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function Speaker({details, location, className}) {
<img
src={details.img}
alt={details.name}
className='rounded-[200px] w-full'
className='rounded-[200px] h-[356px] w-[356px] object-cover'
/>
</div>
<div className='mt-[19px]'>
Expand Down
25 changes: 13 additions & 12 deletions config/speakers.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@
"lists": [

{
"name": "Adrian Runte",
"title": "Multi-time Founder, CTO and CIO",
"img": "https://user-images.githubusercontent.com/66913810/261285775-b3069bdc-2889-4a3a-82d1-52806a454962.jpg"
"name": "Dale Lane",
"title": "Chief Architect and Senior Technical Staff Member at IBM Event Automation",
"img": "https://user-images.githubusercontent.com/66913810/261602797-91ddd137-f71b-4486-84bf-de98ac58e839.png"

},

{
Expand All @@ -57,12 +58,6 @@
"img": "https://user-images.githubusercontent.com/66913810/261286046-4985401c-f5b8-44e0-ae0a-f4d35b3aca25.jpg"

},

{
"name": "Mete Atamel",
"title": "Software Engineer and Developer Advocate",
"img": "https://atamel.dev/img/mete-512.jpg"
},
{
"name": "Aishat Muibudeen",
"title": "User Experience Researcher and Designer",
Expand All @@ -76,12 +71,18 @@
},

{
"name": "Dale Lane",
"title": "Chief Architect and Senior Technical Staff Member at IBM Event Automation",
"img": "https://user-images.githubusercontent.com/66913810/261602797-91ddd137-f71b-4486-84bf-de98ac58e839.png"
"name": "Adrian Runte",
"title": "Multi-time Founder, CTO and CIO",
"img": "https://user-images.githubusercontent.com/66913810/261285775-b3069bdc-2889-4a3a-82d1-52806a454962.jpg"

},

{
"name": "Mete Atamel",
"title": "Software Engineer and Developer Advocate",
"img": "https://atamel.dev/img/mete-512.jpg"
},

{
"name": "Lorna Jane",
"title": "Developer Experience at Redocly",
Expand Down

0 comments on commit 5371542

Please sign in to comment.