diff --git a/website/_includes/partials/_footer.njk b/website/_includes/partials/_footer.njk index 9fba78d1..9c24a25e 100644 --- a/website/_includes/partials/_footer.njk +++ b/website/_includes/partials/_footer.njk @@ -62,7 +62,7 @@
- Copyright © 2009-2024 MonoGame Foundation, Inc.
Designed with + © 2009-2024 MonoGame Foundation, Inc. is a 501(c)(3) non-profit. EIN 93-3803929
Designed with by MonoGame Community diff --git a/website/content/about.njk b/website/content/about.njk index 8aac2dfa..f93de9c9 100644 --- a/website/content/about.njk +++ b/website/content/about.njk @@ -7,8 +7,14 @@ title: About

Foundation

- The MonoGame Foundation was established in September of 2023 - to direct the future of the project. The current board members are: + The MonoGame Foundation is a US based 501(c)(3) non-profit organization established in September of 2023 + to direct the future of the framework and promote game development education. +

+

+ Our funding comes from individual and corporate donations and is used to drive improvements to the framework code, creation of educational resources, supporting community events, and general project infrastructure. +

+

+ The current members of the board are:

{% for member in foundation %} @@ -30,9 +36,12 @@ title: About {% endfor %}

- You can read the foundation bylaws or review the meeting minutes + You can read the Foundation bylaws or review the meeting minutes to keep track of our progress.

+

+ Our IRS Tax ID Number (TIN) is 93-3803929. +

diff --git a/website/content/donate.njk b/website/content/donate.njk index c2ec07b2..e50c8657 100644 --- a/website/content/donate.njk +++ b/website/content/donate.njk @@ -7,10 +7,10 @@ title: Donate
-
+

Support MonoGame

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.

-

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.

+

To ensure MonoGame continues to thrive into the future the 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.

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.

Donate now and be a part of this exciting journey.

@@ -18,7 +18,7 @@ title: Donate Become a member!
-
+

monthly

@@ -33,8 +33,10 @@ title: Donate
-

MonoGame Is Sponsored By

-
+

Corporate Sponsors

+

If you're interested in becoming a headline sponsor of MonoGame please contact us.

+
+
{% for sponsor in sponsors %}
-

Patreons By Tier

+

Monthly Sponsors

- The following is a preserved list of individuals and studios that continue to support MonoGame through Patreon. -

-

Graphics.EnvironmentMapEffect - $64 / month

-
+ The following is a partial list of individuals and studios that support us through Patreon. +

+
+

Graphics.EnvironmentMapEffect

+
{% for patreon in patreons | sort() %} {% if patreon.tier == "Graphics.EnvironmentMapEffect" %} -
+ @@ -63,13 +66,13 @@ title: Donate {% endfor %}

-

Model.Draw - $32 / month

-
+

Model.Draw

+
{% for patreon in patreons | sort() %} {% if patreon.tier == "Model.Draw" %} -
+ @@ -77,13 +80,13 @@ title: Donate {% endfor %}

-

GraphicsDevice.DrawUserPrimitives - $16 / month

-
+

GraphicsDevice.DrawUserPrimitives

+
{% for patreon in patreons | sort() %} {% if patreon.tier == "GraphicsDevice.DrawUserPrimitives" %} -
+ @@ -91,13 +94,13 @@ title: Donate {% endfor %}

-

SpriteBatch - $4 / month

-
+

SpriteBatch

+
{% for patreon in patreons | sort() %} {% if patreon.tier == "SpriteBatch" %} -
+ @@ -105,13 +108,13 @@ title: Donate {% endfor %}

-

Cornflower Blue - $2 / month

-
+

Cornflower Blue

+
{% for patreon in patreons | sort() %} {% if patreon.tier == "Cornflower Blue" %} -
+ @@ -129,7 +132,7 @@ title: Donate {% for donor in donations | sort(true, false, 'amount') %}
{% if donor.url %}{% endif %} - {{donor.name}} + {{donor.name}} {% if donor.url %}{% endif %}
{{ (donor.amount / 100).toLocaleString('en-US', {style: 'currency', currency: 'USD'}) }} diff --git a/website/content/index.njk b/website/content/index.njk index 171d8278..76f3d8e2 100644 --- a/website/content/index.njk +++ b/website/content/index.njk @@ -12,10 +12,10 @@ title: MonoGame