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 @@
-
-
+
+
-

Test and deploy with confidence

-

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

- Sign Up -
-
-
- -
-
+

Test and deploy with confidence

+

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

+ Sign Up +
+
+
+ +
+
-
+
-
-
-
-

The home for
open source testing

-

Over 200k open source projects
and 126k users are testing on Travis CI.

- -
-
-
+
+
+
+

The home for
open source testing

+

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

+
+
+
-
-
-
-

Every minute there’s
a new build triggered

-

Here are just a few projects
currently running on Travis CI

-
-
-
    - {{#each repo in repos}} -
  • - - - - {{repo.owner}} - {{repo.name}} - {{#link-to "build" repo repo.lastBuild.id class="number"}}{{repo.lastBuild.number}} {{repo.lastBuild.state}}{{/link-to}} - {{format-sha repo.lastBuild.commit.sha}} - {{repo.lastBuild.branch}} - - {{landing-page-last-build-time repo.lastBuild.finishedAt}} - -
  • - {{else}} - - {{/each}} -
-
-
-
+
+
+
+
+

Every minute there’s
a new build triggered

+

Here are just a few projects
currently running on Travis CI

+
+
+
+
    + {{#each repo in repos}} +
  • + + + + {{repo.owner}} + {{repo.name}} + {{#link-to "build" repo repo.lastBuild.id class="number"}}{{repo.lastBuild.number}} {{repo.lastBuild.state}}{{/link-to}} + {{format-sha repo.lastBuild.commit.sha}} + {{repo.lastBuild.branch}} + + {{landing-page-last-build-time repo.lastBuild.finishedAt}} + +
  • + {{else}} + + {{/each}} +
+
+
+
-
-
-
-

Testing your open source
project is always 10,000% free

-

Seriously. Always. We like to think of it as our way of giving
back to a community that gives us so much as well.

-
-
-
+
+
+
+

Testing your open source
project is always 10,000% free

+

Seriously. Always. We like to think of it as our way of giving
back to a community that gives us so much as well.

+
+
+
-
-
-
- -
+
+
+
+ +
-
-

Have a private project
you’d like to test?

-

Travis CI for private repositories has
plans for every size project.

-
-
- -
-
-
+
+
+

Have a private project
you’d like to test?

+

Travis CI for private repositories has
plans for every size project.

+
+
+
+ +
+
+
-
-
-
-
-

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

+
+
+
+
+
+

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

  • Watch your tests as they run
  • Keep your config with your code
  • @@ -122,112 +128,112 @@
  • Great API and command line tool
  • Did we say Free for Open Source already?
-
+
-
+
-
-
-
-

Branch build flow

-
-
- -

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

-
-
+
+
+
+

Branch build flow

+
+
+ +

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

+
+

Pull Request build flow

-
-
- -

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

+
+
+
+
+
-
-
-
-

Some people have said some pretty nice things about us

-
-
-

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

+
+
+
+

Some people have said some pretty nice things about us

+
+
+

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

+
+
+