Skip to content
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
7 changes: 6 additions & 1 deletion website/_data/sponsors.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
{
"name": "Re-Logic",
"url": "https://re-logic.com/",
"image": "Re-Logic_Logo_with_BG"
"image": "Re-Logic_Logo_with_BG.jpg"
},
{
"name": "ConcernedApe",
"url": "https://www.stardewvalley.net/",
"image": "ConcernedApe_logo.png"
}
]
10 changes: 6 additions & 4 deletions website/content/donate.njk
Original file line number Diff line number Diff line change
Expand Up @@ -47,17 +47,19 @@ title: Donate
</section>

<section class="container-xxl mb-5">
<h1 id="sponsors" class="fw-bold"><a href="#sponsors">Corporate Sponsors</a></h1>
<h1 id="sponsors" class="fw-bold"><a href="#sponsors">Premier 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">
<div class="container">
<div class="row g-5 justify-content-center align-items-center">
{% for sponsor in sponsors %}
<div class="col-lg-6 mb-5">
<div class="col-auto">
<a class="hide-external-icon" href="{{sponsor.url}}" title="{{sponsor.name}}">
<img src="/images/donate/Re-Logic_Logo_with_BG.jpg" style="width: 100%; height: auto;" alt="{{sponsor.name}}"/>
<img src="/images/donate/{{sponsor.image}}" class="img-fluid" alt="{{sponsor.name}}"/>
</a>
</div>
{% endfor %}
</div>
</div>
</section>
<section class="container-xxl mb-5">
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified website/content/public/images/donate/Re-Logic_Logo_with_BG.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.