mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-18 12:00:18 +01:00
Deploy gryf/window-maker.github.io to github.com/gryf/window-maker.github.io.git:gh-pages
This commit is contained in:
94
themes/index.html
Normal file
94
themes/index.html
Normal file
@@ -0,0 +1,94 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Window Maker: Themes</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="/style.css" media="screen">
|
||||
<meta name="HandheldFriendly" content="True">
|
||||
<meta name="MobileOptimized" content="320">
|
||||
<meta name="viewport"
|
||||
content="width=device-width, minimumscale=1.0, maximum-scale=1.0">
|
||||
</head>
|
||||
<body>
|
||||
<div id="wrapper">
|
||||
<header>
|
||||
<h1>
|
||||
<a href="/">
|
||||
<span class="first">Window</span><span class="second">Maker</span>
|
||||
</a>
|
||||
</h1>
|
||||
</header>
|
||||
<aside>
|
||||
<nav class="menu">
|
||||
<ul>
|
||||
<li id="dock">
|
||||
<a href="#"></a>
|
||||
</li>
|
||||
<li id="home" title="Home">
|
||||
<a href="/">Home</a>
|
||||
</li>
|
||||
<li id="news" title="News">
|
||||
<a href="/news">News</a>
|
||||
</li>
|
||||
<li id="docs" title="Documentation">
|
||||
<a href="/docs">Documentation</a>
|
||||
</li>
|
||||
<li id="mail" title="Mailing lists">
|
||||
<a href="/lists">Mailing</a>
|
||||
</li>
|
||||
<li id="devel" title="Development">
|
||||
<a href="/dev">Development</a>
|
||||
</li>
|
||||
<li id="screenshots" title="Screenshots">
|
||||
<a href="/screenshots">Screenshots</a>
|
||||
</li>
|
||||
<li id="themes" title="Themes">
|
||||
<a href="/themes">Themes</a>
|
||||
</li>
|
||||
<li id="links" title="Links">
|
||||
<a href="/links">Links</a>
|
||||
</li>
|
||||
</ul>
|
||||
</nav>
|
||||
</aside>
|
||||
<article>
|
||||
<h1 id="themes">Themes</h1>
|
||||
|
||||
<h2 id="documentation">Documentation</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="themepacks.html">ThemePacks HOWTO</a></li>
|
||||
<li><a href="theme-HOWTO.html">Theme HOWTO</a> (out of date)</li>
|
||||
</ul>
|
||||
|
||||
<h2 id="links">Links</h2>
|
||||
|
||||
<ul>
|
||||
<li><a href="https://www.box-look.org/browse/cat/144/ord/latest/">Box-Look.org Window Maker Themes</a></li>
|
||||
<li><a href="https://www.deviantart.com/customization/skins/themes/windowmaker/">DeviantArt Themes</a></li>
|
||||
<li><a href="http://www.gozer.org/window_maker/themes/">Gozer.org Window Maker Themes</a></li>
|
||||
<li><a href="http://www.jessanderson.org/wmthemes/">Jess Anderson’s Themes for Window Maker</a></li>
|
||||
<li><a href="http://lonelymachines.org/windowmaker-themes/">LonelyMachines Window Maker Themes</a></li>
|
||||
<li><a href="http://www.cs.mun.ca/~gstarkes/wmaker/themes/">Tower’s Window Maker Themes</a></li>
|
||||
</ul>
|
||||
|
||||
<h2 id="themes-gallery">Themes Gallery</h2>
|
||||
|
||||
<p><a href="screenshots/NeXT-Retro.png"><img src="screenshots/thumb_NeXT-Retro.png" alt="NeXT-Retro" /></a><br />
|
||||
<strong><a href="Themes/NeXT-Retro.tar.gz">NeXT-Retro</a></strong> by Martin Dietze (<a href="Themes/NeXT-Retro_README.txt">README</a>, <a href="Themes/NeXT-Retro_dockapps.txt">dockapps information</a>)</p>
|
||||
|
||||
</article>
|
||||
<div id="titlebar">
|
||||
<div id="minimize"></div>
|
||||
<div id="titlebar-inner">Window Maker: Themes</div>
|
||||
<div id="close"></div>
|
||||
</div>
|
||||
<div id="resizebar">
|
||||
<div id="resizel"></div>
|
||||
<div id="resizebar-inner">
|
||||
</div>
|
||||
<div id="resizer"></div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user