diff --git a/_layouts/default.html b/_layouts/default.html index 231318f..cb8c30e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -39,6 +39,9 @@
  • Development
  • +
  • + Screenshots +
  • Themes
  • diff --git a/img/dock_mag.png b/img/dock_mag.png new file mode 100644 index 0000000..0f1441c Binary files /dev/null and b/img/dock_mag.png differ diff --git a/img/prefs_mag.png b/img/prefs_mag.png new file mode 100644 index 0000000..bc777eb Binary files /dev/null and b/img/prefs_mag.png differ diff --git a/index.md b/index.md index 2b8102f..32eb833 100644 --- a/index.md +++ b/index.md @@ -32,7 +32,8 @@ The key features of Window Maker are: - Free and open source - 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 -------- diff --git a/screenshots/index.md b/screenshots/index.md new file mode 100644 index 0000000..24b0339 --- /dev/null +++ b/screenshots/index.md @@ -0,0 +1,7 @@ +--- +layout: default +title: Screenshots +--- + +Screenshots +=========== diff --git a/style.css b/style.css index 161e166..3f8a3bc 100644 --- a/style.css +++ b/style.css @@ -280,6 +280,7 @@ article {padding: 1em} 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#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#links {background-image: url(/img/dock_links.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#docs {background-image: url(/img/prefs_docs.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#links {background-image: url(/img/prefs_links.png)} nav.menu li#mail {background-image: url(/img/prefs_mail.png)}