website/public/index.html

48 lines
2 KiB
HTML
Raw Normal View History

2021-04-13 11:29:40 +02:00
<!DOCTYPE html >
<html lang="de">
<head>
<meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<link href="/css/style.css" rel="stylesheet">
<title></title>
</head>
<body>
<jl-header data-title="Jonas Leder"></jl-header>
<div id="content">
<div class="center">
2021-05-15 15:04:22 +02:00
<img data-noPreview="true" id="homeImage" src="/API/getFile.php?filename=img/bildHome.webp">
2021-04-13 11:29:40 +02:00
<h2>&Uuml;ber mich</h2>
2021-11-26 08:04:45 +01:00
<p class="left block">Hallo, mein Name ist Jonas Leder. Ich bin aktuell Auszubildender in Fachrichtung Fachinformatiker für Anwendungsentwicklung.</p>
2021-12-10 09:45:49 +01:00
<p>
<button onclick="window.location.href='about.html';">Mehr</button>
</p>
2021-04-13 11:29:40 +02:00
<div class="spacer"></div>
<h2>Blog</h2>
<jl-blog_index id="blog"></jl-blog_index>
<jl-ebk-banner></jl-ebk-banner>
2021-11-18 06:57:23 +01:00
<h2>Skills</h2>
<jl-skills></jl-skills>
2021-04-13 11:29:40 +02:00
<div id="banner">
<h2>Banner</h2>
2021-07-11 01:24:02 +02:00
<a href="https://ipv6.he.net" target="_blank"><img class="no-corner"
2021-04-13 11:29:40 +02:00
data-noPreview="true"
src="https://ipv6.he.net/certification/create_badge.php?pass_name=jonasled&badge=3"></a>
2021-07-11 01:24:02 +02:00
<a href="https://www.abuseipdb.com/user/45130" target="_blank"><img class="abuseIpImg no-corner"
2021-04-13 11:29:40 +02:00
data-noPreview="true"
src="https://www.abuseipdb.com/contributor/45130.svg"></a>
2021-07-24 22:34:04 +02:00
<a href="https://status.jonasled.de">
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jonasled/status/master/api/website/uptime.json">
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jonasled/status/master/api/website/response-time.json">
</a>
2021-04-13 11:29:40 +02:00
</div>
<br>
<br>
</div>
</div>
<jl-footer></jl-footer>
<script src="/js/script.js"></script>
</body>
2021-11-26 08:04:45 +01:00
</html>