website/conservancy/templates/submenus/learn_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

33 lines
971 B
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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>