34 lines
1,003 B
HTML
34 lines
1,003 B
HTML
![]() |
<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>
|