From 3819c53d3947c2b803e4eeb5df287c8649b045e0 Mon Sep 17 00:00:00 2001 From: Adler Neves Date: Thu, 23 Jul 2020 21:07:07 -0300 Subject: [PATCH] feature: all implemented --- .vscode/settings.json | 5 + config.toml | 6 +- content/_index.md | 2 +- content/control.md | 208 +++++++++++++++++------------- content/display.md | 5 +- static/css/display.css | 28 ++--- static/js/control.js | 204 ++++++++++++++++-------------- static/js/display.js | 280 +++++++++++++++++++++-------------------- 8 files changed, 394 insertions(+), 344 deletions(-) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..48eeda3 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.associations": { + "istream": "cpp" + } +} \ No newline at end of file diff --git a/config.toml b/config.toml index d8b3d6b..2ff4721 100644 --- a/config.toml +++ b/config.toml @@ -1,5 +1,5 @@ -title = "Text Scroller" -baseurl = "https://text-scroller.sfner.com/" +title = "Manual Notifications" +baseurl = "https://manual-notifier.sfner.com/" languageCode = "en-us" theme = "ananke" @@ -16,7 +16,7 @@ enableRobotsTXT = true filename = "sitemap.xml" [params] - description = "Your live streams deserve better scrolling texts" + description = "For those services with no automatic integrations with streaming software" favicon = "/favicon.ico" site_logo = "" facebook = "" diff --git a/content/_index.md b/content/_index.md index 7860e28..5f4b7c9 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,5 +1,5 @@ --- -description: "Your live streams deserve better scrolling texts" +description: "No integration should not mean no on-stream notifications" --- # Use for free diff --git a/content/control.md b/content/control.md index 032b7b6..8061b99 100644 --- a/content/control.md +++ b/content/control.md @@ -1,9 +1,9 @@ --- title: Control Panel -description: This is a page that controls which texts will scroll +description: This is a page that controls the manual notifications --- -This is a page that controls which texts will scroll and how they will look like. +This is a page that controls the manual notifications and how they will look like.
@@ -62,120 +62,148 @@ setTimeout(keepQrCodeUpdated, 10);
+## Background +
+ + + + +
+ Drag-and-drop is supported +
+
+ Goes over the color +
+ + + +
+
+ + ## Styling
+ + + + + + + + -