Modern static website for Re-Scan monitoring solutions, built with HTML, CSS, and JavaScript for GitHub Pages deployment.
- Responsive Design: Optimized for all devices (mobile, tablet, desktop)
- Modern UI: Clean, professional design with smooth animations
- Fast Loading: Optimized static files with efficient CSS and JavaScript
- SEO Friendly: Semantic HTML structure and meta tags
- Contact Form: Functional contact form with validation
- FAQ Section: Interactive accordion-style FAQ
- Pricing Cards: Clear pricing presentation
- Smooth Scrolling: Enhanced navigation experience
├── index.html # Main webpage
├── css/
│ └── style.css # Stylesheet with modern design
├── js/
│ └── script.js # Interactive functionality
├── images/ # Image assets directory
│ └── .gitkeep # Images placeholder
└── README.md # This file
- Push this repository to GitHub
- Go to repository Settings → Pages
- Select "Deploy from a branch"
- Choose "main" branch and "/ (root)" folder
- Save and wait for deployment
- Add your logo as
images/logo.png
(recommended: 200x80px) - Add favicon as
images/favicon.ico
(16x16px) - Replace image paths in HTML as needed
- Edit
index.html
to modify text content - Update contact information in the contact section
- Modify pricing plans and features as needed
- Primary color:
#54B435
(green) - Secondary color:
#379237
(dark green) - Navy:
#0F172A
- All colors can be modified in CSS custom properties (
:root
section)
The contact form includes client-side validation. For production use, you'll need to:
- Set up a backend service to handle form submissions
- Update the form action attribute
- Or integrate with services like Formspree, Netlify Forms, etc.
- Modern browsers (Chrome, Firefox, Safari, Edge)
- Mobile browsers (iOS Safari, Chrome Mobile)
- Progressive enhancement for older browsers
- Optimized CSS with modern techniques
- Efficient JavaScript with event delegation
- Lazy loading for images
- Smooth animations with GPU acceleration
- Minimal external dependencies (only Google Fonts)
© 2024 Re-Scan Monitor Solutions. All rights reserved.