diff --git a/index.html b/index.html index 22bf716..8081ab1 100644 --- a/index.html +++ b/index.html @@ -22,10 +22,9 @@ } .project .logo { float: right; - width: 200px; } .project .logo img { - width: 100%; + max-height: 50px; } a { color: #03a9f4; @@ -122,10 +121,12 @@ allowfullscreen > -

Projects using ESP Web Tools

+

Projects using ESP Web Tools

WLED

@@ -134,12 +135,26 @@ chipsets like the WS2801 and APA102.

- Installation Website

-

Adding ESP Web Tools to your website

+
+ +

ESPEasy

+

Easy MultiSensor device based on ESP8266/ESP32.

+

+ Installation Website +

+
+

Adding ESP Web Tools to your website

To add this to your own website, create a manifest and add the button to your website. Make sure you update the manifest attribute to point at @@ -239,7 +254,7 @@ > -

Customizing the look and feel

+

Customizing the look and feel

There are multiple options to change the look and feel of the button and other elements. diff --git a/static/logos/espeasy.png b/static/logos/espeasy.png new file mode 100644 index 0000000..8f3fa8e Binary files /dev/null and b/static/logos/espeasy.png differ diff --git a/static/wled.png b/static/logos/wled.png similarity index 100% rename from static/wled.png rename to static/logos/wled.png