An educational website for a book that teaches logic concepts through clear lessons, interactive examples, and structured chapters. Ideal for students, teachers, and self-learners looking to master logical reasoning fundamentals.
Learn logic visually and interactively through a beautifully designed book platform.
flowchart TD
A[User opens index.html] --> B[Chooses a chapter from navigation]
B --> C[Reads logic content in chapter HTML]
C --> D[Optionally opens about or contact pages]
Logic_Book/
│
├── chapters/ # HTML files for each logic chapter
│ ├── chapter1.html
│ ├── chapter2.html
│ ├── ...
│ └── chapter8.html
│
├── css/ # Stylesheets
│ └── style.css
│
├── js/ # JavaScript logic
│ └── main.js
│
├── assets/ # Images or media used (e.g., bg.jpg)
│ └── bg.jpg
│
├── index.html # Main homepage
├── about.html # Info about the book
├── contact.html # Contact/help form
└── README.md # Project documentation
-
Clone this repository:
git clone https://github.com/ZainulabdeenOfficial/Logic_Book.git cd Logic_Book -
Open
index.htmlin your browser- Either double-click or use a live server
✅ No setup or installations required — it's a static website.
- HTML5
- CSS3
- JavaScript (Vanilla)
Zain Ul Abdeen
📧 zu4425@gmail.com
🔗 GitHub Profile
This project is licensed under the MIT License.
⭐ If this book website helps you, please star the repo!

