-
-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
34 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -79,14 +79,29 @@ <h1>Priorities</h1> | |
<li>where corporate partners could lend a helping hand</li> | ||
</ol> | ||
<div class="wishlist-btns"> | ||
<a class="donate" href="https://fund.godotengine.org/" target="_blank"> | ||
<div class="wishlist-btn-text">Donate to the Fund</div> | ||
<a class="wishlist-btn-anchor donate" href="https://fund.godotengine.org/" target="_blank"> | ||
<div class="wishlist-btn-text"> | ||
<span>Donate to the Fund</span> | ||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<path d="M6 3L11 8L6 13" stroke="CurrentColor" stroke-width="1.5"></path> | ||
</svg> | ||
</div> | ||
</a> | ||
<a class="howto" href="https://docs.godotengine.org/en/stable/contributing/how_to_contribute.html" target="_blank"> | ||
<div class="wishlist-btn-text">How to contribute</div> | ||
<a class="wishlist-btn-anchor howto" href="https://docs.godotengine.org/en/stable/contributing/how_to_contribute.html" target="_blank"> | ||
<div class="wishlist-btn-text"> | ||
<span>How to contribute</span> | ||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<path d="M6 3L11 8L6 13" stroke="CurrentColor" stroke-width="1.5"></path> | ||
</svg> | ||
</div> | ||
</a> | ||
<a class="contact" href="mailto:[email protected]" target="_blank"> | ||
<div class="wishlist-btn-text">Contact the Foundation</div> | ||
<a class="wishlist-btn-anchor contact" href="mailto:[email protected]" target="_blank"> | ||
<div class="wishlist-btn-text"> | ||
<span>Contact the Foundation</span> | ||
<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> | ||
<path d="M6 3L11 8L6 13" stroke="CurrentColor" stroke-width="1.5"></path> | ||
</svg> | ||
</div> | ||
</a> | ||
</div> | ||
</div> | ||
|