Changeset - dea7cf421478
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 12 years ago 2012-08-27 14:46:17
bkuhn@ebb.org
Included links to the sponsors pages; using target="_blank" per Tony's suggestion.
1 file changed with 3 insertions and 3 deletions:
0 comments (0 inline, 0 general)
www/conservancy/static/sponsors/index.html
Show inline comments
 
{% extends "base_conservancy.html" %}
 
{% block subtitle %}Sponsors - {% endblock %}
 
{% block category %}sponsors{% endblock %}
 
{% block content %}
 

	
 
<h1>Conservancy Sponsors</h1>
 

	
 
<p>Conservancy relies on donations from the general public to support its
 
work, and asks everyone to <a href="/donate">to donate generously</a>.
 
The sponsors listed below (in alphabetical order) have donated
 
substantially in the past twelve months to support the ongoing work of
 
Conservancy.  These sponsors support our work through financial
 
contributions.  Conservancy graciously thanks these sponsors for their
 
support, but doesn't necessarily endorse nor promote any specific activity
 
of any of its sponsors.</p>
 

	
 
<ul id="sponsor">
 
<li id="sponsor"><img src="/img/sponsors/gandi.png" height="65" width="171" alt="Gandi.Net" /></li>
 
<li id="sponsor"><img src="/img/sponsors/google.gif" height="77" width="176" alt="Google" /></li>
 
<li id="sponsor"><img src="/img/sponsors/linuxfoundation.png" height="76" width="250" alt="Linux Foundation" /></li>
 
<li id="sponsor"><a target="_blank" href="http://gandi.net"><img src="/img/sponsors/gandi.png" height="65" width="171" alt="Gandi.Net" /></a></li>
 
<li id="sponsor"><a target="_blank" href="http://google.com"><img src="/img/sponsors/google.gif" height="77" width="176" alt="Google" /></a></li>
 
<li id="sponsor"><a target="_blank" href="http://linuxfoundation.com"><img src="/img/sponsors/linuxfoundation.png" height="76" width="250" alt="Linux Foundation" /></a></li>
 
</ul>
 

	
 
<!-- This section will be added when we have in-kind contributions -->
 

	
 
<!-- <h3>In-Kind Donation of Services</h3> -->
 

	
 
<!-- <p>Conservancy would also like to thank the following companies who have -->
 
<!--   donated services and/or resources in-kind to support Conservancy's -->
 
<!--   work.</p> -->
 

	
 
<!-- <ul> -->
 
<!-- </ul> -->
 
{% endblock %}
0 comments (0 inline, 0 general)