new top bar, so shiny
This commit is contained in:
parent
80aa01f3b0
commit
51a791f4c9
|
@ -1,21 +1,112 @@
|
|||
$top-height: 55px
|
||||
|
||||
.logo
|
||||
position: relative
|
||||
margin: 0 1.5rem 0 1rem
|
||||
float: left
|
||||
a
|
||||
display: block
|
||||
width: 100px
|
||||
height: $top-height
|
||||
z-index: 999
|
||||
border: none !important
|
||||
text-indent : -9999px
|
||||
transition: background-color 200ms ease
|
||||
background : inline-image('svg/travis-ci-logo.svg') no-repeat 0 50%
|
||||
&:hover
|
||||
background : #eaeaea inline-image('svg/travis-ci-logo-hover.svg') no-repeat 50%
|
||||
|
||||
.burger
|
||||
overflow: auto
|
||||
height: $top-height
|
||||
@media #{$medium-up}
|
||||
display: none
|
||||
|
||||
.burger-btn
|
||||
float: right
|
||||
font-size: 50px
|
||||
background: none
|
||||
border: none
|
||||
line-height: 1
|
||||
color: $grey1
|
||||
outline: none !important
|
||||
@include clearfix
|
||||
&:hover
|
||||
cursor: pointer
|
||||
|
||||
|
||||
.topbar
|
||||
font-size: $font-size-m
|
||||
background-color: $cream-light
|
||||
color: $grey1
|
||||
|
||||
a
|
||||
display: block
|
||||
color: $grey1
|
||||
border-bottom: solid 1px $cream-dark
|
||||
|
||||
@media #{$small-only}
|
||||
.navigation
|
||||
height: 0
|
||||
overflow: hidden
|
||||
&.is-open
|
||||
height: auto
|
||||
a
|
||||
padding: .5em 1em
|
||||
|
||||
.navigation,
|
||||
.navigation-nested
|
||||
@include resetul
|
||||
|
||||
.navigation-handle
|
||||
position: relative
|
||||
margin: 0
|
||||
|
||||
.navigation--profile
|
||||
img
|
||||
border-radius: 50%;
|
||||
width: 2.7rem;
|
||||
height: 2.7rem;
|
||||
margin-left: 1rem;
|
||||
transform: translateY(-0.1rem);
|
||||
|
||||
|
||||
@media #{$medium-up}
|
||||
height: $top-height
|
||||
|
||||
.burger
|
||||
display: none
|
||||
|
||||
// padding: 0 0 0 1rem
|
||||
|
||||
.navigation
|
||||
li
|
||||
@extend %inline-block
|
||||
height: $top-height
|
||||
> li
|
||||
display: inline-block
|
||||
margin-right: 1rem
|
||||
a
|
||||
height: $top-height
|
||||
line-height: $top-height + 2px
|
||||
border: none
|
||||
|
||||
.navigation--profile
|
||||
float: right
|
||||
|
||||
.navigation--profile.signed-out,
|
||||
.navigation--profile.signing-in
|
||||
line-height: $top-height - 5px
|
||||
|
||||
.navigation-nested
|
||||
display: none
|
||||
a
|
||||
height: 35px
|
||||
line-height: 35px
|
||||
padding: 0 2em
|
||||
&:hover
|
||||
background-color: $cream-dark
|
||||
|
||||
.navigation--profile.signed-in
|
||||
.navigation-handle:hover + .navigation-nested,
|
||||
.navigation-nested:hover
|
||||
position: absolute
|
||||
top: $top-height
|
||||
right: 1rem
|
||||
display: block
|
||||
z-index: 90
|
||||
background-color: $cream-light
|
||||
|
|
|
@ -52,39 +52,37 @@ $button-border-color: #d4d4d4
|
|||
border: 1px solid #40454F
|
||||
cursor: pointer
|
||||
|
||||
#top
|
||||
.button--signin,
|
||||
.button--signingin
|
||||
display: inline-block
|
||||
margin-right: 1em
|
||||
color: $white
|
||||
font-size: $font-size-small
|
||||
line-height: 1
|
||||
.button--signin,
|
||||
.button--signingin
|
||||
display: inline-block
|
||||
color: $white
|
||||
font-size: $font-size-small
|
||||
line-height: 1
|
||||
text-decoration: none
|
||||
border-radius: 4px
|
||||
border: none
|
||||
vertical-align: middle
|
||||
background:
|
||||
color: $pass-color
|
||||
|
||||
.button--signin
|
||||
padding: 0.6em 2em 0.55em 0.6em
|
||||
cursor: pointer
|
||||
background:
|
||||
image: inline-image('ui/github-signin.svg')
|
||||
repeat: no-repeat
|
||||
position: 95.5% 45%
|
||||
&:hover
|
||||
background-color: #73c78d
|
||||
text-decoration: none
|
||||
border-radius: 4px
|
||||
border: none
|
||||
vertical-align: middle
|
||||
background:
|
||||
color: $pass-color
|
||||
|
||||
.button--signin
|
||||
padding: 0.6em 2em 0.55em 0.6em
|
||||
cursor: pointer
|
||||
background:
|
||||
image: inline-image('ui/github-signin.svg')
|
||||
repeat: no-repeat
|
||||
position: 95.5% 45%
|
||||
&:hover
|
||||
background-color: #73c78d
|
||||
text-decoration: none
|
||||
|
||||
.button--signingin
|
||||
padding: 0.6em 0.6em 0.45em
|
||||
span
|
||||
display: inline-block
|
||||
padding: 0 .2em
|
||||
position: relative
|
||||
top: -0.15em
|
||||
.button--signingin
|
||||
padding: 0.6em 0.6em 0.45em
|
||||
span
|
||||
display: inline-block
|
||||
padding: 0 .2em
|
||||
position: relative
|
||||
top: -0.15em
|
||||
|
||||
.btn
|
||||
@extend .button
|
||||
|
|
|
@ -5,69 +5,22 @@
|
|||
</div>
|
||||
|
||||
<ul id="navigation" {{bind-attr class=":navigation is-open"}}>
|
||||
<li class="home navigation--home">
|
||||
{{#link-to "main"}}Home{{/link-to}}
|
||||
</li>
|
||||
{{#if config.pro}}
|
||||
<li><a href="http://docs.travis-ci.com">Docs</a></li>
|
||||
{{/if}}
|
||||
{{#if config.enterprise}}
|
||||
<li><a href="http://docs.travis-ci.com">Docs</a></li>
|
||||
{{else}}
|
||||
<li>
|
||||
<a href="http://blog.travis-ci.com">Blog</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href="http://traviscistatus.com">Status</a>
|
||||
</li>
|
||||
{{/if}}
|
||||
{{#unless config.pro}}
|
||||
<li class="menu community navigation-sub navigation--community">
|
||||
<p class="handle navigation-handle">
|
||||
<a href="#">Help</a>
|
||||
</p>
|
||||
<ul class="navigation-nested">
|
||||
<li><a href="http://docs.travis-ci.com">Docs</a></li>
|
||||
<li><a href="http://stackoverflow.com/questions/ask?tags=travis-ci">Ask a Question</a></li>
|
||||
<li><a href="irc://irc.freenode.net/#travis">IRC</a></li>
|
||||
<li><a href="mailto:support@travis-ci.com">E-Mail us</a></li>
|
||||
<li><a href="http://docs.travis-ci.com/imprint.html" alt="Imprint">Imprint</a></li>
|
||||
</ul>
|
||||
</li>
|
||||
{{/unless}}
|
||||
<li><a href="http://blog.travis-ci.com">Blog</a></li>
|
||||
<li><a href="http://docs.travis-ci.com">Docs</a></li>
|
||||
|
||||
{{#if config.pagesEndpoint}}
|
||||
<li class="menu legal navigation-sub navigation--legal">
|
||||
<p class="handle navigation-handle">
|
||||
<a {{bind-attr href="config.url_legal"}}>Legal</a>
|
||||
</p>
|
||||
<ul class="navigation-nested">
|
||||
<li>
|
||||
<a {{bind-attr href="config.url_imprint"}}>Imprint</a>
|
||||
</li>
|
||||
<li>
|
||||
<a {{bind-attr href="config.url_security"}}>Security</a>
|
||||
</li>
|
||||
<li>
|
||||
<a {{bind-attr href="config.url_terms"}}>Terms</a>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
{{/if}}
|
||||
|
||||
{{#unless config.pro}}
|
||||
{{!-- {{#unless config.pro}}
|
||||
<li class="traviscicom navigation--traviscicom">
|
||||
<a href="http://travis-ci.com">Travis CI for Private Repositories</a>
|
||||
</li>
|
||||
{{/unless}}
|
||||
{{/unless}} --}}
|
||||
|
||||
<li {{bind-attr class="view.classProfile"}}>
|
||||
<li {{bind-attr class="view.classProfile :navigation-sub :navigation--profile"}}>
|
||||
<p class="handle navigation-handle">
|
||||
{{#if auth.signedOut}}
|
||||
<button class="signed-out button--signin" {{action "signIn" target="auth"}}>Sign in with GitHub</button>
|
||||
{{/if}}
|
||||
{{#if auth.signedIn}}
|
||||
{{#link-to "profile" class="signed-in"}}<img {{bind-attr src="gravatarUrl"}}/>{{userName}}{{/link-to}}
|
||||
{{#link-to "profile" class="signed-in"}}{{userName}}<img {{bind-attr src="gravatarUrl"}}/>{{/link-to}}
|
||||
{{/if}}
|
||||
{{#if auth.signingIn}}
|
||||
<button class="signing-in button--signingin">Signing In <span class="sync-spinner"><i></i><i></i><i></i></span></button>
|
||||
|
|
106
public/images/svg/travis-ci-logo-hover.svg
Normal file
106
public/images/svg/travis-ci-logo-hover.svg
Normal file
|
@ -0,0 +1,106 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="40px" height="40px" viewBox="0 0 40 40" enable-background="new 0 0 40 40" xml:space="preserve">
|
||||
<g>
|
||||
<path fill="none" d="M23.24,36.316c-0.273-0.283-0.516-0.548-0.708-0.762c-0.093,0.214-0.216,0.496-0.379,0.859h0.049
|
||||
c0.13,0,0.272-0.016,0.408-0.021C22.817,36.375,23.027,36.349,23.24,36.316z"/>
|
||||
<path fill="none" d="M33.202,28.414l-0.81,0.566c-0.056,0.038-0.121,0.057-0.188,0.049l-8.062-0.917l-0.12-0.013l-0.468-0.053
|
||||
c-0.108-0.013-0.199-0.089-0.231-0.195l-1.262-4.153c-0.211-0.028-0.399-0.043-0.556-0.043c-0.16,0-0.347,0.015-0.559,0.043
|
||||
l-1.226,4.033c-0.029,0.095-0.105,0.167-0.202,0.188l-0.587,0.132l-8.007,1.782c-0.021,0.004-0.042,0.006-0.061,0.006
|
||||
c-0.055,0-0.111-0.017-0.158-0.05l-0.312-0.217l-0.935-0.656v-0.002l-0.378-0.264c0.027,0.085,0.058,0.17,0.087,0.25v0.002
|
||||
c0.026,0.079,0.142,0.412,0.35,0.902c0.357,0.841,0.988,2.147,1.919,3.436c1.576-0.463,2.939-0.896,3.375-1.034
|
||||
c0.887-1.369,2.151-2.726,3.049-2.773c0.155-0.008,0.317-0.012,0.475-0.012c0.44,0,0.861,0.032,1.25,0.077
|
||||
c-0.331-0.299-0.398-0.651-0.447-0.808c0,0,1.147,0.897,2.605,0.709c1.462-0.187,2.368-1.03,2.368-1.03s-0.005,0.613-0.642,1.089
|
||||
c1.224-0.369,1.729-0.495,2.077-0.495c0.382,0,0.569,0.158,0.734,0.298c0.032,0.026,0.064,0.056,0.101,0.084
|
||||
c0.939,0.741,2.07,1.639,2.403,1.903c0.383,0.043,1.596,0.182,2.361,0.253c0.441,0.041,0.84,0.073,1.231,0.073
|
||||
c0.126,0,0.244-0.005,0.354-0.012c0.404-0.772,0.775-1.627,1.106-2.569c0.082-0.237,0.164-0.478,0.241-0.726
|
||||
c0.053-0.189,0.103-0.381,0.147-0.574l-0.277,0.195L33.202,28.414z"/>
|
||||
<path fill="none" d="M13.268,20.546c-1.886,0.211-3.458,0.46-4.632,0.677l0.602,4.873l2.069,1.449l6.565-1.459l1.23-4.051
|
||||
c0.02-0.066,0.064-0.122,0.124-0.156c0.019-0.012,0.04-0.021,0.063-0.027c0.036-0.01,0.694-0.199,1.453-0.291l1.203-0.728
|
||||
c0.362-0.218,0.71-0.468,1.04-0.734c-0.474-0.008-0.952-0.015-1.44-0.015c-2.006,0-3.88,0.083-5.578,0.211
|
||||
c-1.703,0.833-2.746,1.518-2.771,1.534l-1.634,1.091l1.123-1.612C12.868,21.04,13.065,20.786,13.268,20.546z M13.719,24.917
|
||||
c-0.082-0.182-0.133-0.432-0.148-0.779c-0.049-1.333,0.772-2.427,1.622-2.435c0.851-0.009,1.443,1.071,1.457,2.405
|
||||
c0.011,1.334-0.694,1.254-1.545,1.262c-0.086,0.003-0.167,0.005-0.25,0.005c-0.095,0.002-0.187,0.004-0.274,0.002
|
||||
c-0.825-0.002-1.353-0.038-1.819,0.213C12.773,25.561,12.979,25.104,13.719,24.917z"/>
|
||||
<path fill="none" d="M23.596,36.684c-0.316,0.063-0.636,0.111-0.966,0.139c-0.139,0.006-0.27,0.018-0.412,0.018l-0.216,0.002
|
||||
L21.92,36.84c-0.868,1.292-2.801,1.546-2.89,1.558c-0.081,0.009-0.145,0.02-0.235,0.037c1.077,0.295,2.177,0.422,3.26,0.35
|
||||
c1.087-0.072,2.498-0.309,3.997-0.916c-0.892-0.065-1.702-0.436-2.355-1.083C23.663,36.75,23.63,36.717,23.596,36.684z"/>
|
||||
<circle fill="none" cx="27.497" cy="22.654" r="0.434"/>
|
||||
<path fill="none" d="M25.712,7.299h-2.389V6.315h-0.538v4.547h0.812v2.543h-4.177v-2.543h0.811V6.315h-0.537v0.983h-2.387V3.931
|
||||
h8.404V7.299z"/>
|
||||
<circle fill="none" cx="15.324" cy="22.976" r="0.434"/>
|
||||
<path fill="none" d="M6.963,27.525l1.39,0.947c-0.025-0.081-0.047-0.161-0.071-0.242c-0.017-0.059-0.035-0.116-0.052-0.173
|
||||
l-1.021-0.717c-0.063-0.044-0.104-0.113-0.115-0.19l-0.498-4.047l-0.261,2.484L6.963,27.525z"/>
|
||||
<path fill="none" d="M22.164,21.523l-0.158,0.012c0.861,0.073,1.672,0.305,1.713,0.317c0.09,0.026,0.159,0.094,0.188,0.184
|
||||
l1.225,4.03l6.557,0.745l2.086-1.459l0.591-4.146c-1.67-0.305-4.111-0.671-7.103-0.9C24.561,21.237,22.299,21.514,22.164,21.523z
|
||||
M29.298,23.734c0.028,0.368-0.011,0.636-0.103,0.834c0.79-0.094,0.97,0.441,0.979,0.474c-0.573-0.276-1.2,0.073-2.342,0.095
|
||||
c-0.849,0.031-1.562,0.041-1.609-1.292c-0.047-1.336,0.498-2.441,1.347-2.471C28.419,21.345,29.195,22.402,29.298,23.734z"/>
|
||||
<path fill="#A0A1A2" d="M26.223,23.845c0.048,1.333,0.761,1.323,1.609,1.292c1.142-0.021,1.769-0.371,2.342-0.095
|
||||
c-0.009-0.032-0.188-0.567-0.979-0.474c0.092-0.198,0.131-0.466,0.103-0.834c-0.104-1.332-0.879-2.39-1.729-2.36
|
||||
C26.721,21.403,26.176,22.509,26.223,23.845z M27.489,22.22c0.239-0.005,0.438,0.186,0.441,0.426
|
||||
c0.005,0.239-0.187,0.438-0.425,0.442c-0.24,0.004-0.438-0.188-0.442-0.428C27.058,22.421,27.25,22.224,27.489,22.22z"/>
|
||||
<path fill="#A0A1A2" d="M14.581,25.377c0.088,0.002,0.18,0,0.274-0.002c0.082,0,0.164-0.002,0.25-0.005
|
||||
c0.851-0.008,1.556,0.072,1.545-1.262c-0.014-1.334-0.606-2.414-1.457-2.405c-0.849,0.008-1.671,1.102-1.622,2.435
|
||||
c0.015,0.348,0.066,0.598,0.148,0.779c-0.74,0.187-0.945,0.644-0.957,0.673C13.228,25.339,13.755,25.375,14.581,25.377z
|
||||
M15.312,22.542c0.24-0.008,0.439,0.182,0.447,0.422c0.006,0.239-0.184,0.439-0.423,0.445c-0.24,0.008-0.44-0.183-0.446-0.422
|
||||
C14.883,22.748,15.072,22.547,15.312,22.542z"/>
|
||||
<polygon fill="#A0A1A2" points="17.309,8.327 19.695,8.327 19.695,7.343 20.232,7.343 20.232,11.889 19.421,11.889 19.421,14.432
|
||||
23.598,14.432 23.598,11.889 22.786,11.889 22.786,7.343 23.324,7.343 23.324,8.327 25.712,8.327 25.712,4.958 17.309,4.958 "/>
|
||||
<path fill="#A0A1A2" d="M39.689,14.823c-0.015-0.289-0.043-0.577-0.082-0.861c-0.02-0.144-0.041-0.288-0.071-0.429
|
||||
c-0.028-0.146-0.056-0.281-0.103-0.44l-0.03-0.112l-0.079-0.063c-0.455-0.356-0.944-0.626-1.441-0.864
|
||||
c-0.411-0.194-0.828-0.363-1.249-0.518c-1.177-3.264-3.197-6.158-5.856-8.173c-2.747-2.084-5.978-3.187-9.342-3.187
|
||||
c-3.366,0-6.596,1.103-9.344,3.187C9.999,4.949,8.304,7.081,7.103,9.508H7.097c-0.325,0.657-0.617,1.333-0.867,2.028
|
||||
c-0.422,0.155-0.839,0.324-1.25,0.518c-0.498,0.238-0.986,0.508-1.441,0.864l-0.08,0.063l-0.03,0.112
|
||||
c-0.046,0.159-0.076,0.294-0.104,0.44c-0.028,0.141-0.051,0.285-0.07,0.429c-0.029,0.205-0.048,0.413-0.065,0.621h0.007
|
||||
c-0.007,0.08-0.013,0.16-0.017,0.241c-0.029,0.577-0.013,1.154,0.05,1.728c0.061,0.573,0.167,1.14,0.32,1.703
|
||||
c0.08,0.28,0.171,0.555,0.279,0.83c0.053,0.137,0.111,0.273,0.176,0.41c0.032,0.068,0.067,0.135,0.102,0.204l0.057,0.101
|
||||
c0.022,0.038,0.037,0.065,0.07,0.114l0.057,0.09l0.092,0.047c0.097,0.05,0.178,0.087,0.266,0.129l0.256,0.116
|
||||
c0.047,0.019,0.093,0.039,0.142,0.059c-1.167,1.078-2.435,2.479-3.532,4.211L0.13,26.749l1.945-1.707
|
||||
c0.034-0.029,1.664-1.44,4.384-3.041l0.038,0.313l0.099,0.789l0.498,4.047c0.011,0.077,0.051,0.146,0.115,0.19l1.021,0.717
|
||||
c0.018,0.057,0.035,0.114,0.052,0.173c0.024,0.081,0.046,0.161,0.071,0.242l0.233,0.703c0.511,1.589,1.235,3.022,2.116,4.281
|
||||
c-0.042,0.013-0.085,0.025-0.127,0.037c-0.531-0.246-2.386-1.106-3.009-1.387l-1.303-0.585l0.771,1.203
|
||||
c0.056,0.087,1.386,2.161,2.471,3.559c1.017,1.305,2.408,2.637,5.032,2.637c0.315,0,0.647-0.02,0.987-0.056
|
||||
c0.783-0.091,1.371-0.161,1.818-0.219c2.754,1.014,5.792,1.074,8.675-0.017c0.79-0.3,1.509-0.663,2.168-1.071
|
||||
c0.014-0.002,0.027-0.006,0.039-0.009c1.072-0.258,2.289-0.549,2.89-0.717c0.096-0.026,0.217-0.055,0.342-0.085
|
||||
c0.837-0.191,2.236-0.517,2.981-2.009c0.751-1.506,1.977-3.812,1.989-3.835L37,29.829l-1.115,0.485
|
||||
c-0.061,0.026-1.475,0.643-2.21,1.028c-0.025,0.015-0.057,0.028-0.086,0.042c0.598-1.219,0.896-2.19,1.003-2.563l0.403-1.663
|
||||
l1.161-2.597c0,0,0.326-2.839,0.333-2.837l0.114-1.086c0.102-0.043,0.722-0.086,0.843-0.134c0.173-0.068,0.346-0.135,0.519-0.21
|
||||
l0.255-0.116c0.09-0.042,0.17-0.079,0.267-0.129l0.092-0.047l0.058-0.09c0.032-0.049,0.05-0.077,0.069-0.114l0.056-0.101
|
||||
c0.039-0.069,0.072-0.136,0.103-0.204c0.065-0.136,0.122-0.272,0.178-0.41c0.107-0.275,0.196-0.55,0.277-0.83
|
||||
c0.152-0.563,0.262-1.13,0.32-1.703C39.704,15.978,39.718,15.4,39.689,14.823z M13.195,21.83c0.025-0.017,1.068-0.701,2.771-1.534
|
||||
c1.698-0.129,3.571-0.211,5.578-0.211c0.488,0,0.967,0.007,1.44,0.015c-0.33,0.266-0.678,0.517-1.04,0.734l-1.203,0.728
|
||||
c-0.759,0.092-1.417,0.281-1.453,0.291c-0.023,0.006-0.044,0.016-0.063,0.027c-0.059,0.034-0.104,0.09-0.124,0.156l-1.23,4.051
|
||||
l-6.565,1.459l-2.069-1.449l-0.602-4.873c1.174-0.217,2.746-0.466,4.632-0.677c-0.202,0.24-0.399,0.494-0.584,0.762l-1.123,1.612
|
||||
L13.195,21.83z M22.055,38.784c-1.083,0.072-2.183-0.055-3.26-0.35c0.09-0.018,0.155-0.028,0.235-0.037
|
||||
c0.088-0.012,2.021-0.266,2.89-1.558l0.082,0.002l0.216-0.002c0.143,0,0.273-0.012,0.412-0.018c0.33-0.027,0.649-0.075,0.966-0.139
|
||||
c0.034,0.033,0.066,0.066,0.101,0.102c0.653,0.647,1.464,1.018,2.355,1.083C24.553,38.476,23.142,38.712,22.055,38.784z
|
||||
M22.153,36.414c0.163-0.363,0.286-0.646,0.379-0.859c0.192,0.214,0.435,0.479,0.708,0.762c-0.213,0.032-0.423,0.059-0.63,0.076
|
||||
c-0.136,0.006-0.278,0.021-0.408,0.021H22.153z M18.932,28.052l0.587-0.132c0.097-0.021,0.173-0.094,0.202-0.188l1.226-4.033
|
||||
c0.212-0.028,0.398-0.043,0.559-0.043c0.156,0,0.345,0.015,0.556,0.043l1.262,4.153c0.032,0.106,0.123,0.183,0.231,0.195
|
||||
l0.468,0.053l0.12,0.013l8.062,0.917c0.067,0.008,0.133-0.011,0.188-0.049l0.81-0.566l0.749-0.524l0.277-0.195
|
||||
c-0.045,0.193-0.095,0.385-0.147,0.574c-0.077,0.248-0.159,0.488-0.241,0.726c-0.331,0.942-0.702,1.797-1.106,2.569
|
||||
c-0.11,0.007-0.229,0.012-0.354,0.012c-0.392,0-0.79-0.032-1.231-0.073c-0.766-0.071-1.979-0.21-2.361-0.253
|
||||
c-0.333-0.265-1.464-1.162-2.403-1.903c-0.036-0.028-0.068-0.058-0.101-0.084c-0.165-0.14-0.353-0.298-0.734-0.298
|
||||
c-0.348,0-0.854,0.126-2.077,0.495c0.637-0.476,0.642-1.089,0.642-1.089s-0.906,0.844-2.368,1.03
|
||||
c-1.458,0.188-2.605-0.709-2.605-0.709c0.048,0.156,0.116,0.509,0.447,0.808c-0.389-0.045-0.809-0.077-1.25-0.077
|
||||
c-0.158,0-0.32,0.004-0.475,0.012c-0.898,0.048-2.162,1.404-3.049,2.773c-0.436,0.138-1.799,0.571-3.375,1.034
|
||||
c-0.931-1.288-1.562-2.595-1.919-3.436c-0.208-0.49-0.324-0.823-0.35-0.902v-0.002c-0.029-0.08-0.06-0.165-0.087-0.25l0.378,0.264
|
||||
v0.002l0.935,0.656l0.312,0.217c0.047,0.033,0.104,0.05,0.158,0.05c0.02,0,0.04-0.002,0.061-0.006 M23.906,22.036
|
||||
c-0.028-0.09-0.098-0.157-0.188-0.184c-0.041-0.013-0.852-0.244-1.713-0.317l0.158-0.012c0.136-0.01,2.397-0.286,5.098-1.218
|
||||
c2.991,0.229,5.433,0.596,7.103,0.9l-0.591,4.146l-2.086,1.459l-6.557-0.745 M38.301,16.451c-0.073,0.534-0.315,1.574-0.315,1.574
|
||||
l-0.189,0.031c-0.099-0.027-1.021-0.266-2.609-0.56c0.051-0.011,0.1-0.022,0.148-0.033c0.329-0.082,0.653-0.183,0.968-0.31
|
||||
c0.156-0.067,0.312-0.138,0.459-0.222c0.146-0.085,0.289-0.179,0.401-0.306c-1.59,0.52-4.876,0.284-7.797-0.018
|
||||
c-2.669-0.276-5.348-0.454-8.04-0.46c-2.691,0.006-5.367,0.185-8.039,0.46c-2.921,0.302-6.206,0.538-7.796,0.018
|
||||
c0.112,0.126,0.256,0.221,0.403,0.306c0.146,0.084,0.301,0.154,0.457,0.222c0.314,0.126,0.64,0.228,0.969,0.31
|
||||
c0.116,0.027,0.234,0.053,0.352,0.074c-1.449,0.275-2.288,0.493-2.382,0.519c0,0-0.334,0.054-0.407-0.202
|
||||
c-0.145-0.512-0.242-0.87-0.315-1.403c-0.069-0.531-0.104-1.068-0.1-1.604c0.001-0.088-0.001-0.264-0.001-0.264
|
||||
c0.005-0.18,0.013-0.36,0.03-0.54c0.01-0.133,0.499-0.559,0.919-0.801c0.454-0.264,0.931-0.502,1.417-0.723
|
||||
c0.481-0.228,2.04-0.559,2.98-0.729c0.94-0.172,4.302-0.618,4.554-0.712c0.251-0.096,1.704-1.216,1.958-1.309
|
||||
c-0.534,0.088-7.912,1.215-8.244,1.32c2.395-6.263,7.096-9.313,13.353-9.313c6.255,0,10.957,2.88,13.354,9.144
|
||||
c-3.164-0.841-7.546-1.233-8.08-1.322c0.254,0.093,1.691,1.104,1.958,1.138c2.188,0.284,5.638,1.049,5.888,1.148
|
||||
c0.496,0.201,0.993,0.408,1.475,0.635c0.487,0.221,0.963,0.459,1.417,0.723c0.42,0.243,0.908,0.668,0.92,0.801
|
||||
c0.023,0.268,0.033,0.535,0.036,0.803C38.407,15.382,38.37,15.92,38.301,16.451z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 11 KiB |
28
public/images/svg/travis-ci-logo.svg
Normal file
28
public/images/svg/travis-ci-logo.svg
Normal file
|
@ -0,0 +1,28 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Generator: Adobe Illustrator 16.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
|
||||
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
|
||||
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
|
||||
width="100.266px" height="22px" viewBox="0 0 100.266 22" enable-background="new 0 0 100.266 22" xml:space="preserve">
|
||||
<g>
|
||||
<path fill="#AEAEAE" d="M5.759,4.603H0V1.635h15.022v2.967H9.295v16.833H5.759V4.603z"/>
|
||||
<path fill="#AEAEAE" d="M14.709,6.57h2.894l0.245,2.633h0.123c1.064-1.936,2.649-2.995,4.237-2.995c0.76,0,1.247,0.09,1.705,0.301
|
||||
l-0.61,3.028c-0.518-0.152-0.914-0.242-1.554-0.242c-1.187,0-2.62,0.817-3.534,3.058v9.083h-3.504V6.57z"/>
|
||||
<path fill="#AEAEAE" d="M33.481,11.93c-0.033-1.574-0.702-2.907-2.713-2.907c-1.492,0-2.895,0.665-4.205,1.452l-1.282-2.331
|
||||
c1.646-1.03,3.749-1.937,6.125-1.937c3.75,0,5.579,2.271,5.579,6.417v8.812H34.12l-0.272-1.634h-0.094
|
||||
c-1.34,1.12-2.864,1.998-4.631,1.998c-2.622,0-4.45-1.758-4.45-4.36C24.673,14.26,27.355,12.595,33.481,11.93z M30.219,19.075
|
||||
c1.22,0,2.165-0.605,3.263-1.635v-3.331c-4.056,0.516-5.396,1.575-5.396,3.059C28.085,18.499,28.97,19.075,30.219,19.075z"/>
|
||||
<path fill="#AEAEAE" d="M37.988,6.57h3.566l2.376,7.721c0.396,1.453,0.854,2.967,1.249,4.481h0.123
|
||||
c0.428-1.515,0.853-3.028,1.28-4.481l2.376-7.721h3.384l-5.089,14.866h-4.054L37.988,6.57z"/>
|
||||
<path fill="#AEAEAE" d="M53.655,1.999C53.655,0.817,54.569,0,55.817,0c1.25,0,2.164,0.817,2.164,1.999
|
||||
c0,1.15-0.914,1.968-2.164,1.968C54.569,3.966,53.655,3.148,53.655,1.999z M54.051,6.57h3.505v14.866h-3.505V6.57z"/>
|
||||
<path fill="#AEAEAE" d="M61.21,17.501c1.341,1.027,2.62,1.664,4.144,1.664c1.617,0,2.377-0.757,2.377-1.785
|
||||
c0-1.243-1.614-1.789-3.201-2.394c-1.979-0.727-4.203-1.847-4.203-4.327c0-2.607,2.102-4.452,5.454-4.452
|
||||
c2.072,0,3.75,0.848,4.967,1.786l-1.614,2.119c-1.036-0.756-2.102-1.271-3.291-1.271c-1.495,0-2.194,0.696-2.194,1.634
|
||||
c0,1.151,1.493,1.636,3.106,2.211c2.044,0.757,4.298,1.727,4.298,4.512c0,2.542-2.042,4.603-5.819,4.603
|
||||
c-2.041,0-4.207-0.878-5.668-2.061L61.21,17.501z"/>
|
||||
<path fill="#AEAEAE" d="M88.242,1.272c2.436,0,4.418,1.18,5.667,2.512l-1.95,2.181c-1.036-1-2.162-1.635-3.688-1.635
|
||||
c-3.263,0-5.608,2.726-5.608,7.176c0,4.511,2.164,7.234,5.484,7.234c1.769,0,3.077-0.725,4.207-1.965l1.949,2.149
|
||||
c-1.614,1.846-3.685,2.876-6.216,2.876c-5.059,0-9.05-3.636-9.05-10.204C79.038,5.117,83.121,1.272,88.242,1.272z"/>
|
||||
<path fill="#AEAEAE" d="M96.467,1.635H100v19.801h-3.533V1.635z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 2.6 KiB |
Loading…
Reference in New Issue
Block a user