aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'donate/index.html')
-rw-r--r--donate/index.html116
1 files changed, 116 insertions, 0 deletions
diff --git a/donate/index.html b/donate/index.html
new file mode 100644
index 0000000..7168a69
--- /dev/null
+++ b/donate/index.html
@@ -0,0 +1,116 @@
+---
+title: 'Donate'
+nav1: donate
+layout: tyrian
+---
+{% include hero-section/start class="huge donate" %}
+<div class="row">
+ <div class="col-xs-12 col-md-offset-2 col-md-10">
+ <h1><span class="fa fa-heart"></span> Donate</h1>
+ </div>
+</div>
+<div class="row">
+ <div class="col-xs-12 col-md-offset-2 col-md-10">
+ <p>
+ As a community distribution, Gentoo needs your support to keep going.<br>
+ <strong>Support us now!</strong>
+ </p>
+ </div>
+</div>
+{% include hero-section/end %}
+<br>
+<div class="row">
+ <div class="col-xs-12 col-md-8">
+ <div class="panel panel-default">
+ <div class="panel-heading">
+ <h3 class="panel-title">Donate</h3>
+ </div>
+ <div class="panel-body">
+ You can easily make a one-time contribution using PayPal:
+ <br><br>
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post" class="donate-form">
+ <input type="hidden" name="cmd" value="_xclick">
+ <input type="hidden" name="business" value="paypal@gentoo.org">
+ <input type="hidden" name="item_name" value="Gentoo Linux Support">
+ <input type="hidden" name="item_number" value="1000">
+ <input type="hidden" name="image_url" value="/images/paypal.png">
+ <input type="hidden" name="no_shipping" value="1">
+ <form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
+ <input type="hidden" name="currency_code" value="USD">
+ <input type="hidden" name="return" value="https://www.gentoo.org/donate/thanks.html">
+ <input type="hidden" name="cancel_return" value="https://www.gentoo.org/donate/cancel.html">
+ <div class="input-group input-group-lg">
+ <span class="input-group-addon">US $</span>
+ <input type="text" class="form-control" placeholder="Enter Amount" name="amount">
+ <span class="input-group-btn">
+ <button class="btn btn-danger" type="submit"><span class="fa fa-fw fa-heart"></span> Donate!</button>
+ </span>
+ </div>
+ </form>
+ <br>
+ <small>
+ You can use this form even if you don't have or want to create a PayPal account.
+ On the next screen, you can pay with your credit card instead.
+ </small>
+ </div>
+ </div>
+ </div>
+ <div class="col-xs-12 col-md-4">
+ <p>
+ <strong>What is the money used for?</strong>
+ <br>
+ The core services powering Gentoo are provided on machines owned by the Gentoo Foundation.
+ Connectivity, parts, repair, remote hands, and power need all to be paid for by us.
+ </p>
+ <p>
+ Details are available in the Gentoo Foundation <a href="/inside-gentoo/foundation/">financial reports</a>.
+ </p>
+ </div>
+</div>
+
+<div class="row">
+ <div class="col-xs-12 col-md-8">
+ <div class="panel panel-default">
+ <div class="panel-heading">
+ <h3 class="panel-title">Sponsor Gentoo</h3>
+ </div>
+ <div class="panel-body">
+ <p>
+ If you have cool hardware you'd like to see Gentoo run on, or can spare a server or two for us to host services for our community on,
+ we'd be glad to be able to include you in our <a href="/inside-gentoo/sponsors/">list of sponsors</a>.<br>
+ For substantial contributions, we'll even reward you with an entry in our Hall of Fame on the front page.
+ </p>
+ <p>
+ To learn more, please get in touch with our <a href="mailto:pr@gentoo.org">Public Relations team</a>.
+ </p>
+ </div>
+ </div>
+ </div>
+ <div class="col-xs-12 col-md-4">
+ </div>
+</div>
+
+<div class="row">
+ <div class="col-xs-12 col-md-8">
+ <div class="panel panel-default">
+ <div class="panel-heading">
+ <h3 class="panel-title">Contribute</h3>
+ </div>
+ <div class="panel-body">
+ If you want to put your skills to good use for the benefit of Gentoo users worldwide, we <a href="/get-involved/contribute/">welcome your contributions</a>.
+ </div>
+ </div>
+ </div>
+ <div class="col-xs-12 col-md-4">
+ </div>
+</div>
+
+<hr>
+
+<p class="text-right">
+ <small>
+ Gentoo Poster at the <strong>Chemnitzer Linux-Tage,</strong> one of the largest Linux conventions in Germany<br>
+ Our presence there was only possible thanks to your support<br>
+ Picture by Hanno Böck/CC-0
+ </small>
+</p> \ No newline at end of file