Vi flyttar från butik till nätet - så funkar det framåt
Powers and Thrones | 0:e upplagan
- Danskt band, Engelska, 2022
- Författare: Dan Jones
- Betyg:
168
kr
Skickas inom 0-2 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
The instant Sunday Times bestseller
A Times, New Statesman and Spectator Book of the Year
'Simply the best popular history of the Middle Ages there is' Sunday Times
'A great achievement, pulling together many strands with aplomb' Peter Frankopan, Spectator, Books of the Year
'It's so delightful to encounter a skilled historian of such enormous energy who's never afraid of being entertaining' The Times, Books of the Year
'An amazing masterly gripping panorama' Simon Sebag Montefiore
'A badass history writer... to put it mildly' Duff McKagan
'A triumph' Charles Spencer
Dan Jones's epic new history tells nothing less than the story of how the world we know today came to be built. It is a thousand-year adventure that moves from the ruins of the once-mighty city of Rome, sacked by barbarians in AD 410, to the first contacts between the old and new worlds in the sixteenth century. It shows how, from a state of crisis and collapse, the West was rebuilt and came to dominate the entire globe. The book identifies three key themes that underpinned the success of the West: commerce, conquest and Christianity.
Across 16 chapters, blending Dan Jones's trademark gripping narrative style with authoritative analysis, Powers and Thrones shows how, at each stage in this story, successive western powers thrived by attracting – or stealing – the most valuable resources, ideas and people from the rest of the world. It casts new light on iconic locations – Rome, Paris, Venice, Constantinople – and it features some of history's most famous and notorious men and women.
This is a book written about – and for – an age of profound change, and it asks the biggest questions about the West both then and now. Where did we come from? What made us? Where do we go from here?
Also available in audio, read by the author.
A Times, New Statesman and Spectator Book of the Year
'Simply the best popular history of the Middle Ages there is' Sunday Times
'A great achievement, pulling together many strands with aplomb' Peter Frankopan, Spectator, Books of the Year
'It's so delightful to encounter a skilled historian of such enormous energy who's never afraid of being entertaining' The Times, Books of the Year
'An amazing masterly gripping panorama' Simon Sebag Montefiore
'A badass history writer... to put it mildly' Duff McKagan
'A triumph' Charles Spencer
Dan Jones's epic new history tells nothing less than the story of how the world we know today came to be built. It is a thousand-year adventure that moves from the ruins of the once-mighty city of Rome, sacked by barbarians in AD 410, to the first contacts between the old and new worlds in the sixteenth century. It shows how, from a state of crisis and collapse, the West was rebuilt and came to dominate the entire globe. The book identifies three key themes that underpinned the success of the West: commerce, conquest and Christianity.
Across 16 chapters, blending Dan Jones's trademark gripping narrative style with authoritative analysis, Powers and Thrones shows how, at each stage in this story, successive western powers thrived by attracting – or stealing – the most valuable resources, ideas and people from the rest of the world. It casts new light on iconic locations – Rome, Paris, Venice, Constantinople – and it features some of history's most famous and notorious men and women.
This is a book written about – and for – an age of profound change, and it asks the biggest questions about the West both then and now. Where did we come from? What made us? Where do we go from here?
Also available in audio, read by the author.
Om denna bok
Powers and Thrones av Dan Jones är en Danskt band bok med 720 sidor på Engelska. Den utgavs 2022 av Bloomsbury Publishing PLC.
Spara pengar – köp begagnad från Campusbokhandeln
Köp Powers and Thrones 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:
9781789543544
Upplaga:
0
Utgiven:
2022-04-14
Förlag:
Bloomsbury Publishing PLC
Sidantal:
720
$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"
>