├── README.md ├── css ├── demo.css └── normalize.css ├── favicon.ico ├── img ├── 1.png ├── 2.png ├── 3.png ├── 4.png ├── 5.png ├── 6.png ├── glasses.svg ├── hide.svg ├── hover.gif ├── hover2.gif ├── image1.jpg ├── image2.jpg ├── image3.jpg └── main.png ├── index.html └── js └── main.js /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/GeekyGlasses/HEAD/README.md -------------------------------------------------------------------------------- /css/demo.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/GeekyGlasses/HEAD/css/demo.css -------------------------------------------------------------------------------- /css/normalize.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/GeekyGlasses/HEAD/css/normalize.css -------------------------------------------------------------------------------- /favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/GeekyGlasses/HEAD/favicon.ico -------------------------------------------------------------------------------- /img/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/GeekyGlasses/HEAD/img/1.png -------------------------------------------------------------------------------- /img/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/GeekyGlasses/HEAD/img/2.png -------------------------------------------------------------------------------- /img/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/GeekyGlasses/HEAD/img/3.png -------------------------------------------------------------------------------- /img/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/GeekyGlasses/HEAD/img/4.png -------------------------------------------------------------------------------- /img/5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/GeekyGlasses/HEAD/img/5.png -------------------------------------------------------------------------------- /img/6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/GeekyGlasses/HEAD/img/6.png -------------------------------------------------------------------------------- /img/glasses.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/GeekyGlasses/HEAD/img/glasses.svg -------------------------------------------------------------------------------- /img/hide.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/GeekyGlasses/HEAD/img/hide.svg -------------------------------------------------------------------------------- /img/hover.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/GeekyGlasses/HEAD/img/hover.gif -------------------------------------------------------------------------------- /img/hover2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/GeekyGlasses/HEAD/img/hover2.gif -------------------------------------------------------------------------------- /img/image1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/GeekyGlasses/HEAD/img/image1.jpg -------------------------------------------------------------------------------- /img/image2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/GeekyGlasses/HEAD/img/image2.jpg -------------------------------------------------------------------------------- /img/image3.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/GeekyGlasses/HEAD/img/image3.jpg -------------------------------------------------------------------------------- /img/main.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/GeekyGlasses/HEAD/img/main.png -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/GeekyGlasses/HEAD/index.html -------------------------------------------------------------------------------- /js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/codrops/GeekyGlasses/HEAD/js/main.js --------------------------------------------------------------------------------