1
0
mirror of https://github.com/kremalicious/blog.git synced 2025-02-14 21:10:25 +01:00

footer tweaks

This commit is contained in:
Matthias Kretschmann 2017-11-25 17:34:43 +01:00
parent 8625879bd4
commit 03351dc14d
Signed by: m
GPG Key ID: 606EEEF3C479A91F
5 changed files with 11 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
npm test
npm test &&
if [ $TRAVIS_BRANCH == "master" ]; then
gulp build --production

View File

@ -17,6 +17,7 @@ author:
email: m@kretschmann.io
uri: https://matthiaskretschmann.com
twitter: kremalicious
github: kremalicious
facebook: matthiaskretschmann
googleplus: +MatthiasKretschmann
bitcoin: 171qDmKEXm9YBgBLXyGjjPvopP5o9htQ1V

View File

@ -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

View File

@ -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%

View File

@ -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>