From b6d18d6d8a37268c108095660116b89b07d460ff Mon Sep 17 00:00:00 2001 From: Tom Spilman Date: Sat, 19 Oct 2024 09:20:17 -0500 Subject: [PATCH 1/4] Better getting started icon (graduation cap). Changed "Fork Us" to "Github". --- website/content/index.njk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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

From 4de372e105135fd3f1610831be2db3415d36eb93 Mon Sep 17 00:00:00 2001 From: Tom Spilman Date: Sat, 19 Oct 2024 09:20:39 -0500 Subject: [PATCH 2/4] Added non-profit info to footer. --- website/_includes/partials/_footer.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 986006e64c6cd612b716bca19889278544865838 Mon Sep 17 00:00:00 2001 From: Tom Spilman Date: Sat, 19 Oct 2024 09:20:53 -0500 Subject: [PATCH 3/4] Added non-profit info. --- website/content/about.njk | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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. +

From 7646e7873ab16ab06afc8ea45e2740c138c582aa Mon Sep 17 00:00:00 2001 From: Tom Spilman Date: Sat, 19 Oct 2024 09:21:29 -0500 Subject: [PATCH 4/4] Tweaked the layout of the page some. Cleanup to Patreon sponsors list. --- website/content/donate.njk | 61 ++++++++++++++++++++------------------ 1 file changed, 32 insertions(+), 29 deletions(-) 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'}) }}