
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
1,003 B
HTML
33 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>
|