Complete changed the webpage style.

Changed the template. Switched to html5 responsive layout. Added new,
self designed GNUStep logo. Removed dock.
This commit is contained in:
2019-02-10 20:57:08 +01:00
parent 2a987fa536
commit 6edad8eefc
5 changed files with 415 additions and 67 deletions

View File

@@ -1,10 +1,13 @@
<div id="inhalt">
<table width="100%">
<tr>
<td width="100%">
<a href="{{ site.baseurl }}/"><img src="{{ site.baseurl }}/img/header.png" style="min-width:700px" width="95%" alt="title bar"></a>
</tr>
<tr>
<td width="100%">
<div>
<nav class="nav">
<ul>
<li><a href="{{ site.baseurl }}/">Home</a></li>
<li><a href="{{ site.baseurl }}/news">News</a></li>
<li><a href="{{ site.baseurl }}/docs">Documentation</a></li>
<!-- <li><a href="lists.html">Community</a></li> -->
<li><a href="{{ site.baseurl }}/dev">Development</a></li>
<li><a href="{{ site.baseurl }}/themes">Themes</a></li>
<li><a href="{{ site.baseurl }}/links">Links</a></li>
<!-- <li><a href="download.html">Download</a></li> -->
</ul>
</nav>