diff options
author | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-01 23:48:36 (GMT) |
---|---|---|
committer | Holger Weiss <holger@zedat.fu-berlin.de> | 2013-10-01 23:48:36 (GMT) |
commit | b1471a257cd4f509c6c369a12f320b930f7a3c93 (patch) | |
tree | a348587652afe02c50f743a5fbd2d98b7d79fd03 | |
parent | eb359da0212e32f6b153d8f242546147ef24c9ef (diff) | |
download | site-b1471a257cd4f509c6c369a12f320b930f7a3c93.tar.gz |
web: Add README file
Add a few notes regarding our poor man's web design.
-rw-r--r-- | web/README | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/web/README b/web/README new file mode 100644 index 0000000..71c56a4 --- /dev/null +++ b/web/README | |||
@@ -0,0 +1,22 @@ | |||
1 | Web Site Design | ||
2 | =============== | ||
3 | |||
4 | The Nagios Plugins web site is generated using | ||
5 | <https://bitbucket.org/obensonne/poole>. | ||
6 | |||
7 | Color scheme | ||
8 | ------------ | ||
9 | |||
10 | * See <http://colorschemedesigner.com/#3y21T--rOw0w0>. | ||
11 | * Additionally, we use the CSS color "dimgray" (#696969) for stuff like the | ||
12 | breadcrumb navigation and the footer. | ||
13 | |||
14 | Favicon | ||
15 | ------- | ||
16 | |||
17 | Generated with <http://faviconist.com/>. | ||
18 | |||
19 | * Letter: P | ||
20 | * Font: Montez (bold) | ||
21 | * Background: Solid #5A95C7 | ||
22 | * Foreground: Solid #00335D | ||