Currently managed by : Hannah Qi
Tech Stack:
- HTML (structure)
- CSS (styling)
- Bootstrap (prebuilt components)
- JavaScript (handles interactive elements)
Development tools:
- Git (version control)
Hosted with GitHub Pages
CULIONDANCE/
│
├── assets/ # Images, icons, and other media
├── css/ # CSS folder for styling components
├── js/ # JavaScript scripts to handle animations and interactive elements
├── scss/ # SCSS folder for preprocessing
├── _redirects # External links
├── index.html # Main HTML file
├── index2.html # Alternate HTML version
└── README.md # Documentation
(last updated June 2025)
- clone the repo
- open the index.html file in your browser to see local changes on refresh
- make a new branch
- work locally and test thoroughly for bugs
- submit a pull request
- wait for pr to be approved (or just merge it into main if you are working by yourself)
- Github Pages will rebuild/redeploy the website