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,37 +0,0 @@
<div id="dock">
<table width="64" height="500" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><a href="{{ site.baseurl }}/"><img src="{{ site.baseurl }}/img/homewmaker.png" alt="Home" width="60" height="81"></a></td>
</tr>
<tr>
<td><a href="{{ site.baseurl }}/news"><img src=
"{{ site.baseurl }}/img/news.png" alt="News" width="60" height="81"></a></td>
</tr>
<tr>
<td><a href="{{ site.baseurl }}/docs"><img src=
"{{ site.baseurl }}/img/docs.png" alt="Documentation" width="60" height="81"></a></td>
</tr>
<tr>
<td><a href="{{ site.baseurl }}/lists"><img src="{{ site.baseurl }}/img/mailing_list.png" alt="Mailing Lists" width="60" height=
"81"></a></td>
</tr>
<tr>
<td><a href="{{ site.baseurl }}/dev"><img src="{{ site.baseurl }}/img/development.png" alt="Development" width="60" height=
"81"></a></td>
</tr>
<tr>
<td><a href="{{ site.baseurl }}/themes"><img src="{{ site.baseurl }}/img/themes.png" alt="Themes" width="60" height=
"81"></a></td>
</tr>
<tr>
<td><a href="{{ site.baseurl }}/links"><img src="{{ site.baseurl }}/img/links.png" alt="Links" width="60" height=
"81"></a></td>
</tr>
</table>
</div>

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>