better store badges
This commit is contained in:
parent
991cbd4a42
commit
f69e9b923d
4 changed files with 28 additions and 21 deletions
|
|
@ -1,19 +1,24 @@
|
||||||
<a href="https://chrome.google.com/webstore/detail/huegasm-for-philips-hue-l/mbjanbdhcpohhfecjgbdpcfhnnbofooj" target="_blank" rel="noopener noreferrer" class="hidden-xs">
|
<a href="https://chrome.google.com/webstore/detail/huegasm-for-philips-hue-l/mbjanbdhcpohhfecjgbdpcfhnnbofooj" target="_blank"
|
||||||
|
rel="noopener noreferrer" class="hidden-xs chrome-store-icon">
|
||||||
<img src="assets/images/chrome-store-badge.png" alt="Available in the Chrome Web Store">
|
<img src="assets/images/chrome-store-badge.png" alt="Available in the Chrome Web Store">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div id="footer-text">
|
<div id="footer-text">
|
||||||
Forged from 🔥 © {{year}}
|
<span class="hidden-xs">Forged from 🔥</span> © {{year}}
|
||||||
|
|
||||||
<a href="https://www.nidratech.com/" target="_blank" rel="noopener noreferrer">
|
<a href="https://www.nidratech.com/" target="_blank" rel="noopener noreferrer">
|
||||||
Nidratech Ltd
|
Nidratech Ltd
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<a href="https://play.google.com/store/apps/details?id=com.hoboman313.huegasm" target="_blank" rel="noopener noreferrer">
|
<div>
|
||||||
<img src="assets/images/android-play-badge.png" alt="Get it on the Play Store">
|
<a href="https://play.google.com/store/apps/details?id=com.hoboman313.huegasm" target="_blank" rel="noopener noreferrer"
|
||||||
</a>
|
class="play-store-icon">
|
||||||
|
<img src="assets/images/android-play-badge.png" alt="Get it on the Play Store">
|
||||||
|
</a>
|
||||||
|
|
||||||
<a href="https://itunes.apple.com/us/app/huegasm-for-philips-hue-lights/id1403108485" target="_blank" rel="noopener noreferrer">
|
<a href="https://itunes.apple.com/us/app/huegasm-for-philips-hue-lights/id1403108485" target="_blank" rel="noopener noreferrer"
|
||||||
<img src="assets/images/app-store-badge.svg" alt="Get it on the App Store">
|
class="app-store-icon">
|
||||||
</a>
|
<img src="assets/images/app-store-badge.svg" alt="Get it on the App Store">
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
|
@ -26,7 +26,7 @@
|
||||||
<div class="available-on-container">
|
<div class="available-on-container">
|
||||||
<p class="available-on">Best experience</p>
|
<p class="available-on">Best experience</p>
|
||||||
|
|
||||||
<a href="https://chrome.google.com/webstore/detail/huegasm-for-philips-hue-l/mbjanbdhcpohhfecjgbdpcfhnnbofooj" target="_blank" rel="noopener noreferrer">
|
<a href="https://chrome.google.com/webstore/detail/huegasm-for-philips-hue-l/mbjanbdhcpohhfecjgbdpcfhnnbofooj" class="chrome-store-icon" target="_blank" rel="noopener noreferrer">
|
||||||
<img src="assets/images/chrome-store-badge.png" alt="Huegasm on the Chrome Web Store">
|
<img src="assets/images/chrome-store-badge.png" alt="Huegasm on the Chrome Web Store">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
|
@ -34,12 +34,10 @@
|
||||||
|
|
||||||
<div class="available-on-list">
|
<div class="available-on-list">
|
||||||
<a class="play-store-icon" href="https://play.google.com/store/apps/details?id=com.hoboman313.huegasm" target="_blank" rel="noopener noreferrer">
|
<a class="play-store-icon" href="https://play.google.com/store/apps/details?id=com.hoboman313.huegasm" target="_blank" rel="noopener noreferrer">
|
||||||
<img src="assets/images/android-play-badge.png" alt="Huegasm on the Google Play Store">
|
<img src="assets/images/android-play-badge.png" alt="Huegasm on the Google Play Store"></a>
|
||||||
</a>
|
|
||||||
|
|
||||||
<a class="app-store-icon" href="https://itunes.apple.com/us/app/huegasm-for-philips-hue-lights/id1403108485" target="_blank" rel="noopener noreferrer">
|
<a class="app-store-icon" href="https://itunes.apple.com/us/app/huegasm-for-philips-hue-lights/id1403108485" target="_blank" rel="noopener noreferrer">
|
||||||
<img src="assets/images/app-store-badge.svg" alt="Huegasm on the App Store">
|
<img src="assets/images/app-store-badge.svg" alt="Huegasm on the App Store"></a>
|
||||||
</a>
|
|
||||||
|
|
||||||
{{#link-to "web-app" class="btn btn-default" role="button"}}
|
{{#link-to "web-app" class="btn btn-default" role="button"}}
|
||||||
Web (legacy)
|
Web (legacy)
|
||||||
|
|
|
||||||
|
|
@ -24,17 +24,21 @@
|
||||||
|
|
||||||
&-list a {
|
&-list a {
|
||||||
margin-right: 2vw;
|
margin-right: 2vw;
|
||||||
|
|
||||||
&.play-store-icon img {
|
|
||||||
width: 130px;
|
|
||||||
}
|
|
||||||
|
|
||||||
&.app-store-icon img {
|
|
||||||
width: 110px;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chrome-store-icon img {
|
||||||
|
width: 170px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.play-store-icon img {
|
||||||
|
width: 130px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.app-store-icon img {
|
||||||
|
width: 110px;
|
||||||
|
}
|
||||||
|
|
||||||
.embed-container {
|
.embed-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
padding-bottom: 56.25%;
|
padding-bottom: 56.25%;
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 4.5 KiB After Width: | Height: | Size: 9 KiB |
Reference in a new issue