Update default page title and tag line on landing page
This commit is contained in:
parent
23ede27153
commit
64aa0f60ab
|
@ -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 you’ll be testing your code in minutes!</p>
|
||||
<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">
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user