├── README.md ├── aws ├── build0 │ └── dscatalog-0.0.1-SNAPSHOT.jar ├── eb-ip-policy.json ├── eb-ip-trust.json ├── main-to-homolog.yml └── options.txt.env ├── backend ├── DEVOPS.md ├── Dockerfile ├── MISC.md ├── README.md └── img │ ├── 1-big.jpg │ ├── 1-small.jpg │ ├── 10-big.jpg │ ├── 10-small.jpg │ ├── 11-big.jpg │ ├── 11-small.jpg │ ├── 12-big.jpg │ ├── 12-small.jpg │ ├── 13-big.jpg │ ├── 13-small.jpg │ ├── 14-big.jpg │ ├── 14-small.jpg │ ├── 15-big.jpg │ ├── 15-small.jpg │ ├── 16-big.jpg │ ├── 16-small.jpg │ ├── 17-big.jpg │ ├── 17-small.jpg │ ├── 18-big.jpg │ ├── 18-small.jpg │ ├── 19-big.jpg │ ├── 19-small.jpg │ ├── 2-big.jpg │ ├── 2-small.jpg │ ├── 20-big.jpg │ ├── 20-small.jpg │ ├── 21-big.jpg │ ├── 21-small.jpg │ ├── 22-big.jpg │ ├── 22-small.jpg │ ├── 23-big.jpg │ ├── 23-small.jpg │ ├── 24-big.jpg │ ├── 24-small.jpg │ ├── 25-big.jpg │ ├── 25-small.jpg │ ├── 3-big.jpg │ ├── 3-small.jpg │ ├── 4-big.jpg │ ├── 4-small.jpg │ ├── 5-big.jpg │ ├── 5-small.jpg │ ├── 6-big.jpg │ ├── 6-small.jpg │ ├── 7-big.jpg │ ├── 7-small.jpg │ ├── 8-big.jpg │ ├── 8-small.jpg │ ├── 9-big.jpg │ └── 9-small.jpg ├── frontend-web ├── README.md ├── app.scss ├── cap03 │ ├── Loaders │ │ ├── ProductDescriptionLoader.tsx │ │ └── ProductInfoLoader.tsx │ └── desafio │ │ ├── ImageLoader.tsx │ │ ├── InfoLoader.tsx │ │ └── README.md ├── cap05 │ ├── ProductCardLoader.tsx │ └── input-email-ref.md ├── cap09 │ └── piramide_testes.png ├── draftjs │ ├── editor.css │ └── toolbar.ts ├── rotas.svg └── upload-placeholder.svg └── mobile ├── README.md └── assets ├── cap. 11 ├── arrow.png ├── arrow@2x.png ├── arrow@3x.png ├── draw.png ├── draw@2x.png ├── draw@3x.png ├── eyes-closed.png ├── eyes-closed@2x.png ├── eyes-closed@3x.png ├── eyes-opened.png ├── eyes-opened@2x.png ├── eyes-opened@3x.png ├── leftArrow.png ├── leftArrow@2x.png ├── leftArrow@3x.png ├── menu.png ├── menu@2x.png ├── menu@3x.png └── produto.png └── cap. 13 ├── icon.png ├── icone_ds_googleplay.png ├── print_01_googlePlay.png ├── print_02_googlePlay.png ├── print_tablet_googlePlay.png ├── recurso_grafico_googleplay.png └── splash.png /README.md: -------------------------------------------------------------------------------- 1 | # dscatalog-resources -------------------------------------------------------------------------------- /aws/build0/dscatalog-0.0.1-SNAPSHOT.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/aws/build0/dscatalog-0.0.1-SNAPSHOT.jar -------------------------------------------------------------------------------- /aws/eb-ip-policy.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/aws/eb-ip-policy.json -------------------------------------------------------------------------------- /aws/eb-ip-trust.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/aws/eb-ip-trust.json -------------------------------------------------------------------------------- /aws/main-to-homolog.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/aws/main-to-homolog.yml -------------------------------------------------------------------------------- /aws/options.txt.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/aws/options.txt.env -------------------------------------------------------------------------------- /backend/DEVOPS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/DEVOPS.md -------------------------------------------------------------------------------- /backend/Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/Dockerfile -------------------------------------------------------------------------------- /backend/MISC.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/MISC.md -------------------------------------------------------------------------------- /backend/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/README.md -------------------------------------------------------------------------------- /backend/img/1-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/1-big.jpg -------------------------------------------------------------------------------- /backend/img/1-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/1-small.jpg -------------------------------------------------------------------------------- /backend/img/10-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/10-big.jpg -------------------------------------------------------------------------------- /backend/img/10-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/10-small.jpg -------------------------------------------------------------------------------- /backend/img/11-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/11-big.jpg -------------------------------------------------------------------------------- /backend/img/11-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/11-small.jpg -------------------------------------------------------------------------------- /backend/img/12-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/12-big.jpg -------------------------------------------------------------------------------- /backend/img/12-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/12-small.jpg -------------------------------------------------------------------------------- /backend/img/13-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/13-big.jpg -------------------------------------------------------------------------------- /backend/img/13-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/13-small.jpg -------------------------------------------------------------------------------- /backend/img/14-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/14-big.jpg -------------------------------------------------------------------------------- /backend/img/14-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/14-small.jpg -------------------------------------------------------------------------------- /backend/img/15-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/15-big.jpg -------------------------------------------------------------------------------- /backend/img/15-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/15-small.jpg -------------------------------------------------------------------------------- /backend/img/16-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/16-big.jpg -------------------------------------------------------------------------------- /backend/img/16-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/16-small.jpg -------------------------------------------------------------------------------- /backend/img/17-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/17-big.jpg -------------------------------------------------------------------------------- /backend/img/17-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/17-small.jpg -------------------------------------------------------------------------------- /backend/img/18-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/18-big.jpg -------------------------------------------------------------------------------- /backend/img/18-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/18-small.jpg -------------------------------------------------------------------------------- /backend/img/19-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/19-big.jpg -------------------------------------------------------------------------------- /backend/img/19-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/19-small.jpg -------------------------------------------------------------------------------- /backend/img/2-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/2-big.jpg -------------------------------------------------------------------------------- /backend/img/2-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/2-small.jpg -------------------------------------------------------------------------------- /backend/img/20-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/20-big.jpg -------------------------------------------------------------------------------- /backend/img/20-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/20-small.jpg -------------------------------------------------------------------------------- /backend/img/21-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/21-big.jpg -------------------------------------------------------------------------------- /backend/img/21-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/21-small.jpg -------------------------------------------------------------------------------- /backend/img/22-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/22-big.jpg -------------------------------------------------------------------------------- /backend/img/22-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/22-small.jpg -------------------------------------------------------------------------------- /backend/img/23-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/23-big.jpg -------------------------------------------------------------------------------- /backend/img/23-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/23-small.jpg -------------------------------------------------------------------------------- /backend/img/24-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/24-big.jpg -------------------------------------------------------------------------------- /backend/img/24-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/24-small.jpg -------------------------------------------------------------------------------- /backend/img/25-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/25-big.jpg -------------------------------------------------------------------------------- /backend/img/25-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/25-small.jpg -------------------------------------------------------------------------------- /backend/img/3-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/3-big.jpg -------------------------------------------------------------------------------- /backend/img/3-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/3-small.jpg -------------------------------------------------------------------------------- /backend/img/4-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/4-big.jpg -------------------------------------------------------------------------------- /backend/img/4-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/4-small.jpg -------------------------------------------------------------------------------- /backend/img/5-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/5-big.jpg -------------------------------------------------------------------------------- /backend/img/5-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/5-small.jpg -------------------------------------------------------------------------------- /backend/img/6-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/6-big.jpg -------------------------------------------------------------------------------- /backend/img/6-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/6-small.jpg -------------------------------------------------------------------------------- /backend/img/7-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/7-big.jpg -------------------------------------------------------------------------------- /backend/img/7-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/7-small.jpg -------------------------------------------------------------------------------- /backend/img/8-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/8-big.jpg -------------------------------------------------------------------------------- /backend/img/8-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/8-small.jpg -------------------------------------------------------------------------------- /backend/img/9-big.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/9-big.jpg -------------------------------------------------------------------------------- /backend/img/9-small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/backend/img/9-small.jpg -------------------------------------------------------------------------------- /frontend-web/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/frontend-web/README.md -------------------------------------------------------------------------------- /frontend-web/app.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/frontend-web/app.scss -------------------------------------------------------------------------------- /frontend-web/cap03/Loaders/ProductDescriptionLoader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/frontend-web/cap03/Loaders/ProductDescriptionLoader.tsx -------------------------------------------------------------------------------- /frontend-web/cap03/Loaders/ProductInfoLoader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/frontend-web/cap03/Loaders/ProductInfoLoader.tsx -------------------------------------------------------------------------------- /frontend-web/cap03/desafio/ImageLoader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/frontend-web/cap03/desafio/ImageLoader.tsx -------------------------------------------------------------------------------- /frontend-web/cap03/desafio/InfoLoader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/frontend-web/cap03/desafio/InfoLoader.tsx -------------------------------------------------------------------------------- /frontend-web/cap03/desafio/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/frontend-web/cap03/desafio/README.md -------------------------------------------------------------------------------- /frontend-web/cap05/ProductCardLoader.tsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/frontend-web/cap05/ProductCardLoader.tsx -------------------------------------------------------------------------------- /frontend-web/cap05/input-email-ref.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/frontend-web/cap05/input-email-ref.md -------------------------------------------------------------------------------- /frontend-web/cap09/piramide_testes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/frontend-web/cap09/piramide_testes.png -------------------------------------------------------------------------------- /frontend-web/draftjs/editor.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/frontend-web/draftjs/editor.css -------------------------------------------------------------------------------- /frontend-web/draftjs/toolbar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/frontend-web/draftjs/toolbar.ts -------------------------------------------------------------------------------- /frontend-web/rotas.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/frontend-web/rotas.svg -------------------------------------------------------------------------------- /frontend-web/upload-placeholder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/frontend-web/upload-placeholder.svg -------------------------------------------------------------------------------- /mobile/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/README.md -------------------------------------------------------------------------------- /mobile/assets/cap. 11/arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 11/arrow.png -------------------------------------------------------------------------------- /mobile/assets/cap. 11/arrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 11/arrow@2x.png -------------------------------------------------------------------------------- /mobile/assets/cap. 11/arrow@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 11/arrow@3x.png -------------------------------------------------------------------------------- /mobile/assets/cap. 11/draw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 11/draw.png -------------------------------------------------------------------------------- /mobile/assets/cap. 11/draw@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 11/draw@2x.png -------------------------------------------------------------------------------- /mobile/assets/cap. 11/draw@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 11/draw@3x.png -------------------------------------------------------------------------------- /mobile/assets/cap. 11/eyes-closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 11/eyes-closed.png -------------------------------------------------------------------------------- /mobile/assets/cap. 11/eyes-closed@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 11/eyes-closed@2x.png -------------------------------------------------------------------------------- /mobile/assets/cap. 11/eyes-closed@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 11/eyes-closed@3x.png -------------------------------------------------------------------------------- /mobile/assets/cap. 11/eyes-opened.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 11/eyes-opened.png -------------------------------------------------------------------------------- /mobile/assets/cap. 11/eyes-opened@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 11/eyes-opened@2x.png -------------------------------------------------------------------------------- /mobile/assets/cap. 11/eyes-opened@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 11/eyes-opened@3x.png -------------------------------------------------------------------------------- /mobile/assets/cap. 11/leftArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 11/leftArrow.png -------------------------------------------------------------------------------- /mobile/assets/cap. 11/leftArrow@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 11/leftArrow@2x.png -------------------------------------------------------------------------------- /mobile/assets/cap. 11/leftArrow@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 11/leftArrow@3x.png -------------------------------------------------------------------------------- /mobile/assets/cap. 11/menu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 11/menu.png -------------------------------------------------------------------------------- /mobile/assets/cap. 11/menu@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 11/menu@2x.png -------------------------------------------------------------------------------- /mobile/assets/cap. 11/menu@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 11/menu@3x.png -------------------------------------------------------------------------------- /mobile/assets/cap. 11/produto.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 11/produto.png -------------------------------------------------------------------------------- /mobile/assets/cap. 13/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 13/icon.png -------------------------------------------------------------------------------- /mobile/assets/cap. 13/icone_ds_googleplay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 13/icone_ds_googleplay.png -------------------------------------------------------------------------------- /mobile/assets/cap. 13/print_01_googlePlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 13/print_01_googlePlay.png -------------------------------------------------------------------------------- /mobile/assets/cap. 13/print_02_googlePlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 13/print_02_googlePlay.png -------------------------------------------------------------------------------- /mobile/assets/cap. 13/print_tablet_googlePlay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 13/print_tablet_googlePlay.png -------------------------------------------------------------------------------- /mobile/assets/cap. 13/recurso_grafico_googleplay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 13/recurso_grafico_googleplay.png -------------------------------------------------------------------------------- /mobile/assets/cap. 13/splash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devsuperior/dscatalog-resources/HEAD/mobile/assets/cap. 13/splash.png --------------------------------------------------------------------------------