From e7a58b9d57d77a83dd1879feafbaccef5d367587 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Wed, 3 Mar 2010 23:52:11 -0600 Subject: Donor page rework for list formatting Instead of doing slicing and ugly table-based layout, move to a CSS-based organization of the donor list. Shoot for 4 columns but should degrade gracefully to fewer, and will look just fine with no CSS at all (one big tall list). Signed-off-by: Dan McGee --- templates/public/donate.html | 39 +++++++++++---------------------------- 1 file changed, 11 insertions(+), 28 deletions(-) (limited to 'templates/public/donate.html') diff --git a/templates/public/donate.html b/templates/public/donate.html index 65954135..a14f20ed 100644 --- a/templates/public/donate.html +++ b/templates/public/donate.html @@ -36,40 +36,23 @@

Sponsors and Contributions

We'd like to thank Velocity Network for contributing space in a server rack, bandwidth, and electricity for our main server for the last couple of years.

+
velocity network - it's about time -
+

We also wish to extend a special Thank You to SevenL Networks for their generous and ongoing contribution of a dedicated Arch Linux server. You too can have a dedicated Arch Linux server hosted by SevenL...head over to their website for more details.

+
We would like to express our thanks to SevenL Networks for their generous contribution -
+

More thanks go to AirVM.com for contributing a VMWare-based Virtual Machine.

+
AirVM.com - Your Green Technology Partner -
+

Past Donors

- - - - - - - -
- {% for donor in slice1 %} - {{ donor.name }}
- {% endfor %} -
- {% for donor in slice2 %} - {{ donor.name }}
- {% endfor %} -
- {% for donor in slice3 %} - {{ donor.name }}
- {% endfor %} -
- {% for donor in slice4 %} - {{ donor.name }}
- {% endfor %} -
+ +
-

{% endblock %} -- cgit v1.2.3