-
Notifications
You must be signed in to change notification settings - Fork 509
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
15 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
<h2 class="heading"><%= ts('Donations') %></h2> | ||
<h3 class="heading"><%= ts('There are two main ways to support the AO3 - donating your time or money.') %></h3> | ||
<h2 class="heading"><%= t(".general.title") %></h2> | ||
<h3 class="heading"><%= t(".general.text") %></h3> | ||
|
||
<div class="userstuff"> | ||
<h3><%= ts('Donating Your Time') %></h3> | ||
<p><%= ts("The <a href=\"http://www.transformativeworks.org\">Organization for Transformative Works</a> is the parent organization of the Archive of Our Own. We are often looking for volunteers to contribute to <a href=\"http://www.transformativeworks.org/our-projects\">our projects</a>. If you're interested in volunteering specifically to help the Archive of Our Own, the roles to look out for include tag wranglers, testers, coders, Support staff and Abuse staff. We encourage you to browse through the <a href=\"http://www.transformativeworks.org/volunteer\">available listings</a> and apply for any roles which match your qualifications and interests.").html_safe %></p> | ||
<h3><%= t(".time.title") %></h3> | ||
<p><%= t(".time.text").html_safe %></p> | ||
|
||
<h3><%= ts('Donating Financially') %></h3> | ||
<p><%= ts("The AO3 has ongoing running costs - electricity for the servers and bandwidth so you can reach them - | ||
and one-off costs such as buying new servers as the number of users and works increases. | ||
Any <a href=\"https://donate.transformativeworks.org/otwgive\">donation to the OTW</a> is a big help. (Don't worry, we'll never connect your AO3 username and your financial information.)").html_safe %></p> | ||
<h3><%= t(".money.title") %></h3> | ||
<p><%= t(".money.text").html_safe %></p> | ||
</div> |
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