finally kind of got a fix for the desktop negative positioning but also responsive

This commit is contained in:
Justine Arreche 2015-03-31 19:45:50 +02:00
parent e64efa9a4d
commit c2a6cec282
3 changed files with 184 additions and 156 deletions

View File

@ -14,7 +14,6 @@
#landing
margin: 0 auto 170px auto
max-width: 1200px
font-weight: 300
h1
@ -37,6 +36,17 @@
.hero, .oss-testing, .customers, .recent-builds, .free-for-oss, .private-repos, .features-list, .build-flows, .user-testimonials
padding: 70px 0 70px 0
.landing-centered-wrapper
max-width: 1200px
margin: 0 auto
.medium-6.columns.laptop-wrapper
overflow: hidden
margin-right: -150px
#laptop
width: 900px
.hero
background-color: #f4f3f0

View File

@ -1,5 +1,5 @@
<div class="row">
<div class="small-6 medium-4 large-4 columns">
<div class="small-6 medium-6 large-6 columns">
<img src="/images/dashboard/footer-logo.svg">
</div>
<div class="small-6 medium-2 large-2 columns">

View File

@ -3,184 +3,202 @@
<div id="landing">
<div class="row hero">
<div class="medium-6 columns">
<h1>Test and deploy<br>with confidence</h1>
<p>Easily sync projects with Github and youll be testing your in minutes!</p>
<a href="#" class="button"><img src="../images/landing-page/sign-in-mascot.svg" class="sign-in-mascot">Sign Up</a>
</div>
<div class="medium-6 columns">
<img src="../images/landing-page/laptop.png">
</div>
<div class="landing-centered-wrapper">
<div class="medium-6 columns">
<h1>Test and deploy<br>with confidence</h1>
<p>Easily sync projects with Github and youll be testing your in minutes!</p>
<a href="#" class="button"><img src="../images/landing-page/sign-in-mascot.svg" class="sign-in-mascot">Sign Up</a>
</div>
<div class="medium-6 columns laptop-wrapper">
<div id="laptop">
<img src="../images/landing-page/laptop.png">
</div>
</div>
</div>
</div>
<div class="row oss-testing">
<div class="large-12 columns">
<h2>The home for open source testing</h2>
<p>Over 200k open source projects and 126k users are testing on Travis CI.</p>
<img src="../images/landing-page/customer-numbers.svg">
</div>
<div class="landing-centered-wrapper">
<div class="large-12 columns">
<h2>The home for open source testing</h2>
<p>Over 200k open source projects and 126k users are testing on Travis CI.</p>
<img src="../images/landing-page/customer-numbers.svg">
</div>
</div>
</div>
<div class="row customers">
<div class="medium-6 columns">
<img src="../images/landing-page/customers-facebook.svg">
<img src="../images/landing-page/customers-heroku.svg">
<img src="../images/landing-page/customers-mozilla.svg"><br>
<img src="../images/landing-page/customers-rails.svg">
<img src="../images/landing-page/customers-twitter.svg">
<img src="../images/landing-page/customers-zendesk.svg">
</div>
<div class="medium-6 columns">
<p class="left">Some pretty awesome companies and projects are a few of our users</p>
</div>
</div>
<div class="landing-centered-wrapper">
<div class="medium-6 columns">
<img src="../images/landing-page/customers-facebook.svg">
<img src="../images/landing-page/customers-heroku.svg">
<img src="../images/landing-page/customers-mozilla.svg"><br>
<img src="../images/landing-page/customers-rails.svg">
<img src="../images/landing-page/customers-twitter.svg">
<img src="../images/landing-page/customers-zendesk.svg">
</div>
<div class="medium-6 columns">
<p class="left">Some pretty awesome companies and projects are a few of our users</p>
</div>
</div>
<div class="row recent-builds">
<div class="medium-6 columns">
<h2>Every minute theres a new build triggered</h2>
<p>Here are just a few projects currently running on Travis CI</p>
</div>
<div class="medium-6 columns">
<img src="../images/landing-page/temp-repo-green.svg">
<img src="../images/landing-page/temp-repo-red.svg">
<img src="../images/landing-page/temp-repo-yellow.svg">
</div>
<div class="row recent-builds">
<div class="medium-6 columns">
<h2>Every minute theres a new build triggered</h2>
<p>Here are just a few projects currently running on Travis CI</p>
</div>
<div class="medium-6 columns">
<img src="../images/landing-page/temp-repo-green.svg">
<img src="../images/landing-page/temp-repo-red.svg">
<img src="../images/landing-page/temp-repo-yellow.svg">
</div>
</div>
</div>
<div class="row free-for-oss">
<div class="large-12 columns">
<h1>Testing your open source project is always 10,000% free</h1>
<p><span class="bold-italic">Seriously. Always.</span> We like to think of it as our way of giving back to a community that gives us so much as well.</p>
</div>
<div class="landing-centered-wrapper">
<div class="large-12 columns">
<h1>Testing your open source project is always 10,000% free</h1>
<p><span class="bold-italic">Seriously. Always.</span> We like to think of it as our way of giving back to a community that gives us so much as well.</p>
</div>
<div class="landing-centered-wrapper">
</div>
<div class="row private-repos">
<div class="medium-6 columns">
<h2>Have a private project youd like to test?</h2>
<p>Travis CI for private repositories has plans for every size project.</p>
</div>
<div class="medium-6 columns">
<img src="../images/landing-page/envelope.svg">
</div>
<div class="landing-centered-wrapper">
<div class="medium-6 columns">
<h2>Have a private project youd like to test?</h2>
<p>Travis CI for private repositories has plans for every size project.</p>
</div>
<div class="medium-6 columns">
<img src="../images/landing-page/envelope.svg">
</div>
</div>
</div>
<div class="row features-list">
<div class="large-6 columns">
<div class="small-6 columns">
<h3>Get set up in seconds</h3>
<p>Login with GitHub, tell Travis CI to test a project, and then push to GitHub. Could it be any simpler!</p>
</div>
<div class="small-6 columns">
<h3>Multi-language support</h3>
<p>Make sure your code runs against all versions of your favorite language without breaking a sweat.</p>
</div>
<div class="small-6 columns">
<h3>Test your pull requests</h3>
<p>Make sure every Pull Request to your project is tested before merging.</p>
</div>
<div class="small-6 columns">
<h3>Deploy to s3 and Heroku</h3>
<p>Updating staging or production as soon as your tests pass has never been easier!</p>
</div>
</div>
<div class="large-6 columns">
<h2>Features created to help your projects and teams</h2>
<ul>
<li>Watch your tests as they run</li>
<li>Keep your config with your code</li>
<li>Slack, HipChat, Emails and more</li>
<li>A clean VM for every build</li>
<li>Run your tests in parallel</li>
<li>Linux and Mac (and iOS) supported</li>
<li>Great API and command line tool</li>
<li>Did we say Free for Open Source already?</li>
</ul>
</div>
<div class="landing-centered-wrapper">
<div class="large-6 columns">
<div class="small-6 columns">
<h3>Get set up in seconds</h3>
<p>Login with GitHub, tell Travis CI to test a project, and then push to GitHub. Could it be any simpler!</p>
</div>
<div class="small-6 columns">
<h3>Multi-language support</h3>
<p>Make sure your code runs against all versions of your favorite language without breaking a sweat.</p>
</div>
<div class="small-6 columns">
<h3>Test your pull requests</h3>
<p>Make sure every Pull Request to your project is tested before merging.</p>
</div>
<div class="small-6 columns">
<h3>Deploy to s3 and Heroku</h3>
<p>Updating staging or production as soon as your tests pass has never been easier!</p>
</div>
</div>
<div class="large-6 columns">
<h2>Features created to help your projects and teams</h2>
<ul>
<li>Watch your tests as they run</li>
<li>Keep your config with your code</li>
<li>Slack, HipChat, Emails and more</li>
<li>A clean VM for every build</li>
<li>Run your tests in parallel</li>
<li>Linux and Mac (and iOS) supported</li>
<li>Great API and command line tool</li>
<li>Did we say Free for Open Source already?</li>
</ul>
</div>
</div>
</div>
<div class="row build-flows">
<div class="large-12 columns">
<h2>Branch build flow</h2>
<div class="branch-bf">
<div class="bf">
<img src="../images/landing-page/push-icon-1.svg">
<p>You push your<br>code to Github</p>
</div>
<div class="divider-line">
</div>
<div class="bf">
<img src="../images/landing-page/push-icon-2.svg">
<p>Github triggers<br>Travis CI to build</p>
</div>
<div class="divider-line">
</div>
<div class="bf">
<img src="../images/landing-page/push-icon-3.svg">
<p>Hooray!<br>Your build passes!</p>
</div>
<div class="divider-line">
</div>
<div class="bf">
<img src="../images/landing-page/push-icon-4.svg">
<p>Travis CI deploys<br>to Heroku</p>
</div>
<div class="divider-line">
</div>
<div class="bf">
<img src="../images/landing-page/push-icon-5.svg">
<p>Travis CI tells the<br>team all is good</p>
</div>
</div>
<h2>Pull Request build flow</h2>
<div class="branch-bf">
<div class="bf">
<img src="../images/landing-page/pull-icon-1.svg">
<p>A pull request<br>is created</p>
</div>
<div class="divider-line">
</div>
<div class="bf">
<img src="../images/landing-page/pull-icon-2.svg">
<p>Github tells Travis CI the build is mergeable</p>
</div>
<div class="divider-line">
</div>
<div class="bf">
<img src="../images/landing-page/push-icon-3.svg">
<p>Hooray!<br>Your build passes!</p>
</div>
<div class="divider-line">
</div>
<div class="bf">
<img src="../images/landing-page/pull-icon-4.svg">
<p>Travis CI updates the PR that it passed</p>
</div>
<div class="divider-line">
</div>
<div class="bf">
<img src="../images/landing-page/pull-icon-5.svg">
<p>You merge in<br>the PR goodness</p>
</div>
</div>
</div>
<div class="landing-centered-wrapper">
<div class="large-12 columns">
<h2>Branch build flow</h2>
<div class="branch-bf">
<div class="bf">
<img src="../images/landing-page/push-icon-1.svg">
<p>You push your<br>code to Github</p>
</div>
<div class="divider-line">
</div>
<div class="bf">
<img src="../images/landing-page/push-icon-2.svg">
<p>Github triggers<br>Travis CI to build</p>
</div>
<div class="divider-line">
</div>
<div class="bf">
<img src="../images/landing-page/push-icon-3.svg">
<p>Hooray!<br>Your build passes!</p>
</div>
<div class="divider-line">
</div>
<div class="bf">
<img src="../images/landing-page/push-icon-4.svg">
<p>Travis CI deploys<br>to Heroku</p>
</div>
<div class="divider-line">
</div>
<div class="bf">
<img src="../images/landing-page/push-icon-5.svg">
<p>Travis CI tells the<br>team all is good</p>
</div>
</div>
<h2>Pull Request build flow</h2>
<div class="branch-bf">
<div class="bf">
<img src="../images/landing-page/pull-icon-1.svg">
<p>A pull request<br>is created</p>
</div>
<div class="divider-line">
</div>
<div class="bf">
<img src="../images/landing-page/pull-icon-2.svg">
<p>Github tells Travis CI the build is mergeable</p>
</div>
<div class="divider-line">
</div>
<div class="bf">
<img src="../images/landing-page/push-icon-3.svg">
<p>Hooray!<br>Your build passes!</p>
</div>
<div class="divider-line">
</div>
<div class="bf">
<img src="../images/landing-page/pull-icon-4.svg">
<p>Travis CI updates the PR that it passed</p>
</div>
<div class="divider-line">
</div>
<div class="bf">
<img src="../images/landing-page/pull-icon-5.svg">
<p>You merge in<br>the PR goodness</p>
</div>
</div>
</div>
</div>
</div>
<div class="row user-testimonials">
<div class="medium-6 columns">
<h2>Some people have said some pretty nice things about us</h2>
</div>
<div class="medium-6 columns">
<p>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 wouldnt be catching issues as quickly or smoothly without the help of Travis.<br>
David Heinemeier Hansson Founder &amp; CTO at Basecamp<br>@dhh</p>
<div class="landing-centered-wrapper">
<div class="medium-6 columns">
<h2>Some people have said some pretty nice things about us</h2>
</div>
<div class="medium-6 columns">
<p>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 wouldnt be catching issues as quickly or smoothly without the help of Travis.<br>
David Heinemeier Hansson Founder &amp; CTO at Basecamp<br>@dhh</p>
<p>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.<br>
Chris Aniszczyk Head of Open Source at Twitter<br>
@cra</p>
<p>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.<br>
Chris Aniszczyk Head of Open Source at Twitter<br>
@cra</p>
<p>Not only is Travis CI the best way to test your software, it is the right way. rm -rf jenkins &amp;&amp; touch .travis.yml<br>
Alex Gaynor PyPy and Python Core Team Member<br>
alex</p>
</div>
<p>Not only is Travis CI the best way to test your software, it is the right way. rm -rf jenkins &amp;&amp; touch .travis.yml<br>
Alex Gaynor PyPy and Python Core Team Member<br>
alex</p>
</div>
</div>
</div>
</div>