diff --git a/components/PolicyPage.tsx b/components/PolicyPage.tsx new file mode 100644 index 000000000..749540eaa --- /dev/null +++ b/components/PolicyPage.tsx @@ -0,0 +1,11 @@ +export const PolicyPage = ({ children }) => { + return ( +
+
+ {children} +
+
+ ) + } + + export default PolicyPage \ No newline at end of file diff --git a/pages/donor-policy/mastodon-ggmbh.tsx b/pages/donor-policy/mastodon-ggmbh.tsx new file mode 100644 index 000000000..0e5b0978a --- /dev/null +++ b/pages/donor-policy/mastodon-ggmbh.tsx @@ -0,0 +1,80 @@ +import Hero from "../../components/Hero" +import Layout from "../../components/Layout" +import heroImage from "../../public/illustrations/apps_hero_desktop.png" +import PolicyPage from "../../components/PolicyPage"; +import Head from "next/head"; + +const MastodonGGmbHDonorPolicy = () => ( + +
+ +

Mastodon gGmbH Donor Policy

+

Last updated September 16, 2024

+
+
+ + +
+

+ Mastodon’s vision is to reimagine the social media landscape, replacing centralised platforms with + robust social networking software that is inherently decentralised, open source and fully interoperable, + with a commitment to privacy. +

+

+ This work is made possible, in part, by donations made by individuals and organisations from around + the world. Through this policy, Mastodon defines the basic guidelines governing acceptance and acknowledgment + of gifts and grants to further its mission. +

+

+ Any funding towards Mastodon gGmbH must be consistent with the organisation’s stated mission and purposes, + and which prioritises its independence. +

+

+ To ensure this, below is an outline of the criteria to reject any form of support that is counter to Mastodon’s + values and would place our mission, team, integrity and movement at large at risk: +

+
    +
  • Arms and weapons manufacturers and military contractors
  • +
  • Any entities engaging in criminal activities and human rights violations
  • +
  • Any entity that puts the organisation’s team, independence and communities at risk
  • +
  • + An entity that puts the organisation’s brand at risk, including but not exclusively, such as adult websites, + affiliate and review websites, online betting and gambling, SEO services, social media buying and other +
  • +
  • Any other statements or actions that causes the organisation to question the advisability of accepting a contribution
  • +
+

+ Mastodon gGmbH takes its funding sources very seriously. Funding is essential to adequately support its growth, + but will not be allowed to compromise its values. Decisions are taken after examination of each funder and funding + source. If a donor does not meet the above criteria, they will be refunded within 30 days of their donation via the + original payment method where possible. +

+
+
+

Tax Consequences

+

+ Mastodon gGmbH is unable to offer tax advice to would-be donors. Donors who are concerned about tax-deductibility of + donations should consult with their own tax advisers. The organisation was officially incorporated as a gGmbH (a German + form of non-profit LLC) in 2021. +

+
+
+

Accepting Gifts-in-Kind

+

+ Gifts-in-kind may only be accepted by the Executive Director or by an officer delegated in writing by the Executive + Director with the authority to accept such a gift. +

+
+ + + Mastodon gGmbH Donor Policy - Mastodon + + +
+
+); + +export default MastodonGGmbHDonorPolicy; diff --git a/pages/donor-policy/mastodon-inc.tsx b/pages/donor-policy/mastodon-inc.tsx new file mode 100644 index 000000000..f7a4e6f1f --- /dev/null +++ b/pages/donor-policy/mastodon-inc.tsx @@ -0,0 +1,77 @@ +import Hero from "../../components/Hero" +import Layout from "../../components/Layout" +import heroImage from "../../public/illustrations/apps_hero_desktop.png" +import PolicyPage from "../../components/PolicyPage"; +import Head from "next/head"; + +const MastodonIncDonorPolicy = () => ( + +
+ +

Mastodon, Inc. Donor Policy

+

Last updated September 16, 2024

+
+
+ + +
+

+ Mastodon, Inc’s vision is to reimagine the social media landscape, replacing centralized platforms with robust + social networking software that is inherently decentralized, open source, fully interoperable, with a commitment + to privacy. +

+

+ This work is made possible, in part, by donations made by individuals and organizations from around the world. + Through this policy, Mastodon, Inc. defines the basic guidelines governing acceptance and acknowledgment of gifts + and grants to further its mission. +

+

+ Any funding towards Mastodon, Inc. must be consistent with the organization’s stated mission and purposes, and + which prioritizes its independence. +

+

+ To ensure this, below is an outline of the criteria to reject any form of support that is counter to Mastodon’s + values and would place our mission, team, integrity and movement at large at risk: +

+
    +
  • Arms and weapons manufacturers and military contractors
  • +
  • Any entities engaging in criminal activities and human rights violations
  • +
  • Any entity that puts the organization’s team, independence and communities at risk
  • +
  • Any other statements or actions that causes the organization to question the advisability of accepting a contribution
  • +
+

+ Mastodon, Inc. takes its funding sources very seriously. Funding is essential to adequately support its growth, + but will not be allowed to compromise its values. Decisions are taken after thorough examination of each funder + and funding source. Such decisions may also be referred to the Board of Directors for further exploration and a + final decision. If a donor does not meet the above criteria, they will be refunded within 30 days of their donation + via the original payment method where possible. +

+
+
+

Tax Consequences

+

+ Mastodon, Inc. is unable to offer tax advice to would-be donors. Donors who are concerned about tax-deductibility of + donations should consult with their own tax advisers. The organization is a 501(c)(3) tax-exempt organization operating + under United States law as a Delaware corporation. +

+
+
+

Accepting Gifts-in-Kind

+

+ Gifts-in-kind may only be accepted by the Executive Director or by an officer delegated in writing by the Executive Director + with the authority to accept such a gift. +

+
+ + + Mastodon, Inc. Donor Policy - Mastodon + + +
+
+); + +export default MastodonIncDonorPolicy;