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 --- templates/public/donate.html | 126 ++++++++++++++++++++++++++----------------- 1 file changed, 77 insertions(+), 49 deletions(-) (limited to 'templates') diff --git a/templates/public/donate.html b/templates/public/donate.html index a14f20e..acbb077 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.2.3-24-g4f1b