ABCD-Animal-Book 是一本只用 CSS 制作的英文字母和动物启蒙书籍,帮助孩子学习,简单实用。
支持 iPads, iPhones, Android Phones & tablets, Kindle, Desktops, TVs。
ABCD-Animal-Book 文字内容遵循 CC 3.0,CSS 代码遵循 MIT 协议。
书籍主页:https://bubbl.in/cover/abcd-animal-book-by-judith-neumann
GitHub地址:https://github.com/marvindanig/ABCD-Animal-Book
代码结构:
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