Files @ b723e6390acd
Branch filter:

Location: website/www/conservancy/static/about/index.html

Bradley M. Kuhn
Format like previous with the <p> solution

<ul> is the right HTML way to format these, but they are all too
close. Get it to look more like it did with <p>'s with CSS.
{% 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 %}