Skip to content

Commit

Permalink
sponsor page
Browse files Browse the repository at this point in the history
  • Loading branch information
mrDIMAS committed Mar 21, 2024
1 parent 17b3f85 commit a129b1e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/.vuepress/theme/components/SocialButtonsList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export default {
{
id: "patreon",
icon: "mdi-patreon",
link: "https://boosty.to/fyrox",
link: "/sponsor.html",
include: ["topnav", "footer"],
followText: "Sponsor",
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default {
{
"icon": "mdi-patreon",
"link": "https://www.patreon.com/mrdimas",
"link": "/sponsor.html",
"include": ["topnav", "footer"],
"followText": "Patrons"
}
Expand Down
11 changes: 11 additions & 0 deletions src/sponsor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Sponsor
layout: CustomPage
---

There are several options how to sponsor the engine development:

1) [Boosty](https://boosty.to/fyrox) - this is the preferable way of sponsoring, however it sometimes have issues when processing subscriptions.
If this happen to you, use one of the next options.
2) Bitcoin - `bc1qgumrvvu74qrw6reda8dj7a2fdfr9xv5lz0akfl`
3) [Patreon](https://www.patreon.com/mrdimas) - this is the least preferable way of sponsoring, see details [here](https://github.com/FyroxEngine/Fyrox/issues/363)

0 comments on commit a129b1e

Please sign in to comment.