Changeset - 7624781a14a6
[Not reviewed]
0 4 0
Denver Gingerich - 2 months ago 2024-02-05 06:34:43
denver@ossguy.com
usethesource: capitalize "the" (mostly What We Do)
4 files changed with 4 insertions and 4 deletions:
0 comments (0 inline, 0 general)
conservancy/templates/submenus/what_we_do_partial.html
Show inline comments
...
 
@@ -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>
conservancy/usethesource/templates/usethesource/base.html
Show inline comments
...
 
@@ -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">
conservancy/usethesource/templates/usethesource/ccirt_process.html
Show inline comments
 
{% 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 }}
conservancy/usethesource/templates/usethesource/landing_page.html
Show inline comments
 
{% 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 }}
0 comments (0 inline, 0 general)