Peter Bacon Darwin a39f7d63bb docs(aio): use h1 rather than divs and hide heading anchors
In the marketing pages we do not want to show heading anchors on hover.
Previously, this was achieved by using div rather than heading elements.
Now we can use semantically accurate headings while hiding the anchor.

Closes #17244
Closes #17264
2017-06-07 11:26:27 -07:00

8 lines
186 B
HTML

<header class="marketing-banner">
<h1 class="banner-headline no-toc no-anchor">Explore Angular Resources</h1>
</header>
<article>
<aio-resource-list></aio-resource-list>
</article>