almost almost
This commit is contained in:
parent
a1f5230071
commit
23f82f0419
3 changed files with 15 additions and 11 deletions
|
|
@ -104,7 +104,7 @@ nav {
|
||||||
|
|
||||||
main {
|
main {
|
||||||
|
|
||||||
display: relative;
|
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
|
|
@ -114,14 +114,11 @@ main {
|
||||||
|
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
position: relative;
|
|
||||||
bottom: 0;
|
flex-wrap: wrap;
|
||||||
left: 0;
|
|
||||||
display: flex;
|
|
||||||
height: 300px;
|
|
||||||
margin: 0px;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
|
|
||||||
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -62,18 +62,18 @@
|
||||||
</article>
|
</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">
|
<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" />
|
<img src="/2025/images/kybernetik.webp" />
|
||||||
</figure>
|
</figure>
|
||||||
<div style="padding: 0 20px;">
|
<div style="padding: 0 20px 20px 20px;">
|
||||||
<p><strong>Kybernetik LP by Revengeday</strong></p>
|
<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>
|
<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 />
|
<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>
|
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>
|
||||||
<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>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>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>
|
<p><b>Artwork:</b> Ramses Revengeday</p>
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,10 @@
|
||||||
<footer>
|
<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>
|
</footer>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue