changes to copy and testimonial section

This commit is contained in:
Justine Arreche 2015-04-08 09:49:15 +02:00
parent de0dd340cf
commit 0f01ba9a69
2 changed files with 25 additions and 20 deletions

View File

@ -415,22 +415,27 @@
font-size: 1.2em
font-weight: 300
color: #606162
margin-top: 0
margin: 0
display: inline-block
img
img.avatar
max-width: 81px
float: right
img.social
float: left
padding: 4px 5px 0 0
margin: -2px 3px 0 15px
display: inline-block
.author
font-weight: 500
margin-bottom: 0
margin: 6px 0 0 0
.social-info
margin-top: 0
.title
margin: 0 0 20px 0
a
font-size: 1.2em
a:hover
text-decoration: underline

View File

@ -17,7 +17,7 @@
<div class="row oss-testing">
<div class="landing-centered-wrapper">
<div class="large-12 columns">
<h2>The home for<br class="mobile-break"> open source testing</h2>
<h2>The home of<br class="mobile-break"> open source testing</h2>
<p>Over 200k open source projects<br class="mobile-break"> and 126k users are testing on Travis CI.</p>
<img src="../images/landing-page/customer-numbers.svg">
</div>
@ -30,7 +30,7 @@
<img src="../images/landing-page/customers-temp-together.svg">
</div>
<div class="medium-6 columns">
<p class="left">Some pretty awesome companies<br>and projects are a few of our users</p>
<p class="left">Some pretty awesome companies<br> and projects are using us.</p>
</div>
</div>
</div>
@ -39,7 +39,7 @@
<div class="landing-centered-wrapper">
<div class="medium-6 columns">
<div class="landing-vert-center-m">
<h2>Every minute theres<br>a new build triggered</h2>
<h2>Every minute theres<br>a new build being run</h2>
<p>Here are just a few projects<br>currently running on Travis CI</p>
</div>
</div>
@ -70,7 +70,7 @@
<div class="row free-for-oss">
<div class="landing-centered-wrapper">
<div class="large-12 columns">
<h1>Testing your open source<br class="mobile-no-break"> project is always 10,000% free</h1>
<h1>Testing your open source<br class="mobile-no-break"> project is 10,000% free</h1>
<p><span class="bold-italic">Seriously. Always.</span> We like to think of it as our way of giving<br>back to a community that gives us so much as well.</p>
</div>
</div>
@ -224,30 +224,30 @@
</div>
<div class="medium-6 columns">
<div class="small-3 columns">
<img src="../images/landing-page/dhh.png">
<img src="../images/landing-page/dhh.png" class="avatar">
</div>
<div class="small-9 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.</p>
<p class="author">David H Hansson Founder &amp; CTO at Basecamp</p>
<p class="social-info"><img src="../images/landing-page/twitter.svg" class="social"><a href="https://twitter.com/dhh" alt="DHH Twitter" target="_blank">@dhh</a></p>
<p class="author">David Heinemeier Hansson</p> <img src="../images/landing-page/twitter.svg" class="social"><a href="https://twitter.com/dhh" alt="DHH Twitter" target="_blank">dhh</a>
<p class="title">Creator of Ruby on Rails</p>
</div>
<div class="small-3 columns">
<img src="../images/landing-page/chris.png">
<img src="../images/landing-page/chris.png" class="avatar">
</div>
<div class="small-9 columns">
<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.</p>
<p class="author">Chris Aniszczyk Head of Open Source at Twitter</p>
<p class="social-info"><img src="../images/landing-page/twitter.svg" class="social"><a href="https://twitter.com/cra" alt="Chris Twitter" target="_blank">@cra</a></p>
<p class="author">Chris Aniszczyk</p> <img src="../images/landing-page/twitter.svg" class="social"><a href="https://twitter.com/cra" alt="Chris Twitter" target="_blank">cra</a>
<p class="title">Head of Open Source at Twitter</p>
</div>
<div class="small-3 columns">
<img src="../images/landing-page/alex.png">
<img src="../images/landing-page/alex.png" class="avatar">
</div>
<div class="small-9 columns">
<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</p>
<p class="author">Alex Gaynor PyPy and Python Core Team Member</p>
<p class="social-info"><img src="../images/landing-page/github.svg" class="social"><a href="https://github.com/alex" alt="Alex github" target="_blank">alex</a></p>
<p class="author">Alex Gaynor</p> <img src="../images/landing-page/github.svg" class="social"><a href="https://github.com/alex" alt="Alex github" target="_blank">alex</a>
<p class="title">PyPy and Python Core Team Member</p>
</div>
</div>
</div>