Skip to content

Add non-profit info #164

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/_includes/partials/_footer.njk
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@

<div class="d-flex flex-column flex-sm-row justify-content-between align-items-center gap-3 py-4 my-4">
<div>
Copyright © 2009-2024 MonoGame Foundation, Inc. <br/> Designed with
© 2009-2024 MonoGame Foundation, Inc. is a 501(c)(3) non-profit. EIN 93-3803929<br/>Designed with
<span class="text-danger">❤</span>
by
<a href="https://github.com/MonoGame/monogame.github.io/graphs/contributors">MonoGame Community</a>
Expand Down
15 changes: 12 additions & 3 deletions website/content/about.njk
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,14 @@ title: About
<section class="container-xxl my-5">
<h1 id="foundation" class="fw-bold"><a href="#foundation">Foundation</a></h1>
<p>
The <span class="fw-bold">MonoGame Foundation</span> was established in September of 2023
to direct the future of the project. The current board members are:
The <span class="fw-bold">MonoGame Foundation</span> 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.
</p>
<p>
Our funding comes from individual and corporate <a href="/donate">donations</a> and is used to drive improvements to the framework code, creation of educational resources, supporting community events, and general project infrastructure.
</p>
<p>
The current members of the board are:
</p>
<div class="row">
{% for member in foundation %}
Expand All @@ -30,9 +36,12 @@ title: About
{% endfor %}
</div>
<p>
You can read the foundation <a href="https://docs.monogame.net/foundation/">bylaws</a> or review the <a href="/blog/meeting">meeting minutes </a>
You can read the Foundation <a href="https://docs.monogame.net/foundation/">bylaws</a> or review the <a href="/blog/meeting">meeting minutes</a>
to keep track of our progress.
</p>
<p>
Our IRS Tax ID Number (TIN) is 93-3803929.
</p>
</section>

<section class="container-xxl mb-5">
Expand Down
61 changes: 32 additions & 29 deletions website/content/donate.njk
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ title: Donate
<section class="container-xxl my-5">
<div class="container-fluid">
<div class="row">
<div class="col-xl-7 mb-5">
<div class="col-xl-9 mb-5">
<h1 id="support-monogame" class="fw-bold"><a href="#support-monogame">Support MonoGame</a></h1>
<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>
<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>
<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>
<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>
<p>Donate now and be a part of this exciting journey.</p>
<a class="btn mg-patreon-button" type="button" href="https://www.patreon.com/bePatron?u=3142012" target="_blank">
{% include 'svgs/logos/patreon.svg'%}
Become a member!
</a>
</div>
<div class="col-md-5 patreon-stats">
<div class="col-sm-3 patreon-stats">
<div class="patreon-stat monthly">
<span id="per-month"></span>
<p>monthly</p>
Expand All @@ -33,8 +33,10 @@ title: Donate
</section>

