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,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