murda dem safari boombaclat!

This commit is contained in:
sakrecoer 2020-08-11 14:47:20 +02:00
parent 596caa8558
commit e43c5acd79
7 changed files with 65 additions and 2 deletions

View file

@ -1,3 +1,4 @@
<!-- Scripts -->
{% include relBase.html %}
<script src="{{ relBase }}/assets/js/set-20200805.js"></script>
<script src="{{ relBase }}/assets/js/zafari.js"></script>

22
_includes/zafari.html Normal file
View file

@ -0,0 +1,22 @@
<div id="zafari" class="modalDialog">
<div>
<h2>Hey Safari User!</h2>
<p>Amazing! You are surfing the web with one of the leading browsers to download another browser! Such luxury! <br />
To listen to {{ site.title }}&apos;s music, these are your options:
<ul>
<li><a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank" rel="noopener" class="button">Download Firefox</a></li>
<li><a href="{% for store in site.data.stores %}{% if store.name == 'Spotify' %}{{ store.url }}{% endif %}{% endfor %}" target="_blank" rel="noopener" class="button">Use Spotify</a></li>
</ul>
<br />
If you like browsing the web this way and you really just want to see if this {{ site.title }} thing is for real:<br />
<ul>
<li>
<a href="#" onclick="youMadBro()" class="button">Proceed anyway</a>
</li>
</ul>
</p>
{% include streamer.html %}
</div>
</div>