aboutsummaryrefslogtreecommitdiffstats
path: root/pt
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2011-01-19 15:04:07 +0000
committerRomain d'Alverny <rda@mageia.org>2011-01-19 15:04:07 +0000
commitc9514a9a1817c85bf0865828f16568c0c23bead9 (patch)
treed7ed652398520207e7facb2439f22ba2cebbaa11 /pt
parente7cb0d67f2052e1875765da31702d13ee01f5864 (diff)
downloadwww-c9514a9a1817c85bf0865828f16568c0c23bead9.tar
www-c9514a9a1817c85bf0865828f16568c0c23bead9.tar.gz
www-c9514a9a1817c85bf0865828f16568c0c23bead9.tar.bz2
www-c9514a9a1817c85bf0865828f16568c0c23bead9.tar.xz
www-c9514a9a1817c85bf0865828f16568c0c23bead9.zip
pt/ donate page (English for now)
Diffstat (limited to 'pt')
-rw-r--r--pt/donate/index.php93
1 files changed, 93 insertions, 0 deletions
diff --git a/pt/donate/index.php b/pt/donate/index.php
new file mode 100644
index 000000000..9995de757
--- /dev/null
+++ b/pt/donate/index.php
@@ -0,0 +1,93 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!DOCTYPE html>
+<html dir="ltr" lang="en">
+<head>
+ <meta charset="utf-8" />
+ <title>Mageia Donation Campaign</title>
+ <meta name="description" content="Mageia is new community-based Linux distribution." />
+ <meta name="keywords" content="mageia, donate, donation" />
+ <meta name="author" content="Mageia" />
+ <link rel="stylesheet" type="text/css" href="/g/style/all.css" >
+ <?php include '../../analytics.php'; ?>
+</head>
+<body>
+ <?php include '../../langs.php'; ?>
+
+ <div id="doc" class="yui-t7">
+ <div id="hd" role="banner"><h1>Mageia <span>| Donation Campaign</span></h1></div>
+ <div id="bd" role="main">
+ <div class="yui-g">
+ <div class="para donate">
+ <div style="float: right; border: 1px solid #aaa; padding: 0 0 1em 0; margin: 0 0 2em 1em;">
+ <ul>
+ <li><a href="#why">Why donate?</a></li>
+ <li><a href="#status">Donation Tracks</a></li>
+ <li><a href="#d-paypal">Donate</a> (PayPal, bank, check)</li>
+ <li><a href="/en/thank-you/#fund">Thank you!</a></li>
+ </ul>
+ </div>
+ <h2 id="why">Why donate?</h2>
+ <p>Mageia.Org is a not-for-profit association to manage the Mageia distribution.
+ As a not-for-profit association, it can receive donations from the community
+ to help in a lot of differents fields:</p>
+ <ul>
+ <li>hardware and hosting for servers;</li>
+ <li>domain names;</li>
+ <li>registrations of Mageia trademark;</li>
+ <li>goodies for spreading Mageia;</li>
+ <li>administrative expenses;</li>
+ <li>eventually, legal counsel and </li>
+ <li>etc.</li>
+ </ul>
+
+ <h2 id="status">How to track donation?</h2>
+ <p>Currently, we have got <strong><?php echo $g_donate_amount; ?></strong>
+ thanks to all of our <a href="/en/thank-you/">donators</a>! (updated weekly)</p>
+
+ <p>There will be a monthly report on the funds received and how they were used.
+ We believe public accountability is crucial. As stated in the minutes of
+ The First General Constitutive Assembly, the treasurer of Mageia.Org is Damien Lallement.</p>
+ </div>
+ </div>
+ <div class="yui-g"><div class="para">
+ <h2 id="d-paypal">Donate via PayPal,</h2>
+ <?php include '../../paypal.inc.php'; echo html_paypal_form('en'); ?>
+ </div></div>
+ <div class="yui-g">
+ <div class="yui-u first"><div class="para" style="padding-right: 0;">
+ <h3>via bank transfer,</h3>
+ <p>using the following
+ Bank Identifier Code (IBAN-BIC):</p>
+ <pre class="donate-coord">
+<u>In favor of:</u>
+
+<?php echo $G_coord_assos; ?>
+
+
+<u>Bank Account:</u>
+
+<?php echo $G_coord_assos_bank; ?>
+
+</pre>
+ </div></div>
+ <div class="yui-u"><div class="para">
+ <h3>or via check (&euro; only).</h3>
+ <p>You can send your donation by check to this address:</p>
+ <pre class="donate-coord">
+<?php echo $G_coord_assos; ?>
+</pre>
+ <p>Use "Mageia.Org" in the "Pay to the order of..." line.</p>
+ </div><div class="para">
+ <p><strong>Please note that:</strong></p>
+ <ul>
+ <li>Paypal withdraws a small commission for each donation (about ...%) so we get a little bit less
+ than you send;</li>
+ <li>conversion rates are charged to Mageia, so please use &euro; as currency;</li>
+ <li>if you want to do an anonymous donation, please add a comment.</li>
+ </ul>
+ </div></div>
+ </div>
+ </div>
+ </div>
+</body>
+</html>