Skip to content

Commit

Permalink
Merge pull request #60 from nairobi-gophers/speakers-lists
Browse files Browse the repository at this point in the history
Added Irenes Image and Bio
  • Loading branch information
nutcas3 authored Oct 14, 2024
2 parents 7d5ab6f + 0536abe commit 6f67c59
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added frontend/src/assets/speakers/Irene.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions frontend/src/components/SpeakersLists.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import speakerCecilia from '../assets/speakers/Cecilia.jpeg';
import speakerChigozie from '../assets/speakers/Chigozie.jpeg';
import speakerChris from '../assets/speakers/Chris Otta.jpg';
import speakerEhi from '../assets/speakers/Ehi Enabs.jpg';
import speakerIrene from '../assets/speakers/Irene.jpg';
import speakerJoseph from '../assets/speakers/Joseph Augustine.jpeg';
import speakerKen from '../assets/speakers/Kennedy Njagi.jpg';
import speakerPrince from '../assets/speakers/PrinceWell.jpeg';
Expand Down Expand Up @@ -132,6 +133,14 @@ const profiles = [
imageUrl: speakerImage,
companyLogoUrl: 'https://gofr.dev/_next/static/media/blur-cyan.d28a5585.png',
},
{
name: 'Irene Ufia',
twitterHandle: '',
company: 'Interstellar || Software Engineer ',
description: `ASoftware engineer at Interstellar, building scalable blockchain systems with a focus on backend development, cloud infrastructure, and security.`,
imageUrl: speakerIrene,
companyLogoUrl: 'https://interstellar.cm/img/logo/interstellar-logo.png',
}
];


Expand Down

0 comments on commit 6f67c59

Please sign in to comment.