Skip to content
This repository has been archived by the owner on Jun 17, 2021. It is now read-only.

Update speakers.ts #43

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all 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
Update speakers.ts
  • Loading branch information
realbakari authored Feb 23, 2019
commit 82b30c69347dd462b58b1286b716bf91086ab37d
18 changes: 18 additions & 0 deletions data/speakers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,24 @@ const speakers: Speaker[] = [
readyToTravelAtOwnExpense: null,
currentLocation: { continent: 'Africa', country: 'Nigeria', city: 'Lagos' },
},
{
objectID: 'realbakari',
fullName: 'Bakari Mustafa',
tags: ['JavaScript', 'Python', 'JavaScript'],
email: 'contact@bakarimustafa.com',
website: 'https://bakarimustafa.com',
social: {
twitter: 'realbakari',
github: 'realbakari',
blog: null,
linkedin: 'https://www.linkedin.com/in/realbakari/',
},
talks: [],
realbakari marked this conversation as resolved.
Show resolved Hide resolved
talkLanguages: [],
availableForHire: null,
readyToTravelAtOwnExpense: null,
currentLocation: { continent: 'Asia', country: 'Australia', city: 'Brisbane' },
},
{
objectID: 'ireaderinokun',
fullName: 'Ire Aderinokun',
Expand Down