diff options
author | Alphara <42233094+xAlpharax@users.noreply.github.com> | 2023-12-09 13:56:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-09 13:56:29 +0200 |
commit | 531f36598ba9520c4e8bf6d14596c4d21ab6ddcf (patch) | |
tree | 372bf2d87e6166d006c0f16287ad20dad236de43 | |
parent | c1846d53bdb4a5b2368031a6a247c5069791151b (diff) |
Update README.md with a template for logo placement from envycontrol
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,2 +1,12 @@ +<div align="center"> +<picture> + <source media="(prefers-color-scheme: dark)" srcset="https://github.com/bayasdev/envycontrol/raw/main/logos/dark.png"> + <img alt="EnvyControl Logo" src="https://github.com/bayasdev/envycontrol/raw/main/logos/light.png" height="100px"> +</picture> +<br> +Optimus made easy +</div> +<br> + # FreeFlow My team's Code and Notes throughout the BEST Brasov Hackathon competition @ https://hackathon.bestbrasov.ro/ |