This is the repository for the De Anza Human Computer Interaction Club website, used for sharing club updates, showcasing projects, and providing information about HCI at De Anza College. It is built with basic HTML, CSS, and JavaScript, powered by a static site generator Jekyll, and hosted on GitHub Pages. This repository is open source under the MIT License.
The website uses a Node.js script to optimize images for web use. Place original images in the images/originals/ directory, and the script will generate optimized WebP versions in images/optimized/. For detailed documentation, see image-optimization/README.md.
This repository is built on top of koichincom/my-website under the MIT License.