From 63d92381ee8c67cea58def1eed45ceac93f67b3b Mon Sep 17 00:00:00 2001 From: Jeff Rescignano Date: Sat, 12 Sep 2020 15:16:31 -0400 Subject: [PATCH] New WLED logo on the welcome screen (#1164) * Akemi on the welcome screen * Move style element to CSS * Use smaller Akemi image, improve margin, rounded buttons * New WLED logo on welcome page Co-authored-by: cschwinne --- wled00/data/404.html | 48 +++++++++++++++++++++++++++++++++++++++++ wled00/data/welcome.htm | 44 ++++++++++++++++++++++--------------- wled00/html_other.h | 32 ++++++++++----------------- 3 files changed, 86 insertions(+), 38 deletions(-) create mode 100644 wled00/data/404.html diff --git a/wled00/data/404.html b/wled00/data/404.html new file mode 100644 index 000000000..92f87d3d0 --- /dev/null +++ b/wled00/data/404.html @@ -0,0 +1,48 @@ + + + + + + + Not found + + + + +

404 Not Found

+Akemi does not know where you are headed...

+ + + \ No newline at end of file diff --git a/wled00/data/welcome.htm b/wled00/data/welcome.htm index 0542aff54..f0e1b463d 100644 --- a/wled00/data/welcome.htm +++ b/wled00/data/welcome.htm @@ -3,13 +3,13 @@ - - WLED Setup + + Welcome! - - - - -

- + +

Welcome to WLED!

Thank you for installing my application!

-If you encounter a bug or have a question/feature suggestion, feel free to open a GitHub issue!

Next steps:

Connect the module to your local WiFi here!

Just trying this out in AP mode?
- - +
+
\ No newline at end of file diff --git a/wled00/html_other.h b/wled00/html_other.h index dc77cd51f..e78f6d185 100644 --- a/wled00/html_other.h +++ b/wled00/html_other.h @@ -52,27 +52,17 @@ onclick="B()">Back)====="; // Autogenerated from wled00/data/welcome.htm, do not edit!! const char PAGE_welcome[] PROGMEM = R"=====(WLED Setup - - - -

-

Welcome to WLED!

Thank you for installing my application!

-If you encounter a bug or have a question/feature suggestion, feel free to open a GitHub issue! -

Next steps:

Connect the module to your local WiFi here! -

Just trying this out in AP mode?
-)====="; +content="#222222">Welcome! +

Welcome to WLED!

+Thank you for installing my application!

Next steps:

+Connect the module to your local WiFi here!

+Just trying this out in AP mode?

+)====="; // Autogenerated from wled00/data/liveview.htm, do not edit!!