adding curated books

This commit is contained in:
2024-07-24 15:02:09 -05:00
parent 4f833202d1
commit 912ed8fae2
6 changed files with 39 additions and 16 deletions

View File

@@ -1,9 +1,22 @@
{% block content %}
<div class="foreground"></div>
<div class="foregroundContent">
<h2>These are some of the books I've read since 2020, vaguely sorted by topic.</h2>
<h3>"You can't judge a book by its cover but you can judge a person by their bookshelf" - Me, today.</h3>
<h4>Hover to reveal review<br />Read to reveal KNOWLEDGE</h4>
<h2>"You can't judge a book by its cover but you can judge a person by their bookshelf" - Me, today.</h2>
<p>Hover to reveal review<br />Read to reveal KNOWLEDGE</p>
<h3>My Favorites</h3>
<div class='flex wrap boxed'>
{% for i in var.books.selection %}
<div>
<a href="#'{{i}}'">
<img
class="bookcover"
alt="{{i}} cover"
src="{{ url_for('static', filename=('photos/books/' + var.books.books[i].filename))}}"
/>
</a>
</div>
{% endfor %}
</div>
<div class="booklist flex wrap mobileV">
{% for i in var.books.books %}
<div id="'{{i}}'" class="bookReview">