Refactor footer and home components; update image formats and improve text descriptions

This commit is contained in:
Lechner Julian
2025-07-04 08:29:56 +02:00
parent c15abe3e97
commit c0dca3879b
8 changed files with 19 additions and 26 deletions
+2 -2
View File
@@ -79,7 +79,7 @@ export class HomeComponent implements OnInit, OnDestroy {
protected readonly contactSafeMail: SafeUrl;
protected readonly personalInformation: string = 'You found an easter egg, why are you here!?!\nYou want to know more personal things about me? - Then you will find your information here!:';
protected readonly personalInformation: string = 'You found an easter egg, why are you here!?!\nYou want to know more personal things about me? - Then you will find your information here!:\nI am currently building an independent foundation for my financial freedom. I am establishing my own software company specializing in client-based projects.\nMy motto, “No stress in life,” guides me to avoid unnecessary pressure.\nI identify as pansexual, meaning I am attracted to individuals regardless of their gender. - I am in a committed relationship. (I have been a man since the very beginning of my life.)';
readonly bioTextsList: string[] = [
'C#',
'.NET',
@@ -144,7 +144,7 @@ export class HomeComponent implements OnInit, OnDestroy {
ngOnDestroy(): void {
this.sub.unsubscribe();
}
openInfo(): void {
openStalkerInfo(): void {
this.dialog.open(StalkerComponent, {
width: '420px',
data: { message: this.personalInformation }