A curated digital library of books and PDF documents covering AI, engineering, research, and education. Features a 3D book flip-card listing, a full in-browser PDF reader, sidebar filters, and search.
AI, engineering, research ও education বিষয়ক books ও PDFs। 3D book card listing, in-browser PDF reader, sidebar filter এবং search সহ।
The book listing page (book-listing-new.html) shows books as 3D flip cards. On hover, each card flips to reveal a short description, author, category tags, and quick-action buttons for reading or downloading.
Book listing page-এ CSS 3D flip card। Hover করলে card flip হয়ে description, author, tags ও quick-action buttons দেখায়।
The PDF reader (pdf-reader.html) provides a full-featured reading experience without leaving the site. Features page navigation, zoom, scroll mode, reading progress tracking, and a table-of-contents sidebar.
PDF reader site ছেড়ে না গিয়েই পড়ার সুবিধা দেয়। Page navigation, zoom, scroll mode, reading progress tracking এবং table-of-contents sidebar আছে।
Each book has a dedicated detail page (book-detail.html) with full metadata — cover image, synopsis, author info, related books, and action buttons. Dynamically populated from books.json.
প্রতিটি book-এর জন্য আলাদা detail page। Cover image, synopsis, author info, related books — সব books.json থেকে dynamically load হয়।
| File | Type | Description |
|---|---|---|
| Content Studio/books-pdfs/book-listing-new.html | Page | Main books listing with 3D flip cards, sidebar filters, and search |
| Content Studio/books-pdfs/book-detail.html | Page | Individual book detail page — dynamically loaded from books.json |
| Content Studio/books-pdfs/pdf-reader.html | Page | In-browser PDF reader with zoom, navigation, progress tracking |
| Content Studio/books-pdfs/book-3d.html | Page | 3D interactive book viewer with Three.js cover rendering |
| Content Studio/books-pdfs/books.json | Data | Book metadata: title, author, cover, pages, category, PDF path |
| Content Storage/books-pdfs/ | Storage | Actual PDF files, cover images, and book assets |