mirror of
https://github.com/kremalicious/blog.git
synced 2025-02-14 21:10:25 +01:00
footer tweaks
This commit is contained in:
parent
8625879bd4
commit
03351dc14d
@ -1,6 +1,6 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
npm test
|
npm test &&
|
||||||
|
|
||||||
if [ $TRAVIS_BRANCH == "master" ]; then
|
if [ $TRAVIS_BRANCH == "master" ]; then
|
||||||
gulp build --production
|
gulp build --production
|
||||||
|
@ -17,6 +17,7 @@ author:
|
|||||||
email: m@kretschmann.io
|
email: m@kretschmann.io
|
||||||
uri: https://matthiaskretschmann.com
|
uri: https://matthiaskretschmann.com
|
||||||
twitter: kremalicious
|
twitter: kremalicious
|
||||||
|
github: kremalicious
|
||||||
facebook: matthiaskretschmann
|
facebook: matthiaskretschmann
|
||||||
googleplus: +MatthiasKretschmann
|
googleplus: +MatthiasKretschmann
|
||||||
bitcoin: 171qDmKEXm9YBgBLXyGjjPvopP5o9htQ1V
|
bitcoin: 171qDmKEXm9YBgBLXyGjjPvopP5o9htQ1V
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
|
|
||||||
.link
|
.link
|
||||||
@extend .textcenter, .link--nounderline
|
@extend .textcenter, .link--nounderline
|
||||||
width: 1.5rem
|
width: 2rem
|
||||||
padding: $padding-small-vertical
|
padding: $padding-small-vertical
|
||||||
margin: 0
|
margin: 0
|
||||||
display: inline-block
|
display: inline-block
|
||||||
@ -78,6 +78,8 @@
|
|||||||
fill: #c63b1e
|
fill: #c63b1e
|
||||||
.facebook:hover .icon
|
.facebook:hover .icon
|
||||||
fill: #3b5998
|
fill: #3b5998
|
||||||
|
.github:hover .icon
|
||||||
|
fill: #333
|
||||||
|
|
||||||
.subscribe-title
|
.subscribe-title
|
||||||
@extend .h5, .text-dimmed
|
@extend .h5, .text-dimmed
|
||||||
|
@ -180,7 +180,7 @@ transition()
|
|||||||
.heading-band
|
.heading-band
|
||||||
display: inline-block
|
display: inline-block
|
||||||
clear: both
|
clear: both
|
||||||
background: rgba(255,255,255,.55)
|
background: rgba(255,255,255,.5)
|
||||||
padding: ($spacer/2) $spacer ($spacer/2) 100%
|
padding: ($spacer/2) $spacer ($spacer/2) 100%
|
||||||
margin-left: -100%
|
margin-left: -100%
|
||||||
|
|
||||||
|
@ -13,6 +13,11 @@
|
|||||||
<use xlink:href="/assets/img/sprite.svg#twitter"></use>
|
<use xlink:href="/assets/img/sprite.svg#twitter"></use>
|
||||||
</svg>
|
</svg>
|
||||||
</a>
|
</a>
|
||||||
|
<a class="link github" href="https://github.com/{{ site.author.github }}">
|
||||||
|
<svg class="icon icon-github">
|
||||||
|
<use xlink:href="/assets/img/sprite.svg#github"></use>
|
||||||
|
</svg>
|
||||||
|
</a>
|
||||||
<a class="link facebook" href="https://www.facebook.com/{{ site.author.facebook }}">
|
<a class="link facebook" href="https://www.facebook.com/{{ site.author.facebook }}">
|
||||||
<svg class="icon icon-facebook">
|
<svg class="icon icon-facebook">
|
||||||
<use xlink:href="/assets/img/sprite.svg#facebook"></use>
|
<use xlink:href="/assets/img/sprite.svg#facebook"></use>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user