mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 11:10:18 +01:00
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:
@@ -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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user