Markup Review
Page is fairly well split up using section
, but each one contains an inner div
with a wrap class applied, that could likely have been applied directly to the section
. The section#copy
element could be moved up into the footer for better semantics.
There are two script
tags at the top that are using an unnecessary type declaration, but both scripts (an older version of jQuery and slimbox) are both generating 404s, which more than doubled page load time, as they blocked the rest of the elements on the page.
The page fully validates as HTML5, with the exception of a Histats script pasted into the end of the page.