Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Explore Books feature to navbar #143

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Add Explore Books feature to navbar #143

wants to merge 1 commit into from

Commits on Oct 26, 2024

  1. Add Explore Books feature to navbar

    Related to #141
    
    Add "Explore Books" feature to the navbar and implement book cards with hover flip animation.
    
    * **Navbar Addition:**
      - Add "Explore Books" option to the navbar in `about.html` and `adventures.html`.
      - Ensure proper routing to `explore-books.html`.
    
    * **Script Changes:**
      - Add event listener for "Explore Books" option in the navbar in `script.js`.
      - Ensure proper routing to `explore-books.html`.
    
    * **Book Data:**
      - Add sample book data for "Explore Books" feature in `data/books.json`.
    
    * **Explore Books Page:**
      - Create a new page `explore-books.html` to display book cards.
      - Implement hover flip animation for book cards.
    
    * **Styles:**
      - Add styles for book cards and hover flip animation in `style.css`.
    
    ---
    
    For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/Ctoic/Lisbook/issues/141?shareId=XXXX-XXXX-XXXX-XXXX).
    Ctoic committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    b1faa18 View commit details
    Browse the repository at this point in the history