diff --git a/app/routes/team.js b/app/routes/team.js
index 25c3e208..90626cdd 100644
--- a/app/routes/team.js
+++ b/app/routes/team.js
@@ -172,6 +172,12 @@ export default TravisRoute.extend({
nationality: 'italy',
country: 'austria',
image: 'laura'
+ }, {
+ name: 'Maren Brechler',
+ title: 'Number Juggler',
+ nationality: 'germany',
+ country: 'germany',
+ image: 'maren'
}, {
name: 'Ana Rosas',
title: 'Software Baker',
@@ -179,6 +185,27 @@ export default TravisRoute.extend({
nationality: 'mexico',
country: 'mexico',
image: 'ana'
+ }, {
+ name: 'Igor Wiedler',
+ title: 'webmaster',
+ handle: 'igorwhilefalse',
+ nationality: 'ukswitzerland',
+ country: 'germany',
+ image: 'igor'
+ }, {
+ name: 'Carmen Andoh',
+ title: 'SRE- Snazzy Rsync Empress',
+ handle: 'caelestisca',
+ nationality: 'usa',
+ country: 'usa',
+ image: 'carmen'
+ }, {
+ name: 'Buck Doyle',
+ title: 'Jorts enthusiast',
+ handle: 'buckdoyle',
+ nationality: 'none',
+ country: 'none',
+ image: 'buck'
}
];
}
diff --git a/app/templates/home.hbs b/app/templates/home.hbs
index c5122299..9c232ea9 100644
--- a/app/templates/home.hbs
+++ b/app/templates/home.hbs
@@ -25,12 +25,11 @@
-
The home of
open source testing
-
Over 300k Open Source projects
and 235k users are testing on Travis CI.
-

+
The home of
open source testing
+
Over 320k open source projects
and 235k users are testing on Travis CI.
+

+
-
-
+
{{/travis-layout}}
diff --git a/public/images/pro-landing/flag-none.svg b/public/images/pro-landing/flag-none.svg
new file mode 100644
index 00000000..b43e004e
--- /dev/null
+++ b/public/images/pro-landing/flag-none.svg
@@ -0,0 +1,9 @@
+
+
+
diff --git a/public/images/pro-landing/flag-ukswitzerland.svg b/public/images/pro-landing/flag-ukswitzerland.svg
new file mode 100644
index 00000000..ba975b91
--- /dev/null
+++ b/public/images/pro-landing/flag-ukswitzerland.svg
@@ -0,0 +1,41 @@
+
+
+
diff --git a/public/images/team/buck-animated.gif b/public/images/team/buck-animated.gif
new file mode 100644
index 00000000..85a4035f
Binary files /dev/null and b/public/images/team/buck-animated.gif differ
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/maren-animated.gif b/public/images/team/maren-animated.gif
new file mode 100644
index 00000000..184cc9ec
Binary files /dev/null and b/public/images/team/maren-animated.gif differ
diff --git a/public/images/team/team-buck.png b/public/images/team/team-buck.png
new file mode 100644
index 00000000..115b5690
Binary files /dev/null and b/public/images/team/team-buck.png 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/public/images/team/team-maren.png b/public/images/team/team-maren.png
new file mode 100644
index 00000000..4e41e9ed
Binary files /dev/null and b/public/images/team/team-maren.png differ