Browse Source

Restructure content

pull/4916/head
Thomas Kaul 3 weeks ago
parent
commit
919e42bb2b
  1. 47
      apps/client/src/app/pages/pricing/pricing-page.html

47
apps/client/src/app/pages/pricing/pricing-page.html

@ -4,25 +4,17 @@
<h1 class="d-none d-sm-block h3 mb-4 text-center" i18n>Pricing Plans</h1>
<div class="mb-4">
<p i18n>
Our official Ghostfolio Premium cloud offering is the easiest way to
get started. Due to the time it saves, this will be the best option
for most people. Revenue is used to cover the costs of the hosting
infrastructure and to fund ongoing development.
Our official
<span class="align-items-center d-inline-flex"
>Ghostfolio Premium<gf-premium-indicator
class="d-inline-block ml-1"
[enableLink]="false"
/></span>
cloud offering is the easiest way to get started. Due to the time it
saves, this will be the best option for most people. Revenue is used
to cover the costs of the hosting infrastructure and to fund ongoing
development.
</p>
@if (user?.subscription?.type === 'Basic') {
<p>
If you plan to open an account at <i>DEGIRO</i>, <i>finpension</i>,
<i>frankly</i>, <i>Interactive Brokers</i>, <i>Swissquote</i>,
<i>VIAC</i>, or <i>Zak</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. Looking for a student discount? Request it
<a href="mailto:hi@ghostfol.io?Subject=Student Discount">here</a>
with your university e-mail address.
</p>
}
<p i18n>
If you prefer to run Ghostfolio on your own infrastructure, please
find the source code and further instructions on
@ -331,7 +323,24 @@
</div>
</div>
</div>
@if (!user) {
@if (user?.subscription?.type === 'Basic') {
<div class="row">
<div class="col mt-3">
<p>
If you plan to open an account at <i>DEGIRO</i>, <i>finpension</i>,
<i>frankly</i>, <i>Interactive Brokers</i>, <i>Swissquote</i>,
<i>VIAC</i>, or <i>Zak</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. Looking for a student discount? Request it
<a href="mailto:hi@ghostfol.io?Subject=Student Discount">here</a>
with your university e-mail address.
</p>
</div>
</div>
} @else if (!user) {
<div class="row">
<div class="col mt-3 text-center">
<a

Loading…
Cancel
Save