footer logo

This commit is contained in:
Alex Wolfe 2015-02-26 21:39:19 -08:00
parent 0e19bfb2ca
commit 82d0dea500
5 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,3 @@
.cta-bar
a(href="/docs/quickstart.html" class="cta-primary button button-large button-shield md-raised md-primary" md-button) Learn in 5 Min
a(href="download.html" class="cta-secondary button button-large button-secondary" md-button) Download
a(href="/docs/quickstart.html" class="button button-large button-shield md-raised md-primary" md-button) Learn in 5 Min
a(href="download.html" class="button button-large button-secondary" md-button) Download

View File

@ -2,7 +2,7 @@
nav(class="background-silver" layout="row" layout-sm="column")
section(flex)
p logo here
.logo-inverse-large
section(flex)
h3.text-headline ANGULAR

View File

@ -12,6 +12,12 @@
padding: $unit * 6;
}
.logo-inverse-large {
background: url('/resources/images/logos/inverse/shield/128.png') 0px 0px no-repeat;
height: 128px;
width: 128px;
}
ul {
padding: 0px;
margin: 0px;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.3 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB