├── README.md ├── c ├── audio │ ├── hollywood.m4a │ └── hollywood.ogg ├── css │ └── hollywood.css ├── fonts │ └── Komika_Hand.ttf └── js │ └── hollywood.js ├── index.html └── netlify.toml /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tylergaw/themanfromhollywood/HEAD/README.md -------------------------------------------------------------------------------- /c/audio/hollywood.m4a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tylergaw/themanfromhollywood/HEAD/c/audio/hollywood.m4a -------------------------------------------------------------------------------- /c/audio/hollywood.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tylergaw/themanfromhollywood/HEAD/c/audio/hollywood.ogg -------------------------------------------------------------------------------- /c/css/hollywood.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tylergaw/themanfromhollywood/HEAD/c/css/hollywood.css -------------------------------------------------------------------------------- /c/fonts/Komika_Hand.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tylergaw/themanfromhollywood/HEAD/c/fonts/Komika_Hand.ttf -------------------------------------------------------------------------------- /c/js/hollywood.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tylergaw/themanfromhollywood/HEAD/c/js/hollywood.js -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tylergaw/themanfromhollywood/HEAD/index.html -------------------------------------------------------------------------------- /netlify.toml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tylergaw/themanfromhollywood/HEAD/netlify.toml --------------------------------------------------------------------------------