A professional, responsive website for environmental cleaning services in UAE.
- 4 Complete Pages: Home, Services, Contact, About
- Responsive Design: Mobile-first approach with Tailwind CSS
- Interactive Components: Service explorer, contact forms, emergency contact system
- Advanced Animations: Using Anime.js, Typed.js, Matter.js, p5.js
- WhatsApp Integration: Floating chat button with click-to-chat
- Service Area Map: Interactive UAE coverage visualization
- Emergency Contact System: 24/7 contact with phone numbers
├── index.html # Landing page with hero section
├── services.html # Service listings with interactive explorer
├── contact.html # Contact forms and service area map
├── about.html # Company information and certifications
├── main.js # JavaScript functionality and animations
├── resources/ # Images and media files
│ ├── hero-cleaning.png # Hero section background image
│ ├── staff-manager.png # Team member photo
│ ├── staff-technician.png # Team member photo
│ └── staff-service.png # Team member photo
├── _redirects # Netlify redirects configuration
├── netlify.toml # Netlify deployment configuration
└── README.md # This file
- Emergency Jetting Unit - 24/7 emergency response
- Drain Unblocking & Cleaning - Professional drainage solutions
- Drain Line Jetting Services - High-pressure cleaning
- Liquid Waste Collection & Disposal - Environmental compliance
- Sump Pit / Lift Station Cleaning - Maintenance services
- Septic Tank Cleaning - Residential & commercial
- Sewage-Treatment Plant Cleaning - Industrial services
- Warehouse Floors Cleaning - Commercial maintenance
- Waste Water Removal - Emergency flood response
- Streets Cleaning Services - Municipal services
- Sewage Water Transport - Pumping tanker services
- Grease Traps Cleaning - Restaurant & commercial kitchen
- Primary Phone: +971 58 907 6688
- Secondary Phone: +971 58 265 8191
- Email: ecologicuae@gmail.com
- Service Areas: All UAE Emirates (Dubai, Abu Dhabi, Sharjah, Ajman, UAQ, RAK, Fujairah)
- Create Netlify Account: Go to netlify.com and sign up
- Upload Files:
- Drag and drop all files from this folder to Netlify
- Or connect to Git repository
- Deploy: Netlify will automatically deploy your site
- Custom Domain: Add your custom domain if needed
- Zip All Files: Create a ZIP archive containing all files and folders
- Upload to Netlify: Use Netlify's drag-and-drop interface
- Deploy: Site will be live instantly
- Initialize Git:
git init - Add Files:
git add . - Commit:
git commit -m "Initial commit" - Connect to Netlify: Link your Git repository
- Auto Deploy: Every push will auto-deploy
Handles client-side routing for SPA-like behavior:
/services→/services.html/contact→/contact.html/about→/about.html- All other routes →
/index.html
Advanced configuration including:
- Security headers (X-Frame-Options, XSS protection)
- Cache control for assets
- Build configuration
- Redirect rules
- Frontend: HTML5, CSS3, JavaScript (ES6+)
- CSS Framework: Tailwind CSS
- Animations: Anime.js, Typed.js, Matter.js, p5.js
- Charts: ECharts.js
- Icons: Font Awesome 6
- Fonts: Google Fonts (Playfair Display, Inter, Roboto Mono)
- Deployment: Netlify (static hosting)
- Chrome 80+
- Firefox 75+
- Safari 13+
- Edge 80+
- Mobile browsers (iOS Safari, Chrome Mobile)
- Optimized images (WebP/PNG)
- Lazy loading for images
- Minified CSS and JavaScript
- Efficient animations with hardware acceleration
- Responsive images with proper sizing
- Security headers configured
- No external dependencies on CDN (all bundled)
- XSS protection enabled
- Content type validation
- Semantic HTML structure
- Meta tags for description and keywords
- Open Graph tags for social sharing
- Structured data markup ready
- Clean URL structure
Edit the Tailwind config in each HTML file to change the color scheme:
colors: {
'eco-green': '#2E7D32',
'eco-green-light': '#4CAF50',
'eco-blue': '#1976D2',
'eco-blue-light': '#E3F2FD',
'eco-gray': '#F5F5F5'
}Update phone numbers and email in:
- All HTML files (header and footer)
- main.js (for WhatsApp integration)
- Contact page forms
All content is editable in the HTML files. Service descriptions, team information, and company details can be modified directly.
For technical support or customization requests:
- Email: ecologicuae@gmail.com
- Phone: +971 58 907 6688
Ready to deploy! 🚀
This website is production-ready and optimized for performance, security, and SEO. Simply upload to Netlify and your site will be live instantly.