Changeset - 46adf33eb361
[Not reviewed]
0 3 0
Daniel Takamori (pono) - 2 years ago 2021-10-21 15:36:23
pono@sfconservancy.org
simplify /about, fix formatting on frontpage, svg img for supporters
3 files changed with 8 insertions and 60 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/about/index.html
Show inline comments
...
 
@@ -2,70 +2,18 @@
 
{% block subtitle %}About - {% endblock %}
 
{% block submenuselection %}Overview{% endblock %}
 
{% block content %}
 

	
 
<h1>About Software Freedom Conservancy, Inc.</h1>
 

	
 

	
 
<p>Software Freedom Conservancy, Inc. is a 501(c)(3) not-for-profit
 
organization incorporated in New York.  Software Freedom Conservancy helps
 
promote, improve, develop, and defend Free, Libre, and Open Source Software
 
(FLOSS) projects.  Conservancy provides a non-profit home and infrastructure
 
for FLOSS projects.  This allows FLOSS developers to focus on what they do
 
best &mdash; writing and improving FLOSS for the general public &mdash; while
 
Conservancy takes care of the projects' needs that do not relate directly to
 
software development and documentation.</p>
 

	
 
<p>FLOSS projects whose <a href="/members/apply">applications are
 
    accepted</a> become part of the Software Freedom Conservancy
 
    (akin to a separate department of a large agency).  Once joined, the
 
    <a href="/members">&ldquo;member project&rdquo;</a> receives most of
 
    the benefits of existing as a non-profit corporate entity without
 
    engaging in the arduous work of forming a separate, new organization.
 
    Conservancy aggregates the work of running a FLOSS non-profit
 
    for <a href="/members/current/">its many members</a>.</p>
 

	
 
<p>Conservancy provides <a href="/members/services/">many important services</a> for its
 
  member projects.  Member projects can take directed donations, which
 
  allows donors to earmark their donations for the benefit of a specific
 
  FLOSS project.  Conservancy provides fiscal oversight to ensure that
 
  these funds are spent in a manner that advances the project and fits
 
  with Conservancy's 501(c)(3) mission to promote, advance, and defend software freedom.</p>
 

	
 
<p>If the member project's leaders want, Conservancy can also hold other
 
  assets and titles on behalf of the projects, such as copyrights,
 
  trademarks, domain names, online hosting accounts, and title and ownership
 
  of physical hardware.  Also at discretion of the project's leaders,
 
  Conservancy can assist in defending the rights represented in these
 
  assets.  For example, Conservancy is available to assist member projects
 
  in enforcing the terms of the projects' FLOSS license.</p>
 

	
 
<p>Finally, developers of Conservancy's member projects, when operating in
 
  their capacity as project leaders, could receive some protection from personal
 
  liability for their work on the project.</p>
 

	
 
<p>For further reading on the benefits of Conservancy, a full and detailed <a href="/members/services/">list of Conservancy's
 
  services for its member projects</a> and a <a href="/members/current/">a
 
  list of Conservancy's current member projects</a> are available.</p>
 

	
 
<p>Conservancy and its <a href="/about/board">directors</a>
 
  and <a href="/about/staff">staff</a> believe strongly in the principles of
 
  software freedom, and believe that all users should have the right to
 
  study, improve and share their software.  Conservancy helps protect,
 
  enable, coordinate, facilitate and defend the public's right to copy,
 
  share, modify and redistribute FLOSS both non-commercially and
 
  commercially.  Finally, like most organizations devoted to FLOSS,
 
  Conservancy opposes the notion of patents that cover software, and urges
 
  contributors to its member projects not to apply for patents.</p>
 

	
 
<p>Conservancy strives to be as transparent as possible, and makes
 
  its <a href="/about/filings/">public filings available on its website</a>.
 
  Our staff <a href="/blog/">blog
 
  regularly</a> about our activities.
 
  Finally, <a href="/members/">detailed information about the work that
 
  Conservancy does for its member projects</a> is also available.</p>
 
<p>Software Freedom Conservancy is a nonprofit organization
 
centered around ethical technology. Our mission is to ensure the right to
 
repair, improve and reinstall software. We promote and defend these rights
 
through fostering free and open source software (FOSS) projects, driving
 
initiatives that actively make technology more inclusive, and advancing policy
 
strategies that defend FOSS (such as copyleft).</p>
 

	
 
<p>If you have general questions about Conservancy and its
 
  work, <a href="/about/contact/">contact information</a> is available.
 
  Conservancy is primarily supported by <a href="/donate">your charitable
 
  donations</a>.</p>
 

	
www/conservancy/templates/frontpage.html
Show inline comments
...
 
@@ -26,13 +26,13 @@
 

	
 
{% block content %}
 

	
 
<div class="mt3 mh2-ns pt2 flex-ns">
 
  <section class="w-70-ns mh2 mb3 mb0-ns pa2 ba bw1 b--light-blue overflow-auto">
 
<!--    <img src="{% static 'img/FIXME-NEED-AN-IMAGE.jpg' %}" alt="" class="fl pr2" style="width: 175px;" /> -->
 
    <p class="mb0" style="font-size: 18px">&nbsp;&nbsp;&nbsp;&nbsp;Software Freedom Conservancy is a nonprofit organization
 
    <p class="mb0" style="font-size: 18px">Software Freedom Conservancy is a nonprofit organization
 
centered around ethical technology. Our mission is to ensure the right to
 
repair, improve and reinstall software. We promote and defend these rights
 
through fostering free and open source software (FOSS) projects, driving
 
initiatives that actively make technology more inclusive, and advancing policy
 
strategies that defend FOSS (such as copyleft). <a href="/about" class="orange">Learn more.</a></p>
 
  </section>
www/conservancy/templates/supporter/form_partial.html
Show inline comments
...
 
@@ -148,13 +148,13 @@ This partial accepts these optional parameters:
 
        </div>
 
      </div>
 
    </div>
 

	
 
    <div class="supporter-form-submit">
 
      <input type="image" name="submit" tabindex="60"
 
             src="/img/supporter-payment-button-{{ form_id }}.png"
 
             src="/img/conservancy-supporter-heart.svg"
 
             height="81" width="188" border="0"
 
             alt="{{ verb|capfirst }} as {{ article }} {{ supptype|capfirst }} Sustainer Now!">
 
      <p>This button will send you to PayPal's site to select a payment
 
        method and finish this process.  Please double-check your selections
 
        first.</p>
 
    </div>
0 comments (0 inline, 0 general)