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;
}
Transition
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
Designed a label for my wife’s cousin’s home brew. (The colors come from University of Illinois.)