Files
Personal-Portfolio-Website/index.html
T
2025-02-04 16:42:30 +01:00

156 lines
5.5 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Julian Lechner</title>
<link rel="icon" href="favicon.ico" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.7.2/css/all.min.css">
<link rel="stylesheet" type="text/css" href="Resources/Style.css" />
<script rel="preload" src="https://cdnjs.cloudflare.com/ajax/libs/showdown/2.1.0/showdown.min.js"></script>
<script async rel="preload" src="Resources/Javascript.js"></script>
</head>
<body>
<section class="container">
<div class="card profile">
<img src="Resources/Images/Logo.webp" width="200px" height="200px" fetchpriority="high" alt="Online Profilbild von Julian Lechner"/>
<h1>Hallo! 👋 I'm Julian Lechner!</h1>
<h3>📍 Austria, Vienna</h3>
<br>
<hr>
<div class="max60">
<div id="short-bio-text" class="hover-items">
<i id="left-arrow" class="fas fa-arrow-right"></i>
<a>
<u>
<h3>A young enthusiastic developer from Austria!</h3>
</u>
</a>
<i id="right-arrow" class="fas fa-arrow-left"></i>
</div>
</div>
<div class="long-bio-text hidden">
<p>
My name is Julian, many people also call me Julie. I'm %AGE% years old and come from beautiful Austria. I spend most of my time in front of the computer.
<br />
<br />
My biggest hobby apart from software development is diving. Floating in deep water and only thinking
about the here and now always brings me back to the depths. I try to practice this hobby as often as
possible.
<br />
<br />
I currently work mainly for the Viennese company SobIT Gmbh. This company develops software for any
care company, for scheduling employees as well as recording the status of patients.
<br />
<br />
I also work for the company GERLACH SYSTEMS or SynHost. They rent out servers, domains, web servers,
game servers etc. in various locations.
<br />
<br />
<a href="mailto:fraujulian@lechner.top">
<h3>Just contact me!</h3>
</a>
</p>
</div>
<hr>
<br>
<noscript>
<h2 class="warning-text">Enable JavaScript to see more.</h2>
</noscript>
<div class="bio grid-container">
<div class="grid-item-start">
<h1>I work with</h1>
</div>
<div class="grid-item">
<h1>NodeJS</h1>
</div>
<div class="grid-item">
<h1>JavaScript</h1>
</div>
<div class="grid-item">
<h1>TypeScript</h1>
</div>
<div class="grid-item">
<h1>HTML</h1>
</div>
<div class="grid-item">
<h1>CSS</h1>
</div>
<div class="grid-item">
<h1>C#</h1>
</div>
<div class="grid-item">
<h1>.NET</h1>
</div>
<div class="grid-item">
<h1>WPF</h1>
</div>
<div class="grid-item">
<h1>Avalonia</h1>
</div>
<div class="grid-item">
<h1>Ubuntu</h1>
</div>
<div class="grid-item">
<h1>WebStorm</h1>
</div>
<div class="grid-item">
<h1>Rider</h1>
</div>
<div class="grid-item">
<h1>SSMS</h1>
</div>
<div class="grid-item">
<h1>MySQL</h1>
</div>
<div class="grid-item">
<h1>Java</h1>
</div>
</div>
<div class="contact-area">
<a href="mailto:fraujulian@lechner.top">
<i class="fa-solid fa-envelope fa-3x"></i>
</a>
<a href="tel:+436609254001">
<i class="fa-solid fa-phone fa-3x"></i>
</a>
<a href="https://discord.com/users/860206216893693973">
<i class="fab fa-discord fa-3x"></i>
</a>
<a href="https://github.com/fraujulian">
<i class="fab fa-github fa-3x"></i>
</a>
</div>
</div>
<div id="github_projects" class="card">
<h2 id="loading-text" class="warning-text">Enable JavaScript to see more.</h2>
</div>
</section>
<footer>
<p>
<a href="/IMPRINT/">IMPRINT</a> | &copy; 2023 - %CURRENT_YEAR% Julian Lechner - All rights reserved.
</p>
</footer>
</body>
</html>