<section class="container-xxl mb-5">
<h1 id="sponsors" class="fw-bold"><a href="#sponsors">MonoGame Is Sponsored By</a></h1>
<div class="row">
<h1 id="sponsors" class="fw-bold"><a href="#sponsors">Corporate Sponsors</a></h1>
<p>If you're interested in becoming a headline sponsor of MonoGame please <a href="/about/#contact-us">contact us</a>.</p>
<br/>
<div class="row justify-content-center">
{% for sponsor in sponsors %}
<div class="col-lg-6 mb-5">
<a class="hide-external-icon" href="{{sponsor.url}}" title="{{sponsor.name}}">
Expand All @@ -45,73 +47,74 @@ title: Donate
</div>
</section>
<section class="container-xxl mb-5">
<h1 id="patreons" class="fw-bold"><a href="#patreons">Patreons By Tier</a></h2>
<h1 id="patreons" class="fw-bold"><a href="#patreons">Monthly Sponsors</a></h1>
<p>
The following is a preserved list of individuals and studios that continue to support MonoGame through Patreon.
</p>
<h4 id="EnvironmentMapEffect" class="fw-bold"><a href="https://www.patreon.com/monogame/membership">Graphics.EnvironmentMapEffect - $64 / month</a></h4>
<div class="row">
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>.
</p>
<br/>
<h4 class="text-center" id="Graphics.EnvironmentMapEffect">Graphics.EnvironmentMapEffect</h4>
<div class="row justify-content-center mb-3">
{% for patreon in patreons | sort() %}
{% if patreon.tier == "Graphics.EnvironmentMapEffect" %}
<div class="col-lg-3 mb-3 text-center">
<div class="col-sm-4 mb-1 text-center">
{% if patreon.url %}<a href="{{patreon.url}}">{% endif %}
<strong>{{patreon.name}}</strong>
{{patreon.name}}
{% if patreon.url %}</a>{% endif %}
<br />
</div>
{% endif %}
{% endfor %}
</div>
<br />
<h4 id="Model.Draw" class="fw-bold"><a href="https://www.patreon.com/monogame/membership">Model.Draw - $32 / month</a></h4>
<div class="row">
<h4 class="text-center" id="Model.Draw">Model.Draw</h4>
<div class="row justify-content-center mb-3">
{% for patreon in patreons | sort() %}
{% if patreon.tier == "Model.Draw" %}
<div class="col-lg-3 mb-3 text-center">
<div class="col-sm-4 mb-1 text-center">
{% if patreon.url %}<a href="{{patreon.url}}">{% endif %}
<strong>{{patreon.name}}</strong>
{{patreon.name}}
{% if patreon.url %}</a>{% endif %}
<br />
</div>
{% endif %}
{% endfor %}
</div>
<br />
<h4 id="GraphicsDevice.DrawUserPrimitives" class="fw-bold"><a href="https://www.patreon.com/monogame/membership">GraphicsDevice.DrawUserPrimitives - $16 / month</a></h4>
<div class="row">
<h4 class="text-center" id="GraphicsDevice.DrawUserPrimitives">GraphicsDevice.DrawUserPrimitives</h4>
<div class="row justify-content-center mb-3">
{% for patreon in patreons | sort() %}
{% if patreon.tier == "GraphicsDevice.DrawUserPrimitives" %}
<div class="col-lg-3 mb-3 text-center">
<div class="col-sm-4 mb-1 text-center">
{% if patreon.url %}<a href="{{patreon.url}}">{% endif %}
<strong>{{patreon.name}}</strong>
{{patreon.name}}
{% if patreon.url %}</a>{% endif %}
<br />
</div>
{% endif %}
{% endfor %}
</div>
<br />
<h4 id="SpriteBatch" class="fw-bold"><a href="https://www.patreon.com/monogame/membership">SpriteBatch - $4 / month</a></h4>
<div class="row">
<h4 class="text-center" id="SpriteBatch">SpriteBatch</h4>
<div class="row justify-content-center mb-3">
{% for patreon in patreons | sort() %}
{% if patreon.tier == "SpriteBatch" %}
<div class="col-lg-3 mb-3 text-center">
<div class="col-sm-4 mb-1 text-center">
{% if patreon.url %}<a href="{{patreon.url}}">{% endif %}
<strong>{{patreon.name}}</strong>
{{patreon.name}}
{% if patreon.url %}</a>{% endif %}
<br />
</div>
{% endif %}
{% endfor %}
</div>
<br />
<h4 id="Cornflower Blue" class="fw-bold"><a href="https://www.patreon.com/monogame/membership">Cornflower Blue - $2 / month</a></h4>
<div class="row">
<h4 class="text-center" id="Cornflower Blue">Cornflower Blue</h4>
<div class="row justify-content-center mb-3">
{% for patreon in patreons | sort() %}
{% if patreon.tier == "Cornflower Blue" %}
<div class="col-lg-3 mb-3 text-center">
<div class="col-sm-4 mb-1 text-center">
{% if patreon.url %}<a href="{{patreon.url}}">{% endif %}
<strong>{{patreon.name}}</strong>
{{patreon.name}}
{% if patreon.url %}</a>{% endif %}
<br />
</div>
Expand All @@ -129,7 +132,7 @@ title: Donate
{% for donor in donations | sort(true, false, 'amount') %}
<div class="col-lg-3 mb-3 text-center">
{% if donor.url %}<a href="{{donor.url}}">{% endif %}
<strong>{{donor.name}}</strong>
{{donor.name}}
{% if donor.url %}</a>{% endif %}
<br />
{{ (donor.amount / 100).toLocaleString('en-US', {style: 'currency', currency: 'USD'}) }}
Expand Down
4 changes: 2 additions & 2 deletions website/content/index.njk
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ title: MonoGame
</p>
<div class="carousel-button-container">
<a type="button" class="btn btn-lrg mg-button" href="https://docs.monogame.net/articles/getting_started/index.html">
Getting Started <i class="bi bi-arrow-right"></i>
Getting Started <i class="bi bi-mortarboard"></i>
</a>
<a type="button" class="btn btn-lrg mg-button" href="https://github.com/MonoGame/MonoGame">
Fork Us <i class="bi bi-github"></i>
Github <i class="bi bi-github"></i>
</a>
</div>
</div>
Expand Down