From 4027dd8fdfd7614b77a73e257aa1dd62b93e888c Mon Sep 17 00:00:00 2001 From: bevilj Date: Mon, 12 Nov 2018 13:26:10 +0000 Subject: [PATCH] home: fix some issues with the toolbar git-svn-id: svn+ssh://atelier.inf.usi.ch/home/bevilj/group-1@149 a672b425-5310-4d7a-af5c-997e18724b81 --- site/_includes/footer.html | 3 ++- site/_layouts/home.html | 39 +++++++++++++++++++++++++++++++------- site/_sass/_global.scss | 5 +++++ 3 files changed, 39 insertions(+), 8 deletions(-) diff --git a/site/_includes/footer.html b/site/_includes/footer.html index 705f2d3..c2115ca 100644 --- a/site/_includes/footer.html +++ b/site/_includes/footer.html @@ -9,7 +9,8 @@ diff --git a/site/_layouts/home.html b/site/_layouts/home.html index b0312ff..382fa95 100644 --- a/site/_layouts/home.html +++ b/site/_layouts/home.html @@ -3,11 +3,36 @@ {% include head.html %}
- -

+ +
{{ content }} @@ -49,7 +74,7 @@ } - + setInterval( typing_shell @@ -60,4 +85,4 @@ document.getElementById("title-home").innerHTML = shell; } - \ No newline at end of file + diff --git a/site/_sass/_global.scss b/site/_sass/_global.scss index d2c9700..a95174a 100644 --- a/site/_sass/_global.scss +++ b/site/_sass/_global.scss @@ -104,6 +104,11 @@ video{ margin: 0 25px; } +.hidden-link { + text-decoration: none; + color: white; +} + /* ------- PAGE LAYOUT --------*/ .box-arrows {