|
|
@ -1,9 +1,7 @@ |
|
|
|
<div class="container"> |
|
|
|
<div class="row"> |
|
|
|
<div class="col"> |
|
|
|
<h3 class="d-flex justify-content-center mb-3 text-center" i18n> |
|
|
|
Features |
|
|
|
</h3> |
|
|
|
<h3 class="d-flex justify-content-center mb-3 text-center">Features</h3> |
|
|
|
<div class="mb-4"> |
|
|
|
<p> |
|
|
|
Check out the numerous features of <strong>Ghostfolio</strong> to |
|
|
@ -14,7 +12,7 @@ |
|
|
|
<div class="col-xs-12 col-md-4 mb-3"> |
|
|
|
<mat-card class="d-flex flex-column h-100"> |
|
|
|
<div class="flex-grow-1"> |
|
|
|
<h4 i18n>Stocks</h4> |
|
|
|
<h4>Stocks</h4> |
|
|
|
<p class="m-0">Keep track of your stock purchases and sales.</p> |
|
|
|
</div> |
|
|
|
</mat-card> |
|
|
@ -22,7 +20,7 @@ |
|
|
|
<div class="col-xs-12 col-md-4 mb-3"> |
|
|
|
<mat-card class="d-flex flex-column h-100"> |
|
|
|
<div class="flex-grow-1"> |
|
|
|
<h4 i18n>ETFs</h4> |
|
|
|
<h4>ETFs</h4> |
|
|
|
<p class="m-0"> |
|
|
|
Are you into ETFs (Exchange Traded Funds)? Track your ETF |
|
|
|
investments. |
|
|
@ -33,7 +31,7 @@ |
|
|
|
<div class="col-xs-12 col-md-4 mb-3"> |
|
|
|
<mat-card class="d-flex flex-column h-100"> |
|
|
|
<div class="flex-grow-1"> |
|
|
|
<h4 i18n>Bonds</h4> |
|
|
|
<h4>Bonds</h4> |
|
|
|
<p class="m-0"> |
|
|
|
Manage your investment in bonds and other assets with fixed |
|
|
|
income. |
|
|
@ -44,7 +42,7 @@ |
|
|
|
<div class="col-xs-12 col-md-4 mb-3"> |
|
|
|
<mat-card class="d-flex flex-column h-100"> |
|
|
|
<div class="flex-grow-1"> |
|
|
|
<h4 i18n>Cryptocurrencies</h4> |
|
|
|
<h4>Cryptocurrencies</h4> |
|
|
|
<p class="m-0"> |
|
|
|
Keep track of your Bitcoin and Altcoin holdings. |
|
|
|
</p> |
|
|
@ -54,7 +52,7 @@ |
|
|
|
<div class="col-xs-12 col-md-4 mb-3"> |
|
|
|
<mat-card class="d-flex flex-column h-100"> |
|
|
|
<div class="flex-grow-1"> |
|
|
|
<h4 i18n>Dividend</h4> |
|
|
|
<h4>Dividend</h4> |
|
|
|
<p class="m-0"> |
|
|
|
Are you building a dividend portfolio? Track your dividend in |
|
|
|
Ghostfolio. |
|
|
@ -65,7 +63,7 @@ |
|
|
|
<div class="col-xs-12 col-md-4 mb-3"> |
|
|
|
<mat-card class="d-flex flex-column h-100"> |
|
|
|
<div class="flex-grow-1"> |
|
|
|
<h4 class="align-items-center d-flex" i18n>Wealth Items</h4> |
|
|
|
<h4 class="align-items-center d-flex">Wealth Items</h4> |
|
|
|
<p class="m-0"> |
|
|
|
Track all your treasuries, be it your luxury watch or rare |
|
|
|
trading cards. |
|
|
@ -76,7 +74,7 @@ |
|
|
|
<div class="col-xs-12 col-md-4 mb-3"> |
|
|
|
<mat-card class="d-flex flex-column h-100"> |
|
|
|
<div class="flex-grow-1"> |
|
|
|
<h4 class="align-items-center d-flex" i18n>Emergency Fund</h4> |
|
|
|
<h4 class="align-items-center d-flex">Emergency Fund</h4> |
|
|
|
<p class="m-0"> |
|
|
|
Define your emergency fund you are comfortable with for |
|
|
|
difficult times. |
|
|
@ -87,7 +85,7 @@ |
|
|
|
<div class="col-xs-12 col-md-4 mb-3"> |
|
|
|
<mat-card class="d-flex flex-column h-100"> |
|
|
|
<div class="flex-grow-1"> |
|
|
|
<h4 class="align-items-center d-flex" i18n>Import and Export</h4> |
|
|
|
<h4 class="align-items-center d-flex">Import and Export</h4> |
|
|
|
<p class="m-0">Import and export your investment activities.</p> |
|
|
|
</div> |
|
|
|
</mat-card> |
|
|
@ -95,7 +93,7 @@ |
|
|
|
<div class="col-xs-12 col-md-4 mb-3"> |
|
|
|
<mat-card class="d-flex flex-column h-100"> |
|
|
|
<div class="flex-grow-1"> |
|
|
|
<h4 i18n>Multi-Accounts</h4> |
|
|
|
<h4>Multi-Accounts</h4> |
|
|
|
<p class="m-0"> |
|
|
|
Keep an eye on all your accounts across multiple platforms |
|
|
|
(multi-banking). |
|
|
@ -107,7 +105,7 @@ |
|
|
|
<mat-card class="d-flex flex-column h-100"> |
|
|
|
<div class="flex-grow-1"> |
|
|
|
<h4 class="align-items-center d-flex"> |
|
|
|
<span i18n>Portfolio Calculations</span> |
|
|
|
<span>Portfolio Calculations</span> |
|
|
|
<gf-premium-indicator |
|
|
|
*ngIf="hasPermissionForSubscription" |
|
|
|
class="ml-1" |
|
|
@ -125,7 +123,7 @@ |
|
|
|
<mat-card class="d-flex flex-column h-100"> |
|
|
|
<div class="flex-grow-1"> |
|
|
|
<h4 class="align-items-center d-flex"> |
|
|
|
<span i18n>Portfolio Allocations</span> |
|
|
|
<span>Portfolio Allocations</span> |
|
|
|
<gf-premium-indicator |
|
|
|
*ngIf="hasPermissionForSubscription" |
|
|
|
class="ml-1" |
|
|
@ -141,7 +139,7 @@ |
|
|
|
<div class="col-xs-12 col-md-4 mb-3"> |
|
|
|
<mat-card class="d-flex flex-column h-100"> |
|
|
|
<div class="flex-grow-1"> |
|
|
|
<h4 class="align-items-center d-flex" i18n>Dark Mode</h4> |
|
|
|
<h4 class="align-items-center d-flex">Dark Mode</h4> |
|
|
|
<p class="m-0"> |
|
|
|
Ghostfolio automatically switches to a dark color theme based on |
|
|
|
your operating system's preferences. |
|
|
@ -152,7 +150,7 @@ |
|
|
|
<div class="col-xs-12 col-md-4 mb-3"> |
|
|
|
<mat-card class="d-flex flex-column h-100"> |
|
|
|
<div class="flex-grow-1"> |
|
|
|
<h4 class="align-items-center d-flex" i18n>Zen Mode</h4> |
|
|
|
<h4 class="align-items-center d-flex">Zen Mode</h4> |
|
|
|
<p class="m-0"> |
|
|
|
Keep calm and activate Zen Mode if the markets are going crazy. |
|
|
|
</p> |
|
|
@ -166,7 +164,7 @@ |
|
|
|
<mat-card class="d-flex flex-column h-100"> |
|
|
|
<div class="flex-grow-1"> |
|
|
|
<h4 class="align-items-center d-flex"> |
|
|
|
<span i18n>Market Mood</span> |
|
|
|
<span>Market Mood</span> |
|
|
|
<gf-premium-indicator class="ml-1"></gf-premium-indicator> |
|
|
|
</h4> |
|
|
|
<p class="m-0"> |
|
|
@ -181,7 +179,7 @@ |
|
|
|
<mat-card class="d-flex flex-column h-100"> |
|
|
|
<div class="flex-grow-1"> |
|
|
|
<h4 class="align-items-center d-flex"> |
|
|
|
<span i18n>Static Analysis</span> |
|
|
|
<span>Static Analysis</span> |
|
|
|
<gf-premium-indicator |
|
|
|
*ngIf="hasPermissionForSubscription" |
|
|
|
class="ml-1" |
|
|
@ -197,7 +195,7 @@ |
|
|
|
<div class="col-xs-12 col-md-4 mb-3"> |
|
|
|
<mat-card class="d-flex flex-column h-100"> |
|
|
|
<div class="flex-grow-1"> |
|
|
|
<h4 i18n>Community</h4> |
|
|
|
<h4>Community</h4> |
|
|
|
<p class="m-0"> |
|
|
|
Join the Ghostfolio |
|
|
|
<a |
|
|
@ -214,7 +212,7 @@ |
|
|
|
<div class="col-xs-12 col-md-4 mb-3"> |
|
|
|
<mat-card class="d-flex flex-column h-100"> |
|
|
|
<div class="flex-grow-1"> |
|
|
|
<h4 i18n>Open Source Software</h4> |
|
|
|
<h4>Open Source Software</h4> |
|
|
|
<p class="m-0"> |
|
|
|
The source code is fully available as |
|
|
|
<a |
|
|
@ -232,7 +230,7 @@ |
|
|
|
</div> |
|
|
|
<div *ngIf="!user" class="row"> |
|
|
|
<div class="col mt-3 text-center"> |
|
|
|
<a color="primary" i18n mat-flat-button [routerLink]="['/register']"> |
|
|
|
<a color="primary" mat-flat-button [routerLink]="['/register']"> |
|
|
|
Get Started |
|
|
|
</a> |
|
|
|
</div> |
|
|
|