Skip to content

Commit 7646e78

Browse files
committed
Tweaked the layout of the page some.
Cleanup to Patreon sponsors list.
1 parent 986006e commit 7646e78

File tree

1 file changed

+32
-29
lines changed

1 file changed

+32
-29
lines changed

website/content/donate.njk

Lines changed: 32 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ title: Donate
77
<section class="container-xxl my-5">
88
<div class="container-fluid">
99
<div class="row">
10-
<div class="col-xl-7 mb-5">
10+
<div class="col-xl-9 mb-5">
1111
<h1 id="support-monogame" class="fw-bold"><a href="#support-monogame">Support MonoGame</a></h1>
1212
<p>MonoGame is an open-source answer to expensive, restrictive game engines. It is free to use on ALL platforms, even on game consoles. This was achieved by the generous donation of code by hundreds of independent developers over the last 15 years.</p>
13-
<p>To ensure MonoGame continues to thrive into the future the non-profit MonoGame Foundation needs your support. Your donations help us keep pace with advancing technology and new platforms, ensuring MonoGame remains a powerful tool for all game developers.</p>
13+
<p>To ensure MonoGame continues to thrive into the future the MonoGame Foundation <b>needs your support</b>. Your donations help us keep pace with advancing technology and new platforms, ensuring MonoGame remains a powerful tool for all game developers.</p>
1414
<p>If your time using MonoGame has been enjoyable, educational, or it helped create your successful game, consider giving back to the project. Your contributions ensure a future where game development is accessible to everyone.</p>
1515
<p>Donate now and be a part of this exciting journey.</p>
1616
<a class="btn mg-patreon-button" type="button" href="https://www.patreon.com/bePatron?u=3142012" target="_blank">
1717
{% include 'svgs/logos/patreon.svg'%}
1818
Become a member!
1919
</a>
2020
</div>
21-
<div class="col-md-5 patreon-stats">
21+
<div class="col-sm-3 patreon-stats">
2222
<div class="patreon-stat monthly">
2323
<span id="per-month"></span>
2424
<p>monthly</p>
@@ -33,8 +33,10 @@ title: Donate
3333
</section>
3434

