new concept
This commit is contained in:
parent
ae492ed9b3
commit
390c46c4e8
|
@ -37,4 +37,8 @@
|
|||
- title: Alternative Distribution
|
||||
icon: /images/icons/archive.svg
|
||||
description: We are an official curator and NetLabel on the Internet Archive. We can guarantee your art will travel through time for as long as the internet exists. provide hosting for all your releases paired with a bitcoin donation/crowdfunding-tool.
|
||||
url: https://archive.org/details/basspistol
|
||||
url: https://archive.org/details/basspistol
|
||||
- title: Shop
|
||||
icon: /images/icons/bitcoin.svg
|
||||
description: We help you set-up your bandcamp or let you leverage ours. Bandcamp is the last platform allowing custom domain names for this reason it is the one exception to the rule that we are comfortable endorsing.
|
||||
url: https://shop.basspistol.com
|
|
@ -38,3 +38,11 @@ _paq.push(['enableLinkTracking']);
|
|||
|
||||
{% endif %}
|
||||
|
||||
// mautic
|
||||
|
||||
(function(w,d,t,u,n,a,m){w['MauticTrackingObject']=n;
|
||||
w[n]=w[n]||function(){(w[n].q=w[n].q||[]).push(arguments)},a=d.createElement(t),
|
||||
m=d.getElementsByTagName(t)[0];a.async=1;a.src=u;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','https://pr.basspistol.com/mtc.js','mt');
|
||||
|
||||
mt('send', 'pageview');
|
|
@ -44,7 +44,7 @@
|
|||
{% include cookie-consent.html %}
|
||||
{% include scripts.html %}
|
||||
{% if page.video_path %}
|
||||
<div class="fullscreen-bg" style="opacity: 0.1;">
|
||||
<div class="fullscreen-bg" {% if page.url == '/'%}style="opacity: 0.2;"{% endif %}>
|
||||
<video data-matomo-ignore autoplay muted loop poster="{{ page.image }}" class="fullscreen-bg__video">
|
||||
<source src="{{ page.video_path }}" type="video/mp4">
|
||||
</video>
|
||||
|
|
|
@ -97,7 +97,7 @@ body {
|
|||
bottom: 0;
|
||||
transform: rotate(-3deg);
|
||||
overflow: hidden;
|
||||
background: -webkit-linear-gradient(90deg, var(--bg) 25%,var(--fg-alt) 100%);
|
||||
background: -webkit-linear-gradient(90deg, var(--bg) 25%,transparent 100%);
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
filter: blur(2px);
|
||||
|
|
|
@ -30,4 +30,10 @@
|
|||
min-width: 100%;
|
||||
min-height: 100%;
|
||||
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 767px) {
|
||||
.fullscreen-bg {
|
||||
display: none;
|
||||
}
|
||||
}
|
13
index.html
13
index.html
|
@ -69,6 +69,10 @@ layout: default
|
|||
|
||||
<p>We provide the tools, the services and the braintrust to enable true independence for the rare musicians brave enough to stand up against the big-tech narrative. We are the invisible air under your wings, the maintainer of the Underground, your guide down into the decentralized rabbit-hole.</p>
|
||||
</div>
|
||||
<div style="padding: 10px;flex: 0 0 100%; text-align: center;">
|
||||
<a href="https://pr.basspistol.com/join-the-crew" target="_blank" class="button">Join the crew</a>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
@ -95,9 +99,16 @@ layout: default
|
|||
|
||||
|
||||
{% endfor %}
|
||||
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section-title">
|
||||
<div class="container" style="text-align: center;">
|
||||
<a href="https://pr.basspistol.com/join-the-crew" target="_blank" class="button">Join the crew</a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
<section class="section-title" id="read">
|
||||
<div class="container">
|
||||
<h2>Latest News</h2>
|
||||
|
@ -110,7 +121,7 @@ layout: default
|
|||
|
||||
<div style="background-image:url({{ post.image }})">
|
||||
<p class="editor-link"><a href="cloudcannon:collections/_posts/{{ post.path }}" rel="nofollow"
|
||||
class="btn"><strong>✎</strong> Edit Posy</a></p>
|
||||
class="btn"><strong>✎</strong> Edit Post</a></p>
|
||||
</div>
|
||||
<div class="description">
|
||||
<div class="container">
|
||||
|
|
Loading…
Reference in a new issue