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 class="container">
<div class="row">
<div class="column">
<p class="centred">
<a class="button btn-primary btn-large" href="/login">Log in</a>
<br>
Log in to your existing account.
</p>
</div>
<p class="centred">
<a class="button btn-primary btn-large" href="/login"><i class="fas fa-sign-in-alt"></i> Log in</a>
<br>
Log in to your existing account.
</p>
<div class="column">
<p class="centred">
<a class="button btn-primary btn-large" href="/signup">Sign up</a>
<br>
Create a new account.
</p>
</div>
</div>
<p class="centred">
<a class="button btn-primary btn-large" href="/signup"><i class="fas fa-user-plus"></i> Sign up</a>
<br>
Create a new account.
</p>
</div>
{% include 'footer.html' %}