improve: my text
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<span class="hero-name-part" [attr.data-name]="global.lastname">{{ global.lastname }}</span>
|
||||
</h1>
|
||||
<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>
|
||||
</div>
|
||||
|
||||
@@ -95,12 +95,10 @@
|
||||
<div class="story-grid">
|
||||
<div class="story-copy">
|
||||
<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
|
||||
lot of time traveling by train between projects, meetings, and clients.
|
||||
My name is {{ global.firstname }}, though most people call me Julie. I’m{{ 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.
|
||||
</p>
|
||||
<p>
|
||||
I work across modern web technologies and practical business software. My focus is not on noise or unnecessary complexity, but on
|
||||
systems that are stable, clear, and actually useful in day-to-day work.
|
||||
I work with modern web technologies and on business-critical systems. I don’t care much for unnecessary complexity — I focus on clear, stable solutions that actually hold up in day-to-day use and deliver real value.
|
||||
</p>
|
||||
</div>
|
||||
|
||||
@@ -113,12 +111,13 @@
|
||||
@if (isLongBioMounted) {
|
||||
<div class="detail-panel" [class.detail-panel-enter]="isLongBioShown" [class.detail-panel-leave]="!isLongBioShown">
|
||||
<p>
|
||||
My biggest hobby apart from software development is scuba diving. Floating in deep water and only thinking about the here and
|
||||
now always brings me back to a calmer pace.
|
||||
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 😁
|
||||
</p>
|
||||
<p>
|
||||
I currently work mainly for the Viennese company SobIT GmbH and also take on freelance projects for companies, associations,
|
||||
and private clients. The common thread is always the same: practical software, well delivered.
|
||||
Outside of software, my main hobby is scuba diving. The silence underwater and the focus on the present moment keep pulling me back into Austria’s dark, cold lakes.
|
||||
</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 it’s supposed to do, built properly.
|
||||
</p>
|
||||
<button class="inline-link inline-link-button" type="button" (click)="scrollToContactLinks()">Get in touch</button>
|
||||
</div>
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<p class="eyebrow">Legal</p>
|
||||
<h1>Imprint & Privacy</h1>
|
||||
<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).
|
||||
</p>
|
||||
</div>
|
||||
|
||||
+1
-4
@@ -3,10 +3,7 @@
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta charset="utf-8" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Portfolio of Julian Lechner, an Austrian full-stack developer building stable web, desktop, and business software."
|
||||
/>
|
||||
<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.">
|
||||
<base href="/" />
|
||||
|
||||
<link rel="icon" type="image/webp" sizes="128x128" href="assets/optimized/portrait/me-128.webp" />
|
||||
|
||||
Reference in New Issue
Block a user