almost almost

This commit is contained in:
sakrecoer 2025-06-29 23:50:20 +02:00
parent a1f5230071
commit 23f82f0419
3 changed files with 15 additions and 11 deletions

View file

@ -104,7 +104,7 @@ nav {
main {
display: relative;
flex-wrap: wrap;
padding: 0;
@ -114,14 +114,11 @@ main {
footer {
position: relative;
bottom: 0;
left: 0;
display: flex;
height: 300px;
margin: 0px;
flex-wrap: wrap;
padding: 0;
overflow-x: hidden;
}

View file

@ -62,18 +62,18 @@
</article>
<div class="border now" style="display: flex; flex-wrap: wrap; flex: 1 1 100%; background-image: linear-gradient(to bottom, rgba(0, 0, 0, .9), rgba(0, 0, 0, .9)), url(/2025/images/kybernetik.webp); background-position: center center; background-size: cover">
<figure style="flex: 1 1 50%">
<figure style="flex: 1 1 50%; padding: 0 20px 20px 20px;">
<img src="/2025/images/kybernetik.webp" />
</figure>
<div style="padding: 0 20px;">
<div style="padding: 0 20px 20px 20px;">
<p><strong>Kybernetik LP by Revengeday</strong></p>
<p>In collaboration with the houses of <a href="https://corteximplant.com/about">Cortex Implant and</a> <a href="https://obeythesystem.com/">Obey The System,</a> Basspistol is immensely proud to present Kybernetik LP by <a href="https://revenge.day/discography/kybernetik">Revengeday.</a>
<br /><br />
The depth of the darkness and the attention to detail with which Revengeday manages to infuse his music is beyond written word. The work of a world builder, showing a glimpse of what 20 minutes in the future look like, but seen from 30 years ahead. Take a trip from Cairo to Berlin, via Tokyo and Chirak.</p>
<a class="button" href="https://shop.basspistol.com">Get this 💎</a>
<a class="button" href="https://shop.basspistol.com/bpist-023">Get this 💎</a>
</div>
<div style="padding: 0 20px;font-size: .75em;">
<div style="padding: 0 20px 20px 20px;font-size: .75em;">
<p><b>Catalogue:</b> #BPIST-023</p>
<p><b>Label:</b> Basspistol & <a href="https://obeythesystem.com/">OBEY THE SYSTEM</a> / <a href="https://corteximplant.com/about">CORTEX IMPLANT</a></p>
<p><b>Artwork:</b> Ramses Revengeday</p>

View file

@ -1,3 +1,10 @@
<footer>
<section id="footer">
<article class="border" style="border-radius: 100px; height: 480px">
<p><strong>Copyleft 2025 Basspistol</strong></p>
<p>Last build: {{ now | dateFormat "2006-01-02 15:04 CET" }}</p>
</article>
</section>
</footer>