Nature-related books
A collection of books about nature, wildlife, and the outdoors that I have read.
How to Add a New Book
To add a new book to this gallery:
- Add the book cover image to
/docs/images/books/nature/ - Create a new folder for the book page (e.g.,
book-title/) - Copy this template and paste it in the book gallery above:
<div class="book-item">
<a href="your-book-folder/">
<img src="../../../images/books/nature/your-cover.jpg" alt="Your Book Title" class="book-cover">
</a>
<div class="book-title">
<a href="your-book-folder/">Your Book Title</a>
</div>
<div class="book-author">Author Name</div>
<div class="book-tags">
<span class="book-tag">tag1</span>
<span class="book-tag">tag2</span>
</div>
</div>