Vi flyttar från butik till nätet - så funkar det framåt
Evenings and Weekends | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Oisin McKenna
- Betyg:
213
kr
Skickas inom 1-3 vardagar
Butikslager
Onlinelager
I lager hos leverantör
$event.detail.name === 'store-selector' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'store-selector' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'store-selector'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'store-selector'
});
}
});"
class="h-full"
>
Beskrivning
'I COULDN'T PUT IT DOWN' SHON FAYE
'A MASTERPIECE. THIS SEARING TALE OF LOVE, SEX AND CLASS WILL RESONATE FOR GENERATIONS TO COME' OWEN JONES
'I WAS DEEPLY MOVED BY ITS BEAUTY AND HUMANITY' COCO MELLORS
'Electric and intimate' Guardian
'Impossibly, ineffably beautiful’ Russell T Davies
'Intoxicating' Irish Times
Set across two scorching hot days in the feverish capital, Evenings and Weekends is a vivid portrait of a city and its inhabitants that announces the arrival of a vital new literary talent.
This city stops for no-one. Not the half-naked boozers, stoners, and cruisers, the hen parties glugging from bejewelled bottles, the drag queens puffing on hurried fags. It’s June 2019 in London and everyone has converged on the parks, beer gardens and street corners to revel in the collective joys of being alive.
Everyone but Maggie. She’s 30, pregnant and broke. Faced with moving back to the town she fought to escape, she’s wondering if having a baby with boyfriend Ed will be the last spontaneous act of her life. Ed, meanwhile, is trying to run from his past with Maggie’s best friend Phil and harbouring secret dreams of his own.
Phil hates his office job and is living for the weekend, while falling for his housemate, Keith. But there’s a problem: Keith has a boyfriend and there might not be room for three people in the relationship. Then there’s Rosaleen, Phil’s mother, who’s tired of feeling like a side character in her own life. She’s just been diagnosed with cancer and is travelling to London to tell Phil, if she can ever get hold of him.
As Saturday night approaches, all their lives are set to change forever. It’s the hottest summer on record and the weekend is about to begin…
A BEST BOOK OF THE YEAR ACCORDING TO DAZED, METRO, GQ, NOVARA MEDIA
What readers are saying…
'I’ve had a week long book hangover. Read it!' ⭐⭐⭐⭐⭐
'A book I will carry with me in my heart' ⭐⭐⭐⭐⭐
'The best book I've read in recent years' ⭐⭐⭐⭐⭐
'My life got just a bit richer from having read this book' ⭐⭐⭐⭐⭐
'I absolutely loved it, every word' ⭐⭐⭐⭐⭐
'A MASTERPIECE. THIS SEARING TALE OF LOVE, SEX AND CLASS WILL RESONATE FOR GENERATIONS TO COME' OWEN JONES
'I WAS DEEPLY MOVED BY ITS BEAUTY AND HUMANITY' COCO MELLORS
'Electric and intimate' Guardian
'Impossibly, ineffably beautiful’ Russell T Davies
'Intoxicating' Irish Times
Set across two scorching hot days in the feverish capital, Evenings and Weekends is a vivid portrait of a city and its inhabitants that announces the arrival of a vital new literary talent.
This city stops for no-one. Not the half-naked boozers, stoners, and cruisers, the hen parties glugging from bejewelled bottles, the drag queens puffing on hurried fags. It’s June 2019 in London and everyone has converged on the parks, beer gardens and street corners to revel in the collective joys of being alive.
Everyone but Maggie. She’s 30, pregnant and broke. Faced with moving back to the town she fought to escape, she’s wondering if having a baby with boyfriend Ed will be the last spontaneous act of her life. Ed, meanwhile, is trying to run from his past with Maggie’s best friend Phil and harbouring secret dreams of his own.
Phil hates his office job and is living for the weekend, while falling for his housemate, Keith. But there’s a problem: Keith has a boyfriend and there might not be room for three people in the relationship. Then there’s Rosaleen, Phil’s mother, who’s tired of feeling like a side character in her own life. She’s just been diagnosed with cancer and is travelling to London to tell Phil, if she can ever get hold of him.
As Saturday night approaches, all their lives are set to change forever. It’s the hottest summer on record and the weekend is about to begin…
A BEST BOOK OF THE YEAR ACCORDING TO DAZED, METRO, GQ, NOVARA MEDIA
What readers are saying…
'I’ve had a week long book hangover. Read it!' ⭐⭐⭐⭐⭐
'A book I will carry with me in my heart' ⭐⭐⭐⭐⭐
'The best book I've read in recent years' ⭐⭐⭐⭐⭐
'My life got just a bit richer from having read this book' ⭐⭐⭐⭐⭐
'I absolutely loved it, every word' ⭐⭐⭐⭐⭐
Om denna bok
Evenings and Weekends av Oisin McKenna är en Danskt band bok med 352 sidor på Engelska. Den utgavs 2024 av Gardners Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Evenings and Weekends begagnad från Campusbokhandeln och spara upp till 25% jämfört med nypris. Du kan bevaka den här boken så får du ett mail så fort vi får in den i lager som begagnad.
Genom att köpa & sälja begagnat sänker du kostnaden för studier både för dig och nästa student samtidigt som du gör nytta för klimatet.
Produktinformation
Kategori:
Skönlitteratur
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780008604172
Upplaga:
0
Utgiven:
2024-05-09
Förlag:
Gardners Books
Sidantal:
352
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'primary-menu'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'primary-menu'
});
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mobile-search'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mobile-search'
});
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'mini-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'mini-cart'
});
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
//emit onDrawerOpen event
$dispatch('drawer-opened', {
name: 'add-to-cart'
});
} else {
setTimeout(() => {
$refs.dialog.showModal();
$refs.dialog.close();
}, 300);
document.body.style.overflow = '';
$dispatch('drawer-closed', {
name: 'add-to-cart'
});
}
});"
class="h-full"
>