Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions content/donate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
layout: hextra-home
title: Donate
toc: false
---
<div class="mx-auto mt-6 mb-4">
{{< hextra/hero-headline >}}Support the Future of Solus{{< /hextra/hero-headline >}}
</div>
<div class="mx-auto mt-4 mb-12">
{{< hextra/hero-subtitle >}}Your donations ensure the continued existence of Solus and its operation. <a href="https://opencollective.com/getsolus#category-ABOUT" title="exam icons">Learn more.</a>{{< /hextra/hero-subtitle >}}
<a href="" class="block my-8">
<img
src="https://opencollective.com/getsolus/contributors.svg?width=890&avatarHeight=40&button=false"
alt="Crew"
class="mx-auto"
>
</a>
</div>

<div class="mt-8 pb-4">
{{< centered-hero title="Choose your Perks" class="my-18" link="https://opencollective.com/embed/getsolus/contribute/backers-28922/checkout" linkText="Become a Backer" >}}
Help support Solus development with a $1 USD monthly donation and get your profile picture listed above!
{{< /centered-hero >}}

{{< hextra/feature-grid >}}
{{< hextra/feature-card title="Release Testers" subtitle="Start at $3 USD/month. Get your profile picture listed and access to Release Candidate (RC) ISOs for all editions." link="https://opencollective.com/embed/getsolus/contribute/release-testers-28920/checkout" >}}
{{< hextra/feature-card title="Beta Testers" subtitle="Start at $10 USD/month. Get your profile picture listed and access to Snapshot ISOs for all editions monthly, at the beginning of the month, as well as Release Candidate ISOs for all editions." link="https://opencollective.com/embed/getsolus/contribute/beta-testers-28964/checkout" >}}
{{< hextra/feature-card title="Crew" subtitle="Start at $25 USD/month. Get your profile picture listed and access to snapshot ISOs for all editions every sync, as well as Release Candidate ISOs for all editions." link="https://opencollective.com/embed/getsolus/contribute/crew-28965/checkout" >}}
{{< /hextra/feature-grid >}}

{{< centered-hero title="One-time Donation" class="my-18" >}}
We know that committing to a monthly donation can be hard. Donate only when you are able.
<iframe
src="https://opencollective.com/embed/getsolus/donate?hideFAQ=true&hideSteps=true&hideHeader=true"
width="100%"
height="600"
frameborder="0"
scrolling="yes"
class="mx-auto"
></iframe>
{{< /centered-hero >}}

</div>

<div class="mt-16 pb-8"></div>
8 changes: 4 additions & 4 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ menus:
- name: Blog
pageRef: /blog
weight: 3
- name: Donate
url: /donate
weight: 4
- name: Forums ↗
url: "https://discuss.getsol.us"
weight: 4
weight: 5
- name: Help ↗
url: "https://help.getsol.us"
weight: 5
- name: Donate ↗
url: "https://opencollective.com/getsolus"
weight: 6
- name: Matrix ↗
url: "https://matrix.to/#/#solus:matrix.org"
Expand Down