mirror of
https://github.com/esphome/esp-web-tools.git
synced 2025-07-28 22:26:37 +00:00
Update more branding to be OHF (#542)
This commit is contained in:
parent
350a696012
commit
b328166ea4
15
index.html
15
index.html
@ -281,16 +281,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="name">OpenEpaperLink</div>
|
<div class="name">OpenEpaperLink</div>
|
||||||
</a>
|
</a>
|
||||||
<a
|
<a href="https://openspool.io" target="_blank" class="project">
|
||||||
href="https://openspool.io"
|
|
||||||
target="_blank"
|
|
||||||
class="project"
|
|
||||||
>
|
|
||||||
<div class="logo">
|
<div class="logo">
|
||||||
<img
|
<img src="static/logos/openspool.png" alt="OpenSpool logo" />
|
||||||
src="static/logos/openspool.png"
|
|
||||||
alt="OpenSpool logo"
|
|
||||||
/>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="name">OpenSpool</div>
|
<div class="name">OpenSpool</div>
|
||||||
</a>
|
</a>
|
||||||
@ -594,7 +587,9 @@ button.overrides = {
|
|||||||
<div class="footer">
|
<div class="footer">
|
||||||
<div class="initiative">
|
<div class="initiative">
|
||||||
ESP Web Tools is a project by
|
ESP Web Tools is a project by
|
||||||
<a href="https://esphome.io">ESPHome</a>.<br />
|
<a href="https://esphome.io">ESPHome</a>,
|
||||||
|
<a href="https://www.openhomefoundation.org">Open Home Foundation</a
|
||||||
|
>.<br />
|
||||||
Development is funded by
|
Development is funded by
|
||||||
<a href="https://www.nabucasa.com">Nabu Casa</a>.
|
<a href="https://www.nabucasa.com">Nabu Casa</a>.
|
||||||
</div>
|
</div>
|
||||||
|
@ -40,7 +40,7 @@ import { version } from "./version";
|
|||||||
import type { EwFilledSelect } from "./components/ew-filled-select";
|
import type { EwFilledSelect } from "./components/ew-filled-select";
|
||||||
|
|
||||||
console.log(
|
console.log(
|
||||||
`ESP Web Tools ${version} by Nabu Casa; https://esphome.github.io/esp-web-tools/`,
|
`ESP Web Tools ${version} by Open Home Foundation; https://esphome.github.io/esp-web-tools/`,
|
||||||
);
|
);
|
||||||
|
|
||||||
const ERROR_ICON = "⚠️";
|
const ERROR_ICON = "⚠️";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user