The new design focuses on the Vizio page, but includes a new theme for
the rest of the site as well. All of these changes were both designed
and implemented by Meredith Thompson <merethom@pm.me>.
This avoids every page on the site parsing 250KB of JavaScript.
supporter-page.js isn't the most elegant code, but at least it's a little more
modular now and no longer user jQuery.
Issue was that the jQuery is using .children() to add the event handlers but due
to some changes to the HTML, the second link is no longer a direct child. I've
switched this to .find() instead.