From 91bb685e531c43f291cc52b46a91c4ea087f95fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Pu=C5=A1nik?= Date: Mon, 9 Nov 2015 12:50:44 +0100 Subject: =?UTF-8?q?about=20screen=20mockup;=20TODO:=20text&design=20->=20L?= =?UTF-8?q?oni&Sa=C5=A1a?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/codeq.css | 33 +++++++++++++++++++++++++++++++++ index.html | 22 ++++++++++++++++++++++ js/codeq/about.js | 22 ++++++++++++++++++++++ js/codeq/navigation.js | 4 ++++ res/MIZS_slo.png | Bin 0 -> 39175 bytes res/ai_lab_logo.png | Bin 0 -> 121023 bytes res/en.json | 4 +++- res/fri_logo.png | Bin 0 -> 99346 bytes res/nalozba_v_vaso_prihodnost.png | Bin 0 -> 72691 bytes res/sl.json | 4 +++- 10 files changed, 87 insertions(+), 2 deletions(-) create mode 100644 js/codeq/about.js create mode 100644 res/MIZS_slo.png create mode 100644 res/ai_lab_logo.png create mode 100644 res/fri_logo.png create mode 100644 res/nalozba_v_vaso_prihodnost.png diff --git a/css/codeq.css b/css/codeq.css index 9d056c7..e82cf85 100644 --- a/css/codeq.css +++ b/css/codeq.css @@ -46,6 +46,39 @@ body { cursor: pointer; } +/* screen about*/ + +.about-logos { + text-align: center; + height: 6em; + margin: 1em 0 1em 0; +} + +.about-logos div { + height: 100%; /* set on element if more logos in line */ + display: inline-block; + position: relative; +} + +.about-logos div img { + max-height: 100%; + max-width: 100%; + top: 50%; + left: 50%; + transform: translate(-50%,-50%); + -webkit-transform:translate(-50%,-50%); + position: absolute; +} + +div.vertical-line{ + height: 100%; + width: 0px; + border: 0; + border-left: 1px solid #eee; + margin: 0 1% 0 1%; +} + + /* screen problems*/ .block { /*border-right: 1px solid #e5e5e5; diff --git a/index.html b/index.html index ec70211..d126273 100644 --- a/index.html +++ b/index.html @@ -87,6 +87,8 @@
  • Change password
  • + +
  • @@ -272,6 +274,25 @@ + + + +