Skip to content

Design

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; }

Leave a Reply

Your email address will not be published. Required fields are marked *

Transition

  • Life

Even though I live and breathe design and interactive development in my day job at night my personal design has taken a back seat. I’m… Read itTransition

Beer label

  • Art, Life

Designed a label for my wife’s cousin’s home brew. (The colors come from University of Illinois.)