shaafeadawood/university-cs-dept-devops-pipeline — reverse-engineered prompt
Reverse engineered prompt
Build me a polished static website for a university Computer Science department. I want it to feel like a real department portal, with a responsive home page plus separate pages for courses, faculty, admissions, and contact. Keep the design clean and consistent across all pages, with shared styling and a university look and feel.
Please set it up so it can be served as a simple static site, but also runs in a Docker container with Nginx. I also want a basic DevOps flow so changes can go through development, QA, and production, with GitHub Actions handling CI and CD and deployments going to Render for each environment. The environments should stay clearly separated and easy to track.
Make sure it is easy to run locally either with a simple static server or with Docker. If anything is unclear, look up the current docs for GitHub Actions, Docker, Nginx, and Render and wire it up in a way that feels production ready for a small university department site.
Want more depth? Deep Reverse