Fixed error in logo integration

stable
Xavier Julián 2014-09-24 16:25:39 +02:00
parent 4a01d4a24a
commit bcd046f30c
9 changed files with 16 additions and 26 deletions

View File

@ -1,6 +1,7 @@
div.error-main div.error-main
div.error-container div.error-container
img(src="/images/logo.png", alt="Taiga") object.logo-svg(type="image/svg+xml", data="/svg/logo-optimized.svg")
h1 Ops, that's embarrasing img(src="/images/logo.png", alt="TAIGA")
h1.logo Taiga
p.error-text Something happened and our Oompa Loompas are working on it.</br> Try reloading again soon. p.error-text Something happened and our Oompa Loompas are working on it.</br> Try reloading again soon.
a(href="/", title="") Take me home a(href="/", title="") Take me home

View File

@ -7,8 +7,9 @@ block content
div.wrapper div.wrapper
div.login-main div.login-main
div.login-container div.login-container
h1.logo object.logo-svg(type="image/svg+xml", data="/svg/logo-optimized.svg")
img(src="/images/logo.png", alt="TAIGA") img(src="/images/logo.png", alt="TAIGA")
p.tagline Your agile, free, and open source project management tool h1.logo Taiga
h2.tagline ENJOY YOUR PROJECT,FINALLY
include views/modules/forgot-form include views/modules/forgot-form

View File

@ -7,7 +7,7 @@ block content
div.wrapper div.wrapper
div.login-main div.login-main
div.login-container div.login-container
object.logo-svg(type="image/svg+xml", data="/images/logo-optimized.svg") object.logo-svg(type="image/svg+xml", data="/svg/logo-optimized.svg")
img(src="/images/logo.png", alt="TAIGA") img(src="/images/logo.png", alt="TAIGA")
h1.logo Taiga h1.logo Taiga
h2.tagline ENJOY YOUR PROJECT,FINALLY h2.tagline ENJOY YOUR PROJECT,FINALLY

View File

@ -1,6 +1,6 @@
div.error-main div.error-main
div.error-container div.error-container
object.logo-svg(type="image/svg+xml", data="/images/logo-optimized.svg") object.logo-svg(type="image/svg+xml", data="/svg/logo-optimized.svg")
img(src="/images/logo.png", alt="TAIGA") img(src="/images/logo.png", alt="TAIGA")
h1.logo Not found h1.logo Not found
p.error-text Error 404. The page you are looking for no longer exists. Perhaps you can return back to TAIGA homepage and see if you can find what you are looking for. p.error-text Error 404. The page you are looking for no longer exists. Perhaps you can return back to TAIGA homepage and see if you can find what you are looking for.

View File

@ -7,8 +7,9 @@ block content
div.wrapper div.wrapper
div.login-main div.login-main
div.login-container div.login-container
h1.logo object.logo-svg(type="image/svg+xml", data="/svg/logo-optimized.svg")
img(src="/images/logo.png", alt="TAIGA") img(src="/images/logo.png", alt="TAIGA")
p.tagline Your agile, free, and open source project management tool h1.logo Taiga
h2.tagline ENJOY YOUR PROJECT,FINALLY
include views/modules/register-form include views/modules/register-form

View File

@ -13,4 +13,4 @@ div.forgot-form-container(tg-forgot-password)
a.button.button-forgot.button-gray(href="", title="Reset Password") Reset Password a.button.button-forgot.button-gray(href="", title="Reset Password") Reset Password
input(type="submit", style="display:none") input(type="submit", style="display:none")
a(href="", title="Login", tg-nav="login") Nah, take me back to the login page. I think I remember it. a(href="", title="Login", tg-nav="login") Nah, take me back. I think I remember it.

View File

@ -20,7 +20,7 @@
@include flex-basis(400px); @include flex-basis(400px);
} }
.logo-svg { .logo-svg {
padding: 0 30%; padding: 0 33%;
text-align: center; text-align: center;
width: 100%; width: 100%;
} }

View File

@ -1 +1,4 @@
// Forgot form // Forgot form
.forgot-form-container {
text-align: center;
}

View File

@ -2,27 +2,11 @@
<defs id="defs4649"/> <defs id="defs4649"/>
<metadata id="metadata4652"/> <metadata id="metadata4652"/>
<style> <style>
.top {
transform-origin: 193px 164px;
-webkit-animation: rotate 4s cubic-bezier(.49,.05,.32,1.04) infinite alternate;
-webkit-transform-origin: 50% 50%;
animation: rotate 6s cubic-bezier(.49,.05,.32,1.04) infinite alternate;
}
.top rect { .top rect {
fill-opacity: 1; fill-opacity: 1;
fill: #fff; fill: #fff;
opacity: .6 opacity: .6
} }
@-webkit-keyframes rotate {
50% {
-webkit-transform: rotate(360deg);
}
}
@keyframes rotate {
50% {
transform: rotate(360deg);
}
}
</style> </style>
<g id="layer1" transform="translate(-307.87667,-465.22863)"> <g id="layer1" transform="translate(-307.87667,-465.22863)">
<g transform="matrix(0.135464,0,0,0.135464,307.268,457.53699)" id="layer1-1" display="inline"> <g transform="matrix(0.135464,0,0,0.135464,307.268,457.53699)" id="layer1-1" display="inline">

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 2.5 KiB