vlasenkofedor / ABCD-Animal-Book

Superbook: A modern children's book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A-B-C-D-Animals-Book

A cute and cuddly Superbook for newborns. Brought to you by web enthusiasts.

The first of its kind, this uses only css to present alphabets and adorable animals alongside to help babies stare only that bit longer. No flashy gimmicks, no stupid gamification. Just book, and a free one at that. Even better, it works everywhere - iPads, iPhones, Android Phones, Desktops, TVs! Wherever.

Go ahead, help your little ones learn their ABCs!

Superbook

The book is live here: A-B-C-D Animals Book

Best experienced on the iPad.

How to install book on iPad:

  • Open the book on Safari.
  • Tap the Share button at the top of the screen.
  • Tap Add to Home Screen…

That's it! Now you'll find your book on the homescreen (like an app!), go ahead open and start reading in fullscreen.

The Project

This project generated using bookiza, the "book baking" tool, i.e. with $ bookiza new A-B-C-D-Animals-Book 60 command and then its manuscript was handplugged into Bubblin for a live render.

This is what the TREE of the Official Handbook looks like:


A-B-C-D-Goldfish/
├── 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

Contributing

Feel free to contribute, fix or help improve the code of this book.

  1. Fork it ( https://github.com/marvindanig/A-B-C-D-Animals-Book/fork )
  2. Create your feature branch (git checkout -b my-new-page)
  3. Commit your changes (git commit -am 'Added a page on (/topic)')
  4. Push to the branch (git push origin my-new-page)
  5. Create a new Pull Request
  6. Contact me if I don't respond within 24 hours.

Licenses

Creative Commons License
All content of this superbook is licensed under a Creative Commons Attribution 3.0 United States License.

The underlying code used to format and display the content is licensed under the MIT license .

About

Superbook: A modern children's book

License:Other


Languages

Language:CSS 87.8%Language:HTML 12.2%