HTMLify
services.html
Views: 22 | Author: karbonsites
1 2 3 4 5 6 | <!DOCTYPE html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Services | Apex Drywall</title><link rel="stylesheet" href="style.css"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"><script src="script.js" defer></script></head><body><header class="header"><div class="container nav-container"><a href="index.html" class="logo">APEX <span>DRYWALL</span></a><nav class="nav-menu"><a href="index.html">Home</a><a href="services.html" class="active">Services</a><a href="gallery.html">Gallery</a><a href="contact.html">Contact & Quote</a></nav><a href="booking.html" class="btn btn-primary nav-cta">Book a Session</a><div class="hamburger"><i class="fa-solid fa-bars"></i></div></div></header><main><section class="page-header container animate-fade-in"><h1>Our Professional Services</h1><p>Comprehensive drywall solutions tailored to your architecture and design needs.</p></section><section class="services-list container"><div class="service-item animate-on-scroll"><div class="service-icon"><i class="fa-solid fa-house"></i></div><div class="service-text"><h2>Residential Installation</h2><p>New construction or room additions. We hang, tape, and finish with laser-straight corners and perfectly smooth planes ready for any paint or wallpaper.</p></div></div><div class="service-item animate-on-scroll"><div class="service-icon"><i class="fa-solid fa-building"></i></div><div class="service-text"><h2>Commercial Framing & Drywall</h2><p>Metal stud framing, insulation, acoustic ceilings, and high-volume drywall hanging for retail spaces, offices, and multi-family developments.</p></div></div><div class="service-item animate-on-scroll"><div class="service-icon"><i class="fa-solid fa-wand-magic-sparkles"></i></div><div class="service-text"><h2>Custom Texturing & Skim Coating</h2><p>Level 5 finish smoothing, knockdown, orange peel, popcorn ceiling removal, and custom architectural wall textures to match your distinct aesthetic.</p></div></div><div class="service-item animate-on-scroll"><div class="service-icon"><i class="fa-solid fa-hammer"></i></div><div class="service-text"><h2>Patch & Repair Specialists</h2><p>Holes, water damage, stress cracks, and dents disappear completely. We blend new materials seamlessly into existing textures and paint.</p></div></div></section><section class="cta-banner"><div class="container banner-content animate-on-scroll"><h2>Need a Custom Solution?</h2><p>Speak directly with our lead estimator to discuss your project requirements.</p><a href="booking.html" class="btn btn-primary">Book Consultation</a></div></section></main><footer><div class="container footer-content"><div class="footer-col"><h3>APEX DRYWALL</h3><p>Elevating interiors through expert drywall installation, repair, and finishing.</p></div><div class="footer-col"><h4>Quick Links</h4><a href="index.html">Home</a><a href="services.html">Services</a><a href="gallery.html">Gallery</a><a href="booking.html">Book Session</a></div><div class="footer-col"><h4>Contact Us</h4><p><i class="fa-solid fa-phone"></i> (555) 839-2925</p><p><i class="fa-solid fa-envelope"></i> info@apexdrywall.com</p><p><i class="fa-solid fa-location-dot"></i> 450 Builder Ave, Suite B</p></div></div><div class="footer-bottom"><p>© 2026 Apex Drywall & Interiors. All rights reserved.</p></div></footer> <a href="https://karbonsites.space/home" target="_blank" id="karbon-promo-banner"> <span>✨</span> <div>Built with <b>Karbon Sites</b></div> </a> </body></html> |