Files @ a80c95fd136e
Branch filter:

Location: website/www/conservancy/templates/submenus/who_we_are_partial.html

Bradley M. Kuhn
Fix minimal start of ourcoverage.html and correct various problems

ourcoverage.html was a reasonable minimal start but not really ready
for production. Make changes necessary to put this into production,
as follows:

* Rename ourcoverage.html to vizio-coverage.html. This is just
Vizio coverage for now.

* Order articles by most in-depth/interesting. Verified this
ordering by consensus with Conservancy staff.

* mailto: link for press coverage on the main inthenews page, but
don't use that on Vizio page; it's unlikely we'll miss any of the
Vizio coverage.

* use — instead of -

* put quotes around article titles.

* Add missing PR Web article

* Switch from <p>'s to <li>'s in vizio-coverage.html

* Fix menu issues. 09a4b02 outlined the issues regarding how to
add items to menu; it does require a CSS change as explained
therein; merely using the right `base_` is not enough

* Improve menu integration. Per PR people's recommendation, the
Vizio stuff that also goes in other areas needs to be placed in
multiple menus.
<ul>
  <li class="Sponsors"><a href="/sponsors/">Sponsors</a></li>
  <li class="Sustainers"><a href="/sustainer/">Sustainers</a></li>
  <li class="Directors"><a href="/about/board/">Board of Directors</a></li>
  <li class="Staff"><a href="/about/staff/">Staff</a></li>
  <li clas="Eval"><a href="/about/eval-committee/">Evaluation Committee</a></li>
  <li clas="Outside"><a href="/about/outside/">Outside Counsel, et alia</a></li>
  <li class="Transparency"><a href="/about/transparency">Transparency</a></li>
  <li class="Contact"><a href="/about/contact/">Contact</a></li>
</ul>