zeus.ugent.be/layouts/generic.erb

24 lines
548 B
Plaintext
Raw Normal View History

2016-07-27 18:27:28 +00:00
<div class="container">
<header class="section">
<%= render '/partials/_navbar.*' %>
</header>
<main class="section">
<%= yield %>
</main>
2016-07-23 19:17:24 +00:00
</div>
2016-07-27 18:27:28 +00:00
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<p>
2016-08-04 17:17:45 +00:00
Made with <%= fa :heart, inline: true %> by Zeus WPI
2016-07-27 18:27:28 +00:00
</p>
2016-08-27 17:07:03 +00:00
<p>
<a href="https://github.com/ZeusWPI/zeus.ugent.be">
<span class="hidden-xs"> View on GitHub </span>
<%= fa :github %>
</a>
</p>
2016-07-27 18:27:28 +00:00
</div>
</div>
</footer>