This repository has been archived by the owner on Oct 2, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add React Conf show to the website #33
- Loading branch information
Kent C. Dodds
committed
Jan 5, 2016
1 parent
3e2476b
commit 41648f3
Showing
3 changed files
with
108 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,107 @@ | ||
/* eslint max-len:0 */ | ||
|
||
export default { | ||
title: `Live at React Conf`, | ||
guests: [ | ||
{ | ||
name: 'React Conf', | ||
twitter: 'reactjs', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
], | ||
description: ` | ||
We'll be live at [React Conf](http://conf.reactjs.com/) talking with speakers and others about what's going on at the conference. This is your chance to get an insiders look at the conference if you didn't get a chance to snatch a ticket. | ||
`, | ||
hangoutId: 'c6kdirtpl5i76am6mlhuqis490o', | ||
youTubeId: 'rgoyT95ce2U', | ||
podbeanId: '', | ||
host: { | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
panelists: [ | ||
{ | ||
twitter: 'dan_abramov', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
twitter: 'drboolean', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
twitter: 'getify', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
twitter: 'kwuchu', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
twitter: 'linclark', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
twitter: 'mzabriskie', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
twitter: 'pamasaur', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
{ | ||
twitter: 'tylermcginnis33', | ||
links: [ | ||
], | ||
tips: [ | ||
], | ||
picks: [ | ||
], | ||
}, | ||
], | ||
} | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters