Thomas Kaul
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
22 additions and
3 deletions
-
apps/client/src/app/pages/blog/2022/07/how-do-i-get-my-finances-in-order/how-do-i-get-my-finances-in-order-page.html
-
apps/client/src/app/pages/resources/resources-page.html
|
|
@ -9,9 +9,9 @@ |
|
|
|
<section class="mb-4"> |
|
|
|
<p> |
|
|
|
Before you can think of |
|
|
|
<a [routerLink]="['/resources']">long-term investing</a>, you need |
|
|
|
to have your finances in order. Take a look at Peter's journey to |
|
|
|
see how you can achieve it, too. |
|
|
|
<a [routerLink]="['/resources']">long-term investing</a>, you have |
|
|
|
to get your finances in order. Take a look at Peter's journey to see |
|
|
|
how you can achieve it, too. |
|
|
|
</p> |
|
|
|
<p> |
|
|
|
Peter enjoys life, but sometimes he overspends a bit. He realizes it |
|
|
@ -153,6 +153,9 @@ |
|
|
|
<li class="list-inline-item"> |
|
|
|
<span class="badge badge-light">Goal</span> |
|
|
|
</li> |
|
|
|
<li class="list-inline-item"> |
|
|
|
<span class="badge badge-light">Guide</span> |
|
|
|
</li> |
|
|
|
<li class="list-inline-item"> |
|
|
|
<span class="badge badge-light">Income</span> |
|
|
|
</li> |
|
|
|
|
|
@ -20,6 +20,22 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="mb-4 media"> |
|
|
|
<div class="media-body"> |
|
|
|
<h3 class="h5 mt-0">How do I get my finances in order?</h3> |
|
|
|
<div class="mb-1"> |
|
|
|
Before you can think of long-term investing, you have to get your |
|
|
|
finances in order. Learn how you can reach your financial goals |
|
|
|
easier and faster in this guide. |
|
|
|
</div> |
|
|
|
<div> |
|
|
|
<a |
|
|
|
[routerLink]="['/en', 'blog', '2022', '07', 'how-do-i-get-my-finances-in-order']" |
|
|
|
>How do I get my finances in order? →</a |
|
|
|
> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<h2 class="h4 mb-3">Market</h2> |
|
|
|
<div class="mb-5"> |
|
|
|