arange shields banner stacked

This commit is contained in:
Jonas Leder 2022-02-04 08:43:57 +01:00
parent dcb5262744
commit 9ddb43af2d
No known key found for this signature in database
GPG key ID: CC3C488E27DFF5CA
2 changed files with 46 additions and 35 deletions

View file

@ -1,5 +1,6 @@
<!DOCTYPE html > <!DOCTYPE html>
<html lang="de"> <html lang="de">
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport"> <meta content="width=device-width, initial-scale=1.0" name="viewport">
@ -7,41 +8,46 @@
<link href="/css/style.css" rel="stylesheet"> <link href="/css/style.css" rel="stylesheet">
<title></title> <title></title>
</head> </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>&Uuml;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> <body>
<jl-blog_index id="blog"></jl-blog_index> <jl-header data-title="Jonas Leder"></jl-header>
<jl-ebk-banner></jl-ebk-banner> <div id="content">
<h2>Skills</h2> <div class="center">
<jl-skills></jl-skills> <img data-noPreview="true" id="homeImage" src="/img/bildHome.webp">
<div id="banner"> <h2>&Uuml;ber mich</h2>
<h2>Banner</h2> <p class="left block">Hallo, mein Name ist Jonas Leder. Ich bin aktuell Auszubildender in Fachrichtung
<a href="https://ipv6.he.net" target="_blank"><img class="no-corner" Fachinformatiker für Anwendungsentwicklung.</p>
data-noPreview="true" <p>
src="https://ipv6.he.net/certification/create_badge.php?pass_name=jonasled&badge=3"></a> <button onclick="window.location.href='about.html';">Mehr</button>
<a href="https://www.abuseipdb.com/user/45130" target="_blank"><img class="abuseIpImg no-corner" </p>
data-noPreview="true" <div class="spacer"></div>
src="https://www.abuseipdb.com/contributor/45130.svg"></a>
<a href="https://status.jonasled.de"> <h2>Blog</h2>
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jonasled/status/master/api/website/uptime.json"> <jl-blog_index id="blog"></jl-blog_index>
<img src="https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/jonasled/status/master/api/website/response-time.json"> <jl-ebk-banner></jl-ebk-banner>
</a> <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> </div>
<br>
<br>
</div> </div>
</div> <jl-footer></jl-footer>
<jl-footer></jl-footer> <script src="/js/script.js"></script>
<script src="/js/script.js"></script>
</body> </body>
</html> </html>

View file

@ -13,3 +13,8 @@
margin-right: 20px; margin-right: 20px;
box-shadow: 7px 7px $back-color-2; box-shadow: 7px 7px $back-color-2;
} }
.div-no-break {
width: fit-content;
display: inline-block;
}