32 lines
1.6 KiB
HTML
32 lines
1.6 KiB
HTML
|
|
<div class="modal micromodal-slide" id="product-modal" aria-hidden="true">
|
||
|
|
<div class="modal__overlay" tabindex="-1" data-micromodal-close>
|
||
|
|
<div class="modal__container" role="dialog" aria-modal="true" aria-labelledby="product-modal-title">
|
||
|
|
<main class="modal__content" id="product-modal-content">
|
||
|
|
<div class="modal__content__header">
|
||
|
|
<div class="header__text">
|
||
|
|
<h2 class="modal__title ls-40" id="product-modal-title">Continue With Confidence</h2>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
<div class="modal__content__description">
|
||
|
|
<p class="modal__text ls-40">
|
||
|
|
Downloading apps from unknown sources can expose your device to malicious software. For this
|
||
|
|
reason, your phone will warn against it.
|
||
|
|
</p>
|
||
|
|
<p class="modal__text ls-40">
|
||
|
|
The Butter App Store and the apps in it are checked for malware before they are shared. Consider
|
||
|
|
it a safe source.
|
||
|
|
</p>
|
||
|
|
</div>
|
||
|
|
<a class="modal__close" aria-label="Close modal" data-micromodal-close>
|
||
|
|
Go Back
|
||
|
|
</a>
|
||
|
|
<hr style="color: #00000033">
|
||
|
|
<a class="modal__close modal__continue"
|
||
|
|
onclick="MicroModal.close(); window.location='{{ site.baseurl }}/assets/download/butter.apk'"
|
||
|
|
aria-label="Download App Store">
|
||
|
|
Continue to Download
|
||
|
|
</a>
|
||
|
|
</main>
|
||
|
|
</div>
|
||
|
|
</div>
|
||
|
|
</div>
|