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="landing-centered-wrapper">
|
||||||
<div class="large-12 columns" id="hero-copy">
|
<div class="large-12 columns" id="hero-copy">
|
||||||
<h1>Test and Deploy with Confidence</h1>
|
<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>
|
<a href="#" class="button"><img src="../images/landing-page/sign-in-mascot.svg" class="sign-in-mascot">Sign Up</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="large-12 columns laptop-wrapper">
|
<div class="large-12 columns laptop-wrapper">
|
||||||
|
|
|
@ -169,7 +169,7 @@ class Travis::Web::App
|
||||||
end
|
end
|
||||||
|
|
||||||
def title
|
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
|
ENV['SITE_TITLE'] || default_title
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user