diff --git a/app/routes/team.js b/app/routes/team.js index 25c3e208..cde67284 100644 --- a/app/routes/team.js +++ b/app/routes/team.js @@ -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' } ]; } diff --git a/public/images/team/carmen-animated.gif b/public/images/team/carmen-animated.gif new file mode 100644 index 00000000..ca6e97c2 Binary files /dev/null and b/public/images/team/carmen-animated.gif differ diff --git a/public/images/team/igor-animated.gif b/public/images/team/igor-animated.gif new file mode 100644 index 00000000..2253bf92 Binary files /dev/null and b/public/images/team/igor-animated.gif differ diff --git a/public/images/team/team-carmen.png b/public/images/team/team-carmen.png new file mode 100644 index 00000000..f933ead6 Binary files /dev/null and b/public/images/team/team-carmen.png differ diff --git a/public/images/team/team-igor.png b/public/images/team/team-igor.png new file mode 100644 index 00000000..37a2f328 Binary files /dev/null and b/public/images/team/team-igor.png differ diff --git a/waiter/lib/travis/web/app.rb b/waiter/lib/travis/web/app.rb index 1622b4d4..f7a06e7f 100644 --- a/waiter/lib/travis/web/app.rb +++ b/waiter/lib/travis/web/app.rb @@ -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] }