Trek Adventures
TREK ADVENTURES OREGON
Wherever the pavement ends

A nationwide community of overlanders sharing trails, rig builds, and backcountry routes. Born in the Pacific Northwest. Built for wherever dirt roads lead.

Start Exploring click anywhere to enter
44.0521° N, 123.0868° W
Pacific Northwest, USA
@trekadventuresoregon
Instagram
\n\n\n"; function enterSite(e) { if (e) e.preventDefault(); var intro = document.getElementById('intro'); intro.classList.add('exiting'); document.body.style.overflow = ''; setTimeout(function() { window.location.href = '/community'; }, 600); } document.getElementById('enterBtn').addEventListener('click', enterSite); document.getElementById('intro').addEventListener('click', function(e) { if (e.target.id !== 'enterBtn') enterSite(e); }); document.addEventListener('keydown', function(e) { if (e.key === 'Enter' || e.key === ' ') enterSite(e); });