-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add dedicated support page with more support options (#6)
- Loading branch information
1 parent
aeaf154
commit 873b255
Showing
3 changed files
with
36 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
permalink: /support | ||
layout: master | ||
--- | ||
|
||
<div class="flex flex-col justify-center w-full text-white text-2xl space-y-8"> | ||
<div class="flex justify-center"> | ||
<p class="text-8xl font-extrabold"> | ||
Support Blue Fire 💙 | ||
</p> | ||
</div> | ||
<p> | ||
All our projects are community driven and open source. | ||
</p> | ||
<p> | ||
We love contributions in the form of meaningful PRs, assistance with projects, participation on <a | ||
href="https://discord.gg/pxrBmy4">our Discord server</a>, and just spreading the word within | ||
our community. | ||
</p> | ||
<p> | ||
However, if you wish to contribute financially, we are also very glad. Our preferred avenue for financial | ||
contributions is our Open Collective Account. | ||
</p> | ||
<div class="flex flex-row justify-center space-x-8"> | ||
<a class="main-button" href="https://opencollective.com/blue-fire">Open Collective</a> | ||
</div> | ||
<p> | ||
We also have a Patreon and GitHub Sponsors: | ||
</p> | ||
<div class="flex flex-row justify-center space-x-8"> | ||
<a class="main-button" href="https://www.patreon.com/bluefireoss">Patreon</a> | ||
<a class="main-button" href="https://github.com/sponsors/bluefireteam">GitHub Sponsors</a> | ||
</div> | ||
</div> |