forked from Clueless-Community/seamless-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Store button readme.md according new designs
- Loading branch information
1 parent
7c081e5
commit e419055
Showing
1 changed file
with
88 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,88 @@ | ||
# Readme coming soon... | ||
# Store Button Preview | ||
|
||
<table> | ||
<tr> | ||
<td width="50%">Store button amazon-dark</td> | ||
<td width="50%">store button amazon-light</td> | ||
</tr> | ||
|
||
<tr> | ||
<td width="50%"> | ||
<a | ||
href="https://github.com/Clueless-Community/seamless-ui/blob/main/Store%20Buttons/src/store-button-amazon-darkmode.html" | ||
> | ||
<img src="https://i.ibb.co/5KWnbfY/image.png" alt="image" border="0" | ||
/></a> | ||
</td> | ||
<td width="50%"> | ||
<a | ||
href="https://github.com/Clueless-Community/seamless-ui/blob/main/Store%20Buttons/src/store-button-amazon-lightmode.html" | ||
><img src="https://i.ibb.co/6XjFGcX/image.png" alt="image" border="0" | ||
/></a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td width="50%">Store button apple-dark</td> | ||
<td width="50%">store button apple-light</td> | ||
</tr> | ||
|
||
<tr> | ||
<td width="50%"> | ||
<a | ||
href="https://github.com/Clueless-Community/seamless-ui/blob/main/Store%20Buttons/src/store-button-apple-darkmode.html" | ||
> | ||
<img src="https://i.ibb.co/W2q4fLs/image.png" alt="image" border="0" /> | ||
</a> | ||
</td> | ||
<td width="50%"> | ||
<a | ||
href="https://github.com/Clueless-Community/seamless-ui/blob/main/Store%20Buttons/src/store-button-apple-lightmode.html" | ||
> | ||
<img src="https://i.ibb.co/5KDtLxD/image.png" alt="image" border="0" /> | ||
</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td width="50%">Store button google-play dark</td> | ||
<td width="50%">Store button google-play light</td> | ||
</tr> | ||
|
||
<tr> | ||
<td width="50%"> | ||
<a | ||
href="https://github.com/Clueless-Community/seamless-ui/blob/main/Store%20Buttons/src/store-button-google-play-darkmode.html" | ||
> | ||
<img src="https://i.ibb.co/98C69L7/image.png" alt="image" border="0" /> | ||
</a> | ||
</td> | ||
<td width="50%"> | ||
<a | ||
href="https://github.com/Clueless-Community/seamless-ui/blob/main/Store%20Buttons/src/store-button-googlr-play-lightmode.html" | ||
> | ||
<img src="https://i.ibb.co/XS31Qth/image.png" alt="image" border="0" /> | ||
</a> | ||
</td> | ||
</tr> | ||
|
||
<tr> | ||
<td width="50%">Store button windows-dark</td> | ||
<td width="50%">store button windows-light</td> | ||
</tr> | ||
|
||
<tr> | ||
<td width="50%"> | ||
<a | ||
href="https://github.com/Clueless-Community/seamless-ui/blob/main/Store%20Buttons/src/store-button-windows-darkmode.html" | ||
> | ||
<img src="https://i.ibb.co/hBK679N/image.png" alt="image" border="0" /> | ||
</a> | ||
</td> | ||
<td width="50%"> | ||
<a | ||
href="https://github.com/Clueless-Community/seamless-ui/blob/main/Store%20Buttons/src/store-button-windows-lightmode.html" | ||
> | ||
<img src="https://i.ibb.co/J5gy6Fp/image.png" alt="image" border="0" /> | ||
</a> | ||
</td> | ||
</tr> | ||
</table> |