Professional static website for the DemonDie organization.
Designed with Google Stitch, Connected by hands, Styled with TailwindCss.
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
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:
# Clone the repo
git clone https://github.com/Demon-Die/Website.git
cd Website
# No build step – open locally
open index.html # macOS
# or serve with any static server
npx -y serve . # quick local dev serverThe site relies on the Tailwind CDN, so no npm install is required.
- Open
index.htmlin a browser. - The navigation links (
Home,Projects,Contributors,Community,About) scroll smoothly to their sections. - Click the “Join the contributors” card to open the GitHub organization members page.
We welcome contributions! To get started:
- Fork the repository.
- Create a feature branch (
git checkout -b feat/awesome‑feature). - Make your changes – keep the existing design language consistent.
- Open a Pull Request describing the improvement.
Please follow the existing code style (Tailwind utility classes, BEM‑like naming, and the custom color palette defined in the <script id="tailwind-config">).
Distributed under the MIT License. See the LICENSE file for details.
- Website: https://derrondie.org (placeholder)
- GitHub Org: https://github.com/Demon-Die
- Discord: https://discord.gg/4waT35Hxs
Join us, build together, and make open‑source learning fun!