diff --git a/static/github.png b/static/github.png new file mode 100644 index 00000000..ea6ff545 Binary files /dev/null and b/static/github.png differ diff --git a/static/index.html b/static/index.html index d17f57a1..e543d928 100644 --- a/static/index.html +++ b/static/index.html @@ -76,6 +76,20 @@ #tooltip>.tooltip-title:first-child { margin-top: 0; } + #social { + position: fixed; + right: 5px; + bottom: 5px; + padding: 5px; + margin: 0; + z-index: 100; + } + #social img { + opacity: 0.3; + } + #social img:hover { + opacity: 1; + } @@ -108,6 +122,12 @@ +
+ + GitHub + +
+