add github link, fixes #17
This commit is contained in:
parent
61ea230e83
commit
35aeaaabba
3 changed files with 18 additions and 0 deletions
|
@ -34,3 +34,11 @@ html, body {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
.fa {
|
||||||
|
font-size: inherit;
|
||||||
|
text-align: inherit;
|
||||||
|
vertical-align: inherit;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -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_set.js"></script>
|
||||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/Tipue-Search/5.0.0/tipuesearch.min.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) %>
|
<%= content_for(@item, :head) %>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
|
@ -12,6 +12,13 @@
|
||||||
<p>
|
<p>
|
||||||
Made with <%= fa :heart, inline: true %> by Zeus WPI
|
Made with <%= fa :heart, inline: true %> by Zeus WPI
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
|
<a href="https://github.com/ZeusWPI/zeus.ugent.be">
|
||||||
|
<span class="hidden-xs"> View on GitHub </span>
|
||||||
|
<%= fa :github %>
|
||||||
|
</a>
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- Place this tag where you want the button to render. -->
|
||||||
</div>
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
Loading…
Reference in a new issue