WEB DESIGN PROJECT

Jonathan Eppers Design

We created a website for Jonathan, an interior and exterior designer who curates unique Airbnb experiences nationwide. The objective was to develop a portfolio that highlights Jonathan's exquisite designs, showcasing his talent in creating memorable spaces.

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