ABCD ANIMALS BOOK
A cute and cuddly superbook for newborns. Brought to you by web people.
The first of its kind, this book for your baby's ABCs uses only CSS3 to showcase adorable animals alongside the English alphabets. Help your baby stare at the animals only that bit longer. ;) No flashy gimmicks, no stupid gamification, no pesky downloads or interrupting upgrades.
Just a simple book. And, straight on the web.
Supported devices
: Everywhere - iPads, iPhones, Android Phones & tablets, Kindle, Desktops, TVs. See details but guess what: Books are vest experienced on tablets!
THE BOOK
The book is live: ABCD ANIMALS BOOK
Slight framerate (FPS) quirks might occur due to the hacky use of CSS3 animations. Just for the fun of it.
HOW TO INSTALL IT ON THE iPAD FOR THE BABY
- Open the book on Safari.
- Tap the Share button at the top of the screen.
- Tap
Add to Home Screen
β¦
Done! The book will open like an app! Speak loudly as you make the alphabet bounce :-)
HACK IT IN YOUR OWN LANGUAGE
$ git clone https://github.com/marvindanig/ABCD-Animal-Book.git
$ npm install
$ bookiza server
Opens the book at localhost:4567
.
The Project
This app was created using bookiza -- the "book baking" tool.
The TREE of the manuscript looks somewhat like this:
ABCD-Animal-Book/
βββ README.md
βββ assets
βΒ Β βββ css
βΒ Β βββ images
βΒ Β βββ scripts
βββ cover
βΒ Β βββ back.jpg
βΒ Β βββ cover.psd
βΒ Β βββ front.jpg
βΒ Β βββ spine.jpg
βΒ Β βββ spine.psd
βββ license.txt
βββ manuscript
βΒ Β βββ page-1
βΒ Β βΒ Β βββ body.html
βΒ Β βΒ Β βββ style.css
βΒ Β βββ page-2
βΒ Β βΒ Β βββ body.html
βΒ Β βΒ Β βββ style.css
βΒ Β βββ page-3
βΒ Β βΒ Β βββ body.html
βΒ Β βΒ Β βββ style.css
βΒ Β βββ page-4
βΒ Β βΒ Β βββ body.html
βΒ Β βΒ Β βββ style.css
βΒ Β βββ page-5
βΒ Β βΒ Β βββ body.html
βΒ Β βΒ Β βββ style.css
βΒ Β βββ page-6
βΒ Β βΒ Β βββ body.html
βΒ Β βΒ Β βββ style.css
βΒ Β βββ page-7
βΒ Β βΒ Β βββ body.html
βΒ Β βΒ Β βββ style.css
βΒ Β βββ page-8
βΒ Β βΒ Β βββ body.html
βΒ Β βΒ Β βββ style.css
βΒ Β βββ page-9
βΒ Β βββ body.html
βΒ Β βββ style.css
βββ templates
βΒ Β βββ head.html
βΒ Β βββ template.css
βΒ Β βββ template.html
βΒ Β βββ template.js
βββ trash
66 directories, 127 files
TODOs:
List of things to probably do (and would appreciate immediate help on):
Bugfixes:
* FR Optimization of CSS animations
* Include Google @font-faces via single rule
CONTRIBUTION/FIXES
Feel free to contribute, fix or help improve the code of this book!
- Fork it ( https://github.com/marvindanig/A-B-C-D-Animals-Book/fork )
- Create your feature branch (
git checkout -b my-new-page
) - Commit your changes (
git commit -am 'Added a page on (/topic)'
) - Push to the branch (
git push origin my-new-page
) - Create a new Pull Request
- Contact me if I don't respond within 24 hours.
Licenses
All content of this superbook is licensed under a Creative Commons Attribution 3.0 United States License.
The underlying HTML & CSS3 code used to format and design the content is licensed under the MIT license .