Created initial sponsors page.
This commit is contained in:
parent
504247026b
commit
b9c09aa174
3 changed files with 33 additions and 2 deletions
|
@ -224,7 +224,8 @@ body.conservancy-Members #navbar ul li.Members a,
|
|||
body.conservancy-news #navbar ul li.news a,
|
||||
body.conservancy-blog #navbar ul li.blog a,
|
||||
body.conservancy-About #navbar ul li.About a,
|
||||
body.conservancy-donate #navbar ul li.donate a /* NO COMMA HERE! */
|
||||
body.conservancy-donate #navbar ul li.donate a,
|
||||
body.conservancy-sponsors #navbar ul li.sponsors a /* NO COMMA HERE! */
|
||||
{
|
||||
color: #000033;
|
||||
font-weight: bold;
|
||||
|
|
29
www/conservancy/static/sponsors/index.html
Normal file
29
www/conservancy/static/sponsors/index.html
Normal file
|
@ -0,0 +1,29 @@
|
|||
{% 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>
|
||||
</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> -->
|
|
@ -25,13 +25,14 @@
|
|||
<li class="Members"><a href="/members/">Member Projects & Services</a></li>
|
||||
<li class="About"><a href="/about/">About</a></li>
|
||||
<li class="donate"><a href="/donate/">Support Conservancy!</a></li>
|
||||
<li class="sponsors"><a href="/sponsors/">Thanks to Conservancy's Sponsors</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div id="navbar-clear"></div>
|
||||
</div>
|
||||
{% block outercontent %}<div id="mainContent">{% block content %}{% endblock %}</div>{% endblock %}
|
||||
<div id="conservancyfooter">
|
||||
<p><a href="/">Main Page</a> | <a href="/about/contact/">Contact</a> | <a href="/privacy-policy/">Privacy Policy</a> | <a href="/feeds/omnibus/">RSS Feed</a></p>
|
||||
<p><a href="/">Main Page</a> | <a href="/about/contact/">Contact</a> | <a href="/sponsors/">Sponsors</a> | <a href="/privacy-policy/">Privacy Policy</a> | <a href="/feeds/omnibus/">RSS Feed</a></p>
|
||||
<p>Follow Conservancy
|
||||
on <a href="http://identi.ca/conservancy">identi.ca</a> and <a href="http://twitter.com/conservancy">twitter</a>.</p>
|
||||
<p class="copyright_info">
|
||||
|
|
Loading…
Reference in a new issue