Uploading Website Files
This commit is contained in:
+120
@@ -0,0 +1,120 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
|
||||
<title>Julian Lechner</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="fontawesome/css/all.min.css" />
|
||||
<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" />
|
||||
<link rel="shortcut icon" type="image/png" href="favicon.ico" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="fonts/roboto.css" />
|
||||
<link rel="stylesheet" type="text/css" href="fonts/exo.css" />
|
||||
|
||||
<script async defer data-domain="erictrenkel.com" src="https://analytics.bostrot.com/js/plausible.js"></script>
|
||||
<script>
|
||||
window.plausible = window.plausible || function () {
|
||||
(window.plausible.q = window.plausible.q || []).push(arguments)
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="card profile">
|
||||
<img src="img/logo.png" alt="Julian Lechner Bitmoji">
|
||||
<h1>Hy! 👋 I'm Julian Lechner!</h1>
|
||||
<div class="max60">
|
||||
<hr>
|
||||
<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 ist Julian I'm 14 years old and i live in the beautiful Lower Austria!
|
||||
In my spare time I mainly sit in front of the PC and work on my projects, I also often go scuba diving!
|
||||
<br />
|
||||
I am currently in my final year! Next year, 2024, I would like to start an apprenticeship as an IT specialist for application development! Preferably in the field of web development.
|
||||
<br />
|
||||
<br />
|
||||
I mainly work for SynHost.de, which is a German hosting company. I help the customers and program new features!
|
||||
<br />
|
||||
Of course I also have smaller projects, including Botlist.me and SynRadio.de! I work on these projects when I have nothing to do.
|
||||
<br />
|
||||
<br />
|
||||
Currently you can hire my services as a NodeJS (Discord.JS) Developer! I program Discord bots of any kind for you, with already existing features as well as completely new ones. Just contact me!
|
||||
<br />
|
||||
<br />
|
||||
<h3>Contact me!</h3>
|
||||
<a href="mailto:fraujulian@lechner.top" class="contact-link">E-Mail ➜ fraujulian@lechner.top</a>
|
||||
<br />
|
||||
<a href="tel:+436609254001" class="contact-link">Phone ➜ +43 660 9254001</a>
|
||||
<br />
|
||||
<br />
|
||||
<a href="https://discord.com/users/860206216893693973" class="contact-link">Discord ➜ fraujulian</a>
|
||||
<br />
|
||||
<a href="https://github.com/fraujulian" class="contact-link">Github ➜ fraujulian</a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
<hr>
|
||||
<p class="js-reminder">Enable JavaScript to see what I do.</p>
|
||||
<div class="bio grid-container">
|
||||
<div class="grid-item-start">
|
||||
<h1>I code with</h1>
|
||||
</div>
|
||||
<div class="grid-item">
|
||||
<h1>NodeJS</h1>
|
||||
</div>
|
||||
<div class="grid-item">
|
||||
<h1>Discord.JS</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>MySQL</h1>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="github_projects" class="card">
|
||||
Loading...
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Footer -->
|
||||
<footer>
|
||||
<p>
|
||||
© 2023 Julian Lechner
|
||||
</p>
|
||||
<!-- JS Imports -->
|
||||
<script src="js/jquery-3.5.1.min.js"></script>
|
||||
<script src="js/slide.js"></script>
|
||||
<script src="js/github.js"></script>
|
||||
<script src="js/donation.js"></script>
|
||||
<script src="js/dynamic.js"></script>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user