diff --git a/www/conservancy/templates/frontpage.html b/www/conservancy/templates/frontpage.html index a608914b26ac252c7e84d620d539cb817ed2bdd2..a1b7f902e4da67882bf6858595007a8ae3e629a5 100644 --- a/www/conservancy/templates/frontpage.html +++ b/www/conservancy/templates/frontpage.html @@ -1,82 +1,109 @@ {% extends "base_conservancy.html" %} {% load date_within %} +{% load static %} {% block head %} + {% endblock %} {% block content %} -
+
+
+ +

Software Freedom Conservancy is a not-for-profit charity that + helps promote, improve, develop, and defend Free, Libre, and Open Source + Software (FLOSS) projects. Conservancy provides a non-profit home and + infrastructure for FLOSS projects. This allows FLOSS developers to + focus on what they do best — writing and improving FLOSS for the + general public — while Conservancy takes care of the projects' needs that + do not relate directly to software development and documentation. Learn more.

+
+
+

Special message

-

Software Freedom Conservancy

- -

Software Freedom Conservancy is a not-for-profit charity that - helps promote, improve, develop, and defend Free, Libre, and Open Source - Software (FLOSS) projects. Conservancy provides a non-profit home and - infrastructure for FLOSS projects. This allows FLOSS developers to - focus on what they do best — writing and improving FLOSS for the - general public — while Conservancy takes care of the projects' needs that - do not relate directly to software development and documentation.

+

Special message here special message here special message here special message here special message here.

+ More information +
-
- -
-

[RSS] Recent News

-{% for pressr in press_releases|slice:":2" %} - {% if forloop.first or pressr.pub_date|date_within_past_days:90 %} +
+
+
+

[RSS] News

+{% for pressr in press_releases|slice:":5" %} + {% if forloop.first or pressr.pub_date|date_within_past_days:365 %} {% if not forloop.first %}
{% endif %} - {% include "news/pressrelease_partial.html" with pressr=pressr show="summary" only %} + {% include "news/pressrelease_partial.html" with pressr=pressr show="dateline" only %} {% endif %} {% endfor %} -

Conservancy News Archive…

-
+ + -
-

[RSS] Conservancy Blog

+
+

[RSS] Articles

{% for entry in blog|slice:":5" %} - {% if forloop.first or entry.pub_date|date_within_past_days:55 %} + {% if forloop.first or entry.pub_date|date_within_past_days:180 %} {% if not forloop.first %}
{% endif %} - {% include "blog/entry_partial.html" with entry=entry show="summary" only %} + {% include "blog/entry_partial.html" with entry=entry show="dateline" only %} {% endif %} {% endfor %} -

Conservancy Blog Archive…

+ +
-
-

Follow Conservancy

+
+
+

Term of the week

+ +

Ability to inspect the exact software running on a device. This includes version information, modifications and licensing information.

+

Visit our glossary of terms

+
+ +
+

Subscribe to our email list

+
+ + +
+ +

RSS feed

+
+ +
- +

Follow us

+
+ {% include 'socials_partial.html' %}
-
-

Support Conservancy

-

As a 501(c)(3) non-profit charity, Conservancy relies on - charitable donations for its operations. - Please join {{supporters_count|safe}} others and become a Conservancy Supporter - today and/or donate generously to help our work! -

+