|
@ -2,103 +2,101 @@ |
|
|
<div class="mb-5 row"> |
|
|
<div class="mb-5 row"> |
|
|
<div class="col"> |
|
|
<div class="col"> |
|
|
<h3 class="d-flex justify-content-center mb-3" i18n>About Ghostfolio</h3> |
|
|
<h3 class="d-flex justify-content-center mb-3" i18n>About Ghostfolio</h3> |
|
|
<mat-card class="about-container"> |
|
|
<div class="about-container"> |
|
|
<mat-card-content> |
|
|
<p> |
|
|
<p> |
|
|
<strong>Ghostfolio</strong> is a lightweight wealth management |
|
|
<strong>Ghostfolio</strong> is a lightweight wealth management |
|
|
application for individuals to keep track of stocks, ETFs or |
|
|
application for individuals to keep track of their wealth like |
|
|
cryptocurrencies and make solid, data-driven investment decisions. The |
|
|
stocks, ETFs or cryptocurrencies and make solid, data-driven |
|
|
source code is fully available as open source software (OSS). The |
|
|
investment decisions. The source code is fully available as open |
|
|
project has been initiated by |
|
|
source software (OSS). The project has been initiated by |
|
|
<a href="https://dotsilver.ch" title="Website of Thomas Kaul" |
|
|
<a href="https://dotsilver.ch" title="Website of Thomas Kaul" |
|
|
>Thomas Kaul</a |
|
|
>Thomas Kaul</a |
|
|
|
|
|
> |
|
|
|
|
|
and is driven by the efforts of its |
|
|
|
|
|
<a |
|
|
|
|
|
href="https://github.com/ghostfolio/ghostfolio/graphs/contributors" |
|
|
|
|
|
title="Contributors to Ghostfolio" |
|
|
|
|
|
>contributors</a |
|
|
|
|
|
>. |
|
|
|
|
|
<ng-container *ngIf="lastPublish"> |
|
|
|
|
|
This instance is running Ghostfolio {{ version }} and has been |
|
|
|
|
|
last published on {{ lastPublish }}. |
|
|
|
|
|
</ng-container> |
|
|
|
|
|
<ng-container *ngIf="hasPermissionForStatistics" i18n |
|
|
|
|
|
>Check the system status at |
|
|
|
|
|
<a href="https://status.ghostfol.io" title="Ghostfolio status" |
|
|
|
|
|
>status.ghostfol.io</a |
|
|
|
|
|
>.</ng-container |
|
|
|
|
|
> |
|
|
|
|
|
</p> |
|
|
|
|
|
<p> |
|
|
|
|
|
If you encounter a bug or would like to suggest an improvement or a |
|
|
|
|
|
new <a [routerLink]="['/features']">feature</a>, please join the |
|
|
|
|
|
Ghostfolio |
|
|
|
|
|
<a |
|
|
|
|
|
href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg" |
|
|
|
|
|
title="Join the Ghostfolio Slack community" |
|
|
|
|
|
>Slack community</a |
|
|
|
|
|
>, tweet to |
|
|
|
|
|
<a |
|
|
|
|
|
href="https://twitter.com/ghostfolio_" |
|
|
|
|
|
title="Tweet to Ghostfolio on Twitter" |
|
|
|
|
|
>@ghostfolio_</a |
|
|
|
|
|
>, send an e-mail to |
|
|
|
|
|
<a href="mailto:hi@ghostfol.io" title="Send an e-mail" |
|
|
|
|
|
>hi@ghostfol.io</a |
|
|
|
|
|
> |
|
|
|
|
|
or open an issue at |
|
|
|
|
|
<a |
|
|
|
|
|
href="https://github.com/ghostfolio/ghostfolio" |
|
|
|
|
|
title="Find Ghostfolio on GitHub" |
|
|
|
|
|
>GitHub</a |
|
|
|
|
|
>. |
|
|
|
|
|
</p> |
|
|
|
|
|
<p class="text-center"> |
|
|
|
|
|
<a |
|
|
|
|
|
class="mx-2" |
|
|
|
|
|
href="https://twitter.com/ghostfolio_" |
|
|
|
|
|
mat-icon-button |
|
|
|
|
|
title="Follow Ghostfolio on Twitter" |
|
|
|
|
|
> |
|
|
|
|
|
<ion-icon name="logo-twitter" size="large"></ion-icon> |
|
|
|
|
|
</a> |
|
|
|
|
|
<a |
|
|
|
|
|
class="mx-2" |
|
|
|
|
|
href="mailto:hi@ghostfol.io" |
|
|
|
|
|
mat-icon-button |
|
|
|
|
|
title="Send an e-mail" |
|
|
|
|
|
> |
|
|
|
|
|
<ion-icon name="mail" size="large"></ion-icon> |
|
|
|
|
|
</a> |
|
|
|
|
|
<a |
|
|
|
|
|
class="mx-2" |
|
|
|
|
|
href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg" |
|
|
|
|
|
mat-icon-button |
|
|
|
|
|
title="Join the Ghostfolio Slack channel" |
|
|
|
|
|
> |
|
|
|
|
|
<ion-icon name="logo-slack" size="large"></ion-icon> |
|
|
|
|
|
</a> |
|
|
|
|
|
<a |
|
|
|
|
|
class="mx-2" |
|
|
|
|
|
href="https://github.com/ghostfolio/ghostfolio" |
|
|
|
|
|
mat-icon-button |
|
|
|
|
|
title="Find Ghostfolio on GitHub" |
|
|
|
|
|
> |
|
|
|
|
|
<ion-icon name="logo-github" size="large"></ion-icon> |
|
|
|
|
|
</a> |
|
|
|
|
|
</p> |
|
|
|
|
|
<div |
|
|
|
|
|
*ngIf="hasPermissionForSubscription" |
|
|
|
|
|
class="d-flex justify-content-center" |
|
|
|
|
|
> |
|
|
> |
|
|
<div |
|
|
and is driven by the efforts of its |
|
|
class="independent-and-bootstrapped-logo mb-2" |
|
|
<a |
|
|
title="Ghostfolio is an independent & bootstrapped business" |
|
|
href="https://github.com/ghostfolio/ghostfolio/graphs/contributors" |
|
|
></div> |
|
|
title="Contributors to Ghostfolio" |
|
|
</div> |
|
|
>contributors</a |
|
|
</mat-card-content> |
|
|
>. |
|
|
</mat-card> |
|
|
<ng-container *ngIf="version"> |
|
|
|
|
|
This instance is running Ghostfolio {{ version }}. |
|
|
|
|
|
</ng-container> |
|
|
|
|
|
<ng-container *ngIf="hasPermissionForStatistics" i18n |
|
|
|
|
|
>Check the system status at |
|
|
|
|
|
<a href="https://status.ghostfol.io" title="Ghostfolio status" |
|
|
|
|
|
>status.ghostfol.io</a |
|
|
|
|
|
>.</ng-container |
|
|
|
|
|
> |
|
|
|
|
|
</p> |
|
|
|
|
|
<p> |
|
|
|
|
|
If you encounter a bug or would like to suggest an improvement or a |
|
|
|
|
|
new |
|
|
|
|
|
<a [routerLink]="['/features']">feature</a>, please join the |
|
|
|
|
|
Ghostfolio |
|
|
|
|
|
<a |
|
|
|
|
|
href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg" |
|
|
|
|
|
title="Join the Ghostfolio Slack community" |
|
|
|
|
|
>Slack community</a |
|
|
|
|
|
>, tweet to |
|
|
|
|
|
<a |
|
|
|
|
|
href="https://twitter.com/ghostfolio_" |
|
|
|
|
|
title="Tweet to Ghostfolio on Twitter" |
|
|
|
|
|
>@ghostfolio_</a |
|
|
|
|
|
>, send an e-mail to |
|
|
|
|
|
<a href="mailto:hi@ghostfol.io" title="Send an e-mail" |
|
|
|
|
|
>hi@ghostfol.io</a |
|
|
|
|
|
> |
|
|
|
|
|
or open an issue at |
|
|
|
|
|
<a |
|
|
|
|
|
href="https://github.com/ghostfolio/ghostfolio" |
|
|
|
|
|
title="Find Ghostfolio on GitHub" |
|
|
|
|
|
>GitHub</a |
|
|
|
|
|
>. |
|
|
|
|
|
</p> |
|
|
|
|
|
<p class="text-center"> |
|
|
|
|
|
<a |
|
|
|
|
|
class="mx-2" |
|
|
|
|
|
href="https://twitter.com/ghostfolio_" |
|
|
|
|
|
mat-icon-button |
|
|
|
|
|
title="Follow Ghostfolio on Twitter" |
|
|
|
|
|
> |
|
|
|
|
|
<ion-icon name="logo-twitter" size="large"></ion-icon> |
|
|
|
|
|
</a> |
|
|
|
|
|
<a |
|
|
|
|
|
class="mx-2" |
|
|
|
|
|
href="mailto:hi@ghostfol.io" |
|
|
|
|
|
mat-icon-button |
|
|
|
|
|
title="Send an e-mail" |
|
|
|
|
|
> |
|
|
|
|
|
<ion-icon name="mail" size="large"></ion-icon> |
|
|
|
|
|
</a> |
|
|
|
|
|
<a |
|
|
|
|
|
class="mx-2" |
|
|
|
|
|
href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg" |
|
|
|
|
|
mat-icon-button |
|
|
|
|
|
title="Join the Ghostfolio Slack channel" |
|
|
|
|
|
> |
|
|
|
|
|
<ion-icon name="logo-slack" size="large"></ion-icon> |
|
|
|
|
|
</a> |
|
|
|
|
|
<a |
|
|
|
|
|
class="mx-2" |
|
|
|
|
|
href="https://github.com/ghostfolio/ghostfolio" |
|
|
|
|
|
mat-icon-button |
|
|
|
|
|
title="Find Ghostfolio on GitHub" |
|
|
|
|
|
> |
|
|
|
|
|
<ion-icon name="logo-github" size="large"></ion-icon> |
|
|
|
|
|
</a> |
|
|
|
|
|
</p> |
|
|
|
|
|
<div |
|
|
|
|
|
*ngIf="hasPermissionForSubscription" |
|
|
|
|
|
class="d-flex justify-content-center" |
|
|
|
|
|
> |
|
|
|
|
|
<div |
|
|
|
|
|
class="independent-and-bootstrapped-logo mb-2" |
|
|
|
|
|
title="Ghostfolio is an independent & bootstrapped business" |
|
|
|
|
|
></div> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|