Footer
<vox-footer> holds columns of links (<vox-footer-column>) and a bottom legal line.
html
<vox-footer>
<vox-footer-column heading="Project">
<a href="/modules">Modules</a>
<a href="/docs">Documentation</a>
</vox-footer-column>
<span slot="bottom">© Vox Pupuli. Apache-2.0 licensed.</span>
</vox-footer>