diff --git a/app/components/landing-row.js b/app/components/landing-row.js deleted file mode 100644 index 87e7711b..00000000 --- a/app/components/landing-row.js +++ /dev/null @@ -1,10 +0,0 @@ -import Ember from 'ember'; -import { githubCommit as githubCommitUrl } from 'travis/utils/urls'; -import TravisRoute from 'travis/routes/basic'; -import config from 'travis/config/environment'; - -export default Ember.Component.extend({ - tagName: 'li', - classNameBindings: ['repo.lastBuildState'], - classNames: ['landing-row', 'row-li'] -}); diff --git a/app/styles/app/pages/landing.sass b/app/styles/app/pages/landing.sass index 8f72749f..d8bd33db 100644 --- a/app/styles/app/pages/landing.sass +++ b/app/styles/app/pages/landing.sass @@ -138,44 +138,6 @@ text-align: left padding: 0 0 0 12% - .recent-builds - background-color: #f6f6f6 - min-height: 44rem - - .recent-builds-text - text-align: center - h2 - color: #db4141 - text-align: right - margin: 0 - - a - color: #828282 - - p - text-align: right - margin-top: 0.5em - margin-bottom: 2em - - img - margin-bottom: 20px - - ul - padding-left: 0 - - li - background-color: #fff - border-radius: 4px - color: #828282 - font-weight: 400 - margin-bottom: 20px - list-style-type: none - position: relative - height: 120px - width: 100% - padding: 10px 0 0 60px - text-align: left - .free-for-oss text-align: center @@ -459,20 +421,6 @@ .navigation-nested background-color: white -.landing-rows - list-style: none - margin: 0 - @media #{$small-only} - padding: 0 - -.landing-row - .two-line - padding-left: 2rem - h2 - padding-left: .5rem - font-size: 18px - - .landing, .landing-pro background-color: white diff --git a/app/templates/components/landing-row.hbs b/app/templates/components/landing-row.hbs deleted file mode 100644 index ba598235..00000000 --- a/app/templates/components/landing-row.hbs +++ /dev/null @@ -1,108 +0,0 @@ - -
-
-

{{#link-to "owner" repo.owner}} - {{status-icon status=repo.lastBuildState}} - {{repo.owner}}{{/link-to}} -

-

{{#link-to "repo" repo.owner repo.name}} - {{repo.name}} - {{/link-to}} -

-
-
- -
-
-
- {{#link-to "build" repo repo.lastBuildId}} - - - - - - - {{repo.lastBuildNumber}} {{repo.lastBuildState}} - {{/link-to}} -
-
- -
-
- - - - - - - - - - -
-
-
- -
-
-
- - - - - - - - - {{format-sha repo.lastBuild.commit.sha}} -
-
-
-
- - - - - - - {{repo.lastBuild.commit.branch}} -
-
-
diff --git a/app/templates/home.hbs b/app/templates/home.hbs index 44196c2c..eba0624d 100644 --- a/app/templates/home.hbs +++ b/app/templates/home.hbs @@ -1,252 +1,232 @@ {{#travis-layout layoutName="layouts/landing-page"}}
-
-
-
-

Test and Deploy with Confidence

-

Easily sync your GitHub projects with Travis CI
and you’ll be testing your code in minutes!

+
+
+
+

Test and Deploy with Confidence

+

Easily sync your GitHub projects with Travis CI
and you’ll be testing your code in minutes!

- {{#if auth.signedOut}} - - {{/if}} - {{#if auth.signingIn}} - - {{/if}} + {{#if auth.signedOut}} + + {{/if}} + {{#if auth.signingIn}} + + {{/if}} -
-
-
- -
-
-
+
+
+
+ +
+
+
+
+ +
+
+
+

The home of
open source testing

+

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

+ +
+
+
+ +
+
+
+ +
+
+

Some pretty awesome companies
and projects are using us.

+
+
+
+ +
+
+
+

Testing your open source
project is 10000% 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.

+
+
+
+ +
+
+
+ +
+
+
+
+
+

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
  • +
  • Slack, HipChat, Emails and more
  • +
  • A clean VM for every build
  • +
  • Run your tests in parallel
  • +
  • Linux and Mac (and iOS) supported
  • +
  • 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 well

+
+
+

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

+
+
+
+
+
+ +
+
+
+

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

dhh +

Creator of Ruby on Rails

-
-
-
-

The home of
open source testing

-

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

- -
-
+
+ +
+
+

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

cra +

Head of Open Source at Twitter

-
-
-
- -
-
-

Some pretty awesome companies
and projects are using us.

-
-
+
+
- -
-
-
-
-

Every minute there’s
a new build being run

-

Here are just a few projects
currently running on Travis CI

-
-
-
-
    - {{#each repos as |repo|}} - {{landing-row repo=repo}} - {{else}} - {{loading-indicator}} - {{/each}} -
-
-
-
- -
-
-
-

Testing your open source
project is 10000% 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.

-
-
-
- -
-
-
- -
-
-
-
-
-

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
  • -
  • Slack, HipChat, Emails and more
  • -
  • A clean VM for every build
  • -
  • Run your tests in parallel
  • -
  • Linux and Mac (and iOS) supported
  • -
  • 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 well

-
-
-

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

-
-
-
-
-
- -
-
-
-

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

dhh -

Creator of Ruby on Rails

-
- -
- -
-
-

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

cra -

Head of Open Source at Twitter

-
- -
- -
-
-

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

alex -

PyPy and Python Core Team Member

-
-
-
+
+

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

alex +

PyPy and Python Core Team Member

+
+
+
{{/travis-layout}}