diff --git a/README.md b/README.md index 64b0e40..e1ecffe 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,12 @@ -# Sample Web Page +# DevSecOps-Lab + +Sample Application for Learning DevSecOps + +## Sample Web Page A simple, responsive web application built with HTML, CSS, and JavaScript. -## Features +### Features - Responsive design for all devices - Modern UI with gradient backgrounds @@ -10,7 +14,7 @@ A simple, responsive web application built with HTML, CSS, and JavaScript. - Contact form functionality - Service cards showcase -## Project Structure +### Project Structure ``` . @@ -20,20 +24,20 @@ A simple, responsive web application built with HTML, CSS, and JavaScript. └── README.md # This file ``` -## Quick Start +### Quick Start 1. Open `index.html` in your browser 2. Navigate through sections using the navigation menu 3. Click "Get Started" button to see the CTA functionality 4. Fill in the contact form to test form submission -## Browser Support +### Browser Support - Chrome (latest) - Firefox (latest) - Safari (latest) - Edge (latest) -## License +### License MIT License - Feel free to use this project as a starting point for your own web applications.