Repository for the coderswhoteach.com website. Coders Who Teach is a community for sharing experience and best practice in teaching programming outside of the school classroom; whether at volunteer meetups, bootcamps or coding courses.
This site was built very quickly in HTML and CSS, with a line of JS for the mobile menu. If we need something fancier later down the line, we'll build it then. It is hosted on GitHub pages, so the master branch of this repository is the production source code.
You can follow these steps to fork the repository, make a change and make a pull request:
- Click 'fork' at the top of this repository
- Clone down your fork using
git clone https://github.com/YOUR-USERNAME/coderswhoteach.github.io.git - Create a new branch with the name of the meetup you're adding
- Make your change (if editing the resources list, the list is in resources.html and ordered alphabetically)
- Push your new branch and changes up to your fork of the repository
- Go to your branch in your repository on GitHub, and click the green 'New pull request' button on the left (making sure the base fork is set to coderswhoteach/coderswhoteach.github.io)