diff --git a/app/styles/app/landing.sass b/app/styles/app/landing.sass index 3099e473..6ee2beb2 100644 --- a/app/styles/app/landing.sass +++ b/app/styles/app/landing.sass @@ -409,9 +409,28 @@ text-align: right p - font-size: 1.15em + font-size: 1.2em font-weight: 300 color: #606162 + margin-top: 0 + + img + max-width: 81px + float: right + + img.social + float: left + padding: 4px 5px 0 0 + + .author + font-weight: 500 + margin-bottom: 0 + + .social-info + margin-top: 0 + + a:hover + text-decoration: underline @media (max-width: 900px) .oss-testing br.mobile-break diff --git a/app/templates/home.hbs b/app/templates/home.hbs index 945bf8ed..19651ccd 100644 --- a/app/templates/home.hbs +++ b/app/templates/home.hbs @@ -3,7 +3,7 @@
Easily sync projects with Github
and you’ll be testing your in minutes!
Easily sync projects with github
and you’ll be testing your in minutes!
You push your
code to Github
You push your
code to github
Github triggers
Travis CI to build
github triggers
Travis CI to build
Github tells Travis CI the build is mergeable
+github tells Travis CI the build is mergeable
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.
+ + +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.
+ + +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
+ + +