Merge pull request #499 from travis-ci/lp-updates
Multiple smaller updates
This commit is contained in:
commit
2701581c12
|
@ -16,8 +16,9 @@
|
||||||
background-color: $oxide-blue
|
background-color: $oxide-blue
|
||||||
.sync-last
|
.sync-last
|
||||||
position: absolute
|
position: absolute
|
||||||
left: -15em
|
right: 9em
|
||||||
top: 0
|
top: 0
|
||||||
|
width: 170%
|
||||||
z-index: -1
|
z-index: -1
|
||||||
transition: transform 150ms ease, opacity 250ms ease
|
transition: transform 150ms ease, opacity 250ms ease
|
||||||
transform: translateX(80%)
|
transform: translateX(80%)
|
||||||
|
|
|
@ -3,18 +3,17 @@
|
||||||
max-width: 900px
|
max-width: 900px
|
||||||
margin: auto
|
margin: auto
|
||||||
h1
|
h1
|
||||||
color: #808080
|
color: $cement-grey
|
||||||
font-size: 36px
|
font-size: 36px
|
||||||
margin-bottom: 1em
|
margin-bottom: 1em
|
||||||
font-weight: 300
|
font-weight: 300
|
||||||
line-height: 1.1
|
line-height: 1.1
|
||||||
h2
|
h2
|
||||||
color: #35a764
|
color: $turf-green
|
||||||
font-size: 22px
|
font-size: 22px
|
||||||
margin-bottom: 1em
|
margin-bottom: 1em
|
||||||
font-weight: 300
|
font-weight: 300
|
||||||
p, li
|
p, li
|
||||||
color: #666
|
|
||||||
font-size: $font-size-m
|
font-size: $font-size-m
|
||||||
line-height: 25px
|
line-height: 25px
|
||||||
|
|
||||||
|
@ -76,10 +75,3 @@
|
||||||
strong
|
strong
|
||||||
text-transform: uppercase
|
text-transform: uppercase
|
||||||
font-style: normal
|
font-style: normal
|
||||||
|
|
||||||
.note--info
|
|
||||||
background-color: #e7eeee
|
|
||||||
color: #3e8987
|
|
||||||
code
|
|
||||||
color: #267c8d
|
|
||||||
background-color: white
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
{{#if allHooks.isLoaded}}
|
{{#if allHooks.isLoaded}}
|
||||||
|
|
||||||
<header>
|
<header>
|
||||||
|
{{#unless config.enterprise}}
|
||||||
{{#if config.billingEndpoint}}
|
{{#if config.billingEndpoint}}
|
||||||
<div class="cta-btn">
|
<div class="cta-btn">
|
||||||
{{#if subscribeButtonInfo.subscribed}}
|
{{#if subscribeButtonInfo.subscribed}}
|
||||||
|
@ -14,6 +15,7 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
|
{{/unless}}
|
||||||
|
|
||||||
<div class="profile-header">
|
<div class="profile-header">
|
||||||
<h1>{{accountName}}</h1>
|
<h1>{{accountName}}</h1>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<figure class="team-image">
|
<figure class="team-image">
|
||||||
<img class="front" src="../images/team/team-{{member.image}}.png" alt="">
|
<img class="front" src="../images/team/team-{{member.image}}.png" alt="{{member.name}}">
|
||||||
<img class="back" src="../images/team/{{member.image}}-animated.gif" alt="">
|
<img class="back" src="../images/team/{{member.image}}-animated.gif" alt="{{member.name}} gif">
|
||||||
</figure>
|
</figure>
|
||||||
<h3 class="team-name">{{member.name}}</h3>
|
<h3 class="team-name">{{member.name}}</h3>
|
||||||
<p class="team-title">{{member.title}}</p>
|
<p class="team-title">{{member.title}}</p>
|
||||||
|
@ -8,7 +8,7 @@
|
||||||
<p class="team-handle"><a href="https://twitter.com/{{member.handle}}" title="{{member.name}} on Twitter">@{{member.handle}}</a></p>
|
<p class="team-handle"><a href="https://twitter.com/{{member.handle}}" title="{{member.name}} on Twitter">@{{member.handle}}</a></p>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<div class="team-flags">
|
<div class="team-flags">
|
||||||
<img src="../images/pro-landing/flag-{{member.nationality}}.svg" alt="flag {{member.nationality}}">
|
<img src="../images/pro-landing/flag-{{member.nationality}}.svg" alt="flag {{member.nationality}}" title="is from {{member.nationality}}">
|
||||||
<span class="flag-divider">/</span>
|
<span class="flag-divider">/</span>
|
||||||
<img src="../images/pro-landing/flag-{{member.country}}.svg" alt="flag {{member.country}}">
|
<img src="../images/pro-landing/flag-{{member.country}}.svg" alt="flag {{member.country}}" title="lives in {{member.country}}">
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -22,9 +22,6 @@
|
||||||
<h2>Add .travis.yml file to your repository</h2>
|
<h2>Add .travis.yml file to your repository</h2>
|
||||||
<p>In order for Travis CI to build your project, you need to tell the systems a little bit about it. You'll need to add a file named .travis.yml to the root of your repository.</p>
|
<p>In order for Travis CI to build your project, you need to tell the systems a little bit about it. You'll need to add a file named .travis.yml to the root of your repository.</p>
|
||||||
<p>If .travis.yml is not in the repository, is misspelled or is not valid YAML, Travis CI will ignore it.</p>
|
<p>If .travis.yml is not in the repository, is misspelled or is not valid YAML, Travis CI will ignore it.</p>
|
||||||
<p class="note note--info">
|
|
||||||
<strong>Note:</strong> The <code>language</code> value is case-sensitive. If you set <code>language: C</code>, for example, your project will be considered a Ruby project.
|
|
||||||
</p>
|
|
||||||
<p>Here you can find some of our basic <a href="http://docs.travis-ci.com/user/language-specific/" title="">language examples</a>.</p>
|
<p>Here you can find some of our basic <a href="http://docs.travis-ci.com/user/language-specific/" title="">language examples</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user