website/conservancy/templates/submenus/news_partial2025.html
Meredith Thompson 8e6aa6db7b
Apply the redesign patch
The new design focuses on the Vizio page, but includes a new theme for
the rest of the site as well.  All of these changes were both designed
and implemented by Meredith Thompson <merethom@pm.me>.
2025-07-23 14:03:22 +10:00

38 lines
650 B
HTML

<ul class="dropdown-menu-list">
{# Added a new class for styling the list container #}
<li>
<a class_="dropdown-item-link" href="/news/">
<h3>
Press Releases
</h3>
</a>
</li>
<li>
<a class_="dropdown-item-link" href="/press/">
<h3>
Press
</h3>
</a>
</li>
<li>
<a class_="dropdown-item-link" href="/blog/">
<h3>
Blog
</h3>
</a>
</li>
<li>
<a class_="dropdown-item-link" href="/press/vizio-coverage.html">
<h3>
Vizio Lawsuit in the News
</h3>
</a>
</li>
<li>
<a class_="dropdown-item-link" href="/press/inthenews.html">
<h3>
Our Issues in the News
</h3>
</a>
</li>
</ul>