A responsive event landing page for a Code in the Dark competition. The page presents the event identity, rounds, rules, schedule, prizes, and participation details in a neon competition-themed interface.
- responsive event layout;
- semantic navigation between event sections;
- animated and interactive UI details;
- no framework or build step;
- deployable as a static GitHub Pages site.
Open index.html directly, or start a local web server:
python -m http.server 8000Then open http://localhost:8000.
The hosted version is available at https://xxkotfejxx.github.io/CodeInTheDark/.
- HTML
- CSS
- vanilla JavaScript
MIT. See LICENSE.