Skip to content

Commit 18c007b

Browse files
committed
Add Resources Section to community
1 parent 191d8ad commit 18c007b

File tree

4 files changed

+194
-0
lines changed

4 files changed

+194
-0
lines changed

website/content/community.njk

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,54 @@ title: Community
126126
</a>
127127
</div>
128128
</section>
129+
130+
<section class="container-xxl mb-5">
131+
<h2 id="communities" class="fw-bold">
132+
Resources
133+
</h2>
134+
<div class="mg-item-grid">
135+
<a href="resources-books" class="mg-no-link hide-external-icon">
136+
<div class="mg-card mg-box-shadow d-flex flex-column">
137+
<div class="mg-card-thumbnail"
138+
style="background-image: url('/images/community/twitter_preview.png');
139+
background-size: contain;
140+
background-position: top;"></div>
141+
<div class="mg-card-body">
142+
<h3 class="mg-card-title"><i class="bi bi-twitter"></i> Books</h3>
143+
<p>
144+
A list of books that cover MonoGame and game development.
145+
<p>
146+
</div>
147+
</div>
148+
</a>
149+
<a href="resources-engine" class="mg-no-link hide-external-icon">
150+
<div class="mg-card mg-box-shadow d-flex flex-column">
151+
<div class="mg-card-thumbnail"
152+
style="background-image: url('/images/community/youtube_preview.png');
153+
background-size: contain;
154+
background-position: top;"></div>
155+
<div class="mg-card-body">
156+
<h3 class="mg-card-title"><i class="bi bi-youtube"></i> Engines</h3>
157+
<p>
158+
A list of game engines that support MonoGame.
159+
</p>
160+
</div>
161+
</div>
162+
</a>
163+
<a href="resources-ui" class="mg-no-link hide-external-icon">
164+
<div class="mg-card mg-box-shadow d-flex flex-column">
165+
<div class="mg-card-thumbnail"
166+
style="background-image: url('/images/community/youtube_preview.png');
167+
background-size: contain;
168+
background-position: top;"></div>
169+
<div class="mg-card-body">
170+
<h3 class="mg-card-title"><i class="bi bi-youtube"></i> UI Libraries</h3>
171+
<p>
172+
A list of UI libraries that can be used with MonoGame.
173+
</p>
174+
</div>
175+
</div>
176+
</a>
177+
</div>
178+
</section>
129179
{% endblock %}

website/content/resources-books.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: Board Meeting Minutes
3+
date: "2023-10-24"
4+
excerpt: The first official MonoGame Foundation meeting was a great success, setting out the core principles under which the foundation will be run.
5+
tags: meeting
6+
author: MonoGame Foundation
7+
image: /images/blog/cover/monogame_foundation.png
8+
ogImage: /images/blog/cover/monogame_foundation.png
9+
---
10+
11+
## Attendee's
12+
13+
- Dean Ellis - President
14+
- Dominique Louis - Treasurer
15+
- Simon Jackson - Corporate Secretary
16+
- Tom Spilman - Banking Matters
17+
- Marko Jeremic - Board Chairman
18+
- Thomas Altenburger - Board Member
19+
20+
## Agenda
21+
22+
- Initial kick off meeting
23+
- Foundation setup progress
24+
- Roadmap discussions
25+
- MonoGame GitHub Issue and PR clean-up / process
26+
- Aob
27+
28+
## Outcomes
29+
30+
The first official MonoGame Foundation meeting was a great success, setting out the core principles under which the foundation will be run.
31+
32+
Of note, the current decisions were made by the conclusion of the meeting:
33+
34+
- Foundation formal launch date agreed, 29th September 2023. The financial and bank account are all in order.
35+
- The migration process for all MonoGame funding and billing is in the process of transferring to the Foundation.
36+
- Non-Profit status in progress, pending confirmation with US Registry.
37+
- New website design and implementation agreed, due to go live on Monday 13th October (if you are reading this, then you are looking at the new site).
38+
- The existing MonoGame GitHub backlog will be cleaned up as a priority, issues not relating to current MonoGame releases will be closed following contact with authors. Valid PR's will get a full review. Emphasis on bringing in as much from the community as possible, in accordance with the MonoGame Foundation goals.
39+
- GitHub Automation will be reviewed to make contribution and issue management easier and quicker.
40+
- The initial future roadmap has been agreed, focusing primarily on:
41+
- AoT native
42+
- .NET 8
43+
- Provisional release identity 3.9.
44+
- The publication of the full road to be a priority.
45+
46+
The team are active and ready to take on the new challenges in the transition to the MonoGame Foundation, building even more and targeting more platforms as they arise, with the communities help of course!
47+
48+
{% include 'partials/_blog_footer.njk' %}

