improve: readme and configs
This commit is contained in:
@@ -95,10 +95,12 @@
|
||||
<div class="story-grid">
|
||||
<div class="story-copy">
|
||||
<p>
|
||||
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.
|
||||
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 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.
|
||||
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>
|
||||
|
||||
@@ -111,13 +113,16 @@
|
||||
@if (isLongBioMounted) {
|
||||
<div class="detail-panel" [class.detail-panel-enter]="isLongBioShown" [class.detail-panel-leave]="!isLongBioShown">
|
||||
<p>
|
||||
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 😁
|
||||
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>
|
||||
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.
|
||||
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.
|
||||
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>
|
||||
|
||||
Reference in New Issue
Block a user