Ben Sturmfels
531a97a3c9
The directory nesting is unnecessary here and confusing to navigate. I've moved all apps to the project subdirectory, currently called "www", but soon to be renamed "conservancy". I've also moved manage.py to the top-level directory.
21 lines
855 B
HTML
21 lines
855 B
HTML
{% extends "base_about.html" %}
|
|
{% block subtitle %}About - {% endblock %}
|
|
{% block submenuselection %}Overview{% endblock %}
|
|
{% block content %}
|
|
|
|
<h1>About Software Freedom Conservancy, Inc.</h1>
|
|
|
|
<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>
|
|
|
|
|
|
{% endblock %}
|