function updateHeaderHeight() {
        // Get the height of #brx-header
        const headerHeight = document.querySelector('#brx-header').offsetHeight;
          
        // Store the height in the CSS custom property --header-height
        document.documentElement.style.setProperty('--brxw-header-height', headerHeight + 'px');
    }

    // Execute the function as soon as the document is ready
    document.addEventListener('DOMContentLoaded', function() {
        updateHeaderHeight();  // Initial update of header height when the document is ready

        // Update the header height on window resize and orientation change
        window.addEventListener('resize', updateHeaderHeight);
        window.addEventListener('orientationchange', updateHeaderHeight);
});

Partying in a squatted theatre

There’s a guy in Athens who rides two bikes stacked on top of each other with a double bass strapped to the front. Have you seen him?

We met him whilst busking on the streets (see post). He told us about a party in an old squatted theatre, in the neighbourhood of Psiri. This is how a gig should be…

squatted-theater-athen

No stage, no entry fee, no security or staff, beer for donations, really good bands and a crazy atmosphere!

Woah. Athens knows how to party!

band-athens-psirri-gig
It’s better with no stage. It’s one big party

DSC_0648

party-athens-bands

gig-athens

DSC_0674

DSC_0722
The sunrise walk home

 

Thanks for sharing!
Comment below
guest
2 Comments
Most Voted
Newest Oldest
Inline Feedbacks
View all comments