mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 11:10:18 +01:00
Initial attempt at conversion to Jekyll
This commit is contained in:
37
_includes/dock.html
Normal file
37
_includes/dock.html
Normal file
@@ -0,0 +1,37 @@
|
||||
<div id="dock">
|
||||
<table width="64" height="500" border="0" cellpadding="0" cellspacing="0">
|
||||
<tr>
|
||||
<td><a href="/"><img src="/homewmaker.png" alt="Home" width="60" height="81"></a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="/news.html"><img src=
|
||||
"/news.png" alt="News" width="60" height="81"></a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="/docs.html"><img src=
|
||||
"/docs.png" alt="Documentation" width="60" height="81"></a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="/lists.html"><img src="/mailing_list.png" alt="Mailing Lists" width="60" height=
|
||||
"81"></a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="/dev.html"><img src="/development.png" alt="Development" width="60" height=
|
||||
"81"></a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="/themes.html"><img src="/themes.png" alt="Themes" width="60" height=
|
||||
"81"></a></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td><a href="/links.html"><img src="/links.png" alt="Links" width="60" height=
|
||||
"81"></a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
5
_includes/footer.html
Normal file
5
_includes/footer.html
Normal file
@@ -0,0 +1,5 @@
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
10
_includes/header.html
Normal file
10
_includes/header.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<div id="inhalt">
|
||||
<table width="100%">
|
||||
<tr>
|
||||
<td width="100%">
|
||||
<a href="/"><img src="/header.png" style="min-width:700px" width="95%" alt="title bar"></a>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="100%">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user