Global footer and a bit nicer login page
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user