Added screenshots section

This commit is contained in:
2019-04-09 18:55:31 +02:00
parent 2634c94c83
commit 44f1a23f60
6 changed files with 14 additions and 1 deletions

View File

@@ -39,6 +39,9 @@
<li id="devel" title="Development"> <li id="devel" title="Development">
<a href="{{ site.baseurl }}/dev">Development</a> <a href="{{ site.baseurl }}/dev">Development</a>
</li> </li>
<li id="screenshots" title="Screenshots">
<a href="{{ site.baseurl }}/screenshots">Screenshots</a>
</li>
<li id="themes" title="Themes"> <li id="themes" title="Themes">
<a href="{{ site.baseurl }}/themes">Themes</a> <a href="{{ site.baseurl }}/themes">Themes</a>
</li> </li>

BIN
img/dock_mag.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

BIN
img/prefs_mag.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB

View File

@@ -32,7 +32,8 @@ The key features of Window Maker are:
- Free and open source - Free and open source
- Active community from all of the world - Active community from all of the world
See [features](features.html) section for more. See [features](features.html) section for more. In [screenshots](screenshots/)
section you can see examples of how users set up their desktops.
Download Download
-------- --------

7
screenshots/index.md Normal file
View File

@@ -0,0 +1,7 @@
---
layout: default
title: Screenshots
---
Screenshots
===========

View File

@@ -280,6 +280,7 @@ article {padding: 1em}
nav.menu li#news {background-image: url(/img/dock_news.png)} nav.menu li#news {background-image: url(/img/dock_news.png)}
nav.menu li#docs {background-image: url(/img/dock_docs.png)} nav.menu li#docs {background-image: url(/img/dock_docs.png)}
nav.menu li#devel {background-image: url(/img/dock_devel.png)} nav.menu li#devel {background-image: url(/img/dock_devel.png)}
nav.menu li#screenshots {background-image: url(/img/dock_mag.png)}
nav.menu li#themes {background-image: url(/img/dock_themes.png)} nav.menu li#themes {background-image: url(/img/dock_themes.png)}
nav.menu li#links {background-image: url(/img/dock_links.png)} nav.menu li#links {background-image: url(/img/dock_links.png)}
nav.menu li#mail {background-image: url(/img/dock_mail.png)} nav.menu li#mail {background-image: url(/img/dock_mail.png)}
@@ -401,6 +402,7 @@ article {padding: 1em}
nav.menu li#news {background-image: url(/img/prefs_news.png)} nav.menu li#news {background-image: url(/img/prefs_news.png)}
nav.menu li#docs {background-image: url(/img/prefs_docs.png)} nav.menu li#docs {background-image: url(/img/prefs_docs.png)}
nav.menu li#devel {background-image: url(/img/prefs_devel.png)} nav.menu li#devel {background-image: url(/img/prefs_devel.png)}
nav.menu li#screenshots {background-image: url(/img/prefs_mag.png)}
nav.menu li#themes {background-image: url(/img/prefs_themes.png)} nav.menu li#themes {background-image: url(/img/prefs_themes.png)}
nav.menu li#links {background-image: url(/img/prefs_links.png)} nav.menu li#links {background-image: url(/img/prefs_links.png)}
nav.menu li#mail {background-image: url(/img/prefs_mail.png)} nav.menu li#mail {background-image: url(/img/prefs_mail.png)}