├── README.md ├── css ├── component.css └── default.css ├── fonts ├── codropsicons │ ├── codropsicons.eot │ ├── codropsicons.svg │ ├── codropsicons.ttf │ ├── codropsicons.woff │ └── license.txt └── mdicons │ ├── license.txt │ ├── md-icons.dev.svg │ ├── md-icons.eot │ ├── md-icons.svg │ ├── md-icons.ttf │ └── md-icons.woff ├── images ├── site1.jpg ├── site2.jpg ├── site3.jpg ├── site3r.jpg ├── site4.jpg └── site4r.jpg ├── index.html └── js ├── modernizr.custom.js └── morphingdevice.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/README.md -------------------------------------------------------------------------------- /css/component.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/css/component.css -------------------------------------------------------------------------------- /css/default.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/css/default.css -------------------------------------------------------------------------------- /fonts/codropsicons/codropsicons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/fonts/codropsicons/codropsicons.eot -------------------------------------------------------------------------------- /fonts/codropsicons/codropsicons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/fonts/codropsicons/codropsicons.svg -------------------------------------------------------------------------------- /fonts/codropsicons/codropsicons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/fonts/codropsicons/codropsicons.ttf -------------------------------------------------------------------------------- /fonts/codropsicons/codropsicons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/fonts/codropsicons/codropsicons.woff -------------------------------------------------------------------------------- /fonts/codropsicons/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/fonts/codropsicons/license.txt -------------------------------------------------------------------------------- /fonts/mdicons/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/fonts/mdicons/license.txt -------------------------------------------------------------------------------- /fonts/mdicons/md-icons.dev.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/fonts/mdicons/md-icons.dev.svg -------------------------------------------------------------------------------- /fonts/mdicons/md-icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/fonts/mdicons/md-icons.eot -------------------------------------------------------------------------------- /fonts/mdicons/md-icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/fonts/mdicons/md-icons.svg -------------------------------------------------------------------------------- /fonts/mdicons/md-icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/fonts/mdicons/md-icons.ttf -------------------------------------------------------------------------------- /fonts/mdicons/md-icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/fonts/mdicons/md-icons.woff -------------------------------------------------------------------------------- /images/site1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/images/site1.jpg -------------------------------------------------------------------------------- /images/site2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/images/site2.jpg -------------------------------------------------------------------------------- /images/site3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/images/site3.jpg -------------------------------------------------------------------------------- /images/site3r.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/images/site3r.jpg -------------------------------------------------------------------------------- /images/site4.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/images/site4.jpg -------------------------------------------------------------------------------- /images/site4r.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/images/site4r.jpg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/index.html -------------------------------------------------------------------------------- /js/modernizr.custom.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/js/modernizr.custom.js -------------------------------------------------------------------------------- /js/morphingdevice.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/MorphingDevices/HEAD/js/morphingdevice.js --------------------------------------------------------------------------------