fixes, added badges

This commit is contained in:
Alec Höfler 2021-09-12 10:40:50 +02:00
parent 60564c560a
commit b082e286ce
No known key found for this signature in database
GPG Key ID: C787A26BE275EF8A
5 changed files with 20 additions and 5 deletions

View File

@ -31,8 +31,8 @@ if (page == "start") {
post = document.createElement("div");
post.setAttribute("class","col-xs-6 col-sm-3 recommended_post");
title=document.createElement("h2");
title.innerHTML="<a href='"+this["url"]+"'><h2>"+this["title"]+"</h2></a>";
title=document.createElement("span");
title.innerHTML="<a href='"+this["url"]+"'><h3>"+this["title"]+"</h3></a>";
summary = document.createElement("p");
summary.innerHTML=this["summary"];

View File

@ -120,6 +120,16 @@
<span id="contactStatus"></span>
</div>
<!--END #contact-->
<br><br>
<div class="banners">
<img src="//ipv6.he.net/certification/create_badge.php?pass_name=itbyhf&amp;badge=3" style="border: 0; width: 229px; height: 137px; margin: 5px" alt="IPv6 Certification Badge"></img>
<a href="//www.abuseipdb.com/user/52287" alt="AbuseIPDB Contributor Badge">
<img src="//www.abuseipdb.com/contributor/52287.svg" style="width: 401px; margin: 5px;">
</a>
<a href="//status.itbyhf.xyz" alt="Uptime Badge">
<img style="margin: 5px;" src="//img.shields.io/badge/dynamic/json?color=green&label=Uptime&query=%24.online_24_hours&url=https%3A%2F%2Fstatus.itbyhf.xyz%2Fapi%2Fservices%2F20&suffix=%"/>
</a>
</div>
</div>
<br/>
<br clear="all">

View File

@ -11,6 +11,11 @@
<title>Blog - ITbyHF | Profilpage</title>
<meta charset="UTF-8"/>
<link rel="icon" type="image/png" href="https://cdn.a-hoefler.eu/resources/img/logo-min.png" sizes="1000x1000">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0/highlight.min.js"></script>
<!-- and it's easy to individually load additional languages -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.2.0/languages/go.min.js"></script>
</head>

View File

@ -27,7 +27,7 @@
alt="Twitter"/></a>
</li>
<li>
<a href="https://gitlab.a-hoefler.eu/ha"
<a href="https://git.itbyhf.xyz/explore"
><img
src="https://s3.itbyhf.xyz/cdn/resources/img/socials/gitlab.png"
class="navbar_image"

View File

@ -144,11 +144,11 @@ html {
border: solid 1px $SecundaryColor;
border-radius: 12px;
padding-bottom: 1vh;
h2{
h3{
color: $SecundaryColor;
}
min-width: 40vh;
width: auto;
margin-bottom: 1vh;
margin-left: 1vh;
min-width: 20vw;
}