Browse Source

Simplify intro text

pull/933/head
Thomas 3 years ago
parent
commit
f4ee919eb5
  1. 2
      README.md
  2. 6
      apps/client/src/app/pages/landing/landing-page.html
  3. 2
      apps/client/src/index.html

2
README.md

@ -24,7 +24,7 @@
</p> </p>
</div> </div>
**Ghostfolio** is an open source wealth management software built with web technology. The application empowers busy people to keep track of their wealth like stocks, ETFs or cryptocurrencies and make solid, data-driven investment decisions. **Ghostfolio** is an open source wealth management software built with web technology. The application empowers busy people to keep track of stocks, ETFs or cryptocurrencies and make solid, data-driven investment decisions.
<div align="center"> <div align="center">
<img src="./apps/client/src/assets/images/screenshot.png" width="300"> <img src="./apps/client/src/assets/images/screenshot.png" width="300">

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

@ -47,9 +47,9 @@
<strong>personal investment strategy</strong>. <strong>personal investment strategy</strong>.
</h2> </h2>
<p class="lead"> <p class="lead">
<strong>Ghostfolio</strong> empowers busy people to keep track of their <strong>Ghostfolio</strong> empowers busy people to keep track of
wealth like stocks, ETFs or cryptocurrencies and make solid, data-driven stocks, ETFs or cryptocurrencies and make solid, data-driven investment
investment decisions. decisions.
</p> </p>
</div> </div>
</div> </div>

2
apps/client/src/index.html

@ -17,7 +17,7 @@
<meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:card" content="summary_large_image" />
<meta <meta
name="twitter:description" name="twitter:description"
content="Ghostfolio is a lightweight wealth management application for individuals to keep track of their wealth like stocks, ETFs or cryptocurrencies" content="Ghostfolio is a lightweight wealth management application for individuals to keep track of stocks, ETFs or cryptocurrencies"
/> />
<meta <meta
name="twitter:image" name="twitter:image"

Loading…
Cancel
Save