changes to copy and testimonial section
This commit is contained in:
parent
de0dd340cf
commit
0f01ba9a69
|
@ -415,22 +415,27 @@
|
||||||
font-size: 1.2em
|
font-size: 1.2em
|
||||||
font-weight: 300
|
font-weight: 300
|
||||||
color: #606162
|
color: #606162
|
||||||
margin-top: 0
|
margin: 0
|
||||||
|
display: inline-block
|
||||||
|
|
||||||
img
|
img.avatar
|
||||||
max-width: 81px
|
max-width: 81px
|
||||||
float: right
|
float: right
|
||||||
|
|
||||||
img.social
|
img.social
|
||||||
float: left
|
margin: -2px 3px 0 15px
|
||||||
padding: 4px 5px 0 0
|
display: inline-block
|
||||||
|
|
||||||
.author
|
.author
|
||||||
font-weight: 500
|
font-weight: 500
|
||||||
margin-bottom: 0
|
margin: 6px 0 0 0
|
||||||
|
|
||||||
.social-info
|
.title
|
||||||
margin-top: 0
|
margin: 0 0 20px 0
|
||||||
|
|
||||||
|
|
||||||
|
a
|
||||||
|
font-size: 1.2em
|
||||||
|
|
||||||
a:hover
|
a:hover
|
||||||
text-decoration: underline
|
text-decoration: underline
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<div class="row oss-testing">
|
<div class="row oss-testing">
|
||||||
<div class="landing-centered-wrapper">
|
<div class="landing-centered-wrapper">
|
||||||
<div class="large-12 columns">
|
<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>
|
<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">
|
<img src="../images/landing-page/customer-numbers.svg">
|
||||||
</div>
|
</div>
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
<img src="../images/landing-page/customers-temp-together.svg">
|
<img src="../images/landing-page/customers-temp-together.svg">
|
||||||
</div>
|
</div>
|
||||||
<div class="medium-6 columns">
|
<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>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -39,7 +39,7 @@
|
||||||
<div class="landing-centered-wrapper">
|
<div class="landing-centered-wrapper">
|
||||||
<div class="medium-6 columns">
|
<div class="medium-6 columns">
|
||||||
<div class="landing-vert-center-m">
|
<div class="landing-vert-center-m">
|
||||||
<h2>Every minute there’s<br>a new build triggered</h2>
|
<h2>Every minute there’s<br>a new build being run</h2>
|
||||||
<p>Here are just a few projects<br>currently running on Travis CI</p>
|
<p>Here are just a few projects<br>currently running on Travis CI</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -70,7 +70,7 @@
|
||||||
<div class="row free-for-oss">
|
<div class="row free-for-oss">
|
||||||
<div class="landing-centered-wrapper">
|
<div class="landing-centered-wrapper">
|
||||||
<div class="large-12 columns">
|
<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>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
@ -224,30 +224,30 @@
|
||||||
</div>
|
</div>
|
||||||
<div class="medium-6 columns">
|
<div class="medium-6 columns">
|
||||||
<div class="small-3 columns">
|
<div class="small-3 columns">
|
||||||
<img src="../images/landing-page/dhh.png">
|
<img src="../images/landing-page/dhh.png" class="avatar">
|
||||||
</div>
|
</div>
|
||||||
<div class="small-9 columns">
|
<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 wouldn’t be catching issues as quickly or smoothly without the help of Travis.</p>
|
<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 wouldn’t be catching issues as quickly or smoothly without the help of Travis.</p>
|
||||||
<p class="author">David H Hansson Founder & CTO at Basecamp</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="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="title">Creator of Ruby on Rails</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="small-3 columns">
|
<div class="small-3 columns">
|
||||||
<img src="../images/landing-page/chris.png">
|
<img src="../images/landing-page/chris.png" class="avatar">
|
||||||
</div>
|
</div>
|
||||||
<div class="small-9 columns">
|
<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>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="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="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="title">Head of Open Source at Twitter</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="small-3 columns">
|
<div class="small-3 columns">
|
||||||
<img src="../images/landing-page/alex.png">
|
<img src="../images/landing-page/alex.png" class="avatar">
|
||||||
</div>
|
</div>
|
||||||
<div class="small-9 columns">
|
<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 && touch .travis.yml</p>
|
<p>Not only is Travis CI the best way to test your software, it is the right way. rm -rf jenkins && touch .travis.yml</p>
|
||||||
<p class="author">Alex Gaynor PyPy and Python Core Team Member</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="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="title">PyPy and Python Core Team Member</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user