Added Igor and Carmen to the team page
This commit is contained in:
parent
286b59c8ed
commit
2c56238de0
|
@ -179,6 +179,20 @@ export default TravisRoute.extend({
|
||||||
nationality: 'mexico',
|
nationality: 'mexico',
|
||||||
country: 'mexico',
|
country: 'mexico',
|
||||||
image: 'ana'
|
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'
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
BIN
public/images/team/carmen-animated.gif
Normal file
BIN
public/images/team/carmen-animated.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 98 KiB |
BIN
public/images/team/igor-animated.gif
Normal file
BIN
public/images/team/igor-animated.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 217 KiB |
BIN
public/images/team/team-carmen.png
Normal file
BIN
public/images/team/team-carmen.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 108 KiB |
BIN
public/images/team/team-igor.png
Normal file
BIN
public/images/team/team-igor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 91 KiB |
|
@ -190,6 +190,7 @@ class Travis::Web::App
|
||||||
pusher['host'] = options[:pusher_host] if options[:pusher_host]
|
pusher['host'] = options[:pusher_host] if options[:pusher_host]
|
||||||
pusher['path'] = options[:pusher_path] if options[:pusher_path]
|
pusher['path'] = options[:pusher_path] if options[:pusher_path]
|
||||||
pusher['channelPrefix'] = options[:pusher_channel_prefix] if options[:pusher_channel_prefix]
|
pusher['channelPrefix'] = options[:pusher_channel_prefix] if options[:pusher_channel_prefix]
|
||||||
|
Added Igor and Carmen to the team page
|
||||||
config['pusher'] = pusher
|
config['pusher'] = pusher
|
||||||
|
|
||||||
config['ember-cli-pendo'] = { apiKey: options[:pendo_key] }
|
config['ember-cli-pendo'] = { apiKey: options[:pendo_key] }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user