Changeset - 7624781a14a6
[Not reviewed]
0 4 0
Denver Gingerich - 7 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
 
<ul>
 
  <li class="CopyleftCompliance"><a href="/copyleft-compliance/">Copyleft Compliance</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="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
 
{% extends "base_standard.html" %}
 

	
 
{% load static %}
 

	
 
{% 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">
 
    {% block content %}{% endblock %}
 
  </div>
 

	
 
  <div class="f7 mw8 center ph2 ph3 mt4 mb3">
 
    <p class="tc black-50 i">Header image adapted from <a href="https://commons.wikimedia.org/wiki/File:Stars_01_(MK).jpg" class="black-50 normal underline">Stars 01</a> by Mathias Krumbholz (CC BY-SA 3.0 Deed). Icons adapted from <a href="https://thenounproject.com/icon/magnifying-glass-304610/" class="black-50 normal underline">Magnifying Glass</a> by Rohith M S, <a href="https://thenounproject.com/icon/magnifying-glass-6485038/" class="black-50 normal underline">Magnifying Glass</a> by icondesign178 and <a href="https://thenounproject.com/icon/upload-6493826/" class="black-50 normal underline">Upload</a> by sureya from Noun Project (CC BY 3.0)</p>
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 }}
 

	
 
  <h1>Timelines for CCIRT email submission and notifications</h1>
 

	
 
  <p>We at SFC are providing an opportunity for companies who want to be notified of source candidates of theirs that we plan to post to <a href="..">Use The Source</a> to provide us with the email address of their Copyleft Compliance Incident Response Team (CCIRT), which we will email when we receive a new source candidate for the company that we plan to post.  If we have a CCIRT email address on a file for a given company, we will email this address if we receive a source candidate from that company, and then wait at least 7 days for a reply - if an updated candidate is received, we will post that, otherwise we will post the candidate that we notified the CCIRT team about as-is.</p>
 

	
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 }}
 

	
 
  <section class="f4 pv2 mt4 mb3">
 
    <div class="flex flex-wrap mb4" style="gap: 1rem">
 
      <a href="#candidates" class="db f3 ttu tc ph4 pv1 btn-orange mb2 flex items-center justify-center" style="flex-grow: 1">
 
        <span class="mr2" style="flex-shrink: 1">View the candidates</span>
0 comments (0 inline, 0 general)