├── README.md ├── assets ├── css │ ├── style.css │ └── style.scss └── img │ ├── cd-background-1.jpg │ ├── cd-background-2.jpg │ ├── cd-background-3.jpg │ └── cd-background-4.jpg └── index.html /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/fixed-backgrounds/HEAD/README.md -------------------------------------------------------------------------------- /assets/css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/fixed-backgrounds/HEAD/assets/css/style.css -------------------------------------------------------------------------------- /assets/css/style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/fixed-backgrounds/HEAD/assets/css/style.scss -------------------------------------------------------------------------------- /assets/img/cd-background-1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/fixed-backgrounds/HEAD/assets/img/cd-background-1.jpg -------------------------------------------------------------------------------- /assets/img/cd-background-2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/fixed-backgrounds/HEAD/assets/img/cd-background-2.jpg -------------------------------------------------------------------------------- /assets/img/cd-background-3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/fixed-backgrounds/HEAD/assets/img/cd-background-3.jpg -------------------------------------------------------------------------------- /assets/img/cd-background-4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/fixed-backgrounds/HEAD/assets/img/cd-background-4.jpg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codyhouse/fixed-backgrounds/HEAD/index.html --------------------------------------------------------------------------------