website/conservancy/templates/submenus/learn_partial2025.html

34 lines
971 B
HTML
Raw Normal View History

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