Skip to content

Commit 66e7455

Browse files
committed
Tweak appearance and update resource database.
1 parent cf34882 commit 66e7455

File tree

2 files changed

+65
-5
lines changed

2 files changed

+65
-5
lines changed

website/_data/resources.json

+61-5
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,69 @@
7777
]
7878
},
7979
{
80-
"name": "ui",
81-
"title": "UI Libraries",
82-
"cover": "resource-ui.png",
83-
"url": "https://amazon.com",
80+
"name": "e1",
81+
"title": "FlatRedBall",
82+
"author": "Victor Chelaru",
83+
"cover": "https://flatredball.com/wp-content/uploads/2016/02/cropped-logo-1024-150x150.png",
84+
"url": "https://flatredball.com/",
8485
"pixelart": false,
8586
"tags": [
86-
"ui"
87+
"engines"
88+
]
89+
},
90+
{
91+
"name": "l1",
92+
"title": "MonoGame.Extended",
93+
"author": "Christopher Whitley (AristurtleDev)",
94+
"cover": "https://www.monogameextended.net/img/logo.png",
95+
"url": "https://www.monogameextended.net/",
96+
"pixelart": false,
97+
"tags": [
98+
"libraries"
99+
]
100+
},
101+
{
102+
"name": "l2",
103+
"title": "Gum",
104+
"author": "Christopher Whitley (AristurtleDev)",
105+
"cover": "https://docs.flatredball.com/~gitbook/image?url=https%3A%2F%2F3900811371-files.gitbook.io%2F%7E%2Ffiles%2Fv0%2Fb%2Fgitbook-x-prod.appspot.com%2Fo%2Forganizations%252F-M_fyYVTQKWSV65sXTSp%252Fsites%252Fsite_3hxze%252Flogo%252Fo54By5G58RWuAHsltTBS%252Fgum-logo-reverse-512.png%3Falt%3Dmedia%26token%3D54198098-3f7d-40ff-a442-1a28a2fbbca9&width=260&dpr=2&quality=100&sign=55148268&sv=2",
106+
"url": "https://docs.flatredball.com/gum",
107+
"pixelart": false,
108+
"tags": [
109+
"libraries"
110+
]
111+
},
112+
{
113+
"name": "l3",
114+
"title": "Myra",
115+
"author": "Roman Shapiro",
116+
"cover": "",
117+
"url": "https://github.com/rds1983/Myra",
118+
"pixelart": false,
119+
"tags": [
120+
"libraries"
121+
]
122+
},
123+
{
124+
"name": "l4",
125+
"title": "ImGui.NET",
126+
"author": "ImGuiNET",
127+
"cover": "",
128+
"url": "https://github.com/ImGuiNET/ImGui.NET",
129+
"pixelart": false,
130+
"tags": [
131+
"libraries"
132+
]
133+
},
134+
{
135+
"name": "a1",
136+
"title": "Kenny NL Assets",
137+
"author": "Kenny NL",
138+
"cover": "https://kenney.nl/data/img/[email protected]",
139+
"url": "https://kenney.nl/assets",
140+
"pixelart": false,
141+
"tags": [
142+
"assets"
87143
]
88144
}
89145
]

website/content/resources.njk

+4
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ permalink: resources/{{ (category | slugify) if category !== "all" }}/
1414
<h1 id="monogame-resource" class="fw-bold"><a href="#monogame-resource">MonoGame Resources</a></h1>
1515
<p>
1616
Here's a list of MonoGame resources that can help you on your journey.
17+
If you have a resource you'd like to share, please <a href="mailto:[email protected]?subject=New%20Resource&body=Hi,%20Please%20add%20this%20resource%20to%20your%20list:%0A%0ATitle:%20%0AAuthor:%20%0AResource%20URL:%20%0AImage%20URL:%20%0ATags:%20">
18+
Email Us
19+
</a>
1720
</p>
1821
</section>
1922

@@ -25,6 +28,7 @@ permalink: resources/{{ (category | slugify) if category !== "all" }}/
2528
{% if category in resource.tags or category === "all" %}
2629
<a class="mg-no-link hide-external-icon resource-item" href="{{ resource.url }}" title="{{ resource.title }}">
2730
<div class="mg-card mg-box-shadow d-flex flex-column">
31+
<div class="mg-card-title">{{ resource.title }}</div>
2832
<div class="mg-card-thumbnail"
2933
style="background-image: url('{{ resource.cover }}');">
3034
</div>

0 commit comments

Comments
 (0)