usethesource: capitalize "the" (mostly What We Do)
This commit is contained in:
parent
f438be339e
commit
7624781a14
4 changed files with 4 additions and 4 deletions
|
@ -3,6 +3,6 @@
|
|||
<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="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>
|
||||
</ul>
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
{% block outercontent %}
|
||||
<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">
|
||||
<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 class="mw8 center ph2 ph3">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% 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.super }}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{% 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.super }}
|
||||
|
|
Loading…
Reference in a new issue