1
0
Fork 0
mirror of https://github.com/Lynnesbian/FediBooks/ synced 2024-11-25 08:38:59 +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,23 +12,17 @@
</div> </div>
<div class="container"> <div class="container">
<div class="row"> <p class="centred">
<div class="column"> <a class="button btn-primary btn-large" href="/login"><i class="fas fa-sign-in-alt"></i> Log in</a>
<p class="centred"> <br>
<a class="button btn-primary btn-large" href="/login">Log in</a> Log in to your existing account.
<br> </p>
Log in to your existing account.
</p>
</div>
<div class="column"> <p class="centred">
<p class="centred"> <a class="button btn-primary btn-large" href="/signup"><i class="fas fa-user-plus"></i> Sign up</a>
<a class="button btn-primary btn-large" href="/signup">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' %}