diff --git a/client-data/github.svg b/client-data/github.svg
new file mode 100644
index 0000000..3899712
--- /dev/null
+++ b/client-data/github.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/client-data/index.css b/client-data/index.css
index a3a7189..2ba29cd 100644
--- a/client-data/index.css
+++ b/client-data/index.css
@@ -1,13 +1,22 @@
html {
background: linear-gradient(135deg, #c4dfffa0, transparent), url(background.png);
width:100%;
- height: 100%;
+ min-height: 100%;
margin:0;
font-family: sans-serif;
font-weight: 300;
font-size: 15px;
}
+body {
+ position: absolute;
+ display: flex;
+ flex-direction: column;
+ min-height: 100%;
+ margin: 0;
+ width: 100%;
+}
+
header {
position:fixed;
left:0;
@@ -108,11 +117,18 @@ input {
width: 75%;
}
-footer{
- font-size: .9em;
- position:fixed;
- bottom: 0;
- right: 0;
+footer {
+ text-align: center;
+ flex-shrink: 0;
+ height: 40px;
+}
+
+footer a {
+ opacity: .3;
+}
+
+footer a:hover {
+ opacity: 1;
}
.lang-selector {
diff --git a/client-data/index.html b/client-data/index.html
index c1a6041..fb60658 100644
--- a/client-data/index.html
+++ b/client-data/index.html
@@ -63,9 +63,12 @@