Vi flyttar från butik till nätet - så funkar det framåt
A Song to Drown Rivers | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Ann Liang
- Betyg:
223
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
INSTANT NEW YORK TIMES BESTSELLER
One could live with almost anything, so long as they had something to live for.
‘Exquisite and devastating. It won’t fail to move you’
– Shelley Parker-Chan, author of She Who Became the Sun
Inspired by the legend of Xishi, one of the famous Four Beauties of Ancient China, A Song to Drown Rivers is an epic historical fantasy about womanhood, war, sacrifice and love against all odds as the fate of two kingdoms hangs in a delicate balance.
Her beauty hides a deadly purpose . . .
Since birth, Xishi’s extraordinary beauty has been seen as a blessing. When Xishi draws the attention of the famous young military advisor Fanli, he presents her with a rare opportunity: to use her beauty as a weapon. One that could topple the rival neighbouring kingdom, improve the lives of her people and avenge her sister’s murder. All she has to do is infiltrate the enemy palace as a spy and seduce their immoral king.
What neither Xishi nor Fanli expect is the doomed attraction that ignites between them. Even worse, Xishi soon finds herself under the hungry gaze of the king and his advisors. Despite his gentleness, a brutality lurks and Xishi knows she can never let her guard down. But the higher she climbs in the court, the further she and Fanli have to fall. And if she is unmasked as a traitor, she will bring both kingdoms down . . .
Why readers love A Song to Drown Rivers:
'I am STUNNED by just how beautiful this was'
'This book will break your heart in a way only a talented author can do'
'Ended up reading until 2am on a work night . . . Beautiful writing and characters'
'Amazing . . . I was fully crying on the plane while reading it'
One could live with almost anything, so long as they had something to live for.
‘Exquisite and devastating. It won’t fail to move you’
– Shelley Parker-Chan, author of She Who Became the Sun
Inspired by the legend of Xishi, one of the famous Four Beauties of Ancient China, A Song to Drown Rivers is an epic historical fantasy about womanhood, war, sacrifice and love against all odds as the fate of two kingdoms hangs in a delicate balance.
Her beauty hides a deadly purpose . . .
Since birth, Xishi’s extraordinary beauty has been seen as a blessing. When Xishi draws the attention of the famous young military advisor Fanli, he presents her with a rare opportunity: to use her beauty as a weapon. One that could topple the rival neighbouring kingdom, improve the lives of her people and avenge her sister’s murder. All she has to do is infiltrate the enemy palace as a spy and seduce their immoral king.
What neither Xishi nor Fanli expect is the doomed attraction that ignites between them. Even worse, Xishi soon finds herself under the hungry gaze of the king and his advisors. Despite his gentleness, a brutality lurks and Xishi knows she can never let her guard down. But the higher she climbs in the court, the further she and Fanli have to fall. And if she is unmasked as a traitor, she will bring both kingdoms down . . .
Why readers love A Song to Drown Rivers:
'I am STUNNED by just how beautiful this was'
'This book will break your heart in a way only a talented author can do'
'Ended up reading until 2am on a work night . . . Beautiful writing and characters'
'Amazing . . . I was fully crying on the plane while reading it'
Om denna bok
A Song to Drown Rivers av Ann Liang är en Danskt band bok med 336 sidor på Engelska. Den utgavs 2024 av Macmillan Distribution.
Spara pengar – köp begagnad från Campusbokhandeln
Köp A Song to Drown Rivers 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:
9781035050390
Upplaga:
0
Utgiven:
2024-10-03
Förlag:
Macmillan Distribution
Sidantal:
336
$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"
>