Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme Buttons #267

Merged
merged 4 commits into from
May 5, 2024
Merged

Conversation

GeoDerp
Copy link
Contributor

@GeoDerp GeoDerp commented May 2, 2024

Displays some of the most used EMHASS links.
This PR is just a quick concept, can modify.

Screenshot from 2024-05-02 13-33-28

@GeoDerp
Copy link
Contributor Author

GeoDerp commented May 2, 2024

If this is liked we can also place these buttons for EMHASS-Add-on. The concept is that these buttons would assist in new users for gaining info, asking questions and creating issues.

@GeoDerp
Copy link
Contributor Author

GeoDerp commented May 4, 2024

The last commit tests with style tags instead of images. This unfortunately doesn't work in GitHub. Back to the drawing board.

@GeoDerp
Copy link
Contributor Author

GeoDerp commented May 4, 2024

Replaced buttons with SVG files. these SVG files are pretty mutch just the buttons inside a SVG tag.
Screenshot from 2024-05-04 21-34-24

Note: you cant preview this changes, as the svg links are set to the master branch.
You can set:

<div align="center">
 <a style="text-decoration: none;" href="https://emhass.readthedocs.io/en/latest/">
      <img src="https://raw.githubusercontent.com/davidusb-geek/emhass/master/docs/images/Documentation_button.svg" alt="Documentation">
  </a>
   <a style="text-decoration: none;" href="https://community.home-assistant.io/t/emhass-an-energy-management-for-home-assistant/338126">
      <img src="https://raw.githubusercontent.com/davidusb-geek/emhass/master/docs/images/Community_button.svg" alt="Community">
  </a>
  <a style="text-decoration: none;" href="https://github.com/davidusb-geek/emhass/issues">
      <img src="https://raw.githubusercontent.com/davidusb-geek/emhass/master/docs/images/Issues_button.svg" alt="Issues">
  </a>
  <a style="text-decoration: none;" href="https://github.com/davidusb-geek/emhass-add-on">
     <img src="https://raw.githubusercontent.com/davidusb-geek/emhass/master/docs/images/EMHASS_Add_on_button.svg" alt="EMHASS Add-on">
  </a>
</div>

to

<div align="center">
 <a style="text-decoration: none;" href="https://emhass.readthedocs.io/en/latest/">
      <img src="docs/images/Documentation_button.svg" alt="Documentation">
  </a>
   <a style="text-decoration: none;" href="https://community.home-assistant.io/t/emhass-an-energy-management-for-home-assistant/338126">
      <img src="docs/images/Community_button.svg" alt="Community">
  </a>
  <a style="text-decoration: none;" href="https://github.com/davidusb-geek/emhass/issues">
      <img src=docs/images/Issues_button.svg" alt="Issues">
  </a>
  <a style="text-decoration: none;" href="https://github.com/davidusb-geek/emhass-add-on">
     <img src="docs/images/EMHASS_Add_on_button.svg" alt="EMHASS Add-on">
  </a>
</div>

to see the difference.

@davidusb-geek davidusb-geek merged commit 3cc2a45 into davidusb-geek:master May 5, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants