├── README.md ├── index.html ├── script.js ├── style.css ├── style.css.map ├── style.scss └── translations ├── README.cn.md ├── README.en.md ├── README.es.md ├── README.fr.md ├── README.it.md └── README.jp.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bugelseif/projetos-iniciantes/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bugelseif/projetos-iniciantes/HEAD/index.html -------------------------------------------------------------------------------- /script.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bugelseif/projetos-iniciantes/HEAD/script.js -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bugelseif/projetos-iniciantes/HEAD/style.css -------------------------------------------------------------------------------- /style.css.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bugelseif/projetos-iniciantes/HEAD/style.css.map -------------------------------------------------------------------------------- /style.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bugelseif/projetos-iniciantes/HEAD/style.scss -------------------------------------------------------------------------------- /translations/README.cn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bugelseif/projetos-iniciantes/HEAD/translations/README.cn.md -------------------------------------------------------------------------------- /translations/README.en.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bugelseif/projetos-iniciantes/HEAD/translations/README.en.md -------------------------------------------------------------------------------- /translations/README.es.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bugelseif/projetos-iniciantes/HEAD/translations/README.es.md -------------------------------------------------------------------------------- /translations/README.fr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bugelseif/projetos-iniciantes/HEAD/translations/README.fr.md -------------------------------------------------------------------------------- /translations/README.it.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bugelseif/projetos-iniciantes/HEAD/translations/README.it.md -------------------------------------------------------------------------------- /translations/README.jp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bugelseif/projetos-iniciantes/HEAD/translations/README.jp.md --------------------------------------------------------------------------------