Add ESPEasy to projects

This commit is contained in:
Paulus Schoutsen 2021-06-15 20:53:31 -07:00
parent 62fc6f1f1d
commit 0d7ce336f3
3 changed files with 22 additions and 7 deletions

View File

@ -22,10 +22,9 @@
} }
.project .logo { .project .logo {
float: right; float: right;
width: 200px;
} }
.project .logo img { .project .logo img {
width: 100%; max-height: 50px;
} }
a { a {
color: #03a9f4; color: #03a9f4;
@ -122,10 +121,12 @@
allowfullscreen allowfullscreen
></iframe> ></iframe>
</div> </div>
<h2 id='used-by'>Projects using ESP Web Tools</h2> <h2 id="used-by">Projects using ESP Web Tools</h2>
<div class="project"> <div class="project">
<div class="logo"> <div class="logo">
<img src="static/wled.png" alt="WLED logo" /> <a href="https://wled.me"
><img src="static/logos/wled.png" alt="WLED logo"
/></a>
</div> </div>
<h3>WLED</h3> <h3>WLED</h3>
<p> <p>
@ -134,12 +135,26 @@
chipsets like the WS2801 and APA102. chipsets like the WS2801 and APA102.
</p> </p>
<p> <p>
<a href="https://flash.wled.me" target="_blank" <a href="https://install.wled.me" target="_blank"
>Installation Website</a >Installation Website</a
> >
</p> </p>
</div> </div>
<h2 id='add-website'>Adding ESP Web Tools to your website</h2> <div class="project">
<div class="logo">
<a href="http://www.espeasy.com/"
><img src="static/logos/espeasy.png" alt="ESPEasy logo"
/></a>
</div>
<h3>ESPEasy</h3>
<p>Easy MultiSensor device based on ESP8266/ESP32.</p>
<p>
<a href="https://td-er.nl/ESPEasy/" target="_blank"
>Installation Website</a
>
</p>
</div>
<h2 id="add-website">Adding ESP Web Tools to your website</h2>
<p> <p>
To add this to your own website, create a manifest and add the button to 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 your website. Make sure you update the manifest attribute to point at
@ -239,7 +254,7 @@
></iframe> ></iframe>
</div> </div>
<h3 id='customize'>Customizing the look and feel</h3> <h3 id="customize">Customizing the look and feel</h3>
<p> <p>
There are multiple options to change the look and feel of the button and There are multiple options to change the look and feel of the button and
other elements. other elements.

BIN
static/logos/espeasy.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

Before

Width:  |  Height:  |  Size: 24 KiB

After

Width:  |  Height:  |  Size: 24 KiB