WEB DESIGN PROJECT

Crux Consulting

We developed a website for an engineering firm specializing in consulting and performance-based design solutions. The project's objective was to clearly articulate the company’s mission, value proposition, and the markets it serves.

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