/ci22

Core Interaction, Spring 2022

Primary LanguageHTML

Core 2 Interaction, Section A

This is the source code for the website for section A of Core 2 Interaction.

To make changes to this website...

  1. Fork the repositry.
  2. Go to your forked repository (yourusername/ci22) and git clone it to your local machine.
  3. Make changes to the code base (such as editing content/people/index.md) and adding images.
  4. git add . to stage your changes. then git commit -m "Your message".
  5. git push and then create a pull request into this repository.