Delete index.html

This commit is contained in:
2024-07-04 20:08:47 +02:00
committed by GitHub
parent bf2f5fefde
commit 9b6a64700e
-145
View File
@@ -1,145 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-adsense-account" content="ca-pub-8132805866670069">
<title>Julian Lechner</title>
<link rel="shortcut icon" type="image/png" href="favicon.ico" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="stylesheet" type="text/css" href="css/github.css" />
<link rel="stylesheet" type="text/css" href="css/donation.css" />
</head>
<body>
<div class="container">
<div class="card profile">
<img src="img/logo.webp" width="200px" height="200px" fetchpriority="low">
<h1>Hy! 👋 I'm Julian Lechner!</h1>
<h2>aka. FrauJulian</h2>
<div class="max60">
<div id="short-desc" class="hover-items">
<i id="left-arrow" class="fas fa-arrow-right"></i>
<a onclick="plausible('expandprofile')">A young enthusiastic developer from Austria!</a>
<i id="right-arrow" class="fas fa-arrow-left"></i>
</div>
</div>
<div class="bio-text hidden">
<p>
My name is Julian, I am 15 years old and I live in beautiful Lower Austria! In my free time I mainly sit in front of the PC and work on my projects, I also go suba diving a lot!
<br />
<br />
I am currently in my final year! Next year, 2024, I would like to start an apprenticeship as an application developer!
<br />
<br />
I mainly work for SynHost.de, which is a German hosting company. There I am responsible for customer service and programming new functions.
<br />
<br />
Of course I also have smaller projects, including Botlist.me and SynRadio.de! I work on these projects on the side.
<br />
<br />
Currently you can hire my services as a NodeJS Developer! I develop almost everything for you, with already existing features as well as completely new ones.
<br />
<h3>Just contact me!</h3>
</p>
</div>
<div class="icon-area">
<a href="mailto:fraujulian@lechner.top" onclick="plausible('envelope')" target="_blank">
<i class="fa-solid fa-envelope fa-3x"></i></a>
<a href="tel:+436609254001" onclick="plausible('phone')" target="_blank">
<i class="fa-solid fa-phone fa-3x"></i></a>
<a href="https://discord.com/users/860206216893693973" onclick="plausible('discord')" target="_blank">
<i class="fab fa-discord fa-3x"></i></a>
<a href="https://github.com/fraujulian" onclick="plausible('github')" target="_blank">
<i class="fab fa-github fa-3x"></i></a>
</div>
<div class="bio grid-container">
<div class="grid-item-start">
<h1>I develop with</h1>
</div>
<div class="grid-item">
<h1>NodeJS</h1>
</div>
<div class="grid-item">
<h1>NPM</h1>
</div>
<div class="grid-item">
<h1>HTML</h1>
</div>
<div class="grid-item">
<h1>CSS</h1>
</div>
<div class="grid-item">
<h1>JavaScript</h1>
</div>
<div class="grid-item">
<h1>Linux</h1>
</div>
<div class="grid-item">
<h1>Windows</h1>
</div>
<div class="grid-item">
<h1>SQL</h1>
</div>
<div class="grid-item">
<h1>VSC</h1>
</div>
<div class="grid-item">
<h1>Cloudflare</h1>
</div>
<div class="grid-item">
<h1>express</h1>
</div>
<div class="grid-item">
<h1>TypeScript</h1>
</div>
<div class="grid-item">
<h1>DOCKER</h1>
</div>
</div>
</div>
<div id="github_projects" class="card">
Loading...
</div>
</div>
<footer>
<p>
<a href="imprint.html">Imprint</a>
|
&copy;
<script>document.write(new Date().getFullYear())</script> Julian Lechner - All rights reserved.
</p>
<script rel="preload" src="js/github.js"></script>
<script rel="preload" src="js/dynamic.js"></script>
<script rel="preload" data-name="BMC-Widget" data-cfasync="false" src="https://cdnjs.buymeacoffee.com/1.0.0/widget.prod.min.js" data-id="fraujuliannn" data-description="Support me on Buy me a hot choclate!" data-message="" data-color="#5F7FFF" data-position="Right" data-x_margin="18" data-y_margin="18" defer></script>
<script rel="preload" async src="https://www.googletagmanager.com/gtag/js?id=G-33TY5MDJ3X"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-33TY5MDJ3X');
</script>
<script rel="preload" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-8132805866670069" crossorigin="anonymous" defer></script>
</footer>
</body>
</html>