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
|
||||
|
||||
npm test
|
||||
npm test &&
|
||||
|
||||
if [ $TRAVIS_BRANCH == "master" ]; then
|
||||
gulp build --production
|
||||
|
@ -17,6 +17,7 @@ author:
|
||||
email: m@kretschmann.io
|
||||
uri: https://matthiaskretschmann.com
|
||||
twitter: kremalicious
|
||||
github: kremalicious
|
||||
facebook: matthiaskretschmann
|
||||
googleplus: +MatthiasKretschmann
|
||||
bitcoin: 171qDmKEXm9YBgBLXyGjjPvopP5o9htQ1V
|
||||
|
@ -51,7 +51,7 @@
|
||||
|
||||
.link
|
||||
@extend .textcenter, .link--nounderline
|
||||
width: 1.5rem
|
||||
width: 2rem
|
||||
padding: $padding-small-vertical
|
||||
margin: 0
|
||||
display: inline-block
|
||||
@ -78,6 +78,8 @@
|
||||
fill: #c63b1e
|
||||
.facebook:hover .icon
|
||||
fill: #3b5998
|
||||
.github:hover .icon
|
||||
fill: #333
|
||||
|
||||
.subscribe-title
|
||||
@extend .h5, .text-dimmed
|
||||
|
@ -180,7 +180,7 @@ transition()
|
||||
.heading-band
|
||||
display: inline-block
|
||||
clear: both
|
||||
background: rgba(255,255,255,.55)
|
||||
background: rgba(255,255,255,.5)
|
||||
padding: ($spacer/2) $spacer ($spacer/2) 100%
|
||||
margin-left: -100%
|
||||
|
||||
|
@ -13,6 +13,11 @@
|
||||
<use xlink:href="/assets/img/sprite.svg#twitter"></use>
|
||||
</svg>
|
||||
</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 }}">
|
||||
<svg class="icon icon-facebook">
|
||||
<use xlink:href="/assets/img/sprite.svg#facebook"></use>
|
||||
|
Loading…
x
Reference in New Issue
Block a user