A simple HTML demonstration project created for learning DevOps concepts at IET (Institute of Engineering and Technology). This project showcases basic HTML structure and serves as a starting point for exploring DevOps practices.
Live Demo: https://krrish41.github.io/DevOps-Dojo/
DevOps Dojo is a minimal web project built with plain HTML. It demonstrates basic web development concepts and serves as a practice ground for learning DevOps workflows including version control, CI/CD, and deployment.
DevOps-Dojo/
├── index.html # Main landing page
├── index2.html # Secondary page (Welcome)
└── README.md # This file
- index.html — Landing page with links to the welcome page
- index2.html — Welcome page with a greeting message
-
Clone the repository:
git clone https://github.com/Krrish41/DevOps-Dojo.git cd DevOps-Dojo -
Open
index.htmlin any web browser to view the project.
This project is designed to practice:
- Version Control: Git workflows, branching, merging
- CI/CD: GitHub Actions for automated testing and deployment
- Containerization: Docker basics (optional extension)
- Deployment: GitHub Pages static site hosting
- Monitoring: Basic uptime checks
This project is open source and available under the MIT License.