From 66646e687777453960b7a3ff592c82417ef903e9 Mon Sep 17 00:00:00 2001 From: Ophir LOJKINE Date: Sat, 2 May 2020 18:10:10 +0200 Subject: [PATCH] Index: change footer and add instagram link --- client-data/github.svg | 1 + client-data/index.css | 28 ++++++++++++++++++++++------ client-data/index.html | 9 ++++++--- client-data/instagram.svg | 1 + 4 files changed, 30 insertions(+), 9 deletions(-) create mode 100644 client-data/github.svg create mode 100644 client-data/instagram.svg 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 @@ +GitHub icon \ 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 @@ - + \ No newline at end of file diff --git a/client-data/instagram.svg b/client-data/instagram.svg new file mode 100644 index 0000000..e0b8ffd --- /dev/null +++ b/client-data/instagram.svg @@ -0,0 +1 @@ +Instagram icon \ No newline at end of file