G & U All Services
G & U All Services Solutions is a South Florida company specializing in security camera installation, Wi-Fi networks, structured cabling, and tech infrastructure for residential and commercial clients.
The original site was built on WordPress/Elementor with a generic template and broken images. I redesigned it from scratch as a custom HTML/CSS/JS site with a professional dark aesthetic tailored to the security/tech industry.
๐งฉ What I Did
- Full redesign โ replaced WordPress with a lightweight custom HTML/CSS/JS site
- 5 sections โ Hero, Services, Why Us, Testimonials, and Contact
- Scroll animations โ reveal effects on all sections using Intersection Observer API
- Counter animations โ animated numbers (500+ clients, 8+ years) on scroll
- Custom dropdown โ replaced native select with a fully styled custom component
- Contact form โ integrated with Formspree for real email delivery
- Responsive design โ mobile-first layout with hamburger menu
- Performance โ no frameworks, no WordPress overhead, loads instantly
๐ก Technologies Used
- HTML5
- CSS3 (CSS Variables, Grid, Flexbox)
- JavaScript (ES6+)
- Formspree (form handling)
๐ง What I Learned
This project taught me how to replace a heavy CMS with clean static HTML without losing functionality. I also learned to build custom UI components like the dropdown from scratch, and how to use the Intersection Observer API for performant scroll animations without libraries.