activities: add page for “What We Do”.
This is a first pass at content for the activities page, which is the landing page for the top-bar menu item of “What We Do”.
This commit is contained in:
		
							parent
							
								
									ea035ced4e
								
							
						
					
					
						commit
						a98efefcf6
					
				
					 3 changed files with 71 additions and 1 deletions
				
			
		
							
								
								
									
										69
									
								
								www/conservancy/static/activities/index.html
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										69
									
								
								www/conservancy/static/activities/index.html
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,69 @@ | ||||||
|  | {% extends "base_conservancy.html" %} | ||||||
|  | {% load cache %} | ||||||
|  | {% load humanize %} | ||||||
|  | {% block head %} | ||||||
|  | <link href="/jquery-ui.css" rel="stylesheet" type="text/css"/> | ||||||
|  | <link href="/forms.css" rel="stylesheet" type="text/css"/> | ||||||
|  | 
 | ||||||
|  | {% endblock %} | ||||||
|  | 
 | ||||||
|  | {% block outercontent %} | ||||||
|  | <div class="content-with-donate-sidebar"> | ||||||
|  |     <div id="container"> | ||||||
|  |          <div id="sidebar" class="{% block submenuselection %}other{% endblock %}"> | ||||||
|  |             <h2>What We Do</h2> | ||||||
|  |             {% include 'submenus/what_we_do_partial.html' %} | ||||||
|  |             <h2>Our Copyleft {% block category %}Compliance{% endblock %} Projects</h2> | ||||||
|  |             <ul> | ||||||
|  |             <li class="AboutCompliance"><a href="/copyleft-compliance/about.html">About</a></li> | ||||||
|  |             <li class="EnforcementStrategy"><a href="/copyleft-compliance/enforcement-strategy.html">Strategic GPL Enforcement Initiative</a></li> | ||||||
|  |             <li class="CopyleftPrinciples"><a href="/copyleft-compliance/principles.html">Principles of Community-Oriented GPL Enforcement</a></li> | ||||||
|  |             <li class="LiberateFirmware"><a href="/copyleft-compliance/firmware-liberation.html">Liberate IoT Firmware via GPL Enforcement</a></li> | ||||||
|  |             <li class="VMwareLawsuitLinks"><a href="/copyleft-compliance/vmware-lawsuit-links.html">VMware Lawsuit: Summary and Resources</a></li> | ||||||
|  |             <li class="CopyleftOrg"><a href="https://copyleft.org/">copyleft.org</a></li> | ||||||
|  |             </ul> | ||||||
|  |          </div> | ||||||
|  |          <div id="mainContent"> | ||||||
|  |            {% block content %} | ||||||
|  |            <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>Our work on <a href="/copyleft-compliance/">copyleft | ||||||
|  |            compliance</a>, including enforcement of the General Public | ||||||
|  |            License (GPL), is world-renowned.  We believe fundamentally that | ||||||
|  |            copyleft licenses are the best tool available today to empower | ||||||
|  |            users and consumers to take control of their electronic devices, | ||||||
|  |            liberate themselves from planned obsolesce, and join a free market | ||||||
|  |            where they choose who provides their software.</p> | ||||||
|  | 
 | ||||||
|  |            <p>We also believe that FOSS functions best when built by a | ||||||
|  |            egalitarian community in which hobbyists, volunteers, and | ||||||
|  |            individuals stand on equal footing with companies and large | ||||||
|  |            organizations.  Vendor neutrality is simply not enough — as | ||||||
|  |            that merely makes companies equal to each other and leaves | ||||||
|  |            hobbyists and volunteers out in the cold.  To foster FOSS creation | ||||||
|  |            in this manner, we are the <a href="/projects/">non-profit home to | ||||||
|  |            dozens of member projects and initiatives</a> whom we assist to | ||||||
|  |            remain transparent and prioritize the public good in their | ||||||
|  |            development of FOSS.</p> | ||||||
|  | 
 | ||||||
|  |            <p>Furthermore, diversity and inclusion is a critical component to | ||||||
|  |            egalitarian FOSS communities.  We acknowledge that FOSS | ||||||
|  |            communities historically have struggled on these fronts and the | ||||||
|  |            myth of “pure meritocracy” so popular in FOSS circles | ||||||
|  |            willfully ignores the systemic biases in our societies and | ||||||
|  |            cultures.  We are thus the proud home of | ||||||
|  |            the <a href="https://outreachy.org/">Outreachy initiative</a> that | ||||||
|  |            offers paid internships in FOSS for contributors who have faced | ||||||
|  |            systemic bias in their efforts to join the FOSS community.<p> | ||||||
|  | 
 | ||||||
|  | 
 | ||||||
|  |            {% endblock %} | ||||||
|  |                </div> | ||||||
|  |     </div> | ||||||
|  |            {% endblock %} | ||||||
|  | @ -69,7 +69,7 @@ | ||||||
|     </form> |     </form> | ||||||
|           </li> |           </li> | ||||||
|           <li class="home dn db-ns"><a href="/">Home</a></li> |           <li class="home dn db-ns"><a href="/">Home</a></li> | ||||||
|           <li class="what"><a href="#fixme">What we do</a> |           <li class="what"><a href="/activities">What we do</a> | ||||||
|             {% include 'submenus/what_we_do_partial.html' %} |             {% include 'submenus/what_we_do_partial.html' %} | ||||||
|           </li> |           </li> | ||||||
|           <li class="who"><a href="/about/">Who we are</a> |           <li class="who"><a href="/about/">Who we are</a> | ||||||
|  |  | ||||||
|  | @ -43,6 +43,7 @@ urlpatterns = [ | ||||||
|     url(r'^error/(40[134]|500)(?:/index\.html|/|)$', static_views.handler), |     url(r'^error/(40[134]|500)(?:/index\.html|/|)$', static_views.handler), | ||||||
|     url(r'^error', static_views.index), |     url(r'^error', static_views.index), | ||||||
|     url(r'^about', static_views.index), |     url(r'^about', static_views.index), | ||||||
|  |     url(r'^activities', static_views.index), | ||||||
|     url(r'^donate', static_views.index), |     url(r'^donate', static_views.index), | ||||||
|     url(r'^copyleft-compliance', static_views.index, |     url(r'^copyleft-compliance', static_views.index, | ||||||
|                            {'fundraiser_sought' : 'vmware-match-0'}), |                            {'fundraiser_sought' : 'vmware-match-0'}), | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue