diff --git a/conservancy/content/about/index.html b/conservancy/content/about/index.html new file mode 100644 index 0000000000000000000000000000000000000000..d89c832d99fee4af7e7aa969eeb36d8c7fc45caf --- /dev/null +++ b/conservancy/content/about/index.html @@ -0,0 +1,21 @@ +{% extends "base_about.html" %} +{% block subtitle %}About - {% endblock %} +{% block submenuselection %}Overview{% endblock %} +{% block content %} + +

About Software Freedom Conservancy, Inc.

+ +

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).

+ +

If you have general questions about Conservancy and its + work, contact information is available. + Conservancy is primarily supported by your charitable + donations.

+ + +{% endblock %}