This commit is contained in:
2024-07-24 15:02:22 -05:00
parent 912ed8fae2
commit 55d8f22816
2 changed files with 2 additions and 1 deletions

View File

@@ -5,6 +5,7 @@
<loc>https://asimonson.com/projects</loc> <loc>https://asimonson.com/projects</loc>
<loc>https://asimonson.com/Resume</loc> <loc>https://asimonson.com/Resume</loc>
<loc>https://asimonson.com/duck</loc> <loc>https://asimonson.com/duck</loc>
<loc>https://asimonson.com/books</loc>
<lastmod>2024-05-19</lastmod> <lastmod>2024-05-19</lastmod>
</url> </url>
</urlset> </urlset>

View File

@@ -2,7 +2,6 @@
<div class="foreground"></div> <div class="foreground"></div>
<div class="foregroundContent"> <div class="foregroundContent">
<h2>"You can't judge a book by its cover but you can judge a person by their bookshelf" - Me, today.</h2> <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> <h3>My Favorites</h3>
<div class='flex wrap boxed'> <div class='flex wrap boxed'>
{% for i in var.books.selection %} {% for i in var.books.selection %}
@@ -17,6 +16,7 @@
</div> </div>
{% endfor %} {% endfor %}
</div> </div>
<p>Hover to reveal review<br />Read to reveal KNOWLEDGE</p>
<div class="booklist flex wrap mobileV"> <div class="booklist flex wrap mobileV">
{% for i in var.books.books %} {% for i in var.books.books %}
<div id="'{{i}}'" class="bookReview"> <div id="'{{i}}'" class="bookReview">