2014-11-01 10:33:25 +00:00
<!DOCTYPE html>
2010-09-26 21:20:05 +00:00
2014-11-01 10:33:25 +00:00
< html lang = "en" >
2010-09-26 21:20:05 +00:00
< head >
< title > {% block title %}{% block subtitle %}{% endblock %}Software Freedom Conservancy{% endblock %}< / title >
< meta http-equiv = "content-type" content = "text/html; charset=utf-8" / >
< meta name = "description" content = "The Software Freedom Conservancy provides a non-profit home and services to Free, Libre and Open Source Software (FLOSS) projects." / >
2010-09-26 21:56:29 +00:00
< meta name = "keywords" content = "software, freedom, conservancy, open source, gnu, GNU, Open Source, Free and Open Source, Free and Open Source Software, FLOSS, FOSS, protect, protection, help, policy, linux, non-profit" / >
< link rel = "stylesheet" type = "text/css" media = "screen, projection" href = "/conservancy.css" / >
2010-09-26 21:20:05 +00:00
< link rel = "shortcut icon" href = "/favicon.ico" type = "image/x-icon" / >
{% block head %}{% endblock %}
< / head >
2010-09-26 21:56:29 +00:00
< body class = "conservancy-{% block category %}other{% endblock %}" >
< div id = "conservancyheader" >
2010-10-04 16:29:26 +00:00
< h1 > < span id = "logobutton" > < a href = "/" > Software Freedom Conservancy< / a > < / span > < / h1 >
2010-10-03 16:13:12 +00:00
< / div >
2010-09-26 21:20:05 +00:00
< div id = "navbar-outer" >
< div id = "navbar" >
< ul >
2015-03-05 15:55:06 +00:00
< li class = "About" > < a href = "/about/" > About< / a > < / li >
2010-09-26 21:20:05 +00:00
< li class = "news" > < a href = "/news/" > News< / a > < / li >
2010-10-03 23:07:48 +00:00
< li class = "blog" > < a href = "/blog/" > Blog< / a > < / li >
2015-03-05 15:44:07 +00:00
< li class = "Members" > < a href = "/members/" > Membership< / a > < / li >
2012-08-27 14:21:14 +00:00
< li class = "sponsors" > < a href = "/sponsors/" > Sponsors< / a > < / li >
2015-03-05 15:39:39 +00:00
< li class = "linux-compliance" > < a href = "/linux-compliance/" > GPL< / a > < / li >
2015-03-05 15:46:25 +00:00
< li class = "npoacct" > < a href = "/npoacct/" > NPOAcct< / a > < / li >
< li class = "donate" > < a href = "/donate/" > Donate< / a > < / li >
2014-12-01 18:56:44 +00:00
< li class = "supporter" > < a href = "/supporter/" > Become a Supporter!< / a > < / li >
2010-09-26 21:20:05 +00:00
< / ul >
< / div >
< div id = "navbar-clear" > < / div >
< / div >
2010-10-03 22:37:08 +00:00
{% block outercontent %}< div id = "mainContent" > {% block content %}{% endblock %}< / div > {% endblock %}
2010-09-26 21:56:29 +00:00
< div id = "conservancyfooter" >
2012-08-27 14:19:13 +00:00
< 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 >
2011-02-15 15:35:21 +00:00
< p > Follow Conservancy
2013-04-26 16:48:19 +00:00
on < a href = "https://identi.ca/conservancy" > identi.ca< / a >
and < a href = "https://twitter.com/conservancy" > twitter< / a > .
< a href = "https://flattr.com/thing/922714/Donate-to-Software-Freedom-Conservancy" target = "_blank" >
2014-11-11 23:00:02 +00:00
< img src = "https://api.flattr.com/button/flattr-badge-large.png" alt = "Flattr us!" title = "Flattr us!" style = "border:0" / > < / a > < / p >
2010-10-04 02:28:24 +00:00
< p class = "copyright_info" >
2013-04-26 16:48:19 +00:00
< a rel = "license" href = "https://creativecommons.org/licenses/by-sa/3.0/us" > < img alt = "Creative Commons License" style = "border-width:0" src = "/img/cc-by-sa_88x31.png" / > < / a >
2010-10-04 02:28:24 +00:00
< br / > This page is licensed under a
2013-04-26 16:48:19 +00:00
< a rel = "license" href = "https://creativecommons.org/licenses/by-sa/3.0/us" > Creative
2013-02-28 21:02:28 +00:00
Commons Attribution-ShareAlike 3.0 USA License< / a > .< / p >
2010-09-26 21:20:05 +00:00
< / div >
< / body >
< / html >