Merge branch 'landing-page'
Conflicts: app/templates/home.hbs
This commit is contained in:
commit
34d864c0f8
|
@ -2,8 +2,8 @@
|
|||
<div class="row hero z-1">
|
||||
<div class="landing-centered-wrapper">
|
||||
<div class="large-12 columns" id="hero-copy">
|
||||
<h1>Test and deploy with confidence</h1>
|
||||
<p>Easily sync your github projects with Travis CI<br class="mobile-break"> and you’ll be testing your code in minutes!</p>
|
||||
<h1>Test and Deploy with Confidence</h1>
|
||||
<p>Easily sync your GitHub projects with Travis CI<br class="mobile-break"> and you’ll be testing your code 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="large-12 columns laptop-wrapper">
|
||||
|
@ -108,10 +108,10 @@
|
|||
</div>
|
||||
<div class="medium-6 columns">
|
||||
<h3 id="f-co-3">Test your pull requests</h3>
|
||||
<p>Make sure every Pull Request to your project is tested before merging.</p>
|
||||
<p>Make sure every pull request to your project is tested before merging.</p>
|
||||
</div>
|
||||
<div class="medium-6 columns">
|
||||
<h3 id="f-co-4">Deploy to s3 and Heroku</h3>
|
||||
<h3 id="f-co-4">Deploy to S3 and Heroku</h3>
|
||||
<p>Updating staging or production as soon as your tests pass has never been easier!</p>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -126,7 +126,7 @@
|
|||
<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>
|
||||
<li>Did we say free for Open Source already?</li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -139,7 +139,7 @@
|
|||
<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>
|
||||
<p>You push your<br>code to GitHub</p>
|
||||
</div>
|
||||
<div class="divider-line-horizontal">
|
||||
</div>
|
||||
|
@ -147,7 +147,7 @@
|
|||
</div>
|
||||
<div class="bf">
|
||||
<img src="../images/landing-page/push-icon-2.svg">
|
||||
<p>github triggers<br>Travis CI to build</p>
|
||||
<p>GitHub triggers<br>Travis CI to build</p>
|
||||
</div>
|
||||
<div class="divider-line-horizontal">
|
||||
</div>
|
||||
|
@ -171,10 +171,10 @@
|
|||
</div>
|
||||
<div class="bf">
|
||||
<img src="../images/landing-page/push-icon-5.svg">
|
||||
<p>Travis CI tells the<br>team all is good</p>
|
||||
<p>Travis CI tells the<br>team all is well</p>
|
||||
</div>
|
||||
</div>
|
||||
<h2 id="pr-bf-margin">Pull Request build flow</h2>
|
||||
<h2 id="pr-bf-margin">Pull request build flow</h2>
|
||||
<div class="branch-bf">
|
||||
<div class="bf">
|
||||
<img src="../images/landing-page/pull-icon-1.svg">
|
||||
|
@ -186,7 +186,7 @@
|
|||
</div>
|
||||
<div class="bf">
|
||||
<img src="../images/landing-page/pull-icon-2.svg">
|
||||
<p>github tells Travis CI the build is mergeable</p>
|
||||
<p>GitHub tells Travis CI the build is mergeable</p>
|
||||
</div>
|
||||
<div class="divider-line-horizontal">
|
||||
</div>
|
||||
|
|
|
@ -169,7 +169,7 @@ class Travis::Web::App
|
|||
end
|
||||
|
||||
def title
|
||||
default_title = "Travis CI - Test and deploy your code in confidence"
|
||||
default_title = "Travis CI - Test and Deploy Your Code with Confidence"
|
||||
ENV['SITE_TITLE'] || default_title
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user