Added voting page & header styling fix

Implemented VoteComponent to allow users to vote for the server on multiple platforms. Updated routes, styles, and headers for consistency.
This commit is contained in:
Peter
2025-04-06 20:45:43 +02:00
parent b4d78690d9
commit b1f2a89a2e
13 changed files with 240 additions and 15 deletions
@@ -1,5 +1,6 @@
<ng-container>
<app-header [current_page]="'privacy'" height="250px" background_image="/public/img/backgrounds/trees.jpg">
<app-header [current_page]="'privacy'" height="300px" background_image="/public/img/backgrounds/trees.jpg"
[overlay_gradient]="0.5">>
<div class="title" header-content>
<h1 class="titleColor">Privacy Policy</h1>
</div>