Gå til innhald

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:

  1. Add the book cover image to /docs/images/books/nature/
  2. Create a new folder for the book page (e.g., book-title/)
  3. 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>