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.
Browse files
Browse the repository at this point in the history
Conf to the schedule (#33).
- Loading branch information
Kent C. Dodds
committed
Jan 5, 2016
1 parent
77a7b13
commit 3e2476b
Showing
17 changed files
with
154 additions
and
35 deletions.
There are no files selected for viewing
Binary file not shown.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
File renamed without changes
File renamed without changes
File renamed without changes
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,61 @@ | ||
/* eslint max-len:0 */ | ||
|
||
export default { | ||
title: `ESLint`, | ||
guests: [ | ||
{ | ||
name: 'Gyandeep Singh', | ||
twitter: 'gyandeeps', | ||
}, | ||
{ | ||
name: 'Ilya Volodin', | ||
twitter: 'i_volodin', | ||
}, | ||
{ | ||
name: 'Feross Aboukhadijeh', | ||
twitter: 'feross', | ||
}, | ||
{ | ||
name: 'Jamund Ferguson', | ||
twitter: 'xjamundx', | ||
}, | ||
], | ||
description: ` | ||
Let's talk about what [ESLint](http://eslint.org/) is, how it works, | ||
and how it can be super useful for your project. | ||
We'll be joined by ESLint committers and the author | ||
of [the Standard library](http://npm.im/standard). | ||
`, | ||
hangoutId: 'cms6et0sffpkf92nucv1nf70c74', | ||
youTubeId: 'sEXow0FPE3Q', | ||
podbeanId: '', | ||
host: {}, | ||
panelists: [ | ||
{ | ||
twitter: 'dan_abramov', | ||
}, | ||
{ | ||
twitter: 'drboolean', | ||
}, | ||
{ | ||
twitter: 'getify', | ||
}, | ||
{ | ||
twitter: 'kwuchu', | ||
}, | ||
{ | ||
twitter: 'linclark', | ||
}, | ||
{ | ||
twitter: 'mzabriskie', | ||
}, | ||
{ | ||
twitter: 'pamasaur', | ||
}, | ||
{ | ||
twitter: 'tylermcginnis33', | ||
}, | ||
], | ||
} | ||
|
||
|
File renamed without changes
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -83,7 +83,7 @@ h3 small { | |
text-align: center; | ||
} | ||
|
||
.person img { | ||
.person img:not(.square) { | ||
border-radius: 50%; | ||
} | ||
|
||
|