Skip to content

Commit

Permalink
[DONATE] Add GOG partner link
Browse files Browse the repository at this point in the history
  • Loading branch information
imLinguin committed Jan 26, 2024
1 parent 0a68230 commit 9ea3040
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 12 deletions.
36 changes: 24 additions & 12 deletions pages/donate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,6 @@ const Donate: NextPage = () => {
<hr className="spacer" />

<div className="grid">
<article className="secondary">
<h4>GitHub Sponsor</h4>
<small>One-time or flexible-sub</small>
<p>
Support us with a one-time or recurring donation through GitHub.
</p>
<footer>
<a href="https://github.com/sponsors/Heroic-Games-Launcher">
<strong>Go to GitHub</strong>
</a>
</footer>
</article>
<article>
<h4>Patreon</h4>
<small>Monthly-sub</small>
Expand All @@ -59,6 +47,30 @@ const Donate: NextPage = () => {
</a>
</footer>
</article>
<article>
<h4>GOG.com</h4>
<small>One-time</small>
<p>
Use our link when making purchases on GOG and support the project. Cool right?
</p>
<footer>
<a href="https://af.gog.com?as=1838482841">
<strong>Go to GOG</strong>
</a>
</footer>
</article>
<article>
<h4>GitHub Sponsor</h4>
<small>One-time or flexible-sub</small>
<p>
Support us with a one-time or recurring donation through GitHub.
</p>
<footer>
<a href="https://github.com/sponsors/Heroic-Games-Launcher">
<strong>Go to GitHub</strong>
</a>
</footer>
</article>
</div>
</div>
</header>
Expand Down
6 changes: 6 additions & 0 deletions styles/heroic.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,9 @@ a {
background-color: var(--card-border-color);
}
}

@media screen and (min-width: 992px) {
.grid {
grid-template-columns: repeat(auto-fill, minmax(370px, 1fr));
}
}

0 comments on commit 9ea3040

Please sign in to comment.