mirror of
https://github.com/godotengine/godot-website.git
synced 2025-12-31 09:48:43 +03:00
* godot-development-fund-post * Update collections/_article/godot-developer-fund.md Co-authored-by: John Veness <john.veness.github@pelago.org.uk> * Update collections/_article/godot-developer-fund.md Co-authored-by: John Veness <john.veness.github@pelago.org.uk> * Update collections/_article/godot-developer-fund.md Co-authored-by: John Veness <john.veness.github@pelago.org.uk> * Update collections/_article/godot-developer-fund.md Co-authored-by: John Veness <john.veness.github@pelago.org.uk> * Update collections/_article/godot-developer-fund.md Co-authored-by: John Veness <john.veness.github@pelago.org.uk> * new image * update excerpt * Update collections/_article/godot-developer-fund.md Co-authored-by: Clay John <claynjohn@gmail.com> * Update collections/_article/godot-developer-fund.md Co-authored-by: Clay John <claynjohn@gmail.com> * Update collections/_article/godot-developer-fund.md Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> * Update collections/_article/godot-developer-fund.md Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> * Update collections/_article/godot-developer-fund.md Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> * Update collections/_article/godot-developer-fund.md Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> * Update collections/_article/godot-developer-fund.md Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> * Update collections/_article/godot-developer-fund.md Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> * Update collections/_article/godot-developer-fund.md Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> --------- Co-authored-by: John Veness <john.veness.github@pelago.org.uk> Co-authored-by: Clay John <claynjohn@gmail.com> Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
227 lines
4.9 KiB
HTML
227 lines
4.9 KiB
HTML
---
|
|
title: Donate - Godot Engine
|
|
permalink: /donate/index.html
|
|
layout: default
|
|
---
|
|
|
|
{% include header.html %}
|
|
|
|
<style>
|
|
.col-2 {
|
|
display: grid;
|
|
grid-template-columns: 1fr;
|
|
gap: 30px;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.col-2 {
|
|
grid-template-columns: 1fr 1fr;
|
|
gap: 60px;
|
|
}
|
|
}
|
|
|
|
.donate-button {
|
|
text-decoration: none;
|
|
color: white;
|
|
background: var(--big-button-color);
|
|
padding: 12px 24px;
|
|
box-shadow: var(--base-shadow);
|
|
font-weight: bold;
|
|
text-transform: uppercase;
|
|
margin-bottom: 10px;
|
|
display: inline-block;
|
|
}
|
|
|
|
.container .options {
|
|
display: grid;
|
|
grid-template-columns: 1fr;
|
|
padding-top: 50px;
|
|
text-align: center;
|
|
max-width: 960px;
|
|
gap: 30px;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.container .options {
|
|
grid-template-columns: 1fr 1fr;
|
|
}
|
|
}
|
|
|
|
.card-transfer {
|
|
background-color: rgba(120, 120, 120, 0.15);
|
|
background: #2f2f2f;
|
|
margin-top: 50px;
|
|
padding: 43px 50px;
|
|
border-radius: 11px;
|
|
box-shadow: 0 11px 10px -10px #00000042;
|
|
}
|
|
|
|
@media (prefers-color-scheme: light) {
|
|
.card-transfer {
|
|
background-color: rgba(160, 160, 160, 0.15);
|
|
}
|
|
}
|
|
|
|
.development-fund {
|
|
background: #363a4f;
|
|
}
|
|
@media (prefers-color-scheme: light) {
|
|
.development-fund {
|
|
background: #dae0ff;
|
|
}
|
|
}
|
|
|
|
.card-transfer .details {
|
|
display: grid;
|
|
grid-template-columns: 1fr;
|
|
gap: 30px;
|
|
}
|
|
|
|
@media (min-width: 768px) {
|
|
.card-transfer .details {
|
|
grid-template-columns: 1fr 1fr;
|
|
gap: 50px;
|
|
}
|
|
.bank-transfer .details {
|
|
padding: 0 30px;
|
|
}
|
|
.development-fund .details p{
|
|
margin-top: 0;
|
|
}
|
|
}
|
|
|
|
p.for-more {
|
|
text-align: center;
|
|
opacity: 0.8;
|
|
}
|
|
|
|
.about-support {
|
|
padding: 30px;
|
|
}
|
|
@media (min-width: 768px) {
|
|
.about-support {
|
|
padding: 70px;
|
|
}
|
|
}
|
|
|
|
.foundation {
|
|
text-align: center;
|
|
margin-bottom: 50px;
|
|
margin-top: 50px;
|
|
}
|
|
.foundation .image {
|
|
max-width: 300px;
|
|
margin: 0 auto;
|
|
}
|
|
.foundation .image img{
|
|
max-width: 100%;
|
|
}
|
|
.foundation p {
|
|
max-width: 772px;
|
|
margin-bottom: 40px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
@media (prefers-color-scheme: dark) {
|
|
.if-light {
|
|
display: none;
|
|
}
|
|
|
|
.if-dark {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
@media (prefers-color-scheme: light) {
|
|
.if-light {
|
|
display: block;
|
|
}
|
|
|
|
.if-dark {
|
|
display: none;
|
|
}
|
|
}
|
|
</style>
|
|
|
|
|
|
<div class="container">
|
|
<div class="col-2">
|
|
<div class="paypal-transfer card-transfer" id="paypal">
|
|
<h2>Paypal</h2>
|
|
<p>
|
|
The Godot Foundation accepts donations via PayPal. Funds may be directed to <strong>paypal@godot.foundation</strong>.
|
|
</p>
|
|
<a class="donate-button" target="_blank" href="https://www.paypal.com/donate/?hosted_button_id=H3V5K8J3QYZBU">One-time donation</a>
|
|
</div>
|
|
|
|
<div class="development-fund card-transfer" id="patreon">
|
|
<h2>Development Fund</h2>
|
|
<p>
|
|
Join the Development Fund and make a recurrent donation to support core Godot development.
|
|
</p>
|
|
<a class="donate-button"
|
|
href="https://fund.godotengine.org">Recurring donation</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="bank-transfer card-transfer" id="bank">
|
|
<h2>Bank Transfer</h2>
|
|
|
|
<p>
|
|
If you are sending from the EU, or if you want to make a large donation, you can make a direct bank transfer.<br>For questions, contact <a href="mailto:contact@godot.foundation" target="_blank">contact@godot.foundation</a>.
|
|
</p>
|
|
|
|
<h3>Send payments to:</h3>
|
|
|
|
<div class="details">
|
|
<div>
|
|
<strong>Stichting Godot</strong><br>
|
|
Spoorlaan 5</br>
|
|
1911HA Uitgeest<br>
|
|
The Netherlands<br>
|
|
<br>
|
|
BIC/Swift code: <strong>TRIONL2U</strong><br>
|
|
IBAN: <strong>NL12 TRIO 0320 5613 48</strong><br>
|
|
</div>
|
|
<div>
|
|
Bank: <strong>Triodos Bank</strong><br>
|
|
<strong>Postbus 55</strong><br>
|
|
<strong>3700 AB Zeist</strong><br>
|
|
<strong>The Netherlands</strong><br>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="foundation">
|
|
<div class="image">
|
|
<a href="https://godot.foundation" target="_blank">
|
|
<img class="if-dark" src="https://godot.foundation/assets/godot-foundation-logo.svg" alt="The Godot Foundation">
|
|
<img class="if-light" src="https://godot.foundation/assets/godot-foundation-logo-light.svg" alt="The Godot Foundation">
|
|
</a>
|
|
</div>
|
|
<p>Your donations will be received by the <a href="https://godot.foundation" target="_blank">Godot Foundation</a>, a non-profit organization that manages the funds for the Godot project. Whichever method you choose, the funds will be used to support Godot development.
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{% include sponsors.html %}
|
|
|
|
<script>
|
|
document.addEventListener('DOMContentLoaded', () => {
|
|
// Adding a prompt for empty sponsor grids.
|
|
const grids = document.querySelectorAll('.sponsors .grid');
|
|
grids.forEach(grid => {
|
|
if (grid.children.length === 0) {
|
|
const prompt = document.createElement('a');
|
|
prompt.classList.add('sponsor-empty');
|
|
prompt.setAttribute('href', 'mailto:contact@godot.foundation');
|
|
prompt.innerHTML = "Your logo here?<br>Get in touch!";
|
|
grid.appendChild(prompt);
|
|
}
|
|
});
|
|
});
|
|
</script>
|
|
|
|
{% include footer.html %}
|