├── .whitesource ├── Awesome-Learning Plan.md ├── Listado Guilds.md ├── README.md ├── SUMMARY.md ├── guilds └── templates │ ├── Educacionparatodos.json │ ├── FormulaUC3M.json │ ├── Open-Hardware-Guild.json │ ├── Peludos_Guild │ ├── WildSouth_guild.json │ ├── culture_guild.json │ ├── design.json │ ├── kienba_guild.json │ ├── legal-tech-guild │ ├── nombre_guild.json │ ├── recursos_guild.json │ └── rolgame_guild.json ├── listado-mentores.md └── unete.md /.whitesource: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSWeekends/Guilds/HEAD/.whitesource -------------------------------------------------------------------------------- /Awesome-Learning Plan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSWeekends/Guilds/HEAD/Awesome-Learning Plan.md -------------------------------------------------------------------------------- /Listado Guilds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSWeekends/Guilds/HEAD/Listado Guilds.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSWeekends/Guilds/HEAD/README.md -------------------------------------------------------------------------------- /SUMMARY.md: -------------------------------------------------------------------------------- 1 | # Table of contents 2 | 3 | * [Initial page](README.md) 4 | 5 | -------------------------------------------------------------------------------- /guilds/templates/Educacionparatodos.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSWeekends/Guilds/HEAD/guilds/templates/Educacionparatodos.json -------------------------------------------------------------------------------- /guilds/templates/FormulaUC3M.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSWeekends/Guilds/HEAD/guilds/templates/FormulaUC3M.json -------------------------------------------------------------------------------- /guilds/templates/Open-Hardware-Guild.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSWeekends/Guilds/HEAD/guilds/templates/Open-Hardware-Guild.json -------------------------------------------------------------------------------- /guilds/templates/Peludos_Guild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSWeekends/Guilds/HEAD/guilds/templates/Peludos_Guild -------------------------------------------------------------------------------- /guilds/templates/WildSouth_guild.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSWeekends/Guilds/HEAD/guilds/templates/WildSouth_guild.json -------------------------------------------------------------------------------- /guilds/templates/culture_guild.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSWeekends/Guilds/HEAD/guilds/templates/culture_guild.json -------------------------------------------------------------------------------- /guilds/templates/design.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSWeekends/Guilds/HEAD/guilds/templates/design.json -------------------------------------------------------------------------------- /guilds/templates/kienba_guild.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSWeekends/Guilds/HEAD/guilds/templates/kienba_guild.json -------------------------------------------------------------------------------- /guilds/templates/legal-tech-guild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSWeekends/Guilds/HEAD/guilds/templates/legal-tech-guild -------------------------------------------------------------------------------- /guilds/templates/nombre_guild.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSWeekends/Guilds/HEAD/guilds/templates/nombre_guild.json -------------------------------------------------------------------------------- /guilds/templates/recursos_guild.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSWeekends/Guilds/HEAD/guilds/templates/recursos_guild.json -------------------------------------------------------------------------------- /guilds/templates/rolgame_guild.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSWeekends/Guilds/HEAD/guilds/templates/rolgame_guild.json -------------------------------------------------------------------------------- /listado-mentores.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSWeekends/Guilds/HEAD/listado-mentores.md -------------------------------------------------------------------------------- /unete.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSWeekends/Guilds/HEAD/unete.md --------------------------------------------------------------------------------