Vi flyttar från butik till nätet - så funkar det framåt
The Brothers York | 0:e upplagan
- Danskt band, Engelska, 2020
- Författare: Thomas Penn
- Betyg:
198
kr
Skickas inom 6-8 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
SELECTED AS A BOOK OF THE YEAR 2019 BY THE GUARDIAN, DAILY MAIL, SUNDAY TIMES, DAILY TELEGRAPH AND BBC HISTORY MAGAZINE
'A gripping, complex and sensational story, told with calm narrative command ... With insight and skill, Penn cuts through the thickets of history to find the heart of these heartless decades' Hilary Mantel
The gripping new history by the author of the acclaimed bestseller Winter King
It is 1461 and England is crippled by civil war. One freezing morning, a teenage boy wins a battle in the Welsh marches, and claims the crown. He is Edward IV, first king of the usurping house of York...
Thomas Penn's brilliant new telling of the wars of the roses takes us inside a conflict that fractured the nation for more than three decades. During this time, the house of York came to dominate England. At its heart were three charismatic brothers - Edward, George and Richard - who became the figureheads of a spectacular ruling dynasty. Together, they looked invincible..
But with Edward's ascendancy the brothers began to turn on one another, unleashing a catastrophic chain of rebellion, vendetta, fratricide, usurpation and regicide. The brutal end came at Bosworth Field in 1485, with the death of the youngest, then Richard III, at the hands of a new usurper, Henry Tudor.
The story of a warring family unable to sustain its influence and power, The Brothers York brings to life a dynasty that could have been as magnificent as the Tudors. Its tragedy was that, in the space of one generation, it destroyed itself.
'The Brothers York is savage, exciting, blisteringly good.' - Jessie Childs, author of God's Traitors
'An epic orgy of colour and character.' - Leanda de Lisle, The Times
'Superb ... The tragedy and brutality of the Wars of the Roses jumps out from every page of Penn's book.' - Kate Maltby, Financial Times
'Thrilling, pacy ... Brings a novelist's verve to his telling of events.' - John Gallagher, The Guardian
'A gripping, complex and sensational story, told with calm narrative command ... With insight and skill, Penn cuts through the thickets of history to find the heart of these heartless decades' Hilary Mantel
The gripping new history by the author of the acclaimed bestseller Winter King
It is 1461 and England is crippled by civil war. One freezing morning, a teenage boy wins a battle in the Welsh marches, and claims the crown. He is Edward IV, first king of the usurping house of York...
Thomas Penn's brilliant new telling of the wars of the roses takes us inside a conflict that fractured the nation for more than three decades. During this time, the house of York came to dominate England. At its heart were three charismatic brothers - Edward, George and Richard - who became the figureheads of a spectacular ruling dynasty. Together, they looked invincible..
But with Edward's ascendancy the brothers began to turn on one another, unleashing a catastrophic chain of rebellion, vendetta, fratricide, usurpation and regicide. The brutal end came at Bosworth Field in 1485, with the death of the youngest, then Richard III, at the hands of a new usurper, Henry Tudor.
The story of a warring family unable to sustain its influence and power, The Brothers York brings to life a dynasty that could have been as magnificent as the Tudors. Its tragedy was that, in the space of one generation, it destroyed itself.
'The Brothers York is savage, exciting, blisteringly good.' - Jessie Childs, author of God's Traitors
'An epic orgy of colour and character.' - Leanda de Lisle, The Times
'Superb ... The tragedy and brutality of the Wars of the Roses jumps out from every page of Penn's book.' - Kate Maltby, Financial Times
'Thrilling, pacy ... Brings a novelist's verve to his telling of events.' - John Gallagher, The Guardian
Om denna bok
The Brothers York av Thomas Penn är en Danskt band bok med 688 sidor på Engelska. Den utgavs 2020.
Spara pengar – köp begagnad från Campusbokhandeln
Köp The Brothers York 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:
Okänd
Bandtyp:
Danskt band
Språk:
Engelska
ISBN:
9780718197285
Upplaga:
0
Utgiven:
2020-04-02
Förlag:
Okänt
Sidantal:
688
$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"
>