From 79f00ef686e0597cb197ed67ba1462aa60a530bb Mon Sep 17 00:00:00 2001 From: Ismael Carnales Date: Fri, 30 Oct 2009 16:56:21 -0200 Subject: "imported" public app files from archweb_pub --- templates/public/donate.html | 70 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 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 00000000..263fede9 --- /dev/null +++ b/templates/public/donate.html @@ -0,0 +1,70 @@ +{% extends "base.html" %} +{% block title %}Arch Linux - Donors{% 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, + documentation, or support aren't your strong points, you could certainly + help us by dropping a few bucks our way. +

+ Many thanks! +

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

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

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-54-g00ecf