General Assembly (a campus for technology, design, and entrepreneurship) in New York is offering a certification course for front-end development. Their page promoting the certification program has an incredibly basic front-end development error.
Atop their page they have a link to the Schedule. The link is broken. It’s a target:
<a href="#SCHEDULE">SCHEDULE</a>
Later in the page we see:
<a id="Schedule and Application"></a>
Clearly that should be:
<a id="SCHEDULE"></a>