Our Work

Hardwood Flooring
Project Gallery

Browse 74 real hardwood flooring projects completed across Denver and the Front Range. Upload your own job photos to replace these placeholders anytime.

Project Gallery

Real hardwood flooring projects across Denver and the Front Range.

Ready for Your Own Project?

Free estimates across Denver and the Front Range. Call or request online.

Get a Free Estimate
<=768){e.preventDefault();a.parentElement.classList.toggle("open")}}); }); var filterBtns=document.querySelectorAll(".filter-btn"); var cards=document.querySelectorAll(".gallery-card"); var countEl=document.getElementById("galleryCount"); function updateCount(){var v=document.querySelectorAll(".gallery-card:not(.hidden)").length;if(countEl)countEl.textContent="Showing "+v+" projects";} filterBtns.forEach(function(btn){ btn.addEventListener("click",function(){ filterBtns.forEach(function(b){b.classList.remove("active")}); btn.classList.add("active"); var f=btn.getAttribute("data-filter"); cards.forEach(function(c){if(f==="all"||c.getAttribute("data-category")===f){c.classList.remove("hidden")}else{c.classList.add("hidden")}}); updateCount(); }); }); updateCount(); var lb=document.getElementById("lightbox"); var lbImg=document.getElementById("lbImg"); var lbService=document.getElementById("lbService"); var lbTitle=document.getElementById("lbTitle"); var lbLoc=document.getElementById("lbLoc"); cards.forEach(function(card){ card.addEventListener("click",function(){ var thumb=card.querySelector(".gallery-thumb"); lbImg.innerHTML=thumb?thumb.innerHTML:""; lbService.textContent=card.querySelector(".gallery-service").textContent; lbTitle.textContent=card.querySelector(".gallery-title").textContent; lbLoc.textContent=card.querySelector(".gallery-loc").textContent; lb.classList.add("open"); document.body.style.overflow="hidden"; }); }); document.getElementById("lbClose").addEventListener("click",function(){lb.classList.remove("open");document.body.style.overflow="";}); lb.addEventListener("click",funct