diff --git a/www/css/application.css b/www/css/application.css index eeb8923..d41c2d9 100644 --- a/www/css/application.css +++ b/www/css/application.css @@ -114,6 +114,18 @@ main { line-height: 1.5em; color: rgb(75, 75, 75); text-rendering: optimizelegibility; + margin-top: .2em; +} + +main a { + color: initial; + opacity: .5; + text-decoration: none; + border-bottom: 1px dotted #444; +} + +main a:hover { + opacity: .25; } main section { @@ -168,11 +180,20 @@ main section img { font-family: 'Fira Code', monospace; padding: 1em; border-radius: .5em; + white-space: pre; } .code .string { color: #e47; } + +.code .comment { + color: #999; +} + +.code .keyword { + color: #3a5; +} /* *********** */ /* Mobile menu */ /* *********** */ diff --git a/www/img/blog.png b/www/img/blog.png new file mode 100644 index 0000000..2b3ed17 Binary files /dev/null and b/www/img/blog.png differ diff --git a/www/img/dashboard.png b/www/img/dashboard.png new file mode 100644 index 0000000..5c729a7 Binary files /dev/null and b/www/img/dashboard.png differ diff --git a/www/img/extension.png b/www/img/extension.png new file mode 100644 index 0000000..ffcf869 Binary files /dev/null and b/www/img/extension.png differ diff --git a/www/img/grafana.png b/www/img/grafana.png new file mode 100644 index 0000000..a7d08f0 Binary files /dev/null and b/www/img/grafana.png differ diff --git a/www/img/media-screenshot.png b/www/img/media-screenshot.png new file mode 100644 index 0000000..640d03e Binary files /dev/null and b/www/img/media-screenshot.png differ diff --git a/www/img/ml.png b/www/img/ml.png new file mode 100644 index 0000000..e8f0ac1 Binary files /dev/null and b/www/img/ml.png differ diff --git a/www/img/telegram-bot.png b/www/img/telegram-bot.png new file mode 100644 index 0000000..c68c367 Binary files /dev/null and b/www/img/telegram-bot.png differ diff --git a/www/img/zwave-screenshot.png b/www/img/zwave-screenshot.png new file mode 100644 index 0000000..26144c8 Binary files /dev/null and b/www/img/zwave-screenshot.png differ diff --git a/www/index.html b/www/index.html index d73385a..2def322 100644 --- a/www/index.html +++ b/www/index.html @@ -112,8 +112,251 @@
+ It's very easy to create pieces of logic that run some custom actions when an event is triggered. + Just drop a Python script into ~/.config/platypush/scripts, or create a YAML snippet into + your config.yaml. +
+ +The interface of the available events is also provided on the documentation, as well as the + methods exposed by each plugin and its parameters.
++ Platypush is and will always remain free, open-source and on-prem. + If you have questions, suggestions, issues or want to contribute to the project: +
+ +