3535
<section class="container-xxl mb-5">
36-
<h1 id="sponsors" class="fw-bold"><a href="#sponsors">MonoGame Is Sponsored By</a></h1>
37-
<div class="row">
36+
<h1 id="sponsors" class="fw-bold"><a href="#sponsors">Corporate Sponsors</a></h1>
37+
<p>If you're interested in becoming a headline sponsor of MonoGame please <a href="/about/#contact-us">contact us</a>.</p>
38+
<br/>
39+
<div class="row justify-content-center">
3840
{% for sponsor in sponsors %}
3941
<div class="col-lg-6 mb-5">
4042
<a class="hide-external-icon" href="{{sponsor.url}}" title="{{sponsor.name}}">
@@ -45,73 +47,74 @@ title: Donate
4547
</div>
4648
</section>
4749
<section class="container-xxl mb-5">
48-
<h1 id="patreons" class="fw-bold"><a href="#patreons">Patreons By Tier</a></h2>
50+
<h1 id="patreons" class="fw-bold"><a href="#patreons">Monthly Sponsors</a></h1>
4951
<p>
50-
The following is a preserved list of individuals and studios that continue to support MonoGame through Patreon.
51-
</p>
52-
<h4 id="EnvironmentMapEffect" class="fw-bold"><a href="https://www.patreon.com/monogame/membership">Graphics.EnvironmentMapEffect - $64 / month</a></h4>
53-
<div class="row">
52+
The following is a partial list of individuals and studios that support us through <a href="https://www.patreon.com/bePatron?u=3142012">Patreon</a>.
53+
</p>
54+
<br/>
55+
<h4 class="text-center" id="Graphics.EnvironmentMapEffect">Graphics.EnvironmentMapEffect</h4>
56+
<div class="row justify-content-center mb-3">
5457
{% for patreon in patreons | sort() %}
5558
{% if patreon.tier == "Graphics.EnvironmentMapEffect" %}
56-
<div class="col-lg-3 mb-3 text-center">
59+
<div class="col-sm-4 mb-1 text-center">
5760
{% if patreon.url %}<a href="{{patreon.url}}">{% endif %}
58-
<strong>{{patreon.name}}</strong>
61+
{{patreon.name}}
5962
{% if patreon.url %}</a>{% endif %}
6063
<br />
6164
</div>
6265
{% endif %}
6366
{% endfor %}
6467
</div>
6568
<br />
66-
<h4 id="Model.Draw" class="fw-bold"><a href="https://www.patreon.com/monogame/membership">Model.Draw - $32 / month</a></h4>
67-
<div class="row">
69+
<h4 class="text-center" id="Model.Draw">Model.Draw</h4>
70+
<div class="row justify-content-center mb-3">
6871
{% for patreon in patreons | sort() %}
6972
{% if patreon.tier == "Model.Draw" %}
70-
<div class="col-lg-3 mb-3 text-center">
73+
<div class="col-sm-4 mb-1 text-center">
7174
{% if patreon.url %}<a href="{{patreon.url}}">{% endif %}
72-
<strong>{{patreon.name}}</strong>
75+
{{patreon.name}}
7376
{% if patreon.url %}</a>{% endif %}
7477
<br />
7578
</div>
7679
{% endif %}
7780
{% endfor %}
7881
</div>
7982
<br />
80-
<h4 id="GraphicsDevice.DrawUserPrimitives" class="fw-bold"><a href="https://www.patreon.com/monogame/membership">GraphicsDevice.DrawUserPrimitives - $16 / month</a></h4>
81-
<div class="row">
83+
<h4 class="text-center" id="GraphicsDevice.DrawUserPrimitives">GraphicsDevice.DrawUserPrimitives</h4>
84+
<div class="row justify-content-center mb-3">
8285
{% for patreon in patreons | sort() %}
8386
{% if patreon.tier == "GraphicsDevice.DrawUserPrimitives" %}
84-
<div class="col-lg-3 mb-3 text-center">
87+
<div class="col-sm-4 mb-1 text-center">
8588
{% if patreon.url %}<a href="{{patreon.url}}">{% endif %}
86-
<strong>{{patreon.name}}</strong>
89+
{{patreon.name}}
8790
{% if patreon.url %}</a>{% endif %}
8891
<br />
8992
</div>
9093
{% endif %}
9194
{% endfor %}
9295
</div>
9396
<br />
94-
<h4 id="SpriteBatch" class="fw-bold"><a href="https://www.patreon.com/monogame/membership">SpriteBatch - $4 / month</a></h4>
95-
<div class="row">
97+
<h4 class="text-center" id="SpriteBatch">SpriteBatch</h4>
98+
<div class="row justify-content-center mb-3">
9699
{% for patreon in patreons | sort() %}
97100
{% if patreon.tier == "SpriteBatch" %}
98-
<div class="col-lg-3 mb-3 text-center">
101+
<div class="col-sm-4 mb-1 text-center">
99102
{% if patreon.url %}<a href="{{patreon.url}}">{% endif %}
100-
<strong>{{patreon.name}}</strong>
103+
{{patreon.name}}
101104
{% if patreon.url %}</a>{% endif %}
102105
<br />
103106
</div>
104107
{% endif %}
105108
{% endfor %}
106109
</div>
107110
<br />
108-
<h4 id="Cornflower Blue" class="fw-bold"><a href="https://www.patreon.com/monogame/membership">Cornflower Blue - $2 / month</a></h4>
109-
<div class="row">
111+
<h4 class="text-center" id="Cornflower Blue">Cornflower Blue</h4>
112+
<div class="row justify-content-center mb-3">
110113
{% for patreon in patreons | sort() %}
111114
{% if patreon.tier == "Cornflower Blue" %}
112-
<div class="col-lg-3 mb-3 text-center">
115+
<div class="col-sm-4 mb-1 text-center">
113116
{% if patreon.url %}<a href="{{patreon.url}}">{% endif %}
114-
<strong>{{patreon.name}}</strong>
117+
{{patreon.name}}
115118
{% if patreon.url %}</a>{% endif %}
116119
<br />
117120
</div>
@@ -129,7 +132,7 @@ title: Donate
129132
{% for donor in donations | sort(true, false, 'amount') %}
130133
<div class="col-lg-3 mb-3 text-center">
131134
{% if donor.url %}<a href="{{donor.url}}">{% endif %}
132-
<strong>{{donor.name}}</strong>
135+
{{donor.name}}
133136
{% if donor.url %}</a>{% endif %}
134137
<br />
135138
{{ (donor.amount / 100).toLocaleString('en-US', {style: 'currency', currency: 'USD'}) }}

0 commit comments

Comments
 (0)