A minimalist website displaying famous space exploration quotes over rotating Hubble Space Telescope imagery.
Live site: https://spacequotes.org
- Random space exploration quotes from astronauts and scientists
- Hubble telescope backgrounds that rotate every 24 hours
- Countdown timer showing time until next image
- High-tech, glassmorphic design
Single-page static site using vanilla HTML, CSS, and JavaScript. No build step required.
- Backgrounds sourced from Wikimedia Commons (public domain NASA imagery)
- Uses localStorage to persist image rotation schedule
- Hosted on GitHub Pages
Open index.html in a browser, or run a local server:
python3 -m http.server 8000MIT