15 lines
386 B
Text
15 lines
386 B
Text
<footer class="footer">
|
|
<div class="container">
|
|
<div class="content has-text-centered">
|
|
<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>
|
|
</div>
|
|
</footer>
|