diff --git a/public/index.html b/public/index.html index d40beaa2c6e4d104bd89d4d846cde889fd42ccca..f2568e846e19a5490685a0c78d2f65778f805d94 100644 --- a/public/index.html +++ b/public/index.html @@ -1,5 +1,6 @@ -<!DOCTYPE html > +<!DOCTYPE html> <html lang="de"> + <head> <meta charset="UTF-8"> <meta content="width=device-width, initial-scale=1.0" name="viewport"> @@ -7,41 +8,46 @@ <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"> - <img data-noPreview="true" id="homeImage" src="/img/bildHome.webp"> - <h2>Über mich</h2> - <p class="left block">Hallo, mein Name ist Jonas Leder. Ich bin aktuell Auszubildender in Fachrichtung Fachinformatiker für Anwendungsentwicklung.</p> - <p> - <button onclick="window.location.href='about.html';">Mehr</button> - </p> - <div class="spacer"></div> + <jl-header data-title="Jonas Leder"></jl-header> + <div id="content"> + <div class="center"> + <img data-noPreview="true" id="homeImage" src="/img/bildHome.webp"> + <h2>Über mich</h2> + <p class="left block">Hallo, mein Name ist Jonas Leder. Ich bin aktuell Auszubildender in Fachrichtung + Fachinformatiker für Anwendungsentwicklung.</p> + <p> + <button onclick="window.location.href='about.html';">Mehr</button> + </p> + <div class="spacer"></div> - <h2>Blog</h2> - <jl-blog_index id="blog"></jl-blog_index> - <jl-ebk-banner></jl-ebk-banner> - <h2>Skills</h2> - <jl-skills></jl-skills> - <div id="banner"> - <h2>Banner</h2> - <a href="https://ipv6.he.net" target="_blank"><img class="no-corner" - data-noPreview="true" - src="https://ipv6.he.net/certification/create_badge.php?pass_name=jonasled&badge=3"></a> - <a href="https://www.abuseipdb.com/user/45130" target="_blank"><img class="abuseIpImg no-corner" - data-noPreview="true" - src="https://www.abuseipdb.com/contributor/45130.svg"></a> - <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> + <h2>Blog</h2> + <jl-blog_index id="blog"></jl-blog_index> + <jl-ebk-banner></jl-ebk-banner> + <h2>Skills</h2> + <jl-skills></jl-skills> + <div id="banner"> + <h2>Banner</h2> + <a href="https://ipv6.he.net" target="_blank"><img class="no-corner" data-noPreview="true" + src="https://ipv6.he.net/certification/create_badge.php?pass_name=jonasled&badge=3"></a> + <a href="https://www.abuseipdb.com/user/45130" target="_blank"><img class="abuseIpImg no-corner" + data-noPreview="true" src="https://www.abuseipdb.com/contributor/45130.svg"></a> + <a href="https://status.jonasled.de"> + <div class="div-no-break"> + <img + src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jonasled/status/master/api/website/uptime.json"><br> + <img + src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jonasled/status/master/api/website/response-time.json"> + </div> + </a> + </div> + <br> + <br> </div> - <br> - <br> </div> -</div> -<jl-footer></jl-footer> -<script src="/js/script.js"></script> + <jl-footer></jl-footer> + <script src="/js/script.js"></script> </body> -</html> + +</html> \ No newline at end of file diff --git a/styl/lib/_home.styl b/styl/lib/_home.styl index a550e72ec293bc2445705f808ffb72ede1f53fa5..e45df94b5c51168f722c5b05c935cf40eb761aa8 100644 --- a/styl/lib/_home.styl +++ b/styl/lib/_home.styl @@ -12,4 +12,9 @@ float: left; margin-right: 20px; box-shadow: 7px 7px $back-color-2; +} + +.div-no-break { + width: fit-content; + display: inline-block; } \ No newline at end of file