diff --git a/app/routes/team.js b/app/routes/team.js index 265e48d3..13882a29 100644 --- a/app/routes/team.js +++ b/app/routes/team.js @@ -165,6 +165,12 @@ export default TravisRoute.extend({ nationality: 'russia', country: 'germany', image: 'liz' + }, { + name: 'Laura Gaetano', + title: 'Two Trick Pony', + nationality: 'italy', + country: 'austria', + image: 'laura' } ]; } diff --git a/public/images/pro-landing/flag-austria.svg b/public/images/pro-landing/flag-austria.svg new file mode 100644 index 00000000..9bd22f31 --- /dev/null +++ b/public/images/pro-landing/flag-austria.svg @@ -0,0 +1,13 @@ + + + + + + + + + diff --git a/public/images/team/laura-animated.gif b/public/images/team/laura-animated.gif new file mode 100644 index 00000000..a3844bd0 Binary files /dev/null and b/public/images/team/laura-animated.gif differ diff --git a/public/images/team/team-justine.png b/public/images/team/team-justine.png index 0b45bf55..d186159a 100644 Binary files a/public/images/team/team-justine.png and b/public/images/team/team-justine.png differ diff --git a/public/images/team/team-laura.png b/public/images/team/team-laura.png new file mode 100644 index 00000000..36ffa43c Binary files /dev/null and b/public/images/team/team-laura.png differ