├── CONTRIBUTING.md ├── LICENSE.md ├── README.md ├── avancado └── readme.md ├── badges-shields └── readme.md ├── cards-status └── readme.md ├── perfil ├── exemplo-01.md ├── exemplo-02.md ├── exemplo-03.md ├── exemplo-04.md ├── exemplo-05.md ├── exemplo-06.md └── exemplo-07.md └── repositorio ├── exemplo-01.md └── imagem.png /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iuricode/readme-template/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iuricode/readme-template/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iuricode/readme-template/HEAD/README.md -------------------------------------------------------------------------------- /avancado/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iuricode/readme-template/HEAD/avancado/readme.md -------------------------------------------------------------------------------- /badges-shields/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iuricode/readme-template/HEAD/badges-shields/readme.md -------------------------------------------------------------------------------- /cards-status/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iuricode/readme-template/HEAD/cards-status/readme.md -------------------------------------------------------------------------------- /perfil/exemplo-01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iuricode/readme-template/HEAD/perfil/exemplo-01.md -------------------------------------------------------------------------------- /perfil/exemplo-02.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iuricode/readme-template/HEAD/perfil/exemplo-02.md -------------------------------------------------------------------------------- /perfil/exemplo-03.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iuricode/readme-template/HEAD/perfil/exemplo-03.md -------------------------------------------------------------------------------- /perfil/exemplo-04.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iuricode/readme-template/HEAD/perfil/exemplo-04.md -------------------------------------------------------------------------------- /perfil/exemplo-05.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iuricode/readme-template/HEAD/perfil/exemplo-05.md -------------------------------------------------------------------------------- /perfil/exemplo-06.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iuricode/readme-template/HEAD/perfil/exemplo-06.md -------------------------------------------------------------------------------- /perfil/exemplo-07.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iuricode/readme-template/HEAD/perfil/exemplo-07.md -------------------------------------------------------------------------------- /repositorio/exemplo-01.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iuricode/readme-template/HEAD/repositorio/exemplo-01.md -------------------------------------------------------------------------------- /repositorio/imagem.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/iuricode/readme-template/HEAD/repositorio/imagem.png --------------------------------------------------------------------------------