From 10be9529a02a2e87f71f62f38577a5c6edd77295 Mon Sep 17 00:00:00 2001 From: Fini Jastrow Date: Mon, 9 Oct 2023 11:19:48 +0200 Subject: [PATCH] Remove "fork on github banner" [why] Some code has been commented out. This can be removed. We can use git if we want to access the code again in the future. Furthermore the banner still is on the page, below the Sanky diagram (in the small screen rendering position). Signed-off-by: Fini Jastrow --- _includes/css/nerd-font-tweaks.scss | 61 ----------------------------- _posts/2017-01-01-home.md | 5 --- 2 files changed, 66 deletions(-) diff --git a/_includes/css/nerd-font-tweaks.scss b/_includes/css/nerd-font-tweaks.scss index da0208d4c..3ced6a02a 100644 --- a/_includes/css/nerd-font-tweaks.scss +++ b/_includes/css/nerd-font-tweaks.scss @@ -475,67 +475,6 @@ a.nerd-font-button:before { margin-left: -135px; } -/* ----- fork on github banner ----- */ -/* -#forkongithub a { - color: #fff; - background: #1E5D8A; - text-decoration: none; - font-family: arial, sans-serif; - text-align: center; - font-weight: 700; - font-size: 1rem; - line-height: 2rem; - position: relative; - transition: .5s; - padding: 5px 40px; -} - -#forkongithub a::before, -#forkongithub a::after { - content: ""; - width: 100%; - display: block; - position: absolute; - top: 1px; - left: 0; - height: 1px; - background: #fff; -} - -#forkongithub a::after { - bottom: 1px; - top: auto; -} - -@media screen and (min-width:800px) { - #forkongithub { - position: fixed; - display: block; - top: 0; - right: 0; - width: 200px; - overflow: hidden; - height: 209px; - z-index: 99; - } - - #forkongithub a { - width: 200px; - position: absolute; - top: 60px; - right: -60px; - transform: rotate(45deg); - -webkit-transform: rotate(45deg); - -ms-transform: rotate(45deg); - -moz-transform: rotate(45deg); - -o-transform: rotate(45deg); - box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8); - box-sizing: content-box; - } -} -*/ - // Github url button #github { text-decoration: none; diff --git a/_posts/2017-01-01-home.md b/_posts/2017-01-01-home.md index 8657b6279..5ba177e09 100644 --- a/_posts/2017-01-01-home.md +++ b/_posts/2017-01-01-home.md @@ -42,11 +42,6 @@ style: center container
Diagram created using SankeyMATIC
- - - Fork us on GitHub - -