From b082e286ce6877ef1d7ae1441616efa7b5d398a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alec=20H=C3=B6fler?= Date: Sun, 12 Sep 2021 10:40:50 +0200 Subject: [PATCH] fixes, added badges --- js/startPage.js | 4 ++-- public/index.html | 10 ++++++++++ public/s/index.html | 5 +++++ public/templates/nav.html | 2 +- scss/_homePage.scss | 4 ++-- 5 files changed, 20 insertions(+), 5 deletions(-) diff --git a/js/startPage.js b/js/startPage.js index 7f17321..c83ca4d 100644 --- a/js/startPage.js +++ b/js/startPage.js @@ -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="

"+this["title"]+"

"; + title=document.createElement("span"); + title.innerHTML="

"+this["title"]+"

"; summary = document.createElement("p"); summary.innerHTML=this["summary"]; diff --git a/public/index.html b/public/index.html index cdda710..5c8872c 100755 --- a/public/index.html +++ b/public/index.html @@ -120,6 +120,16 @@ +

+
+ IPv6 Certification Badge + + + + + + +


diff --git a/public/s/index.html b/public/s/index.html index 196d747..1826873 100644 --- a/public/s/index.html +++ b/public/s/index.html @@ -11,6 +11,11 @@ Blog - ITbyHF | Profilpage + + + + + diff --git a/public/templates/nav.html b/public/templates/nav.html index 7517fe4..da7299f 100644 --- a/public/templates/nav.html +++ b/public/templates/nav.html @@ -27,7 +27,7 @@ alt="Twitter"/>
  • -