Vi flyttar från butik till nätet - så funkar det framåt
Thank You for Listening | 0:e upplagan
- Danskt band, Engelska, 2022
- Författare: Julia Whelan
- Betyg:
222
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
From the author of My Oxford Year, Julia Whelan’s uplifting novel tells the story of a former actress turned successful audiobook narrator—who has lost sight of her dreams after a tragic accident—and her journey of self-discovery, love, and acceptance when she agrees to narrate one last romance novel.
For Sewanee Chester, being an audiobook narrator is a long way from her old dreams, but the days of being a star on film sets are long behind her. She’s found success and satisfaction from the inside of a sound booth and it allows her to care for her beloved, ailing grandmother. When she arrives in Las Vegas last-minute for a book convention, Sewanee unexpectedly spends a whirlwind night with a charming stranger.
On her return home, Sewanee discovers one of the world’s most beloved romance novelists wanted her to perform her last book—with Brock McNight, the industry’s hottest, most secretive voice. Sewanee doesn’t buy what romance novels are selling—not after her own dreams were tragically cut short—and she stopped narrating them years ago. But her admiration of the late author, and the opportunity to get her grandmother more help, makes her decision for her.
As Sewanee begins work on the book, resurrecting her old romance pseudonym, she and Brock forge a real connection, hidden behind the comfort of anonymity. Soon, she is dreaming again, but secrets are revealed, and the realities of life come crashing down around her once more.
If she can learn to risk everything for desires she has long buried, she will discover a world of intimacy and acceptance she never believed would be hers.
For Sewanee Chester, being an audiobook narrator is a long way from her old dreams, but the days of being a star on film sets are long behind her. She’s found success and satisfaction from the inside of a sound booth and it allows her to care for her beloved, ailing grandmother. When she arrives in Las Vegas last-minute for a book convention, Sewanee unexpectedly spends a whirlwind night with a charming stranger.
On her return home, Sewanee discovers one of the world’s most beloved romance novelists wanted her to perform her last book—with Brock McNight, the industry’s hottest, most secretive voice. Sewanee doesn’t buy what romance novels are selling—not after her own dreams were tragically cut short—and she stopped narrating them years ago. But her admiration of the late author, and the opportunity to get her grandmother more help, makes her decision for her.
As Sewanee begins work on the book, resurrecting her old romance pseudonym, she and Brock forge a real connection, hidden behind the comfort of anonymity. Soon, she is dreaming again, but secrets are revealed, and the realities of life come crashing down around her once more.
If she can learn to risk everything for desires she has long buried, she will discover a world of intimacy and acceptance she never believed would be hers.
Om denna bok
Thank You for Listening av Julia Whelan är en Danskt band bok med 432 sidor på Engelska. Den utgavs 2022 av Gardners Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Thank You for Listening 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:
9780063095564
Upplaga:
0
Utgiven:
2022-08-18
Förlag:
Gardners Books
Sidantal:
432
$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"
>