ports.cgi: enable new responsive design
Implement and enable new design for ports.cgi, based on c9c518d9db
Also, move the submit button next to the input field and the select boxes
a row below. Looks better for some mobile devices (e.g. Android) which
cannot detect a submit by the enter key.
Reviewed by: ziaee
Website: Fix HTML validation errors
Ids like documentation, download, support, about, community in the
top menu collide with the same ids inside documents, breaking
validation and <label for=...>. Match footer.html and prefix them
with the section name (e.g. header-community-title).
Note: id=""name"" is left as is, so [[name]] anchors are implicitly
unavailable on the site.
Reviewed by: carlavilla
Approved by: carlavilla
Differential Revision: https://reviews.freebsd.org/D59857
PR: 297509
Website: Fix HTML validation errors
Replace h3 with p in footer.html to stop HTML validation errors
about skipped heading levels on every page. Add the styles that
h3 previously inherited from the browser (font-weight, line-height,
padding) to .column-title in main.css so the footer looks unchanged.
Differential Revision: https://reviews.freebsd.org/D59843
PR: 297509
handbook/multimedia: Add Discord and Jitsi
Jitsi works perfectly on 15.1, Discord has never worked... yet.
Reviewed by: carlavilla
Differential Revision: https://reviews.freebsd.org/D59778