diff --git a/app/styles/app/landing.sass b/app/styles/app/landing.sass index 1167f639..41a63711 100644 --- a/app/styles/app/landing.sass +++ b/app/styles/app/landing.sass @@ -61,10 +61,23 @@ p line-height: 1.5em + .hero.z-1 + text-align: center + position: relative + z-index: 1 + + .landing-centered-wrapper max-width: 1024px margin: 0 auto + #laptop + margin-bottom: -192px + + #laptop img + border: 2px solid #d8dadc + border-radius: 2px + .laptop-wrapper-mobile display: none @@ -73,12 +86,11 @@ h1 color: #339999 line-height: 1.2em - margin-bottom: 0.3em + margin-bottom: 0 p margin: 0 line-height: 1.5em - max-width: 380px br.mobile-break display: none @@ -89,7 +101,7 @@ font-size: 2em font-weight: 300 padding: 0.5em - margin-top: 1.3em + margin: 1.3em 0 1.3em 0 border-radius: 4px border: 0 @@ -100,7 +112,10 @@ padding-right: 10px .oss-testing + background-color: #ffffff text-align: center + position: relative + z-index: 1000 h2 margin: 0 @@ -202,8 +217,11 @@ br.mobile-break display: none + .features-callouts + text-align: center + .features-checked - padding-left: 30px; + padding-left: 30px ul list-style-image: url('../images/landing-page/features-check.svg') @@ -212,8 +230,8 @@ li font-color: #606162 font-size: 1.7em + line-height: 1.7em font-weight: 300 - margin-bottom: 0.55em .build-flows text-align: center diff --git a/app/templates/home.hbs b/app/templates/home.hbs index 905201ca..7e27146b 100644 --- a/app/templates/home.hbs +++ b/app/templates/home.hbs @@ -1,18 +1,18 @@
-
+
-
+
-
-

Test and deploy
with confidence

+
+

Test and deploy with confidence

Easily sync projects with Github
and you’ll be testing your in minutes!

Sign Up
-
+
@@ -90,22 +90,30 @@
-
-

Get set up in seconds

-

Login with GitHub, tell Travis CI to test a project, and then push to GitHub. Could it be any simpler!

-
-
-

Multi-language support

-

Make sure your code runs against all versions of your favorite language without breaking a sweat.

-
-
-

Test your pull requests

-

Make sure every Pull Request to your project is tested before merging.

-
-
-

Deploy to s3 and Heroku

-

Updating staging or production as soon as your tests pass has never been easier!

-
+ +
+ +

Get set up in seconds

+

Login with GitHub, tell Travis CI to test a project, and then push to GitHub. Could it be any simpler!

+
+
+ +

Multi-language support

+

Make sure your code runs against all versions of your favorite language without breaking a sweat.

+
+
+ +
+ +

Test your pull requests

+

Make sure every Pull Request to your project is tested before merging.

+
+
+ +

Deploy to s3 and Heroku

+

Updating staging or production as soon as your tests pass has never been easier!

+
+

Features created to
help your projects and teams

diff --git a/public/images/landing-page/envelope.svg b/public/images/landing-page/envelope.svg index b1e8caf7..6071bcb8 100644 --- a/public/images/landing-page/envelope.svg +++ b/public/images/landing-page/envelope.svg @@ -4,98 +4,146 @@ - + - + - + - + - + - + - - + + - - - - - + + + + + - PRIVATECONFIDENTIAL + + + + + + + + + + + + + + + + + + + + + + + - - + - + diff --git a/public/images/landing-page/features-callouts-1.svg b/public/images/landing-page/features-callouts-1.svg new file mode 100644 index 00000000..129a24ec --- /dev/null +++ b/public/images/landing-page/features-callouts-1.svg @@ -0,0 +1,15 @@ + + + + + + diff --git a/public/images/landing-page/features-callouts-2.svg b/public/images/landing-page/features-callouts-2.svg new file mode 100644 index 00000000..af3464dc --- /dev/null +++ b/public/images/landing-page/features-callouts-2.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + diff --git a/public/images/landing-page/features-callouts-3.svg b/public/images/landing-page/features-callouts-3.svg new file mode 100644 index 00000000..ed9802a3 --- /dev/null +++ b/public/images/landing-page/features-callouts-3.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + diff --git a/public/images/landing-page/features-callouts-4.svg b/public/images/landing-page/features-callouts-4.svg new file mode 100644 index 00000000..9a0afe1d --- /dev/null +++ b/public/images/landing-page/features-callouts-4.svg @@ -0,0 +1,23 @@ + + + + + + diff --git a/public/images/landing-page/features-check.svg b/public/images/landing-page/features-check.svg index 9f424434..92ee6d60 100644 --- a/public/images/landing-page/features-check.svg +++ b/public/images/landing-page/features-check.svg @@ -2,9 +2,9 @@ - + width="40px" height="40px" viewBox="0 0 40 40" enable-background="new 0 0 40 40" xml:space="preserve"> + diff --git a/public/images/landing-page/laptop.png b/public/images/landing-page/laptop.png index 06de6473..44959182 100644 Binary files a/public/images/landing-page/laptop.png and b/public/images/landing-page/laptop.png differ