File 1: style.css Remember to save this one as style.css (and select "All Files" if you are on Windows). CSS /* CSS Resets and Variables */ :root { --primary-color: #0c4a6e; --secondary-color: #f8fafc; --accent-color: #0284c7; --text-color: #334155; } * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; color: var(--text-color); line-height: 1.6; } header { background-color: #ffffff; box-shadow: 0 2px 10px rgba(0,0,0,0.05); position: sticky; top: 0; z-index: 1000; } .nav-container { display: flex; justify-content: space-between; align-items: center; padding: 1.2rem 5%; max-width: 1200px; margin: auto; } .logo { font-size: 1.5rem; font-weight: 800; color: var(--primary-color); text-decoration: none; letter-spacing: -0.5px; } .nav-links a { margin-left: 30px; text-decoration: none; color: var(--text-color); font-weight: 600; transition: color 0.3s; } .nav-links a:hover { color: var(--accent-color); } .btn { background-color: var(--accent-color); color: #ffffff; padding: 12px 24px; border-radius: 6px; text-decoration: none; font-weight: bold; transition: background-color 0.3s; border: none; cursor: pointer; } .btn:hover { background-color: var(--primary-color); color: #ffffff; } .hero { background: linear-gradient(rgba(12, 74, 110, 0.85), rgba(12, 74, 110, 0.85)), url('https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1920&q=80') center/cover; color: #ffffff; text-align: center; padding: 120px 20px; } .hero h1 { font-size: 3.5rem; margin-bottom: 20px; line-height: 1.2; } .hero p { font-size: 1.25rem; margin-bottom: 40px; max-width: 700px; margin-left: auto; margin-right: auto; opacity: 0.9; } .services { padding: 80px 5%; background-color: var(--secondary-color); text-align: center; } .section-title { font-size: 2.5rem; color: var(--primary-color); margin-bottom: 15px; } .services-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; margin-top: 50px; max-width: 1200px; margin-left: auto; margin-right: auto; } .service-card { background: #ffffff; padding: 40px 30px; border-radius: 12px; box-shadow: 0 4px 20px rgba(0,0,0,0.03); flex: 1; min-width: 320px; border-top: 4px solid var(--accent-color); transition: transform 0.3s; } .service-card:hover { transform: translateY(-5px); } .service-card h3 { font-size: 1.5rem; color: var(--primary-color); margin-bottom: 15px; } .trusted-by { padding: 80px 5%; text-align: center; max-width: 1200px; margin: auto; } .client-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 40px; } .client-tag { background: var(--secondary-color); padding: 12px 25px; border-radius: 50px; font-weight: 600; color: #475569; border: 1px solid #e2e8f0; } .gallery { padding: 80px 5%; background-color: var(--secondary-color); text-align: center; } .gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 20px; max-width: 1200px; margin: 40px auto 0; } .gallery-item { border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0,0,0,0.1); transition: transform 0.3s ease; height: 300px; } .gallery-item:hover { transform: scale(1.03); } .gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; } .gallery-caption { background-color: var(--primary-color); color: white; padding: 10px; font-weight: 600; font-size: 0.9rem; } footer { background-color: var(--primary-color); color: #ffffff; text-align: center; padding: 60px 20px; } footer h2 { font-size: 2rem; margin-bottom: 20px; } footer p { margin-bottom: 30px; opacity: 0.9; } .copyright { margin-top: 50px; font-size: 0.9rem; opacity: 0.6; border-top: 1px solid rgba(255,255,255,0.1); padding-top: 20px; } @media (max-width: 768px) { .nav-links { display: none; } .hero h1 { font-size: 2.5rem; } .nav-container { justify-content: center; } } File 2: index.html HTML Top Notch Window Cleaning & Pressure Washing | Pflugerville, TX

Crystal Clear Views & Pristine Exteriors

Specialized commercial window washing and high-performance pressure washing services tailored to your property's exact specifications.

Schedule Service

Proudly Serving Central Texas

Pflugerville | Round Rock | Georgetown | Austin | Lakeway

File 3: services.html Save this exactly as services.html. HTML Our Services | Top Notch Window Cleaning

Our Core Services

Commercial Window Washing

From retail storefronts to multi-story commercial facilities, we ensure your glass is spotless and streak-free. We remove hard water stains, dirt, and build-up to keep your business looking its best.

Professional Pressure Washing

Instantly boost your property's curb appeal. We provide aggressive yet safe cleaning for building exteriors, concrete walkways, driveways, parking lots, and dumpster pads to cut through heavy grease and environmental grime.

Trusted By Local Businesses

Longhorn Village Twin Liquors Chuy's Darden Restaurants Triple S Fuels Texas Roadhouse
File 4: window-cleaning.html Save this exactly as window-cleaning.html. HTML Commercial Window Cleaning | Top Notch Window Cleaning

Professional Window Cleaning Services

Spotless, streak-free glass for commercial facilities, retail storefronts, and restaurants across Central Texas.

Get a Free Estimate

Clear Views for Your Business

Clean windows are essential for making a great first impression. We use professional-grade squeegees, purified water systems, and eco-friendly solutions to remove hard water stains, dirt, and environmental build-up.

Retail Storefronts

Keep your displays clearly visible and invite customers in with pristine, smudge-free entrance glass and display windows.

Restaurants & Dining

We remove greasy fingerprints and smudges so your patrons can enjoy the view. We offer recurring schedules tailored to the high-traffic needs of food service locations.

Commercial Facilities

From offices to multi-level commercial properties, we have the equipment and expertise to handle large-scale glass cleaning safely and efficiently.

Window Cleaning Service Areas

We are proud to provide reliable, recurring window washing services to local businesses throughout the greater Austin area. Whether you need a one-time deep clean or weekly maintenance, we cover your location:

📍 Pflugerville, TX 📍 Round Rock, TX 📍 Georgetown, TX 📍 Austin, TX 📍 Lakeway, TX
File 5: gallery.html Save this exactly as gallery.html. HTML Our Work | Top Notch Window Cleaning
File 6: contact.html Save this exactly as contact.html. HTML Contact Us | Top Notch Window Cleaning