Pages are now grouped per group they appear in on in the header (where possible) Utilities used by multiple pages in the project are grouped in folders such as services/pipes/etc
17 lines
501 B
HTML
17 lines
501 B
HTML
<ng-container>
|
|
<app-header [current_page]="'birthdays'" height="460px" background_image="/public/img/backgrounds/staff.png"
|
|
[overlay_gradient]="0.5">
|
|
<div class="title" header-content>
|
|
<h1>Famous Altitude Staff Birthdays</h1>
|
|
<h2>(and previous staff)</h2>
|
|
</div>
|
|
</app-header>
|
|
|
|
<main>
|
|
<section class="darkmodeSection">
|
|
<div class="container" style="padding: 50px 0 0 0; justify-content: center;">
|
|
</div>
|
|
</section>
|
|
</main>
|
|
</ng-container>
|