Skip to content

Commit 5ddf039

Browse files
committed
Revert community back to what it was, fix social network id.
1 parent 8506fc1 commit 5ddf039

File tree

1 file changed

+1
-51
lines changed

1 file changed

+1
-51
lines changed

website/content/community.njk

Lines changed: 1 addition & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ title: Community
9292
</section>
9393

9494
<section class="container-xxl mb-5">
95-
<h2 id="communities" class="fw-bold">
95+
<h2 id="socialnetworks" class="fw-bold">
9696
Official Social Networks
9797
</h2>
9898
<div class="mg-item-grid">
@@ -126,54 +126,4 @@ 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>
179129
{% endblock %}

0 commit comments

Comments
 (0)