Vi flyttar från butik till nätet - så funkar det framåt
The Map of Bones | 0:e upplagan
- Danskt band, Engelska, 2024
- Författare: Kate Mosse
- 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"
>
Beskrivning
'Mosse gives us both the satisfying intricacy of historical fact and a fictional narrative that carries us along at a rollicking pace . . . Brilliant and well researched . . . The past is felt deep in the reader’s bones' – The Observer
A sweeping story of love, adventure and adversity, The Map of Bones by Kate Mosse is an epic tale of courageous women battling to survive in a hostile land.
No word, no story, no grave . . .
Olifantshoek, Southern Africa, 1688. Suzanne Joubert, a Huguenot refugee from war-torn France, journeys to the Cape of Good Hope in search of her notorious cousin, Louise Reydon-Joubert – who vanished without trace half a century ago.
Franschhoek, Southern Africa, 1862. Nearly six generations later, Isabelle Joubert Lepard follows in her footsteps, determined to investigate the lives of her ancestors – and to honour their memory – only to discover that the evils of the past, though hidden, are far from buried.
And that her life, too, is under threat . . .
Painstakingly researched and beautifully told, The Map of Bones is the fourth – and final – novel of The Joubert Family Chronicles, following the bestselling The Burning Chambers, The City of Tears and The Ghost Ship.
'This is adventure-stuffed historical fiction in the grand tradition' – The Telegraph
'A fittingly terrific conclusion [to The Joubert Family Chronicles]' – i newspaper
* The Map of Bones by Kate Mosse was a Sunday Times bestseller w/c 06-10-24
A sweeping story of love, adventure and adversity, The Map of Bones by Kate Mosse is an epic tale of courageous women battling to survive in a hostile land.
No word, no story, no grave . . .
Olifantshoek, Southern Africa, 1688. Suzanne Joubert, a Huguenot refugee from war-torn France, journeys to the Cape of Good Hope in search of her notorious cousin, Louise Reydon-Joubert – who vanished without trace half a century ago.
Franschhoek, Southern Africa, 1862. Nearly six generations later, Isabelle Joubert Lepard follows in her footsteps, determined to investigate the lives of her ancestors – and to honour their memory – only to discover that the evils of the past, though hidden, are far from buried.
And that her life, too, is under threat . . .
Painstakingly researched and beautifully told, The Map of Bones is the fourth – and final – novel of The Joubert Family Chronicles, following the bestselling The Burning Chambers, The City of Tears and The Ghost Ship.
'This is adventure-stuffed historical fiction in the grand tradition' – The Telegraph
'A fittingly terrific conclusion [to The Joubert Family Chronicles]' – i newspaper
* The Map of Bones by Kate Mosse was a Sunday Times bestseller w/c 06-10-24
Om denna bok
The Map of Bones av Kate Mosse är en Danskt band bok med 480 sidor på Engelska. Den utgavs 2024 av Macmillan Distribution.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Map of Bones 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:
9781035042159
Upplaga:
0
Utgiven:
2024-10-10
Förlag:
Macmillan Distribution
Sidantal:
480
$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"
>