usethesource: capitalize "the" (mostly What We Do)

This commit is contained in:
Denver Gingerich 2024-02-04 22:34:43 -08:00
parent f438be339e
commit 7624781a14
4 changed files with 4 additions and 4 deletions

View file

@ -3,6 +3,6 @@
<li class="VizioTopBar"><a href="/copyleft-compliance/vizio.html">Vizio Lawsuit</a></li> <li class="VizioTopBar"><a href="/copyleft-compliance/vizio.html">Vizio Lawsuit</a></li>
<li class="FIXME"><a href="/projects/">Member Projects</a></li> <li class="FIXME"><a href="/projects/">Member Projects</a></li>
<li class="Outreachy"><a href="https://outreachy.org">Outreachy</a></li> <li class="Outreachy"><a href="https://outreachy.org">Outreachy</a></li>
<li class="UseTheSource"><a href="{% url 'usethesource:landing' %}">Use the Source</a></li> <li class="UseTheSource"><a href="{% url 'usethesource:landing' %}">Use The Source</a></li>
<li class="FOSSY"><a href="/fossy/">FOSSY</a></li> <li class="FOSSY"><a href="/fossy/">FOSSY</a></li>
</ul> </ul>

View file

@ -5,7 +5,7 @@
{% block outercontent %} {% block outercontent %}
<div class="lh-title ttu tracked tc bg-gray" <div class="lh-title ttu tracked tc bg-gray"
style="margin: -0.5rem -1rem 0; background: #24243d url('{% static "usethesource/stars.jpg" %}'); background-size: cover; background-position: 50%; overflow: auto"> style="margin: -0.5rem -1rem 0; background: #24243d url('{% static "usethesource/stars.jpg" %}'); background-size: cover; background-position: 50%; overflow: auto">
<h1><a class="f1 f-subheadline-ns lh-title lh-solid-ns white-90 dib pv3 pv4-ns ph4 mv0" href="{% url 'usethesource:landing' %}" style="text-shadow: 0 0 25px black; text-decoration: none; margin-bottom: 1.5rem">Use the Source</a></h1> <h1><a class="f1 f-subheadline-ns lh-title lh-solid-ns white-90 dib pv3 pv4-ns ph4 mv0" href="{% url 'usethesource:landing' %}" style="text-shadow: 0 0 25px black; text-decoration: none; margin-bottom: 1.5rem">Use The Source</a></h1>
</div> </div>
<div class="mw8 center ph2 ph3"> <div class="mw8 center ph2 ph3">

View file

@ -1,6 +1,6 @@
{% extends "usethesource/base.html" %} {% extends "usethesource/base.html" %}
{% block title %}Use the Source - Software Freedom Conservancy{% endblock %} {% block title %}Use The Source - Software Freedom Conservancy{% endblock %}
{% block content %} {% block content %}
{{ block.super }} {{ block.super }}

View file

@ -1,6 +1,6 @@
{% extends "usethesource/base.html" %} {% extends "usethesource/base.html" %}
{% block title %}Use the Source - Software Freedom Conservancy{% endblock %} {% block title %}Use The Source - Software Freedom Conservancy{% endblock %}
{% block content %} {% block content %}
{{ block.super }} {{ block.super }}