website/content/resources-engines.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: Board Meeting Minutes
3+
date: "2023-10-24"
4+
excerpt: The first official MonoGame Foundation meeting was a great success, setting out the core principles under which the foundation will be run.
5+
tags: meeting
6+
author: MonoGame Foundation
7+
image: /images/blog/cover/monogame_foundation.png
8+
ogImage: /images/blog/cover/monogame_foundation.png
9+
---
10+
11+
## Attendee's
12+
13+
- Dean Ellis - President
14+
- Dominique Louis - Treasurer
15+
- Simon Jackson - Corporate Secretary
16+
- Tom Spilman - Banking Matters
17+
- Marko Jeremic - Board Chairman
18+
- Thomas Altenburger - Board Member
19+
20+
## Agenda
21+
22+
- Initial kick off meeting
23+
- Foundation setup progress
24+
- Roadmap discussions
25+
- MonoGame GitHub Issue and PR clean-up / process
26+
- Aob
27+
28+
## Outcomes
29+
30+
The first official MonoGame Foundation meeting was a great success, setting out the core principles under which the foundation will be run.
31+
32+
Of note, the current decisions were made by the conclusion of the meeting:
33+
34+
- Foundation formal launch date agreed, 29th September 2023. The financial and bank account are all in order.
35+
- The migration process for all MonoGame funding and billing is in the process of transferring to the Foundation.
36+
- Non-Profit status in progress, pending confirmation with US Registry.
37+
- New website design and implementation agreed, due to go live on Monday 13th October (if you are reading this, then you are looking at the new site).
38+
- The existing MonoGame GitHub backlog will be cleaned up as a priority, issues not relating to current MonoGame releases will be closed following contact with authors. Valid PR's will get a full review. Emphasis on bringing in as much from the community as possible, in accordance with the MonoGame Foundation goals.
39+
- GitHub Automation will be reviewed to make contribution and issue management easier and quicker.
40+
- The initial future roadmap has been agreed, focusing primarily on:
41+
- AoT native
42+
- .NET 8
43+
- Provisional release identity 3.9.
44+
- The publication of the full road to be a priority.
45+
46+
The team are active and ready to take on the new challenges in the transition to the MonoGame Foundation, building even more and targeting more platforms as they arise, with the communities help of course!
47+
48+
{% include 'partials/_blog_footer.njk' %}

website/content/resources-ui.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
title: Board Meeting Minutes
3+
date: "2023-10-24"
4+
excerpt: The first official MonoGame Foundation meeting was a great success, setting out the core principles under which the foundation will be run.
5+
tags: meeting
6+
author: MonoGame Foundation
7+
image: /images/blog/cover/monogame_foundation.png
8+
ogImage: /images/blog/cover/monogame_foundation.png
9+
---
10+
11+
## Attendee's
12+
13+
- Dean Ellis - President
14+
- Dominique Louis - Treasurer
15+
- Simon Jackson - Corporate Secretary
16+
- Tom Spilman - Banking Matters
17+
- Marko Jeremic - Board Chairman
18+
- Thomas Altenburger - Board Member
19+
20+
## Agenda
21+
22+
- Initial kick off meeting
23+
- Foundation setup progress
24+
- Roadmap discussions
25+
- MonoGame GitHub Issue and PR clean-up / process
26+
- Aob
27+
28+
## Outcomes
29+
30+
The first official MonoGame Foundation meeting was a great success, setting out the core principles under which the foundation will be run.
31+
32+
Of note, the current decisions were made by the conclusion of the meeting:
33+
34+
- Foundation formal launch date agreed, 29th September 2023. The financial and bank account are all in order.
35+
- The migration process for all MonoGame funding and billing is in the process of transferring to the Foundation.
36+
- Non-Profit status in progress, pending confirmation with US Registry.
37+
- New website design and implementation agreed, due to go live on Monday 13th October (if you are reading this, then you are looking at the new site).
38+
- The existing MonoGame GitHub backlog will be cleaned up as a priority, issues not relating to current MonoGame releases will be closed following contact with authors. Valid PR's will get a full review. Emphasis on bringing in as much from the community as possible, in accordance with the MonoGame Foundation goals.
39+
- GitHub Automation will be reviewed to make contribution and issue management easier and quicker.
40+
- The initial future roadmap has been agreed, focusing primarily on:
41+
- AoT native
42+
- .NET 8
43+
- Provisional release identity 3.9.
44+
- The publication of the full road to be a priority.
45+
46+
The team are active and ready to take on the new challenges in the transition to the MonoGame Foundation, building even more and targeting more platforms as they arise, with the communities help of course!
47+
48+
{% include 'partials/_blog_footer.njk' %}

0 commit comments

Comments
 (0)