improve performence; updated information

This commit is contained in:
Julian lechner
2025-07-24 15:08:16 +02:00
parent 595db7c398
commit 31c02fcc65
5 changed files with 8 additions and 12 deletions
+2 -4
View File
@@ -9,7 +9,7 @@
fetchpriority="high"
alt="profile picture"
srcset="Logo.webp 1x, Logo.webp 2x"
(click)="openStalkerInfo()" />
(click)="openStalkerInfo()"/>
<h1>Hallo! 👋 I'm {{ globalFields.firstname }} {{ globalFields.lastname }}!</h1>
<h3>📍 Austria, Vienna</h3>
@@ -70,9 +70,7 @@
<div class="contact-area">
<a [href]="contactSafeMail">
<span>
<fa-icon [icon]="faEnvelope" size="3x"></fa-icon>
</span>
<fa-icon [icon]="faEnvelope" size="3x"></fa-icon>
</a>
<a href="tel:{{globalFields.hrefContactPhone}}">
+1 -1
View File
@@ -23,7 +23,7 @@ export class ImprintComponent implements OnInit {
protected readonly zip: number = 3380;
protected readonly city: string = 'Pöchlarn';
protected readonly country: string = 'Austria';
protected readonly abuseMail: string = 'abuse@fraujulian.xyz';
protected readonly abuseMail: string = 'abuse@lechner-systems.at';
protected contactSafeMail!: SafeUrl;
protected abuseSafeMail!: SafeUrl;