diff --git a/www/css/application.css b/www/css/application.css new file mode 100644 index 0000000..f058cc3 --- /dev/null +++ b/www/css/application.css @@ -0,0 +1,111 @@ +body { + display: flex; + flex-direction: column; + width: 100%; + height: 100vh; + font-size: 20px; + font-family: 'Fira Sans', sans-serif; + /*font-family: "Asap", "Helvetica Neue", Helvetica, "Segoe UI", Tahoma, Arial, sans-serif;*/ + /*font-family: BlinkMacSystemFont, -apple-system, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Helvetica, Arial, sans-serif;*/ + font-weight: 400; + margin: 0; +} + + +/* ------ */ +/* Header */ +/* ------ */ +header { + width: 100%; + height: 3em; + display: flex; + align-items: center; + font-size: .9em; + box-shadow: 3px 0 3px 2px #ccc; +} + +header .name { + font-family: 'Poppins', sans-serif; + margin-left: .333em; +} + +header .item { + margin: 0 1em; +} + +header a { + color: initial; + opacity: .8; + text-decoration: none; +} + +header a:hover { + opacity: .5; +} + +header a.logo { + opacity: .9; +} + +header a.logo:hover { + opacity: .75; +} + +header .left, +header .right { + display: flex; + align-items: center; + width: 50%; +} + +header .right { + justify-content: right; +} + +header .logo { + display: flex; + align-items: center; +} + +header .logo img { + width: 2.5em; + height: 2.5em; + margin: auto .5em; +} + +/* ---- */ +/* Main */ +/* ---- */ +main { + height: calc(100% - 3em); + overflow: auto; + line-height: 1.5em; + color: rgb(75, 75, 75); + text-rendering: optimizelegibility; +} + +main section { + width: 100%; + display: flex; + align-items: center; +} + +main section:nth-child(even) { + background: #ecffec; +} + +main section .title { + font-size: 1.5em; + font-weight: bold; + padding: 1em 0; +} + +main section .left, +main section .right { + width: calc(50% - 2em); + padding: 1em; +} + +main section img { + width: 100%; +} diff --git a/www/favicon.ico b/www/favicon.ico new file mode 100644 index 0000000..bc6a889 Binary files /dev/null and b/www/favicon.ico differ diff --git a/www/img/icon.png b/www/img/icon.png new file mode 100644 index 0000000..e4da430 Binary files /dev/null and b/www/img/icon.png differ diff --git a/www/img/integrations.png b/www/img/integrations.png new file mode 100644 index 0000000..b171352 Binary files /dev/null and b/www/img/integrations.png differ diff --git a/www/img/preview.png b/www/img/preview.png new file mode 100644 index 0000000..6e03eae Binary files /dev/null and b/www/img/preview.png differ diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..0e35f60 --- /dev/null +++ b/www/index.html @@ -0,0 +1,77 @@ + + + + + + + + + + + Platypush + + + +
+
+ +
+ +
+
+ Git +
+
+ Docs +
+
+ Blog +
+
+ Wiki +
+
+
+ +
+
+
+
+ Connect things and services together with Platypush +
+ +
+ Platypush is an open-source modular platform for automation aimed to run on any device that + can run a Python interpreter. +
+
+ +
+ App preview +
+
+ +
+
+ Integrations +
+ +
+
+ Control devices and services through hundreds of available integrations. +
+ +
+ Platypush comes with many integrations, each wrapped by a consistent API, making it very easy to + create automation routines when a certain event happens, programmatically action them in your + scripts, or control them all from a single consistent web interface. + Discover the available integrations. +
+
+
+
+ +