This is the source code for the website for section A of Core 2 Interaction.
To make changes to this website...
- Fork the repositry.
- Go to your forked repository (
yourusername/ci22) andgit cloneit to your local machine. - Make changes to the code base (such as editing
content/people/index.md) and adding images. git add .to stage your changes. thengit commit -m "Your message".git pushand then create a pull request into this repository.