Global footer and a bit nicer login page

This commit is contained in:
2020-04-25 10:51:08 +02:00
parent 20a0aa9bbf
commit 60386cb51e
4 changed files with 50 additions and 37 deletions

View File

@@ -14,9 +14,28 @@
<body class="has-text-centered-mobile">
<%= render 'layouts/header' %>
<main>
<main class="section">
<%= yield %>
</main>
<section id="footer" class="section has-blue-bg">
<div class="container has-text-centered">
<a href="" class="is-size-4 social-link">
<i class="fab fa-twitter"></i>
</a>
<a href="" class="is-size-4 social-link">
<i class="fab fa-github"></i>
</a>
<a href="" class="is-size-4 social-link">
<i class="fab fa-dev"></i>
</a>
<p class="has-text-white is-size-7">
</p>
</div>
</section>
</body>
</html>