diff --git a/www/conservancy/static/css/conservancy.css b/www/conservancy/static/css/conservancy.css index be079553fe417778eab2fc9451f666b0fd0e1c33..6cc6a506aa62ec3b131f5b3972bd9d09498f6a0b 100644 --- a/www/conservancy/static/css/conservancy.css +++ b/www/conservancy/static/css/conservancy.css @@ -254,21 +254,8 @@ h3 { margin-top: .6em; margin-bottom: .4em; } .shaded { background: #F0FFB8; padding: .1em .5em; margin-bottom: .5em; } .columns { - width: 100%; - overflow: hidden; -} - -.column-small { - width: 31%; - } -.column-large { - margin-left: 35%; - margin-right: 50px; } -.column-left { float: left; } -.column-right { float: right; } - .column h2 { font-size: 1.25em; } .column h3 { font-size: 1.1em; } .column hr { width: 50%; align: center; } @@ -276,6 +263,17 @@ h3 { margin-top: .6em; margin-bottom: .4em; } .column h2 a { text-decoration: none; color: #000000; } .column h2 a:hover { text-decoration: underline; } +@media all and (min-width: 60em) { + .column { + float: left; + } + .column:nth-child(odd) { + clear: both; + width: 47%; + margin-right: 3em; + } +} + #conservancyfooter { margin-top: 1em; border-top: 1px solid #ccc; diff --git a/www/conservancy/templates/frontpage.html b/www/conservancy/templates/frontpage.html index 90088130b805ecadce5ae3b7289ac3f12594a177..71c0a07818853cd6b3af316e71e9dd26fd376b26 100644 --- a/www/conservancy/templates/frontpage.html +++ b/www/conservancy/templates/frontpage.html @@ -24,122 +24,102 @@
-
-

Learn More about Conservancy

-

-An Overview of Conservancy… -Conservancy's current member projects… -Services Conservancy provides to its member projects… -Conservancy's unique work defending and upholding copyleft licenses (e.g., the GPL) … -Conservancy's Non-Profit Accounting Project … -

-

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! -

-

Follow Conservancy News & Blogs

- -

There is a full site feed available (as - well as separate feeds for the news items and - blog posts). You can follow Conservancy - on pump.io, - Twitter, Youtube, Google+, - and other social networks, too. Look - for us everywhere and follow/like us!

- -

You can also subscribe to Conservancy's low-traffic news list.

-
- -
-{% if press_releases.0 %} -{% if press_releases.0.pub_date|date_within_past_days:60 %} -
+

[RSS] Recent News

{{ press_releases.0.pub_date|date:"F j, Y" }}

{{ press_releases.0.headline|safe }}

{{ press_releases.0.summary|safe }} {% if press_releases.0.body %}

Read More...

{% endif %} -{% if press_releases.1 %} -{% if press_releases.1.pub_date|date_within_past_days:30 %} +{% if press_releases.1 and press_releases.1.pub_date|date_within_past_days:30 %}

{{ press_releases.1.pub_date|date:"F j, Y" }}

{{ press_releases.1.headline|safe }}

{{ press_releases.1.summary|safe }} {% if press_releases.1.body %}

Read More...

{% endif %} {% endif %} -{% endif %} -{% if press_releases.2 %} -{% if press_releases.2.pub_date|date_within_past_days:25 %} +{% if press_releases.2 and press_releases.2.pub_date|date_within_past_days:30 %}

{{ press_releases.2.pub_date|date:"F j, Y" }}

{{ press_releases.2.headline|safe }}

{{ press_releases.2.summary|safe }} {% if press_releases.2.body %}

Read More...

{% endif %} {% endif %} -{% endif %} -
-{% endif %} -{% endif %}

Conservancy News Archive…

-{% if blog.0.is_recent %} -
+
+ +

[RSS] Conservancy Blog

{{ blog.0.headline|safe }}

Posted by {{ blog.0.author.formal_name }} on {{ blog.0.pub_date|date:"F j, Y" }}

{{ blog.0.summary|safe }}

Read More from {{ blog.0.author.casual_name }} on this…

-{% if blog.1.is_recent %} + +{% if blog.1 and blog.1.pub_date|date_within_past_days:30 %}

{{ blog.1.headline|safe }}

Posted by {{ blog.1.author.formal_name }} on {{ blog.1.pub_date|date:"F j, Y" }}

{{ blog.1.summary|safe }}

Read More from {{ blog.1.author.casual_name }} on this…

{% endif %} -{% if blog.2.is_recent %} -{% if blog.2.pub_date|date_within_past_days:20 %} + +{% if blog.2 and blog.2.pub_date|date_within_past_days:30 %}

{{ blog.2.headline|safe }}

Posted by {{ blog.2.author.formal_name }} on {{ blog.2.pub_date|date:"F j, Y" }}

{{ blog.2.summary|safe }}

Read More from {{ blog.2.author.casual_name }} on this…

{% endif %} -{% endif %} -{% if blog.3.is_recent %} -{% if blog.3.pub_date|date_within_past_days:15 %} +{% if blog.3 and blog.3.pub_date|date_within_past_days:30 %}

{{ blog.3.headline|safe }}

Posted by {{ blog.3.author.formal_name }} on {{ blog.3.pub_date|date:"F j, Y" }}

{{ blog.3.summary|safe }}

Read More from {{ blog.3.author.casual_name }} on this…

{% endif %} -{% endif %} -{% if blog.4.is_recent %} -{% if blog.4.pub_date|date_within_past_days:10 %} +{% if blog.4 and blog.4.pub_date|date_within_past_days:30 %}

{{ blog.4.headline|safe }}

Posted by {{ blog.4.author.formal_name }} on {{ blog.4.pub_date|date:"F j, Y" }}

{{ blog.4.summary|safe }}

Read More from {{ blog.4.author.casual_name }} on this…

{% endif %} -{% endif %} -{% if blog.5.is_recent %} -{% if blog.5.pub_date|date_within_past_days:7 %} -
-

{{ blog.5.headline|safe }}

-

Posted by {{ blog.5.author.formal_name }} on {{ blog.5.pub_date|date:"F j, Y" }}

-{{ blog.5.summary|safe }} -

Read More from {{ blog.5.author.casual_name }} on this…

-{% endif %} -{% endif %} +

Conservancy Blog Archive…

+
+
+

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! +

-{% endif %} -

Conservancy Blog Archive…

+ +
+

Follow Conservancy News & Blogs

+ +

There is a full site feed available (as + well as separate feeds for the news items and + blog posts). You can follow Conservancy + on pump.io, + Twitter, Youtube, Google+, + and other social networks, too. Look + for us everywhere and follow/like us!

+ +

You can also subscribe to Conservancy's low-traffic news list.

+ +

Learn More about Conservancy

+

+An Overview of Conservancy… +Conservancy's current member projects… +Services Conservancy provides to its member projects… +Conservancy's unique work defending and upholding copyleft licenses (e.g., the GPL) … +Conservancy's Non-Profit Accounting Project … +

+
{% endblock %}