Added Igor and Carmen to the team page

This commit is contained in:
Justine Arreche 2016-04-10 18:03:31 -04:00
parent 286b59c8ed
commit 2c56238de0
6 changed files with 15 additions and 0 deletions

View File

@ -179,6 +179,20 @@ export default TravisRoute.extend({
nationality: 'mexico',
country: 'mexico',
image: 'ana'
}, {
name: 'Igor Wiedler',
title: 'webmaster',
handle: 'igorwhilefalse',
nationality: 'switzerland',
country: 'germany',
image: 'igor'
}, {
name: 'Carmen Andoh',
title: 'SRE- Snazzy Rsync Empress',
handle: 'caelestisca',
nationality: 'usa',
country: 'usa',
image: 'carmen'
}
];
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

View File

@ -190,6 +190,7 @@ class Travis::Web::App
pusher['host'] = options[:pusher_host] if options[:pusher_host]
pusher['path'] = options[:pusher_path] if options[:pusher_path]
pusher['channelPrefix'] = options[:pusher_channel_prefix] if options[:pusher_channel_prefix]
Added Igor and Carmen to the team page
config['pusher'] = pusher
config['ember-cli-pendo'] = { apiKey: options[:pendo_key] }