diff --git a/app/styles/app/landing.sass b/app/styles/app/landing.sass index 92cd96fa..8e2d0398 100644 --- a/app/styles/app/landing.sass +++ b/app/styles/app/landing.sass @@ -71,6 +71,11 @@ max-width: 1024px margin: 0 auto + > .columns.medium-6:first-child + padding-right: 2em + > .columns.medium-6:last-child + padding-left: 2em + #laptop margin-bottom: -192px @@ -134,6 +139,7 @@ .recent-builds background-color: #faf9f6 text-align: center + min-height: 44rem h2 color: #db4141 @@ -253,8 +259,6 @@ &.inactive .name color: $cancel-color - - .free-for-oss text-align: center @@ -495,3 +499,13 @@ @media (max-width: 608px) br.mobile-break display: inline-break + +.landing-vert-center-m + @media #{$medium-up} + position: relative + transform: translateY(65%) +.landing-vert-center-s + @media #{$medium-up} + position: relative + overflow: auto + transform: translateY(7%) diff --git a/app/templates/home.hbs b/app/templates/home.hbs index 2a79ad92..945bf8ed 100644 --- a/app/templates/home.hbs +++ b/app/templates/home.hbs @@ -1,117 +1,123 @@
Over 200k open source projects
and 126k users are testing on Travis CI.
Over 200k open source projects
and 126k users are testing on Travis CI.
Some pretty awesome companies
and projects are a few of our users
Some pretty awesome companies
and projects are a few of our users
Here are just a few projects
currently running on Travis CI
Here are just a few projects
currently running on Travis CI
Seriously. Always. We like to think of it as our way of giving
back to a community that gives us so much as well.
Seriously. Always. We like to think of it as our way of giving
back to a community that gives us so much as well.
Travis CI for private repositories has
plans for every size project.
Travis CI for private repositories has
plans for every size project.
Login with GitHub, tell Travis CI to test a project, and then push to GitHub. Could it be any simpler!
-Make sure your code runs against all versions of your favorite language without breaking a sweat.
-Make sure every Pull Request to your project is tested before merging.
-Updating staging or production as soon as your tests pass has never been easier!
-Login with GitHub, tell Travis CI to test a project, and then push to GitHub. Could it be any simpler!
+Make sure your code runs against all versions of your favorite language without breaking a sweat.
+Make sure every Pull Request to your project is tested before merging.
+Updating staging or production as soon as your tests pass has never been easier!
+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 good
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 good
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
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.
- David Heinemeier Hansson Founder & CTO at Basecamp
@dhh
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.
+ David Heinemeier Hansson Founder & CTO at Basecamp
@dhh
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.
- Chris Aniszczyk Head of Open Source at Twitter
- @cra
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.
+ Chris Aniszczyk Head of Open Source at Twitter
+ @cra
Not only is Travis CI the best way to test your software, it is the right way. rm -rf jenkins && touch .travis.yml
- Alex Gaynor PyPy and Python Core Team Member
- alex
Not only is Travis CI the best way to test your software, it is the right way. rm -rf jenkins && touch .travis.yml
+ Alex Gaynor PyPy and Python Core Team Member
+ alex