Skip to content

Commit

Permalink
docs: made imagine ai logo responsive to github dark/light mode
Browse files Browse the repository at this point in the history
Signed-off-by: Abdul Khalid <[email protected]>
  • Loading branch information
0xabdulkhaliq authored Aug 8, 2023
1 parent 88c155f commit 20f0f4e
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<h1 align="center" >Imagine_AI</h1>
<div id="top">
<div align="center">
<img src="https://forthebadge.com/images/badges/built-with-love.svg" />
<img src="https://forthebadge.com/images/badges/uses-brains.svg" />
<img src="https://forthebadge.com/images/badges/powered-by-responsibility.svg" />

<picture>
<source media="(prefers-color-scheme: light)" srcset="./public/imagine-ai-low-resolution-logo-color-on-transparent-background.png">
<source media="(prefers-color-scheme: dark)" srcset="./public/imagine-ai-low-resolution-logo-color-on-transparent-background-dark.png">
<img alt="Imagine AI" width=350 src="./public/imagine-ai-low-resolution-logo-color-on-transparent-background-dark.png">
</picture>

<div id="top">
<br>
<img src="https://img.shields.io/github/repo-size/SurajPratap10/Imagine_AI?style=for-the-badge" />
<img src="https://img.shields.io/github/issues/SurajPratap10/Imagine_AI?style=for-the-badge" />
Expand Down

0 comments on commit 20f0f4e

Please sign in to comment.