diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ec4f47a..26dc266a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Respected the cash balance on the analysis page +- Harmonized the slogan to "Open Source Wealth Management Software" ### Fixed diff --git a/README.md b/README.md index 66023ae6..3bc06973 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,22 @@
+ + Ghostfolio Logo + +

Ghostfolio

- Open Source Portfolio Tracker + Open Source Wealth Management Software made for Humans

Live Demo

- + + Build Status @@ -15,7 +24,13 @@

-**Ghostfolio** is an open source portfolio tracker built with web technology. The software empowers busy people to have a sharp look of their financial assets and to 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 their wealth like stocks, ETFs or cryptocurrencies and make solid, data-driven investment decisions. + +## Ghostfolio Premium + +Our official cloud offering [Ghostfolio Premium](https://ghostfol.io/pricing) is the easiest way to get started. Due to the time it saves, this will be the best option for most people. The revenue is used for covering the hosting costs. + +If you prefer to run Ghostfolio on your own infrastructure, please find the source code and further instructions here on _GitHub_. ## Why Ghostfolio? diff --git a/apps/client/src/app/pages/about/about-page.html b/apps/client/src/app/pages/about/about-page.html index 43f2ae68..56cda5e4 100644 --- a/apps/client/src/app/pages/about/about-page.html +++ b/apps/client/src/app/pages/about/about-page.html @@ -5,11 +5,18 @@

- Ghostfolio is open source software which empowers - busy folks to have a sharp look of their financial assets and to - make solid, data-driven investment decisions by evaluating automated - static portfolio analysis rules. The project has been initiated by - Thomas Kaul. + Ghostfolio is a lightweight wealth management + application for individuals to keep track of their wealth like + stocks, ETFs or cryptocurrencies and make solid, data-driven + investment decisions. The source code is fully available as open + source software (OSS). The project has been initiated by + Thomas Kaul and is driven by the + efforts of its + contributors. This instance is running Ghostfolio {{ version }} and has been last published on {{ lastPublish }}.

-

Open Source Portfolio Tracker

+

Wealth Management Software for Humans

diff --git a/apps/client/src/app/pages/landing/landing-page.scss b/apps/client/src/app/pages/landing/landing-page.scss index 139841e0..9e4b627a 100644 --- a/apps/client/src/app/pages/landing/landing-page.scss +++ b/apps/client/src/app/pages/landing/landing-page.scss @@ -3,7 +3,6 @@ .button-container { aspect-ratio: 16 / 9; - margin-top: -4rem; gf-line-chart { bottom: 0; diff --git a/apps/client/src/assets/site.webmanifest b/apps/client/src/assets/site.webmanifest index 74bc8841..91853e97 100644 --- a/apps/client/src/assets/site.webmanifest +++ b/apps/client/src/assets/site.webmanifest @@ -1,7 +1,7 @@ { "background_color": "transparent", "categories": ["finance", "utilities"], - "description": "Open Source Portfolio Tracker", + "description": "Open Source Wealth Management Software", "display": "standalone", "icons": [ { diff --git a/apps/client/src/index.html b/apps/client/src/index.html index 78b32f64..da1b6798 100644 --- a/apps/client/src/index.html +++ b/apps/client/src/index.html @@ -1,7 +1,7 @@ - Ghostfolio – Open Source Portfolio Tracker + Ghostfolio – Open Source Wealth Management Software @@ -11,13 +11,13 @@ /> @@ -42,7 +42,7 @@