Skip to content

Commit

Permalink
Update store-button-windows-blue.html
Browse files Browse the repository at this point in the history
  • Loading branch information
RavindraP04 authored Mar 24, 2023
1 parent 8d0cf35 commit d6bf353
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions Store Buttons/src/store-button-windows-blue.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
<div class="flex w-64 h-20 gap-6 cursor-pointer justify-center items-center bg-white rounded-3xl px-7 py-5">
<svg width="29" height="28" viewBox="0 0 29 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.2778 15.6471C11.2778 15.153 10.9556 14.8236 10.4722 14.8236H0.805556C0.322222 14.8236 0 15.153 0 15.6471V23.8824C0 24.3765 0.322222 24.7059 0.805556 24.8706L10.4722 26.0236C10.9556 26.0236 11.2778 25.6941 11.2778 25.3647V15.6471ZM13.6944 14.8236C13.2111 14.8236 12.8889 15.153 12.8889 15.6471V25.3647C12.8889 25.8588 13.2111 26.1883 13.6944 26.353L28.1944 28C28.6778 28 29 27.6706 29 27.3412V15.8118C29 15.3177 28.6778 14.9883 28.1944 14.9883L13.6944 14.8236ZM11.2778 2.80002C11.2778 2.30591 10.9556 1.97649 10.4722 2.1412L0.805556 3.29414C0.322222 3.29414 0 3.62355 0 4.11767V12.353C0 12.8471 0.322222 13.1765 0.805556 13.1765H10.4722C10.9556 13.1765 11.2778 12.8471 11.2778 12.353V2.80002ZM13.6944 1.81179C13.2111 1.81179 12.8889 2.30591 12.8889 2.80002V12.5177C12.8889 13.0118 13.2111 13.3412 13.6944 13.3412H28.1944C28.6778 13.3412 29 13.0118 29 12.5177V0.988259C29 0.494141 28.6778 0.16473 28.1944 0.329435L13.6944 1.81179Z" fill="#0000FF"/>
</svg>
<div class="flex flex-col text-[#0033ff]">
<p class="text-sm text-blue font-bold">Download on the</p>
<h1 class="text-xl text-blue font-medium">Windows Store</h1>
<button type="button" class="inline-block rounded-xl bg-white py-6 pl-14 pr-10 shadow-lg">
<div class="flex">
<div class="relative right-6 top-2">
<svg width="29" height="27" viewBox="0 0 29 28" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M11.2778 15.6471C11.2778 15.153 10.9556 14.8236 10.4722 14.8236H0.805556C0.322222 14.8236 0 15.153 0 15.6471V23.8824C0 24.3765 0.322222 24.7059 0.805556 24.8706L10.4722 26.0235C10.9556 26.0235 11.2778 25.6941 11.2778 25.3647V15.6471V15.6471ZM13.6944 14.8236C13.2111 14.8236 12.8889 15.153 12.8889 15.6471V25.3647C12.8889 25.8588 13.2111 26.1883 13.6944 26.353L28.1944 28C28.6778 28 29 27.6706 29 27.3412V15.8118C29 15.3177 28.6778 14.9883 28.1944 14.9883L13.6944 14.8236V14.8236ZM11.2778 2.80002C11.2778 2.30591 10.9556 1.97649 10.4722 2.1412L0.805556 3.29414C0.322222 3.29414 0 3.62355 0 4.11767V12.353C0 12.8471 0.322222 13.1765 0.805556 13.1765H10.4722C10.9556 13.1765 11.2778 12.8471 11.2778 12.353V2.80002ZM13.6944 1.81179C13.2111 1.81179 12.8889 2.30591 12.8889 2.80002V12.5177C12.8889 13.0118 13.2111 13.3412 13.6944 13.3412H28.1944C28.6778 13.3412 29 13.0118 29 12.5177V0.988259C29 0.494141 28.6778 0.16473 28.1944 0.329435L13.6944 1.81179V1.81179Z" fill="blue" />
</svg>
</div>
</div>

<div class="flex flex-col text-blue-600">
<p class="text-left text-xs font-bold">Download on the</p>
<h1 class="text-left text-lg font-medium">Windows Store</h1>
</div>
</div>
</button>

0 comments on commit d6bf353

Please sign in to comment.