Professional static website for the DemonDie organization.
Community-driven learning roadmaps for students and aspiring developers.
Demon Tech Roadmap is an open-source platform designed to help learners navigate technology careers through structured, beginner-friendly roadmaps, curated resources, and practical project recommendations.
- Repository: github.com/Demon-Die/DemonTechRoadmap
- Website: demon-tech-roadmap.vercel.app
index.htmlcontains the page structure and links.style.csscontains the responsive visual design.assets/demondie-hero.pngis the generated hero image used on the homepage.
This repository is a static website, so there is no Node install or build step required.
- Start a local web server from the repository root:
python3 -m http.server 8000- Open
http://localhost:8000in your browser to preview the site locally. If port8000is already in use, pass a different port number to the command and open the matching localhost URL.