├── LICENSE ├── README.md ├── design ├── desktop-design.jpg ├── desktop-preview.jpg └── mobile-design.jpg ├── images ├── dark.svg ├── favicon-32x32.png ├── fem-2.png ├── light.svg ├── qr-code-dark.svg └── qr-code.svg ├── index.html ├── screenshot ├── screenshot-desktop-light.png ├── screenshot-desktop.png ├── screenshot-mobile-light.png └── screenshot-mobile.png └── style.css /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/correlucas/qr-code-component/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/correlucas/qr-code-component/HEAD/README.md -------------------------------------------------------------------------------- /design/desktop-design.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/correlucas/qr-code-component/HEAD/design/desktop-design.jpg -------------------------------------------------------------------------------- /design/desktop-preview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/correlucas/qr-code-component/HEAD/design/desktop-preview.jpg -------------------------------------------------------------------------------- /design/mobile-design.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/correlucas/qr-code-component/HEAD/design/mobile-design.jpg -------------------------------------------------------------------------------- /images/dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/correlucas/qr-code-component/HEAD/images/dark.svg -------------------------------------------------------------------------------- /images/favicon-32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/correlucas/qr-code-component/HEAD/images/favicon-32x32.png -------------------------------------------------------------------------------- /images/fem-2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/correlucas/qr-code-component/HEAD/images/fem-2.png -------------------------------------------------------------------------------- /images/light.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/correlucas/qr-code-component/HEAD/images/light.svg -------------------------------------------------------------------------------- /images/qr-code-dark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/correlucas/qr-code-component/HEAD/images/qr-code-dark.svg -------------------------------------------------------------------------------- /images/qr-code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/correlucas/qr-code-component/HEAD/images/qr-code.svg -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/correlucas/qr-code-component/HEAD/index.html -------------------------------------------------------------------------------- /screenshot/screenshot-desktop-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/correlucas/qr-code-component/HEAD/screenshot/screenshot-desktop-light.png -------------------------------------------------------------------------------- /screenshot/screenshot-desktop.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/correlucas/qr-code-component/HEAD/screenshot/screenshot-desktop.png -------------------------------------------------------------------------------- /screenshot/screenshot-mobile-light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/correlucas/qr-code-component/HEAD/screenshot/screenshot-mobile-light.png -------------------------------------------------------------------------------- /screenshot/screenshot-mobile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/correlucas/qr-code-component/HEAD/screenshot/screenshot-mobile.png -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/correlucas/qr-code-component/HEAD/style.css --------------------------------------------------------------------------------