Vi flyttar från butik till nätet - så funkar det framåt
Heads You Win | 0:e upplagan
- Danskt band, Engelska, 2023
- Författare: Jeffrey Archer
- Betyg:
126
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
'Jeffrey Archer has a gift for plot that can only be described as genius' - The Daily Telegraph
Can one man achieve his destiny?*****
Leningrad, Russia, 1968.
From an early age it is clear that Alexander Karpenko is destined to lead his countrymen. But when his father is assassinated by the KGB for defying the state, Alexander and his mother will have to escape Russia if they hope to survive. At the docks, they have an irreversible choice: board a container ship bound for America or one bound for Great Britain. Alexander leaves the choice to a toss of a coin . . .
In a single moment, a double twist decides Alexander’s future. During an epic tale, spanning two continents and thirty years, we follow Alexander through triumph and defeat as he sets out on parallel lives, as Alex in New York and Sasha in London. As this unique story unfolds, both come to realize that to find their destiny they must face the past they left behind as Alexander in Russia.
With a final twist that will shock even his most ardent fans, Heads You Win is the gripping and thrilling novel by the master storyteller and bestselling author of the Clifton Chronicles and Kane and Abel, Jeffrey Archer.
Jeffrey Archer's book Traitors Gate was a Sunday Times bestseller w/c 2023-09-25.
*****
Praise for Heads You Win:
'The master storyteller returns with a nail-biter every bit as good as Kane and Abel – utterly enthralling' - Joanna Lumley
'A page-turner with a memorable twist that made me shout out loud' - Daily Mail
'Leave it to Jeffrey Archer to spin a continent-straddling, decade-spanning, fate driven yarn that weaves its way from St Petersburg to London and New York, saving its final twist for the very last page' - The Mail on Sunday
'Archer draws us in with intrigue and great characters' - Daily Mirror
Can one man achieve his destiny?*****
Leningrad, Russia, 1968.
From an early age it is clear that Alexander Karpenko is destined to lead his countrymen. But when his father is assassinated by the KGB for defying the state, Alexander and his mother will have to escape Russia if they hope to survive. At the docks, they have an irreversible choice: board a container ship bound for America or one bound for Great Britain. Alexander leaves the choice to a toss of a coin . . .
In a single moment, a double twist decides Alexander’s future. During an epic tale, spanning two continents and thirty years, we follow Alexander through triumph and defeat as he sets out on parallel lives, as Alex in New York and Sasha in London. As this unique story unfolds, both come to realize that to find their destiny they must face the past they left behind as Alexander in Russia.
With a final twist that will shock even his most ardent fans, Heads You Win is the gripping and thrilling novel by the master storyteller and bestselling author of the Clifton Chronicles and Kane and Abel, Jeffrey Archer.
Jeffrey Archer's book Traitors Gate was a Sunday Times bestseller w/c 2023-09-25.
*****
Praise for Heads You Win:
'The master storyteller returns with a nail-biter every bit as good as Kane and Abel – utterly enthralling' - Joanna Lumley
'A page-turner with a memorable twist that made me shout out loud' - Daily Mail
'Leave it to Jeffrey Archer to spin a continent-straddling, decade-spanning, fate driven yarn that weaves its way from St Petersburg to London and New York, saving its final twist for the very last page' - The Mail on Sunday
'Archer draws us in with intrigue and great characters' - Daily Mirror
Om denna bok
Heads You Win av Jeffrey Archer är en Danskt band bok med 624 sidor på Engelska. Den utgavs 2023 av Macmillan Distribution.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Heads You Win 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:
9781035022755
Upplaga:
0
Utgiven:
2023-06-01
Förlag:
Macmillan Distribution
Sidantal:
624
$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"
>