Update home component: enhance image handling and refine description

This commit is contained in:
Lechner Julian
2025-07-07 08:41:26 +02:00
parent 73e9ff94fe
commit a1368166f0
3 changed files with 10 additions and 3 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 MiB

After

Width:  |  Height:  |  Size: 873 KiB

BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 199 KiB

After

Width:  |  Height:  |  Size: 19 KiB

+10 -3
View File
@@ -1,8 +1,15 @@
<section class="container"> <section class="container">
<div class="card profile"> <div class="card profile">
<img ngSrc="Logo.webp" (click)="openStalkerInfo()" priority width="200" height="200" fetchpriority="high" <img
alt="profile picture"/> ngSrc="Logo.webp"
width="200"
height="200"
priority
fetchpriority="high"
alt="profile picture"
srcset="Logo.webp 1x, Logo.webp 2x"
(click)="openStalkerInfo()" />
<h1>Hallo! 👋 I'm {{ globalFields.firstname }} {{ globalFields.lastname }}!</h1> <h1>Hallo! 👋 I'm {{ globalFields.firstname }} {{ globalFields.lastname }}!</h1>
<h3>📍 Austria, Vienna</h3> <h3>📍 Austria, Vienna</h3>
@@ -15,7 +22,7 @@
<a> <a>
<u> <u>
<h3>A motivated young full-stack software developer from Austria.</h3> <h3>A young full-stack software developer from Austria.</h3>
</u> </u>
</a> </a>