Skip to content

Commit 10be952

Browse files
committed
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 <[email protected]>
1 parent f71298b commit 10be952

File tree

2 files changed

+0
-66
lines changed

2 files changed

+0
-66
lines changed

_includes/css/nerd-font-tweaks.scss

-61
Original file line numberDiff line numberDiff line change
@@ -475,67 +475,6 @@ a.nerd-font-button:before {
475475
margin-left: -135px;
476476
}
477477

478-
/* ----- fork on github banner ----- */
479-
/*
480-
#forkongithub a {
481-
color: #fff;
482-
background: #1E5D8A;
483-
text-decoration: none;
484-
font-family: arial, sans-serif;
485-
text-align: center;
486-
font-weight: 700;
487-
font-size: 1rem;
488-
line-height: 2rem;
489-
position: relative;
490-
transition: .5s;
491-
padding: 5px 40px;
492-
}
493-
494-
#forkongithub a::before,
495-
#forkongithub a::after {
496-
content: "";
497-
width: 100%;
498-
display: block;
499-
position: absolute;
500-
top: 1px;
501-
left: 0;
502-
height: 1px;
503-
background: #fff;
504-
}
505-
506-
#forkongithub a::after {
507-
bottom: 1px;
508-
top: auto;
509-
}
510-
511-
@media screen and (min-width:800px) {
512-
#forkongithub {
513-
position: fixed;
514-
display: block;
515-
top: 0;
516-
right: 0;
517-
width: 200px;
518-
overflow: hidden;
519-
height: 209px;
520-
z-index: 99;
521-
}
522-
523-
#forkongithub a {
524-
width: 200px;
525-
position: absolute;
526-
top: 60px;
527-
right: -60px;
528-
transform: rotate(45deg);
529-
-webkit-transform: rotate(45deg);
530-
-ms-transform: rotate(45deg);
531-
-moz-transform: rotate(45deg);
532-
-o-transform: rotate(45deg);
533-
box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
534-
box-sizing: content-box;
535-
}
536-
}
537-
*/
538-
539478
// Github url button
540479
#github {
541480
text-decoration: none;

_posts/2017-01-01-home.md

-5
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ style: center container
4242
</a>
4343
<div class="text-left"><small><sub><em>Diagram created using <a href="http://sankeymatic.com/" title="SankeyMATIC (BETA): A Sankey diagram builder for everyone">SankeyMATIC</a></em></sub></small></div>
4444
</div>
45-
<span id="forkongithub">
46-
<a href="{{ site.source_link }}">
47-
<i class="nf nf-fa-code_fork"></i> Fork us on GitHub <i class="nf nf-fa-heart ow"></i>
48-
</a>
49-
</span>
5045

5146
<!--
5247
Repo References

0 commit comments

Comments
 (0)