33 |
249 |
├── ChalkHome - index.html ├── LICENSE ├── README.md ├── css └── style.css ├── fonts ├── fonts │ ├── appleberry.zip │ ├── as-soon-as-possible.zip │ ├── bptall.zip │ ├── dk_crayon_crumble.zip │ ├── eraser.zip │ ├── james-almacen.zip │ ├── kg_second_chances.zip │ ├── markus_ink.zip │ ├── no_more_lies.zip │ └── take_out_the_garbage.zip ├── icomoon.eot ├── icomoon.svg ├── icomoon.ttf └── icomoon.woff ├── img ├── blackChalkboard.jpg ├── favicon.ico ├── greenChalkboard.jpg ├── napoli.jpg └── other custom bg │ ├── Napoli - Amalfi.jpg │ ├── Napoli - Castel Dell'ovo.jpg │ ├── Napoli - Galleria Umberto.jpg │ ├── Napoli - Maschio Angioino.jpg │ ├── Napoli - Piazza Plebiscito.jpg │ └── New York.jpg └── js ├── javascript.js ├── jquery-3.1.1.min.js ├── jquery.lettering.js ├── quotes.js └── variables.js /ChalkHome - index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 |
5 |