From d5f065fe531d8672ec162caa10873804184ec25d Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 17 May 2010 14:03:48 -0500 Subject: Revamp donate page Signed-off-by: Dan McGee --- media/archweb.css | 11 ++-- templates/public/donate.html | 126 ++++++++++++++++++++++++++----------------- 2 files changed, 84 insertions(+), 53 deletions(-) diff --git a/media/archweb.css b/media/archweb.css index d981bdf1..f274c8a8 100644 --- a/media/archweb.css +++ b/media/archweb.css @@ -146,10 +146,13 @@ form#newsform input[type=text], form#newsform textarea { width: 75%; } /* donate: donor list */ -div#donor-list ul { margin: 0.5em 0; padding: 0; list-style: none; } -div#donor-list li { margin: 0; padding: 0; font-size: 0.8em; } -div#donor-list br { clear: left; } -div.donor-slice { float: left; width: 16em; } +div#donor-list ul { width: 100%; } +div#donor-list li { + float: left; + /* max 4 columns, but possibly fewer if screen size doesn't allow for more */ + width: 25%; + min-width: 20em; +} /* download page */ #arch-downloads h3 { border-bottom: 1px dotted #aaa; } diff --git a/templates/public/donate.html b/templates/public/donate.html index a14f20ed..acbb077c 100644 --- a/templates/public/donate.html +++ b/templates/public/donate.html @@ -1,58 +1,86 @@ {% extends "base.html" %} -{% block title %}Arch Linux - Donors{% endblock %} +{% block title %}Arch Linux - Donate{% endblock %} + {% block content %} -
-

Donate to Arch Linux

-

- Arch Linux survives because of the tireless efforts of many people in - the community and the core development circle. None of us are paid for our - work, and we don't have the personal funds to sustain server costs ourselves. -

- There are many ways to help Arch Linux. If technical development, +

+ +

Donate to Arch Linux

+ +

Arch Linux survives because of the tireless efforts of many people in + the community and the core development circle. None of us are paid for + our work, and we don't have the personal funds to sustain server costs + ourselves.

+ +

There are many ways to help support Arch Linux. If technical development, documentation, or support aren't your strong points, you could certainly - help us by dropping a few bucks our way. -

- Many thanks! -

-
+ help us by dropping a few bucks our way.

+ +

Many thanks!

+ +

Monetary donations

+ +

Financial contributions are accepted via PayPal. + Funds are used for server hardware upgrades, conventions, schwag giveaways and more.

+ +
-
- - - - - - - - - - - - + +

+

+

+

+

+

+

+

+

+

+

-
-

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

Commercial sponsors and contributions

+ +

We'd like to thank Velocity Network for contributing space + in a server rack, bandwidth, and electricity for our main server.

+ + + +

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.

+ + + +

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

+ + + +

Past donors

+ +
+
    + {% for donor in donors %} +
  • {{ donor.name }}
  • {% endfor %} +
-

Past Donors

-
    - {% for donor in donors %} -
  • {{ donor.name }}
  • {% endfor %} -
-
+
+

A huge thanks to you all for your contributions!

{% endblock %} - -- cgit v1.1-4-g5e80