improve: my text

This commit is contained in:
2026-04-27 17:33:17 +02:00
parent 4ada33b011
commit 38d4f7b2a6
3 changed files with 10 additions and 14 deletions
+8 -9
View File
@@ -8,7 +8,7 @@
<span class="hero-name-part" [attr.data-name]="global.lastname">{{ global.lastname }}</span> <span class="hero-name-part" [attr.data-name]="global.lastname">{{ global.lastname }}</span>
</h1> </h1>
<p class="hero-intro"> <p class="hero-intro">
Full-stack development, thoughtful interfaces, and tailored digital products for companies, associations, and private clients. Building reliable systems, clean interfaces, and practical digital solutions that actually hold up in production.
</p> </p>
</div> </div>
@@ -95,12 +95,10 @@
<div class="story-grid"> <div class="story-grid">
<div class="story-copy"> <div class="story-copy">
<p> <p>
My name is {{ global.firstname }}, many people also call me Julie. I'm {{ age }} years old and come from Austria, where I spend a My name is {{ global.firstname }}, though most people call me Julie. Im{{ age }}and based in Austria. A large part of my day happens on the move — usually on trains, going between meetings, offices, and time with my family.
lot of time traveling by train between projects, meetings, and clients.
</p> </p>
<p> <p>
I work across modern web technologies and practical business software. My focus is not on noise or unnecessary complexity, but on I work with modern web technologies and on business-critical systems. I dont care much for unnecessary complexity — I focus on clear, stable solutions that actually hold up in day-to-day use and deliver real value.
systems that are stable, clear, and actually useful in day-to-day work.
</p> </p>
</div> </div>
@@ -113,12 +111,13 @@
@if (isLongBioMounted) { @if (isLongBioMounted) {
<div class="detail-panel" [class.detail-panel-enter]="isLongBioShown" [class.detail-panel-leave]="!isLongBioShown"> <div class="detail-panel" [class.detail-panel-enter]="isLongBioShown" [class.detail-panel-leave]="!isLongBioShown">
<p> <p>
My biggest hobby apart from software development is scuba diving. Floating in deep water and only thinking about the here and What really interests me is modern code — well-structured, maintainable, and built with performance in mind. No unnecessary bloat, just clean, readable solutions that reliably work under real-world conditions… in theory 😁
now always brings me back to a calmer pace.
</p> </p>
<p> <p>
I currently work mainly for the Viennese company SobIT GmbH and also take on freelance projects for companies, associations, Outside of software, my main hobby is scuba diving. The silence underwater and the focus on the present moment keep pulling me back into Austrias dark, cold lakes.
and private clients. The common thread is always the same: practical software, well delivered. </p>
<p>
Right now, I mainly work for SobIT GmbH in Vienna, alongside freelance projects for companies, organizations, and private clients. No gimmicks — just software that does what its supposed to do, built properly.
</p> </p>
<button class="inline-link inline-link-button" type="button" (click)="scrollToContactLinks()">Get in touch</button> <button class="inline-link inline-link-button" type="button" (click)="scrollToContactLinks()">Get in touch</button>
</div> </div>
+1 -1
View File
@@ -5,7 +5,7 @@
<p class="eyebrow">Legal</p> <p class="eyebrow">Legal</p>
<h1>Imprint & Privacy</h1> <h1>Imprint & Privacy</h1>
<p class="hero-intro legal-intro"> <p class="hero-intro legal-intro">
Legal information for this website under Austrian law, including privacy information for websites operated by Julian Lechner Legal information for this website under Austrian law, including privacy information for websites operated by {{ global.firstname }} {{ global.lastname }}
(Lechner Systems). (Lechner Systems).
</p> </p>
</div> </div>
+1 -4
View File
@@ -3,10 +3,7 @@
<head> <head>
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta <meta name="description" content="Full-stack developer building reliable, high-performance systems and clean, maintainable code. Focused on practical solutions that actually hold up in production.">
name="description"
content="Portfolio of Julian Lechner, an Austrian full-stack developer building stable web, desktop, and business software."
/>
<base href="/" /> <base href="/" />
<link rel="icon" type="image/webp" sizes="128x128" href="assets/optimized/portrait/me-128.webp" /> <link rel="icon" type="image/webp" sizes="128x128" href="assets/optimized/portrait/me-128.webp" />