Browse Source

Add product roadmap

pull/3143/head
Thomas Kaul 1 year ago
parent
commit
aba6c51855
  1. 35
      apps/client/src/app/pages/faq/overview/faq-overview-page.html

35
apps/client/src/app/pages/faq/overview/faq-overview-page.html

@ -33,10 +33,8 @@
</mat-card> </mat-card>
<mat-card appearance="outlined" class="mb-3"> <mat-card appearance="outlined" class="mb-3">
<mat-card-header> <mat-card-header>
<mat-card-title <mat-card-title>What else is included in Ghostfolio?</mat-card-title>
>What else is included in Ghostfolio?</mat-card-title </mat-card-header>
></mat-card-header
>
<mat-card-content> <mat-card-content>
Please find a feature overview to manage your wealth Please find a feature overview to manage your wealth
<a [routerLink]="routerLinkFeatures">here</a>. <a [routerLink]="routerLinkFeatures">here</a>.
@ -44,10 +42,8 @@
</mat-card> </mat-card>
<mat-card appearance="outlined" class="mb-3"> <mat-card appearance="outlined" class="mb-3">
<mat-card-header> <mat-card-header>
<mat-card-title <mat-card-title>Can I use Ghostfolio anonymously?</mat-card-title>
>Can I use Ghostfolio anonymously?</mat-card-title </mat-card-header>
></mat-card-header
>
<mat-card-content> <mat-card-content>
Yes, the authentication system via security token enables you to sign Yes, the authentication system via security token enables you to sign
in securely and anonymously to Ghostfolio. There is no need for an in securely and anonymously to Ghostfolio. There is no need for an
@ -56,10 +52,8 @@
</mat-card> </mat-card>
<mat-card appearance="outlined" class="mb-3"> <mat-card appearance="outlined" class="mb-3">
<mat-card-header> <mat-card-header>
<mat-card-title <mat-card-title>How can Ghostfolio be free?</mat-card-title>
>How can Ghostfolio be free?</mat-card-title </mat-card-header>
></mat-card-header
>
<mat-card-content <mat-card-content
>This project is driven by the efforts of contributors from around the >This project is driven by the efforts of contributors from around the
world. The world. The
@ -75,8 +69,8 @@
<mat-card-header> <mat-card-header>
<mat-card-title <mat-card-title
>Do you monetize or sell my financial data?</mat-card-title >Do you monetize or sell my financial data?</mat-card-title
></mat-card-header
> >
</mat-card-header>
<mat-card-content <mat-card-content
>No, we value your privacy. We do not sell or share your financial >No, we value your privacy. We do not sell or share your financial
data with any third parties.</mat-card-content data with any third parties.</mat-card-content
@ -84,10 +78,8 @@
</mat-card> </mat-card>
<mat-card appearance="outlined" class="mb-3"> <mat-card appearance="outlined" class="mb-3">
<mat-card-header> <mat-card-header>
<mat-card-title <mat-card-title>What is your business model?</mat-card-title>
>What is your business model?</mat-card-title </mat-card-header>
></mat-card-header
>
<mat-card-content <mat-card-content
>By offering >By offering
<a href="https://ghostfol.io/en/pricing">Ghostfolio Premium</a>, a <a href="https://ghostfol.io/en/pricing">Ghostfolio Premium</a>, a
@ -96,6 +88,15 @@
users.</mat-card-content users.</mat-card-content
> >
</mat-card> </mat-card>
<mat-card appearance="outlined" class="mb-3">
<mat-card-header>
<mat-card-title>What is your product roadmap?</mat-card-title>
</mat-card-header>
<mat-card-content
>At this time, we do not have a public roadmap
available.</mat-card-content
>
</mat-card>
<mat-card appearance="outlined" class="mb-3"> <mat-card appearance="outlined" class="mb-3">
<mat-card-header> <mat-card-header>
<mat-card-title <mat-card-title

Loading…
Cancel
Save