Browse Source

Improve balance of headings

pull/5293/head
Thomas Kaul 3 weeks ago
parent
commit
7dfa8cff1e
  1. 14
      apps/client/src/app/pages/landing/landing-page.html

14
apps/client/src/app/pages/landing/landing-page.html

@ -2,11 +2,11 @@
<div class="row"> <div class="row">
<div class="col text-center"> <div class="col text-center">
<div> <div>
<h1 class="font-weight-bold intro" i18n> <h1 class="font-weight-bold gf-text-wrap-balance intro" i18n>
Manage your wealth like a boss Manage your wealth like a boss
</h1> </h1>
</div> </div>
<p class="lead mb-4" i18n> <p class="gf-text-wrap-balance lead mb-4" i18n>
Ghostfolio is a privacy-first, open source dashboard for your personal Ghostfolio is a privacy-first, open source dashboard for your personal
finances. Break down your asset allocation, know your net worth and make finances. Break down your asset allocation, know your net worth and make
solid, data-driven investment decisions. solid, data-driven investment decisions.
@ -222,11 +222,11 @@
<div class="pt-3 row"> <div class="pt-3 row">
<div class="col text-center"> <div class="col text-center">
<h2 class="h4 mb-1 text-center" i18n> <h2 class="gf-text-wrap-balance h4 mb-1 text-center" i18n>
Protect your <strong>assets</strong>. Refine your Protect your <strong>assets</strong>. Refine your
<strong>personal investment strategy</strong>. <strong>personal investment strategy</strong>.
</h2> </h2>
<p class="lead m-0" i18n> <p class="gf-text-wrap-balance lead m-0" i18n>
Ghostfolio empowers busy people to keep track of stocks, ETFs or Ghostfolio empowers busy people to keep track of stocks, ETFs or
cryptocurrencies without being tracked. cryptocurrencies without being tracked.
</p> </p>
@ -270,7 +270,7 @@
<div class="row my-5"> <div class="row my-5">
<div class="col-md-6 offset-md-3"> <div class="col-md-6 offset-md-3">
<h2 class="h4 mb-1 text-center" i18n>Why <strong>Ghostfolio</strong>?</h2> <h2 class="h4 mb-1 text-center" i18n>Why <strong>Ghostfolio</strong>?</h2>
<p class="lead mb-3 text-center" i18n> <p class="gf-text-wrap-balance lead mb-3 text-center" i18n>
Ghostfolio is for you if you are... Ghostfolio is for you if you are...
</p> </p>
<ul class="list-unstyled"> <ul class="list-unstyled">
@ -363,7 +363,7 @@
@if (hasPermissionForSubscription) { @if (hasPermissionForSubscription) {
<div class="row my-5"> <div class="row my-5">
<div class="col-12"> <div class="col-12">
<h2 class="h4 text-center" i18n> <h2 class="gf-text-wrap-balance h4 text-center" i18n>
Members from around the globe are using Members from around the globe are using
<a href="pricing"><strong>Ghostfolio Premium</strong></a> <a href="pricing"><strong>Ghostfolio Premium</strong></a>
</h2> </h2>
@ -431,7 +431,7 @@
<h2 class="h4 mb-1 text-center" i18n> <h2 class="h4 mb-1 text-center" i18n>
Are <strong>you</strong> ready? Are <strong>you</strong> ready?
</h2> </h2>
<p class="lead mb-3 text-center" i18n> <p class="gf-text-wrap-balance lead mb-3 text-center" i18n>
Join now Join now
@if (hasPermissionForDemo) { @if (hasPermissionForDemo) {
or check out the example account or check out the example account

Loading…
Cancel
Save