Vi flyttar från butik till nätet - så funkar det framåt
The Orphans on the Train | 0:e upplagan
- Danskt band, Engelska, 2023
- Författare: Gill Thompson
- Betyg:
128
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
'Exciting and tragic . . . beautifully written' ⭐ ⭐ ⭐ ⭐ ⭐
'A fantastic historical read' ⭐ ⭐ ⭐ ⭐ ⭐
'I loved it!' ⭐ ⭐ ⭐ ⭐ ⭐
'I highly recommend it to all lovers of historical fiction' ⭐ ⭐ ⭐ ⭐ ⭐
Two orphaned girls are separated in the most heart-wrenching way in this gripping story of loss and friendship, inspired by real events. Perfect for readers of The Nightingale and The Midwife of Auschwitz.
-----
1939.
A girl with auburn hair looks anxiously out of the train window, watching the mountains of Europe pass by. War is on the horizon at home, and Kirsty finds herself heading to neutral Hungary to help in a school for Jewish children. Little does she know that in leaving everything behind, she is about to find the most precious gift of all - a true friend in school pupil Anna.
1943.
When the Nazis invade Budapest, Kirsty and Anna are on their own, and Kirsty worries desperately for her Jewish friend. What lengths must they go to in order to survive, and, when they are separated, can the guiding light of friendship bring them back to each other?
Your favourite historical authors LOVE this moving and heart-wrenching novel:
'A powerful, poignant story of survival' KATE HEWITT
'A different aspect of the Second World War to any I've read before . . . both heartbreaking and compelling, yet ultimately uplifting. I loved it' DEBORAH CARR
'This is a story of amazing courage . . . an extraordinary novel that has stayed with me long after I turned the final page' CAROL McGRATH
'Beautiful and evocative . . . an intelligent, thrilling novel which will stay with me for a long time' LOUISE MORRISH
'A fantastic historical read' ⭐ ⭐ ⭐ ⭐ ⭐
'I loved it!' ⭐ ⭐ ⭐ ⭐ ⭐
'I highly recommend it to all lovers of historical fiction' ⭐ ⭐ ⭐ ⭐ ⭐
Two orphaned girls are separated in the most heart-wrenching way in this gripping story of loss and friendship, inspired by real events. Perfect for readers of The Nightingale and The Midwife of Auschwitz.
-----
1939.
A girl with auburn hair looks anxiously out of the train window, watching the mountains of Europe pass by. War is on the horizon at home, and Kirsty finds herself heading to neutral Hungary to help in a school for Jewish children. Little does she know that in leaving everything behind, she is about to find the most precious gift of all - a true friend in school pupil Anna.
1943.
When the Nazis invade Budapest, Kirsty and Anna are on their own, and Kirsty worries desperately for her Jewish friend. What lengths must they go to in order to survive, and, when they are separated, can the guiding light of friendship bring them back to each other?
Your favourite historical authors LOVE this moving and heart-wrenching novel:
'A powerful, poignant story of survival' KATE HEWITT
'A different aspect of the Second World War to any I've read before . . . both heartbreaking and compelling, yet ultimately uplifting. I loved it' DEBORAH CARR
'This is a story of amazing courage . . . an extraordinary novel that has stayed with me long after I turned the final page' CAROL McGRATH
'Beautiful and evocative . . . an intelligent, thrilling novel which will stay with me for a long time' LOUISE MORRISH
Om denna bok
The Orphans on the Train av Gill Thompson är en Danskt band bok med 368 sidor på Engelska. Den utgavs 2023 av Gardners Books.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Orphans on the Train 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:
9781472279989
Upplaga:
0
Utgiven:
2023-11-23
Förlag:
Gardners Books
Sidantal:
368
$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"
>