diff --git a/app/styles/app/pages/landing.sass b/app/styles/app/pages/landing.sass index 36b870be..27c1cf4d 100644 --- a/app/styles/app/pages/landing.sass +++ b/app/styles/app/pages/landing.sass @@ -11,14 +11,14 @@ background-color: #ffffff background-image: inline-image('landing-page/signingithub.svg') background-size: 16px 16px - border: 2px solid #e4e7e7 - color: #a0a8a8 + border: 2px solid rgba($cement-grey, .4) + color: $cement-grey .button--signingin - border: 2px solid #3FA75F + border: 2px solid $turf-green .button--signin:hover - background-color: #73c78d + background-color: $turf-green background-image: inline-image('landing-page/signingithub-hover.svg') - border: 2px solid #73c78d + border: 2px solid $turf-green color: #fff .landing-centered-wrapper @@ -37,7 +37,7 @@ font-size: 5em line-height: 1em font-weight: 300 - color: #8f9294 + color: $cement-grey margin-bottom: 0 .hero, .oss-testing, .customers, .recent-builds, .free-for-oss, .private-repos, .features-list, .build-flows, .user-testimonials @@ -52,7 +52,7 @@ font-size: 3.3em line-height: 1.15em font-weight: 300 - color: #39a85b + color: $turf-green p line-height: 1.5em @@ -129,7 +129,11 @@ br.mobile-break display: none - + .os-numbers + width: 80% + @media #{$medium-up} + width: 60% + .customers text-align: center diff --git a/app/templates/home.hbs b/app/templates/home.hbs index 9c232ea9..9e579fe8 100644 --- a/app/templates/home.hbs +++ b/app/templates/home.hbs @@ -1,7 +1,7 @@ {{#travis-layout layoutName="layouts/landing-page"}}
Easily sync your GitHub projects with Travis CI
and you’ll be testing your code in minutes!
Over 320k open source projects
and 235k users are testing on Travis CI.
Over 300k open source projects
and 235k users are testing on Travis CI.
Some pretty awesome companies
and projects are using us.
Seriously. Always. We like to think of it as our way of giving
back to a community that gives us so much as well.
You push your
code to GitHub
GitHub triggers
Travis CI to build
Hooray!
Your build passes!
Travis CI deploys
to Heroku
Travis CI tells the
team all is well
A pull request
is created
GitHub tells Travis CI the build is mergeable
Hooray!
Your build passes!
Travis CI updates the PR that it passed
You merge in
the PR goodness
Travis CI makes it so much easier for us to coordinate the thousands of commits and contributors that flow through the Rails code base. The test suite for such a large project is vast, and we wouldn’t be catching issues as quickly or smoothly without the help of Travis.
@@ -208,7 +209,7 @@We love Travis CI at @TwitterOSS and use it for the majority of our open source projects on GitHub. Travis CI is simple to use, we love their API to build tooling and adore the new container infrastructure for speedier builds.
@@ -217,7 +218,7 @@Not only is Travis CI the best way to test your software, it is the right way. rm -rf jenkins && touch .travis.yml
@@ -225,8 +226,7 @@PyPy and Python Core Team Member