new concept
This commit is contained in:
parent
ae492ed9b3
commit
390c46c4e8
6 changed files with 33 additions and 4 deletions
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…
Add table
Add a link
Reference in a new issue