Browse Source

Simplify pricing page

pull/967/head
Thomas 3 years ago
parent
commit
8244150379
  1. 13
      apps/client/src/app/pages/pricing/pricing-page.html

13
apps/client/src/app/pages/pricing/pricing-page.html

@ -4,22 +4,19 @@
<h3 class="d-flex justify-content-center mb-3 text-center" i18n> <h3 class="d-flex justify-content-center mb-3 text-center" i18n>
Pricing Plans Pricing Plans
</h3> </h3>
<mat-card class="mb-4"> <div class="mb-4">
<mat-card-content>
<p> <p>
Our official Our official
<strong>Ghostfolio Premium</strong> cloud offering is the easiest <strong>Ghostfolio Premium</strong> cloud offering is the easiest way
way to get started. Due to the time it saves, this will be the best to get started. Due to the time it saves, this will be the best option
option for most people. The revenue is used for covering the hosting for most people. The revenue is used for covering the hosting costs.
costs.
</p> </p>
<p> <p>
If you prefer to run <strong>Ghostfolio</strong> on your own If you prefer to run <strong>Ghostfolio</strong> on your own
infrastructure, please find the source code and further instructions infrastructure, please find the source code and further instructions
on <a href="https://github.com/ghostfolio/ghostfolio">GitHub</a>. on <a href="https://github.com/ghostfolio/ghostfolio">GitHub</a>.
</p> </p>
</mat-card-content> </div>
</mat-card>
<div class="row"> <div class="row">
<div class="col-xs-12 col-md-4 mb-3"> <div class="col-xs-12 col-md-4 mb-3">
<mat-card class="d-flex flex-column h-100"> <mat-card class="d-flex flex-column h-100">

Loading…
Cancel
Save