Add new badges (#52)

This commit is contained in:
Damian Czupryn 2020-10-21 09:50:57 +02:00 committed by GitHub
parent 0269bceb05
commit 3e0e733b1d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View file

@ -7,11 +7,25 @@
</p>
<div class="buttons">
<a
class="google-play-link"
class="store-link"
href="https://play.google.com/store/apps/details?id=io.github.wulkanowy&utm_source=homepage"
@click="googlePlayClick">
<img src="../assets/google-play-badge.svg" alt="Pobierz z Google Play" />
</a>
<a
class="store-link"
href="https://appgallery.huawei.com/#/app/C101440411"
@click="googlePlayClick">
<img src="../assets/appgallery-badge.png" alt="Odkrywaj w AppGallery" />
</a>
<a
class="store-link"
href="https://f-droid.org/packages/io.github.wulkanowy"
@click="googlePlayClick">
<img src="../assets/f-droid-badge.png" alt="Get it on F-Droid">
</a>
</div>
<div class ="buttons">
<button class="other-options" @click="otherOptionsClick">
INNE OPCJE
</button>
@ -151,8 +165,9 @@
flex-direction: column;
}
.google-play-link {
.store-link {
display: block;
margin: 5px;
img {
width: 216px;
@ -189,7 +204,6 @@
font-family: 'Roboto', sans-serif;
font-weight: 500;
border-radius: 4px;
margin-left: 32px;
box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2),
0 4px 5px 0 rgba(0, 0, 0, 0.14),
0 1px 10px 0 rgba(0, 0, 0, 0.12);