From a20bb482f94dc36cddf15d5e4b8aad109be0c7d1 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 8 Sep 2021 14:41:31 +1200 Subject: [PATCH] Add svg images for Made for ESPHome (#1451) --- .../made-for-esphome-black-on-transparent.svg | 1 + _static/made-for-esphome-black-on-white.svg | 1 + _static/made-for-esphome-white-on-black.svg | 1 + .../made-for-esphome-white-on-transparent.svg | 1 + guides/made_for_esphome.rst | 36 ++++++++++--------- 5 files changed, 23 insertions(+), 17 deletions(-) create mode 100644 _static/made-for-esphome-black-on-transparent.svg create mode 100644 _static/made-for-esphome-black-on-white.svg create mode 100644 _static/made-for-esphome-white-on-black.svg create mode 100644 _static/made-for-esphome-white-on-transparent.svg diff --git a/_static/made-for-esphome-black-on-transparent.svg b/_static/made-for-esphome-black-on-transparent.svg new file mode 100644 index 000000000..37e76d281 --- /dev/null +++ b/_static/made-for-esphome-black-on-transparent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/made-for-esphome-black-on-white.svg b/_static/made-for-esphome-black-on-white.svg new file mode 100644 index 000000000..b3cf63065 --- /dev/null +++ b/_static/made-for-esphome-black-on-white.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/_static/made-for-esphome-white-on-black.svg b/_static/made-for-esphome-white-on-black.svg new file mode 100644 index 000000000..86166607d --- /dev/null +++ b/_static/made-for-esphome-white-on-black.svg @@ -0,0 +1 @@ + diff --git a/_static/made-for-esphome-white-on-transparent.svg b/_static/made-for-esphome-white-on-transparent.svg new file mode 100644 index 000000000..6ce7bf0a3 --- /dev/null +++ b/_static/made-for-esphome-white-on-transparent.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/guides/made_for_esphome.rst b/guides/made_for_esphome.rst index 6754c6e2e..3f5681462 100644 --- a/guides/made_for_esphome.rst +++ b/guides/made_for_esphome.rst @@ -4,7 +4,7 @@ Made for ESPHome ================ .. seo:: - :description: Information about the "Made for ESPHome" logo + :description: Information about the Made for ESPHome program :image: /_static/made-for-esphome-black-on-white.png ESPHome has a great and active community that loves creating and sharing projects. @@ -35,28 +35,30 @@ Logos } -.. figure:: /_static/made-for-esphome-black-on-white.png - :align: center - :width: 100% - - Made with ESPHome black on white - -.. figure:: /_static/made-for-esphome-white-on-black.png - :align: center - :width: 100% - - Made with ESPHome white on black - -.. figure:: /_static/made-for-esphome-black-on-transparent.png +.. figure:: /_static/made-for-esphome-black-on-white.svg :align: center :width: 100% :class: transparent-background - Made with ESPHome black on transparent + Made with ESPHome black on white (`svg `__, `png `__) -.. figure:: /_static/made-for-esphome-white-on-transparent.png +.. figure:: /_static/made-for-esphome-white-on-black.svg :align: center :width: 100% :class: transparent-background - Made with ESPHome white on transparent + Made with ESPHome white on black (`svg `__, `png `__) + +.. figure:: /_static/made-for-esphome-black-on-transparent.svg + :align: center + :width: 100% + :class: transparent-background + + Made with ESPHome black on transparent (`svg `__, `png `__) + +.. figure:: /_static/made-for-esphome-white-on-transparent.svg + :align: center + :width: 100% + :class: transparent-background + + Made with ESPHome white on transparent (`svg `__, `png `__)