Browse Source

Feature/add boringly getting rich guide to resources page (#836)

* Add "Boringly Getting Rich" guide

* Update changelog
pull/837/head
Thomas Kaul 3 years ago
committed by GitHub
parent
commit
638ae3f7fa
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      CHANGELOG.md
  2. 72
      apps/client/src/app/pages/resources/resources-page.html
  3. 2
      apps/client/src/app/pages/resources/resources-page.scss

1
CHANGELOG.md

@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added ### Added
- Added support to export a single future activity (draft) as an `.ics` file - Added support to export a single future activity (draft) as an `.ics` file
- Added the _Boringly Getting Rich_ guide to the resources section
## 1.137.0 - 15.04.2022 ## 1.137.0 - 15.04.2022

72
apps/client/src/app/pages/resources/resources-page.html

@ -1,18 +1,35 @@
<div class="container"> <div class="container">
<div class="row"> <div class="row">
<div class="col"> <div class="col">
<h3 class="d-flex justify-content-center mb-3" i18n>Resources</h3> <h1 class="d-flex h3 justify-content-center mb-3" i18n>Resources</h1>
<mat-card class="mb-3"> <h2 class="h4 mb-3">Guides</h2>
<mat-card-content>
<h4 class="mb-3">Market</h4>
<div class="mb-5"> <div class="mb-5">
<div class="mb-4 media"> <div class="mb-4 media">
<div class="media-body"> <div class="media-body">
<h5 class="mt-0">Fear & Greed Index</h5> <h3 class="h5 mt-0">Boringly Getting Rich</h3>
<div class="mb-1">
The <i>Boringly Getting Rich</i> guide supports you to get started
with investing. It introduces a strategy utilizing a broadly
diversified, low-cost portfolio excluding the risks of individual
stocks.
</div>
<div>
<a href="https://herget.me/investing-guide" target="_blank"
>Boringly Getting Rich →</a
>
</div>
</div>
</div>
</div>
<h2 class="h4 mb-3">Market</h2>
<div class="mb-5">
<div class="mb-4 media">
<div class="media-body">
<h3 class="h5 mt-0">Fear & Greed Index</h3>
<div class="mb-1"> <div class="mb-1">
The fear and greed index was developed by <i>CNNMoney</i> to The fear and greed index was developed by <i>CNNMoney</i> to
measure the primary emotions (fear and greed) that influence measure the primary emotions (fear and greed) that influence how
how much investors are willing to pay for stocks. much investors are willing to pay for stocks.
</div> </div>
<div> <div>
<a <a
@ -25,12 +42,12 @@
</div> </div>
<div class="media"> <div class="media">
<div class="media-body"> <div class="media-body">
<h5 class="mt-0">Inflation Chart</h5> <h3 class="h5 mt-0">Inflation Chart</h3>
<div class="mb-1"> <div class="mb-1">
Inflation Chart helps you find the intrinsic value of stock Inflation Chart helps you find the intrinsic value of stock
markets, stock prices, goods and services by adjusting them to markets, stock prices, goods and services by adjusting them to the
the amount of the money supply (M0, M1, M2) or price of other amount of the money supply (M0, M1, M2) or price of other goods
goods (food or oil). (food or oil).
</div> </div>
<div> <div>
<a href="https://inflationchart.com" target="_blank" <a href="https://inflationchart.com" target="_blank"
@ -40,16 +57,15 @@
</div> </div>
</div> </div>
</div> </div>
<h4 class="mb-3">Glossary</h4> <h2 class="h4 mb-3">Glossary</h2>
<div> <div>
<div class="mb-4 media"> <div class="mb-4 media">
<!--<img src="" class="mr-3" />-->
<div class="media-body"> <div class="media-body">
<h5 class="mt-0">Buy and Hold</h5> <h3 class="h5 mt-0">Buy and Hold</h3>
<div class="mb-1"> <div class="mb-1">
Buy and hold is a passive investment strategy where you buy Buy and hold is a passive investment strategy where you buy assets
assets and hold them for a long period regardless of and hold them for a long period regardless of fluctuations in the
fluctuations in the market. market.
</div> </div>
<div> <div>
<a <a
@ -61,14 +77,13 @@
</div> </div>
</div> </div>
<div class="mb-4 media"> <div class="mb-4 media">
<!--<img src="" class="mr-3" />-->
<div class="media-body"> <div class="media-body">
<h5 class="mt-0">Dollar-Cost Averaging (DCA)</h5> <h3 class="h5 mt-0">Dollar-Cost Averaging (DCA)</h3>
<div class="mb-1"> <div class="mb-1">
Dollar-cost averaging is an investment strategy where you Dollar-cost averaging is an investment strategy where you split
split the total amount to be invested across periodic the total amount to be invested across periodic purchases of a
purchases of a target asset to reduce the impact of volatility target asset to reduce the impact of volatility on the overall
on the overall purchase. purchase.
</div> </div>
<div> <div>
<a <a
@ -80,13 +95,12 @@
</div> </div>
</div> </div>
<div class="media"> <div class="media">
<!--<img src="" class="mr-3" />-->
<div class="media-body"> <div class="media-body">
<h5 class="mt-0">Financial Independence</h5> <h3 class="h5 mt-0">Financial Independence</h3>
<div class="mb-1"> <div class="mb-1">
Financial independence is the status of having enough income, Financial independence is the status of having enough income, for
for example with a passive income like dividends, to cover example with a passive income like dividends, to cover your living
your living expenses for the rest of your life. expenses for the rest of your life.
</div> </div>
<div> <div>
<a <a
@ -98,8 +112,6 @@
</div> </div>
</div> </div>
</div> </div>
</mat-card-content>
</mat-card>
</div> </div>
</div> </div>
</div> </div>

2
apps/client/src/app/pages/resources/resources-page.scss

@ -2,7 +2,6 @@
color: rgb(var(--dark-primary-text)); color: rgb(var(--dark-primary-text));
display: block; display: block;
.mat-card {
a { a {
color: rgba(var(--palette-primary-500), 1); color: rgba(var(--palette-primary-500), 1);
font-weight: 500; font-weight: 500;
@ -12,7 +11,6 @@
} }
} }
} }
}
:host-context(.is-dark-theme) { :host-context(.is-dark-theme) {
color: rgb(var(--light-primary-text)); color: rgb(var(--light-primary-text));

Loading…
Cancel
Save