mirror of https://github.com/ghostfolio/ghostfolio
27 changed files with 2699 additions and 2129 deletions
@ -1,2 +1,5 @@ |
|||
:host { |
|||
label { |
|||
margin-bottom: 0; |
|||
} |
|||
} |
|||
|
@ -0,0 +1,17 @@ |
|||
import { GfPremiumIndicatorComponent } from '@ghostfolio/ui/premium-indicator'; |
|||
|
|||
import { Component } from '@angular/core'; |
|||
import { MatButtonModule } from '@angular/material/button'; |
|||
import { RouterModule } from '@angular/router'; |
|||
|
|||
@Component({ |
|||
host: { class: 'page' }, |
|||
imports: [GfPremiumIndicatorComponent, MatButtonModule, RouterModule], |
|||
selector: 'gf-black-weeks-2024-page', |
|||
standalone: true, |
|||
templateUrl: './black-weeks-2024-page.html' |
|||
}) |
|||
export class BlackWeeks2024PageComponent { |
|||
public routerLinkFeatures = ['/' + $localize`:snake-case:features`]; |
|||
public routerLinkPricing = ['/' + $localize`:snake-case:pricing`]; |
|||
} |
@ -0,0 +1,180 @@ |
|||
<div class="blog container"> |
|||
<div class="row"> |
|||
<div class="col-md-8 offset-md-2"> |
|||
<article> |
|||
<div class="mb-4 text-center"> |
|||
<h1 class="mb-1">Black Weeks 2024</h1> |
|||
<div class="mb-3 text-muted"><small>2024-11-16</small></div> |
|||
<img |
|||
alt="Black Week 2024 Teaser" |
|||
class="rounded w-100" |
|||
src="../assets/images/blog/black-weeks-2024.jpg" |
|||
title="Black Weeks 2024" |
|||
/> |
|||
</div> |
|||
<section class="mb-4"> |
|||
<p> |
|||
Take advantage of our exclusive <strong>Black Weeks</strong> offer |
|||
and save <strong>25%</strong> on your annual |
|||
<span class="align-items-center d-inline-flex" |
|||
>Ghostfolio Premium |
|||
<gf-premium-indicator |
|||
class="d-inline-block ml-1" |
|||
[enableLink]="false" |
|||
/> |
|||
</span> |
|||
subscription, plus get <strong>3 months extra</strong> for free! |
|||
</p> |
|||
</section> |
|||
<section class="mb-4"> |
|||
<p> |
|||
<a |
|||
href="https://ghostfol.io" |
|||
title="Open Source Wealth Management Software" |
|||
>Ghostfolio</a |
|||
> |
|||
is a powerful personal finance dashboard, designed to simplify your |
|||
investment journey. With this Open Source Software (OSS) platform, |
|||
you can: |
|||
</p> |
|||
<ul class="list-unstyled"> |
|||
<li> |
|||
<strong>Unify your assets</strong>: Track your financial |
|||
portfolio, including stocks, ETFs, cryptocurrencies, etc. |
|||
</li> |
|||
<li> |
|||
<strong>Gain deeper insights</strong>: Access real-time analytics |
|||
and data-driven insights. |
|||
</li> |
|||
<li> |
|||
<strong>Make informed decisions</strong>: Empower yourself with |
|||
actionable information. |
|||
</li> |
|||
</ul> |
|||
</section> |
|||
<section class="mb-4"> |
|||
<p> |
|||
Don’t miss this limited-time offer to optimize your financial |
|||
future. |
|||
</p> |
|||
<p class="text-center"> |
|||
<a color="primary" mat-flat-button [routerLink]="routerLinkPricing" |
|||
>Get the Deal</a |
|||
> |
|||
</p> |
|||
<p class="mt-5"> |
|||
For more information, visit our |
|||
<a [routerLink]="routerLinkPricing">pricing page</a>. |
|||
</p> |
|||
</section> |
|||
<section class="mb-4"> |
|||
<ul class="list-inline"> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">2024</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Black Friday</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Black Weeks</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Cryptocurrency</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Dashboard</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Deal</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">DeFi</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">ETF</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Finance</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Fintech</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Ghostfolio</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Ghostfolio Premium</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Hosting</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Investment</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Open Source</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">OSS</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Personal Finance</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Portfolio</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Portfolio Tracker</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Pricing</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Promotion</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">SaaS</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Sale</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Software</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Stock</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Subscription</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Wealth</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Wealth Management</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Web3</span> |
|||
</li> |
|||
<li class="list-inline-item"> |
|||
<span class="badge badge-light">Web 3.0</span> |
|||
</li> |
|||
</ul> |
|||
</section> |
|||
<nav aria-label="breadcrumb"> |
|||
<ol class="breadcrumb"> |
|||
<li class="breadcrumb-item"> |
|||
<a i18n [routerLink]="['/blog']">Blog</a> |
|||
</li> |
|||
<li |
|||
aria-current="page" |
|||
class="active breadcrumb-item text-truncate" |
|||
> |
|||
Black Weeks 2024 |
|||
</li> |
|||
</ol> |
|||
</nav> |
|||
</article> |
|||
</div> |
|||
</div> |
|||
</div> |
After Width: | Height: | Size: 304 KiB |
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
File diff suppressed because it is too large
Loading…
Reference in new issue