improve performence; updated information
This commit is contained in:
@@ -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}}">
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user