Update default page title and tag line on landing page

This commit is contained in:
Piotr Sarnacki 2015-04-08 10:23:49 +02:00
parent 23ede27153
commit 64aa0f60ab
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<div class="landing-centered-wrapper">
<div class="large-12 columns" id="hero-copy">
<h1>Test and Deploy with Confidence</h1>
<p>Easily sync projects with GitHub<br class="mobile-break"> and youll be testing your code in minutes!</p>
<p>Easily sync your GitHub projects with Travis CI<br class="mobile-break"> and youll 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">

View File

@ -169,7 +169,7 @@ class Travis::Web::App
end
def title
default_title = "Travis CI - Test and deploy your code with confidence"
default_title = "Travis CI - Test and Deploy Your Code with Confidence"
ENV['SITE_TITLE'] || default_title
end