1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-11-25 16:48:58 +00:00

add icons to welcome page, change layout

This commit is contained in:
Lynne Megido 2019-08-29 11:21:45 +10:00
parent 308e9e67e0
commit 7be70f0bd4

View file

@ -12,24 +12,18 @@
</div> </div>
<div class="container"> <div class="container">
<div class="row">
<div class="column">
<p class="centred"> <p class="centred">
<a class="button btn-primary btn-large" href="/login">Log in</a> <a class="button btn-primary btn-large" href="/login"><i class="fas fa-sign-in-alt"></i> Log in</a>
<br> <br>
Log in to your existing account. Log in to your existing account.
</p> </p>
</div>
<div class="column">
<p class="centred"> <p class="centred">
<a class="button btn-primary btn-large" href="/signup">Sign up</a> <a class="button btn-primary btn-large" href="/signup"><i class="fas fa-user-plus"></i> Sign up</a>
<br> <br>
Create a new account. Create a new account.
</p> </p>
</div> </div>
</div>
</div>
{% include 'footer.html' %} {% include 'footer.html' %}
</body> </body>