diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b9b88b89..dfd347337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased + +### Added + +- Added the _Ghostfolio_ trailer to the landing page + ## 1.151.0 - 24.05.2022 ### Added diff --git a/README.md b/README.md index fd737530f..e54ed0170 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@

Ghostfolio

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

Live Demo | Ghostfolio Premium | Blog | Slack | Twitter @@ -26,8 +26,9 @@ **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. -

- +
+ +
## Ghostfolio Premium @@ -62,6 +63,10 @@ Ghostfolio is for you if you are... - ✅ Zen Mode - ✅ Mobile-first design +
+ +
+ ## Technology Stack Ghostfolio is a modern web application written in [TypeScript](https://www.typescriptlang.org) and organized as an [Nx](https://nx.dev) workspace. diff --git a/apps/client/src/app/pages/landing/landing-page.html b/apps/client/src/app/pages/landing/landing-page.html index 5e6ac8ec1..bc0b38a08 100644 --- a/apps/client/src/app/pages/landing/landing-page.html +++ b/apps/client/src/app/pages/landing/landing-page.html @@ -51,6 +51,18 @@ stocks, ETFs or cryptocurrencies and make solid, data-driven investment decisions.

+

+ + Ghostfol.io Trailer + +

diff --git a/apps/client/src/assets/images/video-preview.jpg b/apps/client/src/assets/images/video-preview.jpg new file mode 100644 index 000000000..05ba21247 Binary files /dev/null and b/apps/client/src/assets/images/video-preview.jpg differ