From 39a548fd2629f3b6383990264b2e331b3aea99fb Mon Sep 17 00:00:00 2001 From: eliott Date: Sat, 3 Nov 2007 03:45:10 -0400 Subject: Initial import for public release... Special Note Prior to git import, approx 90% of the code was done by Judd Vinet. Thanks Judd! --- templates/public/donate.html | 59 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 templates/public/donate.html (limited to 'templates/public/donate.html') diff --git a/templates/public/donate.html b/templates/public/donate.html new file mode 100644 index 0000000..bdb9ade --- /dev/null +++ b/templates/public/donate.html @@ -0,0 +1,59 @@ +{% extends "base.html" %} + +{% 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, + documentation, or support aren't your strong points, you could certainly + help us by dropping a few bucks our way. +

+ Many thanks! +

+
+ +
+ + + + + + + + +
+
+

+

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-24-g4f1b