Updated 30 files via CloudCannon

This commit is contained in:
CloudCannon 2020-11-29 22:31:19 +00:00
parent e45985aceb
commit b2ee33171f
30 changed files with 223 additions and 424 deletions

View file

@ -136,7 +136,7 @@
<div class="splash">
<div class="splash-logo">
<a href="#play"><img src="/images/setto-logoicon.svg" width="240px" alt="徒 setto セット Logo" /></a>
<a href="/"><img src="/images/setto-logoicon.svg" width="240px" alt="徒 setto セット Logo" /></a>
</div>
@ -214,6 +214,7 @@
</ul>
</div>
<h2 style="text-align: center;"><a href="#support" class="button">🙏 Support</a></h2>
</div>
<div class="noJSalbum">
<div class="coverartwrapper">
@ -273,10 +274,8 @@
<div id="author">
<div class="bio">
<p class="date">
Published the
<time datetime="2019-02-07 19:07:00 +0000">
7:th
@ -287,10 +286,7 @@
2019
</time>
</p>
<h6>
Share this page:
</h6>
<ul>
@ -299,10 +295,6 @@
<a target="_blank" rel="nofollow noopener" title="Share to telegram" alt="Share to telgram" href="https://telegram.me/share/url?url=https://setto.basspistol.com/darkweb/&quest;pk_campaign=homeshare&amp;text=As dystopian as the present might seem on-line, there is always room for the strange in the cypher...%20via%20&#64;tosettosetto" class="icon smaller fab fa-telegram"><span class="label ">Telegram</span></a>
<a target="_blank" rel="nofollow noopener" title="Share to reddit" alt="Share to reddit" href="https://reddit.com/submit/?url=https://setto.basspistol.com/darkweb/&quest;pk_campaign=homeshare&amp;title=As dystopian as the present might seem on-line, there is always room for the strange in the cypher...%20By%20徒 setto セット" class="icon smaller fab fa-reddit"><span class="label">Reddit</span></a>
</ul>
<br />
<a href="../chat/#read" target="_blank" class="button">📢 Chat</a>
</div>
</div>
</div>
@ -344,56 +336,6 @@
</div>
<section class="streambox">
<h2>Get this release</h2>
<div class="streamer">
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Bandcamp']);" target="_blank" rel="noopener" href="https://shop.basspistol.com/album/darkweb" title="Stream from Bandcamp" class="icon fab fa-bandcamp"><span class="label">Bandcamp</span></a>
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'Audius']);" target="_blank" rel="noopener" href="https://audius.co/tosettosetto/playlist/darkweb-11204" title="Stream from Audius" class="icon fab fa-creative-commons-sampling"><span class="label">Audius</span></a>
<a onclick="_paq.push(['trackEvent', 'StoreLink', 'PeerTube']);" target="_blank" rel="noopener" href="https://v.basspistol.org/videos/watch/playlist/a6d80b4d-5e6e-4546-b90e-2be5b4d8a960" title="Stream from PeerTube" class="icon fab fa-youtube"><span class="label">PeerTube</span></a>
</div>
</section>
<section class="streambox">
<p>I take bitcoin donations!</p>
<div class="streamer">
<script>if(!window.btcpay){ var head = document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.src='https://node.alsenet.com:49393/modal/btcpay.js'; script.type = 'text/javascript'; head.append(script);}function onBTCPayFormSubmit(event){ var xhttp = new XMLHttpRequest(); xhttp.onreadystatechange = function() { if (this.readyState == 4 && this.status == 200) { if(this.status == 200 && this.responseText){ var response = JSON.parse(this.responseText); window.btcpay.showInvoice(response.invoiceId); } } }; xhttp.open("POST", event.target.getAttribute('action'), true); xhttp.send(new FormData( event.target ));}</script><style type="text/css"> .btcpay-form { display: inline-flex; align-items: center; justify-content: center; } .btcpay-form--inline { flex-direction: row; } .btcpay-form--block { flex-direction: column; } .btcpay-form--inline .submit { margin-left: 15px; } .btcpay-form--block select { margin-bottom: 10px; } .btcpay-form .btcpay-custom-container{ text-align: center; }.btcpay-custom { display: flex; align-items: center; justify-content: center; } .btcpay-form .plus-minus { cursor:pointer; font-size:25px; line-height: 25px; background: #DFE0E1; height: 30px; width: 45px; border:none; border-radius: 60px; margin: auto 5px; display: inline-flex; justify-content: center; } .btcpay-form select { -moz-appearance: none; -webkit-appearance: none; appearance: none; color: currentColor; background: transparent; border:1px solid transparent; display: block; padding: 1px; margin-left: auto; margin-right: auto; font-size: 11px; cursor: pointer; } .btcpay-form select:hover { border-color: #ccc; } #btcpay-input-price { -moz-appearance: none; -webkit-appearance: none; border: none; box-shadow: none; text-align: center; font-size: 25px; margin: auto; border-radius: 5px; line-height: 35px; background: #fff; } </style>
<form method="POST" onsubmit="onBTCPayFormSubmit(event);return false" action="https://node.alsenet.com:49393/api/v1/invoices" class="btcpay-form btcpay-form--block">
<input type="hidden" name="storeId" value="FeM9np3QKxAB2PvLj3VeUcm6gV49hDyz8xz4DFceE41k" />
<input type="hidden" name="jsonResponse" value="true" />
<div class="btcpay-custom-container">
<div class="btcpay-custom">
<button class="plus-minus" onclick="event.preventDefault(); var price = parseInt(document.querySelector('#btcpay-input-price').value); if ('-' == '-' && (price - 1) < 1) { return; } document.querySelector('#btcpay-input-price').value = parseInt(document.querySelector('#btcpay-input-price').value) - 1;">-</button>
<input id="btcpay-input-price" name="price" type="text" min="1" max="100" step="1" value="10" style="width: 3em;" oninput="event.preventDefault();isNaN(event.target.value) || event.target.value <= 0 ? document.querySelector('#btcpay-input-price').value = 10 : event.target.value" />
<button class="plus-minus" onclick="event.preventDefault(); var price = parseInt(document.querySelector('#btcpay-input-price').value); if ('+' == '-' && (price - 1) < 1) { return; } document.querySelector('#btcpay-input-price').value = parseInt(document.querySelector('#btcpay-input-price').value) + 1;">+</button>
</div>
<select name="currency" style="text-align:center">
<option value="EUR" selected>EUR</option>
<option value="CHF">CHF</option>
<option value="USD">USD</option>
<option value="GBP">GBP</option>
<option value="BTC">BTC</option>
</select>
</div>
<input type="image" class="submit" name="submit" src="https://node.alsenet.com:49393/img/paybutton/pay.svg" style="width:209px;border:none;" alt="Pay with BtcPay, Self-Hosted Bitcoin Payment Processor">
</form>
</div>
</section>
<!-- Tracks -->
@ -745,7 +687,7 @@ Tu vas aussi kiffer
<section class="streambox">
<section class="streambox" id="support">
<h2>Get this release</h2>
<div class="streamer">
@ -813,7 +755,7 @@ Tu vas aussi kiffer
<li><a href="/links/" >🔗 Links</a></li>
<li><a href="/chat/#read" >📢 Chat</a></li>
<li><a href="/chat/#read" >📢 Chat with me</a></li>
</ul>
</div>
@ -891,7 +833,7 @@ Tu vas aussi kiffer
<li><a href="../chat/#read" onclick="removeBlur()" class="button">📢 Chat</a></li>
<li><a href="../chat/#read" onclick="removeBlur()" class="button">📢 Chat with me</a></li>