add github link, fixes #17

This commit is contained in:
Lorin Werthen 2016-08-27 19:07:03 +02:00
parent 61ea230e83
commit 35aeaaabba
3 changed files with 18 additions and 0 deletions

View file

@ -34,3 +34,11 @@ html, body {
}
}
}
footer {
.fa {
font-size: inherit;
text-align: inherit;
vertical-align: inherit;
}
}

View file

@ -27,6 +27,9 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/Tipue-Search/5.0.0/tipuesearch_set.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Tipue-Search/5.0.0/tipuesearch.min.js"></script>
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<%= content_for(@item, :head) %>
</head>
<body>

View file

@ -12,6 +12,13 @@
<p>
Made with <%= fa :heart, inline: true %> by Zeus WPI
</p>
<p>
<a href="https://github.com/ZeusWPI/zeus.ugent.be">
<span class="hidden-xs"> View on GitHub </span>
<%= fa :github %>
</a>
</p>
</div>
<!-- Place this tag where you want the button to render. -->
</div>
</footer>