
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>.
59 lines
1.1 KiB
HTML
59 lines
1.1 KiB
HTML
<ul class="dropdown-menu-list">
|
|
{# Added a new class for styling the list container #}
|
|
<li class="Sponsors">
|
|
<a class_="dropdown-item-link" href="/sponsors/">
|
|
<h3>
|
|
Sponsors
|
|
</h3>
|
|
</a>
|
|
</li>
|
|
<li class="Sustainers">
|
|
<a class_="dropdown-item-link" href="/sustainer/">
|
|
<h3>
|
|
Sustainers
|
|
</h3>
|
|
</a>
|
|
</li>
|
|
<li class="Directors">
|
|
<a class_="dropdown-item-link" href="/about/board/">
|
|
<h3>
|
|
Board of Directors
|
|
</h3>
|
|
</a>
|
|
</li>
|
|
<li class="Staff">
|
|
<a class_="dropdown-item-link" href="/about/staff/">
|
|
<h3>
|
|
Staff
|
|
</h3>
|
|
</a>
|
|
</li>
|
|
<li class="Eval">
|
|
<a class_="dropdown-item-link" href="/about/eval-committee/">
|
|
<h3>
|
|
Evaluation Committee
|
|
</h3>
|
|
</a>
|
|
</li>
|
|
<li class="Outside">
|
|
<a class_="dropdown-item-link" href="/about/outside/">
|
|
<h3>
|
|
Outside Counsel, et alia
|
|
</h3>
|
|
</a>
|
|
</li>
|
|
<li class="Transparency">
|
|
<a class_="dropdown-item-link" href="/about/transparency">
|
|
<h3>
|
|
Transparency
|
|
</h3>
|
|
</a>
|
|
</li>
|
|
<li class="Contact">
|
|
<a class_="dropdown-item-link" href="/about/contact/">
|
|
<h3>
|
|
Contact
|
|
</h3>
|
|
</a>
|
|
</li>
|
|
</ul>
|