Skip to content

Commit 64d4e7e

Browse files
authored
Added ConcernedApe to Premier Sponsors list. (#267)
1 parent d046624 commit 64d4e7e

File tree

4 files changed

+12
-5
lines changed

4 files changed

+12
-5
lines changed

website/_data/sponsors.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
{
33
"name": "Re-Logic",
44
"url": "https://re-logic.com/",
5-
"image": "Re-Logic_Logo_with_BG"
5+
"image": "Re-Logic_Logo_with_BG.jpg"
6+
},
7+
{
8+
"name": "ConcernedApe",
9+
"url": "https://www.stardewvalley.net/",
10+
"image": "ConcernedApe_logo.png"
611
}
712
]

website/content/donate.njk

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,19 @@ title: Donate
4747
</section>
4848

4949
<section class="container-xxl mb-5">
50-
<h1 id="sponsors" class="fw-bold"><a href="#sponsors">Corporate Sponsors</a></h1>
50+
<h1 id="sponsors" class="fw-bold"><a href="#sponsors">Premier Sponsors</a></h1>
5151
<p>If you're interested in becoming a headline sponsor of MonoGame please <a href="/about/#contact-us">contact us</a>.</p>
5252
<br/>
53-
<div class="row justify-content-center">
53+
<div class="container">
54+
<div class="row g-5 justify-content-center align-items-center">
5455
{% for sponsor in sponsors %}
55-
<div class="col-lg-6 mb-5">
56+
<div class="col-auto">
5657
<a class="hide-external-icon" href="{{sponsor.url}}" title="{{sponsor.name}}">
57-
<img src="/images/donate/Re-Logic_Logo_with_BG.jpg" style="width: 100%; height: auto;" alt="{{sponsor.name}}"/>
58+
<img src="/images/donate/{{sponsor.image}}" class="img-fluid" alt="{{sponsor.name}}"/>
5859
</a>
5960
</div>
6061
{% endfor %}
62+
</div>
6163
</div>
6264
</section>
6365
<section class="container-xxl mb-5">
79.7 KB
Loading
-28.6 KB
Loading

0 commit comments

Comments
 (0)