Travel
function toggleCommentArea(el, selector) {
const wrapper = document.getElementById(selector);
const buttonText = wrapper.classList.contains('nv-comments-hidden') ?
"Hide comments" :
"Show comments";
wrapper.classList.toggle('nv-comments-hidden');
el.textContent = buttonText;
}
Brosquatch 1.0
July 12-16, 2023 Growing up I never had long-term friends due to moving around a lot. From many places around Ohio to Arizona and California… Read itBrosquatch 1.0
Spring Break 2023
Going back to 2019 when I entertained the idea of visiting friends that live in Oregon, my oldest child had expressed many times that she… Read itSpring Break 2023
We ♥️ Washington
Last year, just before kids started school, our summer family trip took us to Maine for Acadia National Park. We had stops in Boston and… Read itWe ♥️ Washington
The Oregon Trail
A long journey that finally paid off and it didn’t involve getting dysentery… Just about three years ago I was working with a couple of… Read itThe Oregon Trail