Tech Resources is a project that was completed as a part of Women in Gender studies project.
The website is deployed here on GitHub pages.
- Fork the repo
- Create a branch for the feature:
git checkout -b new-feature-name
- Commit:
git commit -am 'Add a cool thing'
- Push to the branch:
git push origin new-feature-name
- Submit a pull request
This project is licensed under the MIT License - see the LICENSE file for details