├── README.md ├── assets ├── nbc.png └── os_nai.png ├── first_timers └── README.md ├── introduction └── README.md ├── monthly-webinars └── README.md ├── resources └── Resources.md └── submit_project └── SUBMIT_PROJECT.md /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSCA-Nairobi/OpenSourceResources/HEAD/README.md -------------------------------------------------------------------------------- /assets/nbc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSCA-Nairobi/OpenSourceResources/HEAD/assets/nbc.png -------------------------------------------------------------------------------- /assets/os_nai.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSCA-Nairobi/OpenSourceResources/HEAD/assets/os_nai.png -------------------------------------------------------------------------------- /first_timers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSCA-Nairobi/OpenSourceResources/HEAD/first_timers/README.md -------------------------------------------------------------------------------- /introduction/README.md: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /monthly-webinars/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSCA-Nairobi/OpenSourceResources/HEAD/monthly-webinars/README.md -------------------------------------------------------------------------------- /resources/Resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSCA-Nairobi/OpenSourceResources/HEAD/resources/Resources.md -------------------------------------------------------------------------------- /submit_project/SUBMIT_PROJECT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/OSCA-Nairobi/OpenSourceResources/HEAD/submit_project/SUBMIT_PROJECT.md --------------------------------------------------------------------------------