From ed1aab181fc785b84783b48684b207cf8bf1beec Mon Sep 17 00:00:00 2001 From: becarta Date: Fri, 9 May 2025 18:21:26 +0200 Subject: [PATCH] Updated ReadMe.MD to show clear description of site --- README.md | 47 +++++++++++++++++++++++++++++++++++++++++++++-- style4.css | 2 +- 2 files changed, 46 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 14e8fcc..e66b52b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,46 @@ -# Nicole +# JPM Security & Services -Demo sites for Nicole \ No newline at end of file +This repository contains multiple versions of the JPM Security & Services website, showcasing different design iterations and layouts. The site serves as a professional platform for JPM Security & Services, a security and services company. + +## Overview + +The website features multiple design versions (index.html through index6.html), each with its own unique styling and layout approach. The site is built using modern web technologies and follows responsive design principles. + +## Features + +- Multiple design iterations for comparison and selection +- Responsive design that works across all devices +- Modern UI with gradient effects and smooth animations +- Bootstrap 5 integration for robust layout and components +- Font Awesome icons for enhanced visual elements +- Custom CSS styling with modern design principles + +## Technical Stack + +- HTML5 +- CSS3 (with custom styling) +- JavaScript +- Bootstrap 5 +- Font Awesome 6.0.0 + +## File Structure + +- `index.html` - Main landing page with version selection +- `index2.html` through `index6.html` - Alternative design versions +- `style.css` through `style6.css` - Corresponding stylesheets for each version +- `script.js` - JavaScript functionality +- Various image assets for visual content + +## Getting Started + +1. Clone the repository +2. Open `index.html` in your web browser to view the main landing page +3. Navigate through different versions using the provided links + +## Design Versions + +Each version (1-6) offers a unique take on the website's design, allowing for easy comparison and selection of the preferred layout and style. + +## License + +This project is licensed under the terms included in the LICENSE file. \ No newline at end of file diff --git a/style4.css b/style4.css index 93680ff..4720dc1 100644 --- a/style4.css +++ b/style4.css @@ -20,7 +20,7 @@ /* General Styles */ * { margin: 0; - padding: 0; + padding: 0; box-sizing: border-box; }