Skip to content

Commit f048669

Browse files
committed
Add donation page
1 parent 4a62f30 commit f048669

File tree

2 files changed

+49
-4
lines changed

2 files changed

+49
-4
lines changed

content/donate.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
layout: hextra-home
3+
title: Donate
4+
toc: false
5+
---
6+
<div class="mx-auto mt-6 mb-4">
7+
{{< hextra/hero-headline >}}Support the Future of Solus{{< /hextra/hero-headline >}}
8+
</div>
9+
<div class="mx-auto mt-4 mb-12">
10+
{{< 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 >}}
11+
<a href="" class="block my-8">
12+
<img
13+
src="https://opencollective.com/getsolus/contributors.svg?width=890&avatarHeight=40&button=false"
14+
alt="Crew"
15+
class="mx-auto"
16+
>
17+
</a>
18+
</div>
19+
20+
<div class="mt-8 pb-4">
21+
{{< centered-hero title="Choose your Perks" class="my-18" link="https://opencollective.com/embed/getsolus/contribute/backers-28922/checkout" linkText="Become a Backer" >}}
22+
Help support Solus development with a $1 USD monthly donation and get your profile picture listed above!
23+
{{< /centered-hero >}}
24+
25+
{{< hextra/feature-grid >}}
26+
{{< 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" >}}
27+
{{< 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" >}}
28+
{{< 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" >}}
29+
{{< /hextra/feature-grid >}}
30+
31+
{{< centered-hero title="One-time Donation" class="my-18" >}}
32+
We know that committing to a monthly donation can be hard. Donate only when you are able.
33+
<iframe
34+
src="https://opencollective.com/embed/getsolus/donate?hideFAQ=true&hideSteps=true&hideHeader=true"
35+
width="100%"
36+
height="600"
37+
frameborder="0"
38+
scrolling="yes"
39+
class="mx-auto"
40+
></iframe>
41+
{{< /centered-hero >}}
42+
43+
</div>
44+
45+
<div class="mt-16 pb-8"></div>

hugo.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ menus:
4141
- name: Blog
4242
pageRef: /blog
4343
weight: 3
44+
- name: Donate
45+
url: /donate
46+
weight: 4
4447
- name: Forums ↗
4548
url: "https://discuss.getsol.us"
46-
weight: 4
49+
weight: 5
4750
- name: Help ↗
4851
url: "https://help.getsol.us"
49-
weight: 5
50-
- name: Donate ↗
51-
url: "https://opencollective.com/getsolus"
5252
weight: 6
5353
- name: Matrix ↗
5454
url: "https://matrix.to/#/#solus:matrix.org"

0 commit comments

Comments
 (0)