
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>.
38 lines
650 B
HTML
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>
|