├── CONTRIBUTING.md ├── .all-contributorsrc └── README.md /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | # Guía de colaboración 2 | 3 | Vía [pull request](https://help.github.com/en/articles/creating-a-pull-request). 4 | -------------------------------------------------------------------------------- /.all-contributorsrc: -------------------------------------------------------------------------------- 1 | { 2 | "files": [ 3 | "README.md" 4 | ], 5 | "imageSize": 100, 6 | "commit": false, 7 | "contributors": [ 8 | { 9 | "login": "aartiles", 10 | "name": "Alfredo Artiles", 11 | "avatar_url": "https://avatars3.githubusercontent.com/u/92608?v=4", 12 | "profile": "http://www.audiense.com", 13 | "contributions": [ 14 | "doc" 15 | ] 16 | }, 17 | { 18 | "login": "rachelcarmena", 19 | "name": "Rachel M. Carmena", 20 | "avatar_url": "https://avatars0.githubusercontent.com/u/22792183?v=4", 21 | "profile": "https://rachelcarmena.github.io", 22 | "contributions": [ 23 | "doc" 24 | ] 25 | } 26 | ], 27 | "contributorsPerLine": 7, 28 | "projectName": "cordoba", 29 | "projectOwner": "comunidad-tecnologica", 30 | "repoType": "github", 31 | "repoHost": "https://github.com" 32 | } 33 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Córdoba 2 | 3 | [](#contributors) 4 | 5 | [](CONTRIBUTING.md) 6 | 7 | ## Eventos locales 8 | 9 | * [Agenda del Parque Científico Tecnológico de Córdoba Rabanales 21](https://www.facebook.com/rabanales21/events/) 10 | 11 | ## Eventos anuales 12 | 13 | Lista de eventos que se celebran todos los años en Córdoba y de los que puedes ir preparándote para participar como ponente: 14 | 15 | * [SamorejoTech](https://salmorejotech.com/) 16 | * [DevFest Córdoba](https://www.meetup.com/es-ES/GDGCordoba/events/253251932/) 17 | 18 | ## Comunidades 19 | 20 | * [BetaBeers](https://betabeers.com/community/betabeers-cordoba-17/) 21 | * [Hacking](https://www.meetup.com/es-ES/Hacking-Cordoba/) 22 | * [GDG](https://www.meetup.com/es-ES/GDGCordoba/) 23 | * [PHP](https://www.eventbrite.es/o/php-cordoba-espana-17955274227) 24 | * [Django Girls](https://www.facebook.com/DjangoGirlsODB/) 25 | * [Python](https://www.meetup.com/es-ES/Meetup-de-Python-en-Cordoba/) 26 | * [Aula Software Libre](https://www.uco.es/aulasoftwarelibre/) 27 | * [Geo Inquietos](https://wiki.osgeo.org/wiki/Category:Geoinquietos_C%C3%B3rdoba?fbclid=IwAR1InbGcR8cUJFguc9oTFUyyJMac3Iu4UAsv37M1k8dRv18txeeNc0LgmVw) 28 | 29 | ## Grupos 30 | * [Geeks Cordoba](https://www.facebook.com/groups/geekscordoba) 31 | * [Cordoba Digital Gigs & Jobs](https://www.facebook.com/groups/cordobaDigitalJobs/) 32 | 33 | 34 | ## Contributors 35 | 36 | Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): 37 | 38 | 39 | 40 |
Alfredo Artiles 📖 |
43 | Rachel M. Carmena 📖 |
44 |