|
@ -12,7 +12,8 @@ |
|
|
</p> |
|
|
</p> |
|
|
<p *ngIf="user?.subscription?.type === 'Basic'"> |
|
|
<p *ngIf="user?.subscription?.type === 'Basic'"> |
|
|
If you plan to open an account at <i>DEGIRO</i>, <i>frankly</i>, |
|
|
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 |
|
|
<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..." |
|
|
<a href="mailto:hi@ghostfol.io?Subject=Referral link for..." |
|
|
>contact us</a |
|
|
>contact us</a |
|
|
> |
|
|
> |
|
@ -26,7 +27,7 @@ |
|
|
</p> |
|
|
</p> |
|
|
</div> |
|
|
</div> |
|
|
<div class="row"> |
|
|
<div class="row"> |
|
|
<div class="col-xs-12 col-md-4 mb-3"> |
|
|
<div class="col-xs-12 col-lg-4 mb-3"> |
|
|
<mat-card class="d-flex flex-column h-100"> |
|
|
<mat-card class="d-flex flex-column h-100"> |
|
|
<div class="flex-grow-1"> |
|
|
<div class="flex-grow-1"> |
|
|
<h4>Open Source</h4> |
|
|
<h4>Open Source</h4> |
|
@ -72,11 +73,20 @@ |
|
|
</li> |
|
|
</li> |
|
|
</ul> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
<p>Self-hosted.</p> |
|
|
<p>Self-hosted, update manually.</p> |
|
|
<p class="h5 text-right">Free</p> |
|
|
<p class="h5 text-right">Free</p> |
|
|
|
|
|
<div |
|
|
|
|
|
*ngIf="user?.subscription?.type === 'Basic'" |
|
|
|
|
|
class="d-none d-lg-block hidden mt-3 text-center" |
|
|
|
|
|
> |
|
|
|
|
|
<a color="primary" mat-flat-button> </a> |
|
|
|
|
|
<p class="m-0 text-muted"> |
|
|
|
|
|
<small> </small> |
|
|
|
|
|
</p> |
|
|
|
|
|
</div> |
|
|
</mat-card> |
|
|
</mat-card> |
|
|
</div> |
|
|
</div> |
|
|
<div class="col-xs-12 col-md-4 mb-3"> |
|
|
<div class="col-xs-12 col-lg-4 mb-3"> |
|
|
<mat-card |
|
|
<mat-card |
|
|
class="d-flex flex-column h-100" |
|
|
class="d-flex flex-column h-100" |
|
|
[ngClass]="{ 'active': user?.subscription?.type === 'Basic' }" |
|
|
[ngClass]="{ 'active': user?.subscription?.type === 'Basic' }" |
|
@ -124,9 +134,18 @@ |
|
|
</div> |
|
|
</div> |
|
|
<p>Fully managed <strong>Ghostfolio</strong> cloud offering.</p> |
|
|
<p>Fully managed <strong>Ghostfolio</strong> cloud offering.</p> |
|
|
<p class="h5 text-right">Free</p> |
|
|
<p class="h5 text-right">Free</p> |
|
|
|
|
|
<div |
|
|
|
|
|
*ngIf="user?.subscription?.type === 'Basic'" |
|
|
|
|
|
class="d-none d-lg-block hidden mt-3 text-center" |
|
|
|
|
|
> |
|
|
|
|
|
<a color="primary" mat-flat-button> </a> |
|
|
|
|
|
<p class="m-0 text-muted"> |
|
|
|
|
|
<small> </small> |
|
|
|
|
|
</p> |
|
|
|
|
|
</div> |
|
|
</mat-card> |
|
|
</mat-card> |
|
|
</div> |
|
|
</div> |
|
|
<div class="col-xs-12 col-md-4 mb-3"> |
|
|
<div class="col-xs-12 col-lg-4 mb-3"> |
|
|
<mat-card |
|
|
<mat-card |
|
|
class="d-flex flex-column h-100" |
|
|
class="d-flex flex-column h-100" |
|
|
[ngClass]="{ 'active': user?.subscription?.type === 'Premium' }" |
|
|
[ngClass]="{ 'active': user?.subscription?.type === 'Premium' }" |
|
@ -198,24 +217,28 @@ |
|
|
> <span>per year</span></span |
|
|
> <span>per year</span></span |
|
|
> |
|
|
> |
|
|
</p> |
|
|
</p> |
|
|
|
|
|
<div |
|
|
|
|
|
*ngIf="user?.subscription?.type === 'Basic'" |
|
|
|
|
|
class="mt-3 text-center" |
|
|
|
|
|
> |
|
|
|
|
|
<a color="primary" mat-flat-button [routerLink]="['/account']"> |
|
|
|
|
|
Upgrade Plan |
|
|
|
|
|
</a> |
|
|
|
|
|
<p class="m-0 text-muted"> |
|
|
|
|
|
<small>One-time payment, no auto-renewal.</small> |
|
|
|
|
|
</p> |
|
|
|
|
|
</div> |
|
|
</mat-card> |
|
|
</mat-card> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div *ngIf="user?.subscription?.type === 'Basic'" class="row"> |
|
|
|
|
|
<div class="col mt-3 text-center"> |
|
|
|
|
|
<a color="primary" mat-flat-button [routerLink]="['/account']"> |
|
|
|
|
|
Upgrade Plan |
|
|
|
|
|
</a> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
|
|
|
<div *ngIf="!user" class="row"> |
|
|
<div *ngIf="!user" class="row"> |
|
|
<div class="col mt-3 text-center"> |
|
|
<div class="col mt-3 text-center"> |
|
|
<a color="primary" mat-flat-button [routerLink]="['/register']"> |
|
|
<a color="primary" mat-flat-button [routerLink]="['/register']"> |
|
|
Get Started |
|
|
Get Started |
|
|
</a> |
|
|
</a> |
|
|
<p class="text-muted"><small>It's free</small></p> |
|
|
<p class="m-0 text-muted"><small>It’s free.</small></p> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|