A sample website about Chess, created for CS50 Harvard University coursework.
This is a static website showcasing the game of Chess, including rules, rankings, and tournament stages.
- index.html — Homepage with introduction to Chess
- rules.html — Chess rules and gameplay
- rankings.html — Player rankings
- stages.html — Tournament stages and formats
- HTML5
- CSS3
- JavaScript
cs50_sample_site/
├── index.html # Main landing page
├── rules.html # Chess rules
├── rankings.html # Player rankings
├── stages.html # Tournament info
├── styles.css # Styling
└── scripts.js # Interactive elements
Content and images sourced from Wikipedia.
Educational project for CS50.
All PRs are checked for:
- ✅ Syntax (Python, JS, TS, YAML, JSON, Dockerfile, Shell)
- ✅ Secrets (No hardcoded credentials)
- ✅ Security (High-severity vulnerabilities)