{"id":24464104,"url":"https://github.com/swzzl-com/abcd-animal-book","last_synced_at":"2025-04-13T07:11:23.964Z","repository":{"id":76937871,"uuid":"45774663","full_name":"swzzl-com/ABCD-Animal-Book","owner":"swzzl-com","description":":baby: Superbook: ABC's for babies!","archived":false,"fork":false,"pushed_at":"2023-08-18T11:37:04.000Z","size":6531,"stargazers_count":239,"open_issues_count":1,"forks_count":34,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-04-05T08:10:24.328Z","etag":null,"topics":["alphabets","babies","book","bookiza"],"latest_commit_sha":null,"homepage":"https://bubblin.io/cover/abcd-animal-book-by-judith-neumann","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/swzzl-com.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2015-11-08T09:41:44.000Z","updated_at":"2025-03-25T03:22:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"afbf457f-291a-4451-aac3-fe0e57c9632d","html_url":"https://github.com/swzzl-com/ABCD-Animal-Book","commit_stats":null,"previous_names":["marvindanig/abcd-animal-book","swzzl-com/abcd-animal-book"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swzzl-com%2FABCD-Animal-Book","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swzzl-com%2FABCD-Animal-Book/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swzzl-com%2FABCD-Animal-Book/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/swzzl-com%2FABCD-Animal-Book/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/swzzl-com","download_url":"https://codeload.github.com/swzzl-com/ABCD-Animal-Book/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248675422,"owners_count":21143768,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alphabets","babies","book","bookiza"],"created_at":"2025-01-21T05:14:28.211Z","updated_at":"2025-04-13T07:11:23.934Z","avatar_url":"https://github.com/swzzl-com.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ABCD ANIMALS BOOK\n\nA cute and cuddly [superbook](https://bubbl.in/about) for newborns. Brought to you by web people.\n\nThe 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.\n\nJust a simple book. And, straight on the web.\n\n`Supported devices`: Everywhere - iPads, iPhones, Android Phones \u0026 tablets, Kindle, Desktops, TVs. See [details](https://bubbl.in/support) but guess what: Books are vest experienced on tablets!\n\n## THE BOOK\nThe book is live: [ABCD ANIMALS BOOK](https://bubbl.in/cover/abcd-animal-book-by-judith-neumann)\n\nSlight framerate (FPS) quirks might occur due to the hacky use of CSS3 animations. Just for the fun of it.\n\n## HOW TO INSTALL IT ON THE iPAD FOR THE BABY\n\n- Open the [book](https://bubbl.in/cover/abcd-animal-book-by-judith-neumann) on Safari.\n- Tap the Share button at the top of the screen.\n- Tap `Add to Home Screen`…\n\nDone! The book will open like an app! Speak loudly as you make the alphabet bounce :-)\n\n\n### HACK IT IN YOUR OWN LANGUAGE\n\n```\n$ git clone https://github.com/marvindanig/ABCD-Animal-Book.git\n$ npm install\n$ bookiza server\n\n```\n\nOpens the book at `localhost:4567`.\n\n### The Project\nThis app was created using [bookiza](https://bookiza.io) -- the \"book baking\" tool.\n\nThe TREE of the manuscript looks somewhat like this:\n\n```\n\nABCD-Animal-Book/\n├── README.md\n├── assets\n│   ├── css\n│   ├── images\n│   └── scripts\n├── cover\n│   ├── back.jpg\n│   ├── cover.psd\n│   ├── front.jpg\n│   ├── spine.jpg\n│   └── spine.psd\n├── license.txt\n├── manuscript\n│   ├── page-1\n│   │   ├── body.html\n│   │   └── style.css\n│   ├── page-2\n│   │   ├── body.html\n│   │   └── style.css\n│   ├── page-3\n│   │   ├── body.html\n│   │   └── style.css\n│   ├── page-4\n│   │   ├── body.html\n│   │   └── style.css\n│   ├── page-5\n│   │   ├── body.html\n│   │   └── style.css\n│   ├── page-6\n│   │   ├── body.html\n│   │   └── style.css\n│   ├── page-7\n│   │   ├── body.html\n│   │   └── style.css\n│   ├── page-8\n│   │   ├── body.html\n│   │   └── style.css\n│   └── page-9\n│       ├── body.html\n│       └── style.css\n├── templates\n│   ├── head.html\n│   ├── template.css\n│   ├── template.html\n│   └── template.js\n└── trash\n\n66 directories, 127 files\n\n```\n## TODOs:\nList of things to probably do (and would appreciate immediate help on):\n\nBugfixes:\n\n      * FR Optimization of CSS animations\n      * Include Google @font-faces via single rule\n\n## CONTRIBUTION/FIXES\n\nFeel free to contribute, fix or help improve the code of this book!\n\n1. Fork it ( https://github.com/marvindanig/A-B-C-D-Animals-Book/fork )\n2. Create your feature branch (`git checkout -b my-new-page`)\n3. Commit your changes (`git commit -am 'Added a page on (/topic)'`)\n4. Push to the branch (`git push origin my-new-page`)\n5. Create a new Pull Request\n6. \u003ca href = \"mailto:marvin@bubbl.in\"\u003eContact me\u003c/a\u003e if I don't respond within 24 hours.\n\n## Licenses\n[![Creative Commons License](https://i.creativecommons.org/l/by/3.0/us/88x31.png)](http://creativecommons.org/licenses/by/3.0/us/)\nAll content of this superbook is licensed under a [Creative Commons Attribution 3.0 United States License](http://creativecommons.org/licenses/by/3.0/us/).\n\nThe underlying HTML \u0026 CSS3 code used to format and design the content is licensed under the \u003ca href=\"http://opensource.org/licenses/mit-license.php\"\u003eMIT license \u003c/a\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswzzl-com%2Fabcd-animal-book","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fswzzl-com%2Fabcd-animal-book","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fswzzl-com%2Fabcd-animal-book/lists"}