add forkme ribbon

This commit is contained in:
Marco Biedermann 2015-02-28 13:05:24 +01:00
parent 02aed14cad
commit 506459c5c3
5 changed files with 20 additions and 0 deletions

BIN
_img/forkme.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

5
_includes/header.html Normal file
View File

@ -0,0 +1,5 @@
<header class="header">
<a href="https://github.com/marcobiedermann/search-engine-optimization" class="forkme" target="_blank"></a>
</header>

View File

@ -9,6 +9,8 @@ layout: compress
<body>
{% include header.html %}
<main class="main">
<div class="container">

File diff suppressed because one or more lines are too long

View File

@ -6,5 +6,6 @@
@import '_colors.scss';
@import '_base.scss';
@import 'modules/_forkme.scss';
@import 'helpers/_grid.scss';