Vi flyttar från butik till nätet - så funkar det framåt
The Bookshop Woman | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Nanako Hanada
- Betyg:
184
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"
>
Fler utgåvor
Beskrivning
THIS BOOK IS A LOVE STORY TO BOOKS.
A love story to climbing all the way down a book's rope, free diving to its bottom, and then resurfacing at its close, ready to breathe a different kind of air.
Nanako Hanada's life is in crisis. Recently separated from her husband, living in youth hostels and internet cafes, her work is going no better.
Book sales at the eccentric Village Vanguard bookstore in Tokyo, which Nanako manages, are dwindling. Fallen out of love in all aspects of her life, Nanako realises how narrow her life has become, with no friends outside of her colleagues, and no hobbies apart from reading and arranging books.
That's when Nanako, in a bid to inject some excitement into her life, joins a meet-up site where people meet for 30-minute bursts to find romance, build a network, or just share ideas.
She describes herself as a sexy bookseller who will give you a personalised book recommendation. In the year that follows, Nanako meets an eclectic range of strangers, some of whom wanted more than just a book, others she became real friends with.
Written with a subtle but sharp sense of humour, The Bookshop Woman is a heart-warming book about a bookseller's self-discovery. It offers a glimpse into bookselling in Japan and the quirky side of Tokyo and its people.
Books, once again, offer inspiration and serve as channels for human communication.
A love story to climbing all the way down a book's rope, free diving to its bottom, and then resurfacing at its close, ready to breathe a different kind of air.
Nanako Hanada's life is in crisis. Recently separated from her husband, living in youth hostels and internet cafes, her work is going no better.
Book sales at the eccentric Village Vanguard bookstore in Tokyo, which Nanako manages, are dwindling. Fallen out of love in all aspects of her life, Nanako realises how narrow her life has become, with no friends outside of her colleagues, and no hobbies apart from reading and arranging books.
That's when Nanako, in a bid to inject some excitement into her life, joins a meet-up site where people meet for 30-minute bursts to find romance, build a network, or just share ideas.
She describes herself as a sexy bookseller who will give you a personalised book recommendation. In the year that follows, Nanako meets an eclectic range of strangers, some of whom wanted more than just a book, others she became real friends with.
Written with a subtle but sharp sense of humour, The Bookshop Woman is a heart-warming book about a bookseller's self-discovery. It offers a glimpse into bookselling in Japan and the quirky side of Tokyo and its people.
Books, once again, offer inspiration and serve as channels for human communication.
Om denna bok
The Bookshop Woman av Nanako Hanada är en Danskt band bok med 224 sidor på Engelska. Den utgavs 2024 av Hachette UK.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Bookshop Woman 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:
Biografier
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9781914240812
Upplaga:
0
Utgiven:
2024-06-06
Förlag:
Hachette UK
Sidantal:
224
$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"
>