Browse Source
Feature/extend pricing page with referral section (#1256)
* Add referral section
* Update changelog
pull/1257/head
Thomas Kaul
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
10 additions and
0 deletions
-
CHANGELOG.md
-
apps/client/src/app/pages/pricing/pricing-page.html
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 |
|
|
### Changed |
|
|
### Changed |
|
|
|
|
|
|
|
|
- Sorted the benchmarks by name |
|
|
- Sorted the benchmarks by name |
|
|
|
|
|
- Extended the pricing page |
|
|
|
|
|
|
|
|
### Fixed |
|
|
### Fixed |
|
|
|
|
|
|
|
|
|
@ -10,6 +10,15 @@ |
|
|
get started. Due to the time it saves, this will be the best option |
|
|
get started. Due to the time it saves, this will be the best option |
|
|
for most people. The revenue is used for covering the hosting costs. |
|
|
for most people. The revenue is used for covering the hosting costs. |
|
|
</p> |
|
|
</p> |
|
|
|
|
|
<p *ngIf="user?.subscription?.type === 'Basic'"> |
|
|
|
|
|
If you plan to open an account at <i>DEGIRO</i>, <i>frankly</i>, |
|
|
|
|
|
<i>Interactive Brokers</i>, <i>Swissquote</i>, or <i>VIAC</i>, please |
|
|
|
|
|
<a href="mailto:hi@ghostfol.io?Subject=Referral link for..." |
|
|
|
|
|
>contact us</a |
|
|
|
|
|
> |
|
|
|
|
|
to use our referral link and get a Ghostfolio Premium membership for |
|
|
|
|
|
one year. |
|
|
|
|
|
</p> |
|
|
<p> |
|
|
<p> |
|
|
If you prefer to run Ghostfolio on your own infrastructure, please |
|
|
If you prefer to run Ghostfolio on your own infrastructure, please |
|
|
find the source code and further instructions on |
|
|
find the source code and further instructions on |
|
|