WEB DESIGN PROJECT

Ancor

We partnered with our good friends at Copurpose to develop a robust website for a reputable commercial construction developer. The project's goal was to further solidify the firm's reputation by highlighting its comprehensive portfolio of projects and informing users about the company's services and expertise.

$('.hero-card' '.small').click(function(e) { e.preventDefault(); var linkUrl = $(this).attr('href'); setTimeout(function(url) { window.location = url; }, 3000, linkUrl); });