website/conservancy/templates/submenus/tools_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
1,003 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 class="MemberProjects">
<a class_="dropdown-item-link" href="/projects/">
<h3>
Member Projects
</h3>
<p class_="dropdown-description">
We provide non-profit infrastructure and services to our members creating Free/Libre and Open Source Software.
</p>
</a>
</li>
<li class="UseTheSource">
<a class_="dropdown-item-link" href="{% url 'usethesource:landing' %}">
<h3>
Use The Source
</h3>
<p class_="dropdown-description">
Our tool for evaluating the source code candidates companies must provide for GPLed software.
</p>
</a>
</li>
<li class="OpenWrtOneRouter">
<a class_="dropdown-item-link" href="/activities/openwrt-one.html">
<h3>
OpenWrt One
</h3>
<p class_="dropdown-description">
We designed and built the first ever wireless Internet router designed with software freedom and right to repair in mind.
</p>
</a>
</li>
</ul>