
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>.
33 lines
971 B
HTML
33 lines
971 B
HTML
<ul class="dropdown-menu-list">
|
||
{# Added a new class for styling the list container #}
|
||
<li>
|
||
<a class_="dropdown-item-link" href="{% url 'podjango:cast-home' podcast_slug='the-corresponding-source' %}">
|
||
<h3>
|
||
The Corresponding Source
|
||
</h3>
|
||
<p class_="dropdown-description">
|
||
A bi-weekly oggcast about legal, policy, and many other issues in the Free, Libre, and Open Source Software (FLOSS) world.
|
||
</p>
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a class_="dropdown-item-link" href="/copyleft-compliance/glossary.html">
|
||
<h3>
|
||
Glossary of Terms
|
||
</h3>
|
||
<p class_="dropdown-description">
|
||
A list of terms you might be unfamiliar with but occur frequently in our work.
|
||
</p>
|
||
</a>
|
||
</li>
|
||
<li>
|
||
<a class_="dropdown-item-link" href="/press/qanda.html">
|
||
<h3>
|
||
FAQ About the Vizio Lawsuit
|
||
</h3>
|
||
<p class_="dropdown-description">
|
||
Your most frequently asked questions about the Vizio lawsuit, answered in one place.
|
||
</p>
|
||
</a>
|
||
</li>
|
||
</ul>
|