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
This commit is contained in:
bevilj 2018-11-12 13:26:10 +00:00
parent 18bcb7e7bf
commit 4027dd8fdf
3 changed files with 39 additions and 8 deletions

View File

@ -9,7 +9,8 @@
</div>
<div class="copyright">
<div class="container">
<i class="far fa-copyright"></i> The Shell, all rights reserved.
<a class="hidden-link" href="{{ site.baseurl }}/pages/info/copyright.html">
<i class="far fa-copyright"></i> The Shell, all rights reserved.</a><br>
</div>
</div>
</footer>

View File

@ -3,11 +3,36 @@
{% include head.html %}
<body onload="typing_shell()" style="background-color:#000;">
<header class="spec-header">
<div class="search-box" style="text-align:right;">
<input type="text" id="search-bar"><label for="search-bar"><img src="/assets/style/search_icon.png"></label>
<ul id="search-results"></ul>
</div>
<div><h1 id="title-home" style="display:inline-block;"></h1><span id="blikli"></span></div>
<div class="menuDesktop">
<div class="logo">
<div><h1 id="title-home" style="display:inline-block;"></h1><span id="blikli"></span></div>
</div>
<div class="fill-space"></div>
<div class="search-box">
<input type="text" id="search-bar"><label for="search-bar"><img src="/assets/style/search_icon.png"></label>
<ul id="search-results"></ul>
</div>
<nav class="nav-menu">
<div>Learn
<ul>
<li><a href="{{ site.baseurl }}/pages/topic/cmd/basic.html">Basic commands</a></li>
<li><a href="{{ site.baseurl }}/pages/topic/cmd/interm.html">Intermediate commands</a></li>
<li><a href="{{ site.baseurl }}/pages/topic/cmd/advanced.html">Advanced commands</a></li>
<li><a href="{{ site.baseurl }}/pages/topic/fs.html">Filesystem</a></li>
<li><a href="{{ site.baseurl }}/pages/topic/scripts.html">Scripting</a></li>
</ul>
</div>
<code>|</code>
<div>About
<ul>
<li><a href="{{ site.baseurl }}/pages/info/project.html">The project</a></li>
<li><a href="{{ site.baseurl }}/pages/info/people.html">The people</a></li>
<li><a href="{{ site.baseurl }}/pages/topic/about.html">More...</a></li>
</ul>
</div>
</nav>
</div>
</header>
<main class="container">
{{ content }}
@ -49,7 +74,7 @@
}
setInterval(
typing_shell
@ -60,4 +85,4 @@
document.getElementById("title-home").innerHTML = shell;
}
</script>
</body>
</body>

View File

@ -104,6 +104,11 @@ video{
margin: 0 25px;
}
.hidden-link {
text-decoration: none;
color: white;
}
/* ------- PAGE LAYOUT --------*/
.box-arrows {