|
|
|
@ -30,7 +30,9 @@ |
|
|
|
<li><a i18n [routerLink]="routerLinkFeatures">Features</a></li> |
|
|
|
@if (hasPermissionForSubscription) { |
|
|
|
<li> |
|
|
|
<a i18n [routerLink]="routerLinkFaq">Frequently Asked Questions (FAQ)</a> |
|
|
|
<a i18n [routerLink]="routerLinkFaq" |
|
|
|
>Frequently Asked Questions (FAQ)</a |
|
|
|
> |
|
|
|
</li> |
|
|
|
} |
|
|
|
@if (!hasPermissionForSubscription) { |
|
|
|
@ -50,18 +52,27 @@ |
|
|
|
} |
|
|
|
@if (hasPermissionForSubscription) { |
|
|
|
<li> |
|
|
|
<a i18n [routerLink]="routerLinkAboutPrivacyPolicy">Privacy Policy</a> |
|
|
|
<a i18n [routerLink]="routerLinkAboutPrivacyPolicy" |
|
|
|
>Privacy Policy</a |
|
|
|
> |
|
|
|
</li> |
|
|
|
} |
|
|
|
@if (hasPermissionForSubscription) { |
|
|
|
<li> |
|
|
|
<a i18n [routerLink]="routerLinkAboutTermsOfService">Terms of Service</a> |
|
|
|
<a i18n [routerLink]="routerLinkAboutTermsOfService" |
|
|
|
>Terms of Service</a |
|
|
|
> |
|
|
|
</li> |
|
|
|
} |
|
|
|
@if (hasPermissionForSubscription) { |
|
|
|
<li> |
|
|
|
<a class="align-items-baseline d-flex" href="https://status.ghostfol.io" target="_blank" |
|
|
|
title="Ghostfolio Status">Status<ion-icon class="ml-1" name="open-outline" /></a> |
|
|
|
<a |
|
|
|
class="align-items-baseline d-flex" |
|
|
|
href="https://status.ghostfol.io" |
|
|
|
target="_blank" |
|
|
|
title="Ghostfolio Status" |
|
|
|
>Status<ion-icon class="ml-1" name="open-outline" |
|
|
|
/></a> |
|
|
|
</li> |
|
|
|
} |
|
|
|
</ul> |
|
|
|
@ -70,25 +81,40 @@ |
|
|
|
<div class="h6 mt-2" i18n>Community</div> |
|
|
|
<ul class="list-unstyled"> |
|
|
|
<li> |
|
|
|
<a class="align-items-baseline d-flex" href="https://github.com/ghostfolio/ghostfolio" |
|
|
|
target="_blank" title="Find Ghostfolio on GitHub">GitHub<ion-icon class="ml-1" |
|
|
|
name="open-outline" /></a> |
|
|
|
<a |
|
|
|
class="align-items-baseline d-flex" |
|
|
|
href="https://github.com/ghostfolio/ghostfolio" |
|
|
|
target="_blank" |
|
|
|
title="Find Ghostfolio on GitHub" |
|
|
|
>GitHub<ion-icon class="ml-1" name="open-outline" |
|
|
|
/></a> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<a class="align-items-baseline d-flex" href="https://linkedin.com/company/ghostfolio" |
|
|
|
target="_blank" title="Follow Ghostfolio on LinkedIn">LinkedIn<ion-icon class="ml-1" |
|
|
|
name="open-outline" /></a> |
|
|
|
<a |
|
|
|
class="align-items-baseline d-flex" |
|
|
|
href="https://linkedin.com/company/ghostfolio" |
|
|
|
target="_blank" |
|
|
|
title="Follow Ghostfolio on LinkedIn" |
|
|
|
>LinkedIn<ion-icon class="ml-1" name="open-outline" |
|
|
|
/></a> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<a class="align-items-baseline d-flex" |
|
|
|
<a |
|
|
|
class="align-items-baseline d-flex" |
|
|
|
href="https://join.slack.com/t/ghostfolio/shared_invite/zt-vsaan64h-F_I0fEo5M0P88lP9ibCxFg" |
|
|
|
target="_blank" title="Join the Ghostfolio Slack community">Slack<ion-icon class="ml-1" |
|
|
|
name="open-outline" /></a> |
|
|
|
target="_blank" |
|
|
|
title="Join the Ghostfolio Slack community" |
|
|
|
>Slack<ion-icon class="ml-1" name="open-outline" |
|
|
|
/></a> |
|
|
|
</li> |
|
|
|
<li> |
|
|
|
<a class="align-items-baseline d-flex" href="https://x.com/ghostfolio_" target="_blank" |
|
|
|
title="Follow Ghostfolio on X (formerly Twitter)">X (formerly Twitter)<ion-icon class="ml-1" |
|
|
|
name="open-outline" /></a> |
|
|
|
<a |
|
|
|
class="align-items-baseline d-flex" |
|
|
|
href="https://x.com/ghostfolio_" |
|
|
|
target="_blank" |
|
|
|
title="Follow Ghostfolio on X (formerly Twitter)" |
|
|
|
>X (formerly Twitter)<ion-icon class="ml-1" name="open-outline" |
|
|
|
/></a> |
|
|
|
</li> |
|
|
|
<li> </li> |
|
|
|
<!-- |
|
|
|
@ -142,8 +168,10 @@ |
|
|
|
</div> |
|
|
|
<div class="row text-center text-muted"> |
|
|
|
<div class="col"> |
|
|
|
<small class="d-block" i18n>The risk of loss in trading can be substantial. It is not advisable |
|
|
|
to invest money you may need in the short term.</small> |
|
|
|
<small class="d-block" i18n |
|
|
|
>The risk of loss in trading can be substantial. It is not advisable |
|
|
|
to invest money you may need in the short term.</small |
|
|
|
> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|