@@ -43,23 +43,84 @@ title: Donate
43
43
</div >
44
44
{% endfor %}
45
45
</div >
46
- <div class =" row" >
47
- {% for patreon in patreons | sort (' tier' ) %}
46
+ </section >
47
+ <section class =" container-xxl mb-5" >
48
+ <h2 id =" patreons" class =" fw-bold" ><a href =" #patreons" >Patreons By Tier</a ></h2 >
49
+ <h4 id =" EnvironmentMapEffect" class =" fw-bold" ><a href =" https://www.patreon.com/monogame/membership" >Graphics.EnvironmentMapEffect</a ></h4 >
50
+ <div class =" row" >
51
+ {% for patreon in patreons | sort () %}
52
+ {% if patreon .tier == " Graphics.EnvironmentMapEffect" %}
53
+ <div class =" col-lg-3 mb-3 text-center" >
54
+ {% if patreon .url %} <a href =" {{patreon.url}}" >{% endif %}
55
+ <strong >{{ patreon .name }} </strong >
56
+ {% if patreon .url %} </a >{% endif %}
57
+ <br />
58
+ </div >
59
+ {% endif %}
60
+ {% endfor %}
61
+ </div >
62
+ <br />
63
+ <h4 id =" Model.Draw" class =" fw-bold" ><a href =" https://www.patreon.com/monogame/membership" >Model.Draw"</a ></h4 >
64
+ <div class =" row" >
65
+ {% for patreon in patreons | sort () %}
66
+ {% if patreon .tier == " Model.Draw" %}
67
+ <div class =" col-lg-3 mb-3 text-center" >
68
+ {% if patreon .url %} <a href =" {{patreon.url}}" >{% endif %}
69
+ <strong >{{ patreon .name }} </strong >
70
+ {% if patreon .url %} </a >{% endif %}
71
+ <br />
72
+ </div >
73
+ {% endif %}
74
+ {% endfor %}
75
+ </div >
76
+ <br />
77
+ <h4 id =" GraphicsDevice.DrawUserPrimitives" class =" fw-bold" ><a href =" https://www.patreon.com/monogame/membership" >GraphicsDevice.DrawUserPrimitives</a ></h4 >
78
+ <div class =" row" >
79
+ {% for patreon in patreons | sort () %}
80
+ {% if patreon .tier == " GraphicsDevice.DrawUserPrimitives" %}
81
+ <div class =" col-lg-3 mb-3 text-center" >
82
+ {% if patreon .url %} <a href =" {{patreon.url}}" >{% endif %}
83
+ <strong >{{ patreon .name }} </strong >
84
+ {% if patreon .url %} </a >{% endif %}
85
+ <br />
86
+ </div >
87
+ {% endif %}
88
+ {% endfor %}
89
+ </div >
90
+ <br />
91
+ <h4 id =" SpriteBatch" class =" fw-bold" ><a href =" https://www.patreon.com/monogame/membership" >SpriteBatch</a ></h4 >
92
+ <div class =" row" >
93
+ {% for patreon in patreons | sort () %}
94
+ {% if patreon .tier == " SpriteBatch" %}
95
+ <div class =" col-lg-3 mb-3 text-center" >
96
+ {% if patreon .url %} <a href =" {{patreon.url}}" >{% endif %}
97
+ <strong >{{ patreon .name }} </strong >
98
+ {% if patreon .url %} </a >{% endif %}
99
+ <br />
100
+ </div >
101
+ {% endif %}
102
+ {% endfor %}
103
+ </div >
104
+ <br />
105
+ <h4 id =" Cornflower Blue" class =" fw-bold" ><a href =" https://www.patreon.com/monogame/membership" >Cornflower Blue</a ></h4 >
106
+ <div class =" row" >
107
+ {% for patreon in patreons | sort () %}
108
+ {% if patreon .tier == " Cornflower Blue" %}
48
109
<div class =" col-lg-3 mb-3 text-center" >
49
110
{% if patreon .url %} <a href =" {{patreon.url}}" >{% endif %}
50
111
<strong >{{ patreon .name }} </strong >
51
112
{% if patreon .url %} </a >{% endif %}
52
113
<br />
53
- {{ patreon .tier }}
54
114
</div >
115
+ {% endif %}
55
116
{% endfor %}
56
117
</div >
57
118
</section >
58
119
59
120
<section class =" container-xxl mb-5" >
60
121
<h1 id =" donations" class =" fw-bold" ><a href =" #donations" >Donations</a ></h1 >
61
122
<p >
62
- The following is a preserved list of individuals and studios that generiously donated in the past to help run the project.
123
+ The following is a preserved list of individuals and studios that generously donated in the past to help run the project.
63
124
</p >
64
125
<div class =" row" >
65
126
{% for donor in donations | sort (true , false , ' amount' ) %}
0 commit comments