Cleans up landing page, since we're here

This commit is contained in:
Mouse Reeve
2021-08-07 16:37:51 -07:00
parent 33c8849552
commit 4d8bd3ad93
4 changed files with 26 additions and 21 deletions

View File

@ -7,41 +7,41 @@
</div>
<section class="tile is-ancestor">
<div class="tile is-vertical">
<div class="tile is-vertical is-6">
<div class="tile is-parent">
<div class="tile is-child box has-background-white-ter">
{% include 'landing/large-book.html' with book=books.0 %}
{% include 'landing/large-book.html' with book=books.has_description.0 %}
</div>
</div>
<div class="tile">
<div class="tile is-parent is-6">
<div class="tile is-child box has-background-white-ter">
{% include 'landing/small-book.html' with book=books.1 %}
{% include 'landing/small-book.html' with book=books.no_description.0 %}
</div>
</div>
<div class="tile is-parent is-6">
<div class="tile is-child box has-background-white-ter">
{% include 'landing/small-book.html' with book=books.2 %}
{% include 'landing/small-book.html' with book=books.no_description.1 %}
</div>
</div>
</div>
</div>
<div class="tile is-vertical">
<div class="tile is-vertical is-6">
<div class="tile">
<div class="tile is-parent is-6">
<div class="tile is-child box has-background-white-ter">
{% include 'landing/small-book.html' with book=books.3 %}
{% include 'landing/small-book.html' with book=books.no_description.2 %}
</div>
</div>
<div class="tile is-parent is-6">
<div class="tile is-child box has-background-white-ter">
{% include 'landing/small-book.html' with book=books.4 %}
{% include 'landing/small-book.html' with book=books.no_description.3 %}
</div>
</div>
</div>
<div class="tile is-parent">
<div class="tile is-child box has-background-white-ter">
{% include 'landing/large-book.html' with book=books.5 %}
{% include 'landing/large-book.html' with book=books.has_description.1 %}
</div>
</div>
</div>